Skip to content

Instantly share code, notes, and snippets.

@laxmankhanal
laxmankhanal / FileHandler.Swift
Last active March 12, 2016 05:41
File Handling in Ubuntu using Swift
import Glibc
public class FileHandler {
enum fileMode: String {
case Read = "r"
case Append = "a"
}
// Convert String to UInt8 bytes
@laxmankhanal
laxmankhanal / soundwaves.js
Created December 12, 2015 17:38 — forked from joshcarr/soundwaves.js
Creating sound waves with JavaScript
// Creating sound waves with JavaScript
// from http://js.do/blog/sound-waves-with-javascript/
var samples = []
//
//
//
// Achord