Skip to content

Instantly share code, notes, and snippets.

View danielhep's full-sized avatar
💭
stoked!

Daniel Heppner danielhep

💭
stoked!
View GitHub Profile
<?xml version='1.0' encoding='utf-8'?>
<widget id="iamadventuro.us.scfair" version="1.0.0" xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0" versionCode="10">
<name>SC Fair</name>
<description>
Hello World sample application that responds tgto the deviceready event.
</description>
<author email="daniel.heppner1@gmail.com" href="http://phonegap.com">
PhoneGap Team
</author>
////////////////////////////////////////////////////////////
// Author: Daniel Heppner
// Class: CSCI140
// Assignment: Lab 7
// Program Description: Generate 100 random numbers, then allow the user to sort them in ascending or descending order.
// Input: Menu options, a-d or A-D
// Processing: For each item in the array, there is a loop that checks every other item in the array to see if it is greater or less than the item. If greater/less than, it is swapped.
// Output: Displays the array after processing has occured.
///////////////////////////////////////////////////////////
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",
% Spectrum Analysis with RTL-SDR Radio
FILEMODE = 1; % If this flag is set to 0, uses "real" data from RTL-SDR. If set to 1, uses captured data in lab2.dat instead.
% To complete the lab, you shouldn't change these parameters (unless you want to mess
% around and explore beyond the lab instructions... that's encouraged!
% If you do so, include any observations in your lab report!)
fc = 910.0e6; % Center frequency (Hz)
Ts = 1/2e6; % Samples per second
FrameLength = 256*20; % number of samples to "grab" each time through loop