- GitHub Staff
- https://summarity.com
- @summarity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 .." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tbaeos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 .." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 .." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +------------------- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tbosx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 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.