-
node.js rpm spec: https://gist.github.com/1091210
-
node.js sorce : http://nodejs.org/dist/
-
npm rpm spec : https://gist.github.com/1113454
-
npm sorce : http://search.npmjs.org/#/npm
After git clone, to check the version is recommended
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import urllib2 | |
gh_url = 'https://api.github.com' | |
req = urllib2.Request(gh_url) | |
password_manager = urllib2.HTTPPasswordMgrWithDefaultRealm() |
node.js rpm spec: https://gist.github.com/1091210
node.js sorce : http://nodejs.org/dist/
npm rpm spec : https://gist.github.com/1113454
npm sorce : http://search.npmjs.org/#/npm
After git clone, to check the version is recommended
This playbook has been removed as it is now very outdated. |
-- that is very similar to that of pandoc's HTML writer. | |
-- There is one new feature: code blocks marked with class 'dot' | |
-- are piped through graphviz and images are included in the HTML | |
-- output using 'data:' URLs. | |
-- | |
-- Invoke with: pandoc -t sample.lua | |
-- | |
-- Note: you need not have lua installed on your system to use this | |
-- custom writer. However, if you do have lua installed, you can | |
-- use it to test changes to the script. 'lua sample.lua' will |
apply plugin: 'groovy' | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
//needed to avoid groovy not on classpath error. | |
testCompile module('org.codehaus.groovy:groovy:1.8.0') |
# -*- coding: utf-8 -*- | |
"""Parse Python source code and get or print docstrings.""" | |
__all__ = ('get_docstrings', 'print_docstrings') | |
import ast | |
from itertools import groupby | |
from os.path import basename, splitext |
Sure, Github wins on the UI. Hands down. But, despite my initial annoyance with Gerrit when I first started using it almost a year ago, I am now a convert. Fully. Let me tell you why.
Note: This is an opinionated (on purpose) piece. I assume your preferences are like mine on certain ideas, such as:
[Unit] | |
Description=X Virtual Frame Buffer Service | |
After=network.target | |
[Service] | |
ExecStart=/usr/bin/Xvfb :99 -screen 0 1024x768x24 | |
[Install] | |
WantedBy=multi-user.target |
https://www.youtube.com/watch?v=kI-KpfQFgug # python coroutines | |
https://www.youtube.com/watch?v=M_ns_vIshmw # gnu radio | |
https://www.youtube.com/watch?v=t-TwCLwYIGE # Apache HTrace | |
https://www.youtube.com/watch?v=aieG8gjpqsw # gimp tricks | |
https://www.youtube.com/watch?v=jWM3HTwsNE8 # glusterfs @ facebook | |
https://www.youtube.com/watch?v=4NG1ngz0nnY # BTR'ed ZFS | |
https://www.youtube.com/watch?v=zkHkrSVHTjA # btrfs dedup | |
https://www.youtube.com/watch?v=jr4zQc3g1Ts # terryble git ideas | |
https://www.youtube.com/watch?v=Snr44e7Fjgw # QEMU/libvirt | |
https://www.youtube.com/watch?v=X1NAJbLqEv8 # SELinux |