Skip to content

Instantly share code, notes, and snippets.

View hb9fxq's full-sized avatar
🏠
Working from home

Frank Zosso hb9fxq

🏠
Working from home
View GitHub Profile
@hb9fxq
hb9fxq / grc-samples.grc
Created June 26, 2018 11:25
clock-recovery flowgraph - retyped by HB9FXQ
<?xml version='1.0' encoding='utf-8'?>
<?grc format='1' created='3.7.12'?>
<flow_graph>
<timestamp>Tue Jun 26 12:28:46 2018</timestamp>
<block>
<key>options</key>
<param>
<key>author</key>
<value></value>
</param>
@hb9fxq
hb9fxq / arduino-due_high-speed-ADC.ino
Created July 10, 2016 21:16 — forked from pklaus/arduino-due_high-speed-ADC.ino
Arduino Due: ADC → DMA → USB @ 1MSPS
#undef HID_ENABLED
// Arduino Due ADC->DMA->USB 1MSPS
// by stimmer
// from http://forum.arduino.cc/index.php?topic=137635.msg1136315#msg1136315
// Input: Analog in A0
// Output: Raw stream of uint16_t in range 0-4095 on Native USB Serial/ACM
// on linux, to stop the OS cooking your data:
// stty -F /dev/ttyACM0 raw -iexten -echo -echoe -echok -echoctl -echoke -onlcr
@hb9fxq
hb9fxq / sample_proc_timediff.cs
Last active April 22, 2016 11:29
quick & dirty timediff using w32tm
/*Not for production- Zombie processes!!! */
namespace NtpTimeDiff
{
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.Windows.Forms;
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 8.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :20140312
#usage :/bin/bash wildfly-install.sh
WILDFLY_VERSION=8.0.0.Final
WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION