Original link: http://www.concentric.net/~Ttwang/tech/inthash.htm
Taken from: http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
Reformatted using pandoc
Thomas Wang, Jan 1997
last update Mar 2007
| require 'nokogiri' | |
| input = $stdin.readlines.join | |
| page = Nokogiri::HTML(input) | |
| page.css('.example').each do |elem| | |
| elem.inner_html = '<i>Environment diagram omitted.</i>' | |
| end | |
| page.css('img').remove |
Original link: http://www.concentric.net/~Ttwang/tech/inthash.htm
Taken from: http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
Reformatted using pandoc
Thomas Wang, Jan 1997
last update Mar 2007
| /** | |
| * Saenaru Javascript Hangul Input Method by wkpark at gmail.com | |
| * 2013/03/25 | |
| * License: GPLv2 | |
| */ | |
| var Saenaru = function() {}; | |
| Saenaru.prototype = { | |
| _q: [], |
| #!/usr/bin/env python | |
| # -*- mode: python; coding: utf-8 -*- | |
| import sys | |
| import os.path | |
| import smtplib | |
| if len(sys.argv) <= 2: | |
| print('Usage:') | |
| print(' $ python ' + sys.argv[0] + ' mailfrom rcptto <emlfile>') | |
| print('') |
Since this is on Hacker News and reddit...
_t in my types. I spend a lot of time at a level where I can do that; "reserved for system libraries? I am the system libraries".char *s.type * name, however, is entirely intentional.Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
Visit Gist and see 'raw' link, It's including SHA-1 long hash name like this.
https://gist.github.com/raw/2370972/47150711fedb7375d19d761ab122485b8105678d/gist-raw-perm-HEAD.user.js
As configured in my dotfiles.
start new:
tmux
start new with session name:
| Setting environment for using Microsoft Visual Studio 2010 x86 tools. | |
| C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>cd C:\Users\Nathan\Documents\node-ffi\deps\libffi | |
| C:\Users\Nathan\Documents\node-ffi\deps\libffi>sh configure CC="sh C:\Users\Nathan\Documents\node-ffi\deps\libffi\msvcc. | |
| sh" LD=link CPP="cl -nologo -EP" | |
| checking build system type... i686-pc-mingw32 | |
| checking host system type... i686-pc-mingw32 | |
| checking target system type... i686-pc-mingw32 | |
| continue configure in default builddir "./i686-pc-mingw32" |
Read about the end result here
Join me when I start brewing my first batch of Club Mate. Inspired by a podcast from chaos radio express on the topic "Hackerbrausen" (Hacker's soda, listen here) I want to try this by myself.
So far I have bought all the necessary ingrediends and tools to get started. And with the help from Jan (@janl) I can even carbonate the end result :)