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
| minecraft:bedrock,3*minecraft:stone,52*minecraft:smooth_quartz,8*minecraft:chiseled_quartz_block;minecraft:desert;village,biome_1,decoration,stronghold,mineshaft,dungeon |
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
| 0x4E905c44Fbfd315C48d12b1885FB56033A4b958c |
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
| #!/bin/bash | |
| # | |
| # recursively finds all git repos (2 levels deep) and executes given git command on them | |
| # omits .ws .git and .idea directories | |
| # | |
| # example: bash gitAll.sh pull | |
| # result: pull from all repos | |
| # | |
| find . -not -regex '.*\(.git\|.idea\|.ws\).*' \ |
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
| var request = require('request'); | |
| var cheerio = require('cheerio'); | |
| var fs = require('fs'); | |
| var data = fs.createWriteStream('data.txt', {'flags': 'a'}); | |
| var urlsToCrawl = []; | |
| var spider = function(url) { | |
| var index = urlsToCrawl.indexOf(url); |
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
| <?php | |
| /** | |
| * Lietuviškų vardų linksniai. | |
| * | |
| * @author Maug Lee <[email protected]> | |
| * @copyright Copyleft (ↄ) 2011, Maug Lee | |
| * @version 0.3 | |
| * @package Vardai | |
| */ |