Skip to content

Instantly share code, notes, and snippets.

View veganstraightedge's full-sized avatar
🐢
Computers were a mistake.

Shane Becker veganstraightedge

🐢
Computers were a mistake.
View GitHub Profile
<html>
<head>
<script>
function check_cc() {
var r = document.getElementById("results");
var elem = document.getElementById("ccnum");
r.innerHTML = "Checking CC: " + elem.value + "<br>";

Keybase proof

I hereby claim:

  • I am veganstraightedge on github.
  • I am veganstraightedg (https://keybase.io/veganstraightedg) on keybase.
  • I have a public key whose fingerprint is 485A B43F 7B5D 5CA2 6565 B797 4227 F5F6 88B5 EE1E

To claim this, I am signing this object:

@veganstraightedge
veganstraightedge / signups.rb
Created April 24, 2014 21:17
This is for making a chart of daily signups. Would you write this differently?
table = Hash.new(1)
DATA.each do |day|
table[day.chomp] += 1
end
puts table
__END__
2013-06-13
require 'flickraw'
FlickRaw.api_key = ''
FlickRaw.shared_secret = ''
@flickr = FlickRaw::Flickr.new
@flickr.access_token = ''
@flickr.access_secret = ''
# Test if the access token is valid
Verifying that +veganstraightedge is my openname (Bitcoin username). https://onename.io/veganstraightedge
@veganstraightedge
veganstraightedge / paintcode-test.m
Last active August 29, 2015 14:14
Just playing with Paintcode
//// Color Declarations
UIColor* color0 = [UIColor colorWithRed: 0 green: 0.686 blue: 0.941 alpha: 1];
//// Group
{
//// Bezier 2 Drawing
UIBezierPath* bezier2Path = UIBezierPath.bezierPath;
[bezier2Path moveToPoint: CGPointMake(149.6, 128.6)];
[bezier2Path addCurveToPoint: CGPointMake(123, 129.8) controlPoint1: CGPointMake(140.8, 129.1) controlPoint2: CGPointMake(132, 129.5)];
[bezier2Path addCurveToPoint: CGPointMake(85.6, 162.6) controlPoint1: CGPointMake(114.7, 149.6) controlPoint2: CGPointMake(101.1, 162.6)];
distribute:hockeyapp
Usage: ipa distribute:hockeyapp [options]
Options:
-f, --file FILE .ipa file for the build
-d, --dsym FILE zipped .dsym package for the build
Juju/View Controllers/JJArtworkLibraryViewController.m:- (void)viewDidAppear:(BOOL)animated {
Juju/View Controllers/JJArtworkLibraryViewController.m: [super viewDidAppear:animated];
Juju/View Controllers/JJCanvasSelectionViewController.m:- (void)viewDidAppear:(BOOL)animated {
Juju/View Controllers/JJCanvasSelectionViewController.m: [super viewDidAppear:animated];
Juju/View Controllers/JJCanvasViewController.m:- (void)viewDidAppear:(BOOL)animated {
Juju/View Controllers/JJMainViewController.m:- (void)viewDidAppear:(BOOL)animated {
Juju/View Controllers/JJMainViewController.m: [super viewDidAppear:animated];
Juju/View Controllers/JUJUFeedCollectionViewController.m:- (void)viewDidAppear:(BOOL)animated
Juju/View Controllers/JUJUFeedCollectionViewController.m: [super viewDidAppear:animated];
Juju/View Controllers/JUJUFollowFeedViewController.m:- (void)viewDidAppear:(BOOL)animated

2000

  • Gladiator
  • Crouching Tiger, Hidden Dragon
  • Traffic
  • What Women Want
  • Meet the Parents
  • Chocolat
  • Erin Brockovich
  • Mission: Impossible II
/**
* # Post messages using Slack's Webhook
*
* Use this in combination with node-cron to Schedule messages.
* No need to have the hubot invited on the actual channel to post.
*
* ## Dependencies
*
* superagent
* lodash