- requires python 2.7 (maybe python 3.3+ will work too, didn't tested it)
Put git2neo.py somewhere in your $PATH and chmod +x it.
| <div id="insertTest"></div> | |
| <script> | |
| var wikipediaHTMLResult = function(data) { | |
| var readData = $('<div>' + data.parse.text.* + '</div>'); | |
| // handle redirects | |
| var redirect = readData.find('li:contains("REDIRECT") a').text(); | |
| if(redirect != '') { | |
| callWikipediaAPI(redirect); |
| #!/bin/dash -f | |
| # Configure wmii | |
| wmiiscript=wmiirc # For wmii.sh | |
| . wmii.sh | |
| # Configuration Variables | |
| MODKEY=Mod4 | |
| UP=k | |
| DOWN=j |
| [alias] | |
| log-json = log --pretty=format:'\"%h\": {%n \"commit\": \"%H\",%n \"author\": \"%an <%ae>\",%n \"date\": \"%ad\",%n \"message\": \"%s\"%n}' |