Skip to content

Instantly share code, notes, and snippets.

View turbo's full-sized avatar

Pierre turbo

View GitHub Profile
set -x
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo sh -c 'echo "deb http://download.mono-project.com/repo/debian wheezy main">>/etc/apt/sources.list.d/mono-xamarin.list;apt-get -qq update;apt-get -qq install git gcc mono-complete'
sudo sh -c "git clone http://github.com/turbo/src;cd src;xbuild *.sln /v:q;cp *.dll /usr/lib/;mkbundle -o /usr/bin/turbo *.exe;cd .."
tbaeos
sudo zypper -n -q ar -f http://download.mono-project.com/repo/centos/ mono-project
sudo zypper --no-gpg-checks -n -q up
sudo zypper --no-gpg-checks -n -q in -l -f git gcc mono-complete
sudo sh -c "git clone http://github.com/turbo/src;cd src;xbuild *.sln /v:q;cp *.dll /usr/lib/;mkbundle -o /usr/bin/turbo *.exe;cd .."
sudo sh -c "git clone http://github.com/turbo/src;cd src;xbuild *.sln /v:q;cp *.dll /usr/lib/;mkbundle -o /usr/bin/turbo *.exe;cd .."
AutoIt Source Code
Author : Jonathan Bennett and the AutoIt Team
WWW : http://www.autoitscript.com/autoit3/
Email : support@hiddensoft.com
________________________________________________________
END-USER LICENSE AGREEMENT FOR THIS SOFTWARE
Important - read carefully:
+------------------- END-USER LICENSE AGREEMENT FOR THIS SOFTWARE -------------------+
| |
| The Source Made Public License, Revision 2 |
| |
+---------------------------- Important, read carefully! ----------------------------+
This End-User License Agreement ("EULA") is a legal agreement between you (either an
individual or a single entity) and the mentioned author of this Software for the
software product identified above, which includes computer software and may include
associated media, printed materials, and "online" or electronic documentation. By
tbosx
@turbo
turbo / parse.au3
Created May 15, 2016 15:38
Parse stackexchange chat logs
#include <IE.au3>
ConsoleWrite(_ParseMsgLog("http://chat.stackexchange.com/transcript/240/6-9"))
Func _ParseMsgLog($sURL)
Local $oIE = _IECreate($sURL, 0, 0, 1, 0)
Local $sOutput = ""
; Iterate over all <div>s
For $eachDiv In _IETagNameGetCollection($oIE, "div")
[ R. Kap (/users/200426/r-kap) ]
I <i>love</i> computer science.
[ Alex A. (/users/141888/alex-a) ]
I find it incredibly difficult to give more than a shit or two about bits
[ QPaysTaxes (/users/137388/qpaystaxes) ]
Well guys, it's 2AM
Time to go to bed
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.