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
# Reset | |
Color_Off='\[\e[0m\]' # Text Reset | |
# Regular Colors | |
Black='\[\e[0;30m\]' # Black | |
Red='\[\e[0;31m\]' # Red | |
Green='\[\e[0;32m\]' # Green | |
Yellow='\[\e[0;33m\]' # Yellow | |
Blue='\[\e[0;34m\]' # Blue |
This file has been truncated, but you can view the full file.
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
Finding potential tileset differences... | |
Excluding: inorganic_stone_gem.txt | |
Known display tags are: COLOR CREATURE_SOLDIER_TILE CREATURE_TILE DEAD_SAPLING_COLOR DEAD_SAPLING_TILE DEAD_SHRUB_COLOR DEAD_SHRUB_TILE DEAD_TREE_COLOR DEAD_TREE_TILE DISPLAY_COLOR GLOWCOLOR GLOWTILE GRASS_COLORS GRASS_TILES ITEM_SYMBOL PICKED_COLOR PICKED_TILE SAPLING_COLOR SAPLING_TILE SHRUB_COLOR SHRUB_TILE STATE_NAME_ADJ TILE TREE_COLOR TREE_TILE | |
--- /home/pjf/cygwin/pjf/cvs/MWDF/Dwarf Fortress/raw/objects/creature_amphibians.txt 2013-02-25 20:58:56.000000000 +1100 | |
+++ /home/pjf/cygwin/pjf/cvs/MWDF/MasterworkDwarfFortress/graphics/ASCII/raw/objects/creature_amphibians.txt 2013-11-07 14:08:42.404141240 +1100 | |
@@ |
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/perl -w | |
use 5.010; | |
use strict; | |
use warnings; | |
use autodie qw( :all ); | |
use WebService::Beeminder; | |
use Config::Tiny; | |
# use Smart::Comments; | |
# Get our beeminder auth token. |
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/perl -w | |
use 5.010; | |
use strict; | |
use warnings; | |
use threads; | |
use Thread::Queue; | |
use autodie qw(:all); | |
use Image::ExifTool qw(ImageInfo); | |
use Data::Dumper; | |
use Imager; |
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
Dear Everyone, | |
I have depression. | |
This isn't the sort of sadness that sticks around for a week and then | |
goes away. It's not the sort of thing that even has a good reason, although | |
there might have been one originally. It's the sort of thing that can | |
stick with you for months or even years, is a recognised illness, and | |
is one of the worst possible states a human can experience. |
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/perl -w | |
use 5.010; | |
use strict; | |
use warnings; | |
use autodie; | |
local $/ = q{<li class="fbProfileBrowserListItem uiListItem">}; | |
<>; # Discard leader |
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
Have you dreamed of living walking distance from the University of Melbourne, | |
the fabulous restaurants of Lygon, the boutique coffee-shops of Rathdowne, the | |
bustling variety of Brunswick Street? I'm looking for housemates to join me in | |
Drummond Street, Carlton North, near the corner of Lee Street. | |
The location here is fantastic; there's a supermarket at the end of the street, | |
cafés and bakeries around the corner, libraries, parks, pharmacies, | |
post-office, University of Melbourne, and many, many restaurants all within | |
walking distance. |
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/perl -w | |
use 5.010; | |
use strict; | |
use warnings; | |
use autodie qw( :all ); | |
use POSIX qw( strftime ); | |
use Config::Tiny; | |
use WWW::Mechanize; | |
use JSON::Any; |
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
# | |
# Instructions | |
# | |
# 1. Figure out what this function does | |
# 2. Write a unit test for it | |
# 3. Refactor for readability and efficiency | |
# | |
# NOTE: Do regular commits that show agile style iterations through the problem. | |
# If you prefer a different language, you can provide your solution in PHP, | |
# Python or Javascript too. |
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
CS Unplugged | |
http://csunplugged.org/ | |
XWii | |
http://www.resplect.com/xwii/ | |
Vimperator for Firefox |