Architecture

6 years, 1 month ago

Installing Puppet: Red Hat Enterprise Linux (and Derivatives) — Documentation — Puppet Labs

sudo rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm
10 years, 5 months ago

Setting Up Swap Space

10 years, 5 months ago

DNSmasq Installation

10 years, 6 months ago

How to write an Emacs function to wrap the marked region with specified text - Stack Overflow

(defun ess-R-wrap-content-vqn () "Wrap marked region with a specified PREFIX and closing parentheses." (interactive) (set (make-local-variable 'prefix) (read-from-minibuffer "function: ")) (set (make-local-variable 'prefix) (concat prefix "(")) (save-excursion (goto-char (region-beginning)) (insert prefix)) (save-excursion (goto-char (region-end)) (insert ")")) ) (define-key ess-mode-map "\C-c\M-w" 'ess-R-wrap-content-vqn)
11 years, 9 months ago

Drum technique

11 years, 9 months ago

Creeper guy reaction gif

gif
11 years, 10 months ago

René Berber - Re: How to add users to sshd?

mkpasswd -l -u UserName >> /etc/passwd
11 years, 10 months ago

Pug in wig

11 years, 10 months ago

CSS px is an Angular Measurement

css
11 years, 10 months ago

12 years, 2 months ago

50.gif (432×320)

12 years, 2 months ago

Basho | Riak at Shareaholic

12 years, 2 months ago

Get Work Done Music.com

12 years, 4 months ago

Understanding Python decorators - Stack Overflow

Python decorators order of operations
12 years, 4 months ago

Tell, Don't Ask

12 years, 4 months ago

Unleashing the Power of a UX KPI

ux ui
12 years, 4 months ago

swank-js/swank-js

12 years, 4 months ago

Emacs Rocks!

12 years, 4 months ago

A standing desk for $22

12 years, 5 months ago

parsing nested parentheses in python, grab content by level - Stack Overflow

http://stackoverflow.com/a/4285211/495154
12 years, 6 months ago

Bad Ideas

12 years, 6 months ago

Quick Start

12 years, 7 months ago

AmazonS3 - Hadoop Wiki

<property> <name>fs.default.name</name> <value>s3://BUCKET</value> </property> <property> <name>fs.s3.awsAccessKeyId</name> <value>ID</value> </property> <property> <name>fs.s3.awsSecretAccessKey</name> <value>SECRET</value> </property>
12 years, 7 months ago

Quick Start

12 years, 7 months ago

Java HotSpot VM Options

12 years, 7 months ago

dotcloud/zerorpc-python

12 years, 8 months ago

Auto Scaling

12 years, 8 months ago

Amino Acid and Codon Table

12 years, 8 months ago

Neil DeGrasse Tyson

The problem, often not discovered until late in life, is that when you look for things like love, meaning, motivation, it implies they are sitting behind a tree or under a rock. The most successful people recognize, that in life they create their own love, they manufacture their own meaning, they generate their own motivation. For me, I am driven by two main philosophies, know more today about the world than I knew yesterday. And along the way, lessen the suffering of others. You'd be surprised how far that gets you.
12 years, 9 months ago

Daniel Lyons

12 years, 9 months ago

Extract Regular Expression Match « A Little Noise

Extract the first, longest pattern that matches a regular expression. You could add a parameter or write a similar function to get the shortest match instead (by starting with e = s and then incrementing e, instead of starting with e = LENGTH(string) and decrementing).
12 years, 10 months ago

Hipstergrammers

12 years, 11 months ago

Smug Lisp Weenie

12 years, 11 months ago

pavel lishin

15:18 <fancybone> javascript callbacks and asynchronous calls 15:18 <fancybone> input fields dynamincally added to DOM 15:18 <fancybone> server-side parsing of POST query strings 15:18 <fancybone> these are just some of my favorite things!
12 years, 11 months ago

DfbGc.gif (167×157)

Joker applauds
12 years, 11 months ago

E84UJ.gif (400×223)

12 years, 11 months ago

Bugs and Battleships : Inside 233

12 years, 11 months ago

CoreAdmin - Solr Wiki

cores?action=RELOAD&core=core0
12 years, 11 months ago

t/t3400-rebase.sh at master from gitster/git - GitHub

Originally tooted by mitchellh on tooter
12 years, 12 months ago

postgis-adapter-2.patch on Ticket #16778 – Attachment – Django

return 'ST_GeomFromEWKB(%s)' % self._adapter.getquoted()
13 years ago

ElasticSearch - Solr

Good comparison of ElasticSearch & Solr features. Field collapsing (e.g. group queries, etc) is what won the day for Solr for us. Plus in our use case ElasticSearch's real time capabilities aren't relevant, since we update our database once a day.
13 years ago

sqlkorma

13 years ago

select * from depesz

sql
13 years, 2 months ago

Git Book - Customizing Git

git
13 years, 2 months ago

Understanding the Git Workflow

git
13 years, 3 months ago

HTML5 <audio> test.

13 years, 5 months ago

Create a collapsible/expandable CSS tree

DBTree Configuration
13 years, 6 months ago

Meet Magit on Vimeo

13 years, 6 months ago

python - Favorite Django Tips & Features? - Stack Overflow

has cool data visualization tip as first answer
13 years, 7 months ago

ImageMagick: Application Program Interfaces

pdf to jpg conversion tool
13 years, 7 months ago

PyCon 2010 Tutorial

13 years, 7 months ago

CSS Gallery

ux
13 years, 7 months ago

CSSbake

ux
13 years, 7 months ago

UI Patterns

ux
13 years, 7 months ago

UX | Think Vitamin

ux
13 years, 7 months ago

KevLinDev - Inheritance Simulation in Javascript

The following is a discussion of a technique I've used over the years to simulate the feeling of Object-Oriented Programming in languages like C# and Java. The keyword here is "simulation". This is not necessarily equivalent to what you would encounter in those languages. JavaScript is a very expressive language and, as a result, there are a wide variety of techniques you can employ to build re-usable and extensible code. What I describe here is by no means the final answer on that subject.
13 years, 8 months ago

Bodhi About

13 years, 8 months ago

Observer Notifications - MDC Doc Center

The following are topics that you can observe during the course of an application. Unless otherwise noted you register for the topics using the nsIObserverService . Application startup Edit section These are the topics that you can observe on startup, in order of appearance. If your component requires access to the user profile, or any services which require access to the profile (preferences, bookmarks, and so on) then a common pattern is to register with the nsICategoryManager for the app-startup topic which can be done in the component's registration code, and then in that notification register with the observer service for the profile-after-change notification. See Receiving startup notifications for more information about how this works.
13 years, 8 months ago

Working with out parameters - MDC Doc Center

Semi-decent explanation of the structure of MDC doc pages.
13 years, 8 months ago

Mozilla Cross-Reference

Search for "utility functions" that are totally undocumented and just thrown into mozilla javascript without explanation
13 years, 8 months ago

JavaScript Garden

Javascript tutorial
13 years, 8 months ago

Django gotcha: concrete inheritance

13 years, 8 months ago

JavaScript Array Object

13 years, 8 months ago

Compass

13 years, 8 months ago

Vimium - the hacker's browser

13 years, 8 months ago

rcirc Manual

13 years, 8 months ago

Pinboard - Anatomy of a Crushing

13 years, 8 months ago

PyDOM - MDC Doc Center

13 years, 8 months ago

whoops

whoa
13 years, 8 months ago

whoops

whoa
13 years, 8 months ago

whoops

whoa
13 years, 8 months ago

wow

you screwed up
13 years, 8 months ago

whoops

whoa
13 years, 8 months ago

jQuery UI - Dialog Demos

How to create pop-up dialogs in jquery
13 years, 8 months ago

Careers | Mozilla

13 years, 9 months ago

Semantic Versioning

13 years, 9 months ago

Programmer Competency Matrix

13 years, 9 months ago

amix/redis_wrap - GitHub

13 years, 9 months ago

Giggil

13 years, 9 months ago

Geeky Clean!

13 years, 9 months ago

Python's Mutable Default Problem

13 years, 9 months ago

Everything is an Object

13 years, 9 months ago

13 years, 9 months ago

Python Vs Ruby

13 years, 9 months ago

Option Reference « WordPress Codex

13 years, 9 months ago

NOVA | Smartest Machine on Earth

13 years, 9 months ago

Facebook

13 years, 9 months ago

Configuring HTTPS servers

13 years, 9 months ago

jQuery UI - Home

13 years, 9 months ago

dpaste: #389806

13 years, 9 months ago

Git Immersion

13 years, 10 months ago

Git - Fast Version Control System

13 years, 10 months ago

Using Armin Ronacher's rstblog

13 years, 10 months ago

A VC: CEO Transitions

13 years, 10 months ago

How-To Guide for Descriptors

13 years, 10 months ago

Guide to Python introspection

13 years, 10 months ago

Karl Seguin Understanding Map Reduce

13 years, 10 months ago

PDF access for Concrete Abstractions

13 years, 10 months ago

Hacker News | Easing into SICP

13 years, 10 months ago

Active Worksheets -- Sage

13 years, 10 months ago

Big Design Up Front

13 years, 10 months ago

Fixing the XSS on ICICIDirect.com

13 years, 10 months ago

Python's Super Considered Harmful

13 years, 11 months ago

git stash man page

13 years, 11 months ago

Parsing HTML with lxml

13 years, 11 months ago

The Vim commands cheat sheet

13 years, 11 months ago

Python-Pinboard

13 years, 11 months ago

SMonologue #2

13 years, 11 months ago

Why I Love Mathematics -- Reddit

13 years, 11 months ago

Some website functionality, like tag filtering, will not work unless you're logged in as a registered user! It's easy to register, so what are you waiting for?