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
| Установка в FreeBSD | |
| --------------------------- | |
| Часть используемого ПО распространяется только в виде бинарных файлов, в связи с чем есть некоторые трудности (не найдены defluff и cryopng, не собирается pngrewrite). | |
| ```sh | |
| ## storing current dir | |
| pushd . > /dev/null | |
| ### Installing needed ports |
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
| #!/usr/bin/env bash | |
| if [ -z "$1" ] | |
| then | |
| echo "You should tell me where to work! I can't guess." | |
| exit 1 | |
| fi | |
| dir=$(pwd) |
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
| alert('foo bar from sandbox.js at github.com'); |
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
| /* | |
| * This code is to insert into userspace .js file on rodovid.org project | |
| * (e.g. http://en.rodovid.org/wk/User:YourUsername/monobook.js) | |
| */ | |
| (function (window) { | |
| window.loadedUserScripts={}; | |
| window.importUserScriptURI=function(url){ | |
| if(loadedUserScripts[url]){return null;} |
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
| /* | |
| * Code copied from Russian wikipedia (08.02.2012) | |
| */ | |
| window.loadedScripts={}; | |
| window.importScriptURI=function(url){ | |
| if(loadedScripts[url]){return null;} | |
| loadedScripts[url]=true; | |
| var s=document.createElement('script'); |
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
| alexa|Alexa | |
| ia_archiver|Alexa archiver | |
| yandex|Яndex | |
| YaDirectBot|Яndex direct | |
| YandexMetrika|Яndex metrika | |
| crawl.yahoo|Yahoo | |
| mercator|Mercator | |
| surveybot|SurveyBot | |
| wisenutbot|WISENutbot | |
| atext.com|Exite Architext Spider |
NewerOlder