Skip to content

Instantly share code, notes, and snippets.

View idris's full-sized avatar

Idris Mokhtarzada idris

View GitHub Profile
@idris
idris / fwml_hello_world.html
Created March 12, 2010 15:29
FWML Hello World
<fw:page permapath="/fwml_hello_world.html">
Hello, <fw:name />!
</fw:page>

Keybase proof

I hereby claim:

  • I am idris on github.
  • I am idrism (https://keybase.io/idrism) on keybase.
  • I have a public key whose fingerprint is 04FF 1E6F E9C0 B832 7642 6630 B2C9 E54F E841 04FE

To claim this, I am signing this object:

@idris
idris / 0_reuse_code.js
Created March 20, 2014 16:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@idris
idris / gmo
Last active August 29, 2015 13:56
`gmo` command to merge pull requests
#!/bin/bash
git merge -m "Merge #$1 from $2 into $(git symbolic-ref --short HEAD)" origin/$2