Skip to content

Instantly share code, notes, and snippets.

View EtherTyper's full-sized avatar

ELI JOSEPH BRADLEY EtherTyper

  • Private Proxy
View GitHub Profile
@EtherTyper
EtherTyper / index.html
Created December 19, 2015 22:18
IE discrimination template [For Larry]
<!-- BrowserCheck credit Michael Bleidistel !-->
<!-- Example (C) Eli Bradley, MIT License !-->
<!DOCTYPE html>
<html>
<body>
<h1>Not My First Web Page</h1>
<p id="demo">My first paragraph tho.</p> <!-- Replaced !-->
<script>
@EtherTyper
EtherTyper / README.md
Created December 22, 2015 14:11
[bitcoin-dev] Capacity increases for the Bitcoin system.

The Scaling Bitcoin Workshop in HK is just wrapping up. Many fascinating proposals were presented. I think this would be a good time to share my view of the near term arc for capacity increases in the Bitcoin system. I believe we’re in a fantastic place right now and that the community is ready to deliver on a clear forward path with a shared vision that addresses the needs of the system while upholding its values.

I think it’s important to first clearly express some of the relevant principles that I think should guide the ongoing development of the Bitcoin system.

@EtherTyper
EtherTyper / README.md
Last active December 28, 2015 17:46
Winter Solstice 2015 Doodle
@EtherTyper
EtherTyper / README.md
Last active December 29, 2015 20:17
OCTOWISDOM

OCTOWISDOM v4.0

Make :octocat: say random stuff on your UNIX box today! My program uses Python 2.7 style code to request GitHub zen, and then pipe it into Octocatsays. None of this code would be possible without the :octocat:GitHub API:octocat:! Anyways, that's about it for my program. It's pretty much just a POC/advertisement for the GitHub API. You should check it out! 😄 I have instructions on how to make it in Chapter 2 of my GitBook.

Changelog:

  • Made quotes standard ', along with the tutorial.
  • Added reference to GitBook.
  • Python 3 implementation made available courtesy of 2to3!
  • Spaces are now converted to %20.
  • Now says full quote!
@EtherTyper
EtherTyper / test.tildê.md
Last active December 28, 2015 22:03
Testing tildês

š

IT WORKS!?!? DO YOU SEE THAT?!?! IT WORKS!?!? THÂNK YOU, GITHÚB! Į łøvę thè tïłdë ßùppoœrt! :octocat: And the octocats!

@EtherTyper
EtherTyper / README.md
Last active December 29, 2015 22:24 — forked from rahul286/mac-osx-el-captain-commands.sh
Updating to Mac elCapitan using downloaded pkg file
{
"@Santa" : {
"public_key" : "Public key",
"message" : {
"content" : "HO HO HO! Happy 2016 to all!",
"signature" : "Signature"
}
},
"@UserHandle" : {
"name" : "John L Doe",
@EtherTyper
EtherTyper / StringToDec.java
Last active January 28, 2016 19:27
Cast up to five or six character Strings as longs. Works with null bytes.
public class StringToDec{
private StringToDec(){}
/* Note: Only supports ASCII, for simplification of the message encoded.
The software prefixes all codes with '1' so that the first letter
isn't truncated. For example: T evaluates as 340, not 84. The
entireity of the software is MIT License. To compile and run,
visit <http://openjdk.java.net/install/index.html>. Have fun!
*/
@EtherTyper
EtherTyper / emojis.html
Created January 27, 2016 19:30
Early version of my new GitHub v3 App, Emoji, @ <https://ethertyper.github.io/emoji/>
<html>
<head>
<title>
ALL THE EMOJIS!
</title>
</head>
<body>
<div id="emoji">
<button onclick="emoji()">
Click me
@EtherTyper
EtherTyper / Atlas-index.html
Last active February 2, 2016 13:26
JScrambled debium/www components
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="Naut.css">
<title>Atlas V is Go, and Ethereum in Practice</title>
</head>