Skip to content

Instantly share code, notes, and snippets.

@schas002
schas002 / README.md
Last active August 29, 2015 14:01
README.md template

{Project}

{Description}

Building instructions

{Building instructions}

Travis CI Build

@schas002
schas002 / ghreleased.md
Last active August 29, 2015 14:13
Ruby building instructions template

For now {Gem} isn't released on RubyGems. For now you could download a GitHub release. Or compile it from source:

$ gem build {Gem}.gemspec
Building RubyGem...
Name: {Gem}
Version: {Version}
File: {Gem}-{Version}.gem

$ gem install ./{Gem}-{Version}.gem
@schas002
schas002 / what_is_gist.rb
Last active August 29, 2015 14:14 — forked from imownbey/gist:128
What is Gist.
def what_is_gist
"A bad ass version-able pastebin"
# This is sorta cool I guess?
end
@schas002
schas002 / index.html
Last active August 29, 2015 14:15 — forked from anonymous/index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Blank</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
@schas002
schas002 / issue-labels.md
Created January 11, 2016 15:46
Default issue labels on GitHub.
name colour
bug <#fc2929>
duplicate <#cccccc>
enhancement <#84b6eb>
help wanted <#159818>
invalid <#e6e6e6>
question <#cc317c>
wontfix <#ffffff>
I am the Miaou user with id 2451 and name "zyabin101" on https://dystroy.org/miaou
@schas002
schas002 / README.md
Last active February 24, 2016 09:46
The Chattergolf source.

Chattergolf

Hello, I'm Chattergolf. I'm a code golfer. In my free time, I can chat with you.

How to run

  1. Install RiveScript, an artifical intelligence scripting language, for Python.

$ pip install rivescript

@schas002
schas002 / smallcaps.user.js
Created March 9, 2016 04:05 — forked from vihanb/smallcaps.user.js
Make everything small caps
// ==UserScript==
// @name Small Caps
// @namespace vihanb
// @version 1
// @description Make everything small caps
// @author Downgoat
// @match *://*/*
// @grant GM_addStyle
// ==/UserScript==
@schas002
schas002 / README.md
Last active March 27, 2016 19:44
Expand VSL by forking the gist!

What To Do

Fork the gist, add your own expansion to expansions.txt, then ping @zyabin101 in the Nineteenth Byte chat. Stack Exchange profile required, obviously.

The Rules

  • Be meaningful. Three random words is not good enough.
  • Be funny. This is very subjective, we realize, so try not to take it personally if we don't get it.
  • Be novel. If your expansion starts with "Very" the other two words better be pretty great.
  • Avoid hyphenation.
@schas002
schas002 / README.md
Last active April 10, 2016 11:11
Shifty Eyes, an esoteric language.