Skip to content

Instantly share code, notes, and snippets.

View genecyber's full-sized avatar
🎯
Focusing

Shannon Code genecyber

🎯
Focusing
View GitHub Profile
@jormaturkenburg
jormaturkenburg / circle.svg
Last active April 22, 2023 17:19
Yellow circle
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@resilience-me
resilience-me / bitcoin-smart-contract-with-resilience-protocol.js
Last active September 16, 2015 11:41
basic resilience-smart-contract framework. these will be launched on Ethereum and on NodeJS servers (think Codiu§) that log their data to the Horizon blockchain.
/** Bitcoin Smart-Contract with Resilience protocol
*
*/
var express = require('express');
var fs = require('fs');
var app = express();
var bodyParser = require('body-parser')
@genecyber
genecyber / babyCode.java
Created January 27, 2012 18:35
Baby Code With Test
package code.family.additions;
import java.util.Calendar;
import java.util.Date;
public class BabyCode extends Code {
public Date DueDate;