Architecture

5 years, 6 months 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
9 years, 10 months ago

Setting Up Swap Space

9 years, 10 months ago

DNSmasq Installation

9 years, 11 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, 2 months ago

Drum technique

11 years, 2 months ago

Creeper guy reaction gif

gif
11 years, 3 months ago

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

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

Pug in wig

11 years, 3 months ago

CSS px is an Angular Measurement

css
11 years, 3 months ago

11 years, 7 months ago

50.gif (432×320)

11 years, 7 months ago

Basho | Riak at Shareaholic

11 years, 7 months ago

Get Work Done Music.com

11 years, 9 months ago

Understanding Python decorators - Stack Overflow

Python decorators order of operations
11 years, 9 months ago

Tell, Don't Ask

11 years, 9 months ago

Unleashing the Power of a UX KPI

ux ui
11 years, 9 months ago

swank-js/swank-js

11 years, 9 months ago

Emacs Rocks!

11 years, 9 months ago

A standing desk for $22

11 years, 10 months ago

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

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

Bad Ideas

11 years, 11 months ago

Quick Start

12 years 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 ago

Quick Start

12 years ago

dotcloud/zerorpc-python

12 years, 1 month ago

Auto Scaling

12 years, 1 month ago

Amino Acid and Codon Table

12 years, 1 month 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, 1 month ago

Daniel Lyons

12 years, 1 month 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, 3 months ago

Hipstergrammers

12 years, 4 months ago

Smug Lisp Weenie

12 years, 4 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, 4 months ago

DfbGc.gif (167×157)

Joker applauds
12 years, 4 months ago

E84UJ.gif (400×223)

12 years, 4 months ago

CoreAdmin - Solr Wiki

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

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

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

Design for developers

12 years, 5 months ago

Online reStructuredText editor

12 years, 5 months ago

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

return 'ST_GeomFromEWKB(%s)' % self._adapter.getquoted()
12 years, 5 months 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.
12 years, 5 months ago

sqlkorma

12 years, 5 months ago

select * from depesz

sql
12 years, 7 months ago

Git Book - Customizing Git

git
12 years, 7 months ago

Understanding the Git Workflow

git
12 years, 9 months ago

HTML5 <audio> test.

12 years, 10 months ago

Create a collapsible/expandable CSS tree

DBTree Configuration
12 years, 11 months ago

Meet Magit on Vimeo

12 years, 11 months ago

python - Favorite Django Tips & Features? - Stack Overflow

has cool data visualization tip as first answer
13 years ago

ImageMagick: Application Program Interfaces

pdf to jpg conversion tool
13 years ago

CSS Gallery

ux
13 years ago

CSSbake

ux
13 years ago

UI Patterns

ux
13 years ago

UX | Think Vitamin

ux
13 years 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, 1 month ago

Bodhi About

13 years, 1 month 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, 1 month ago

Working with out parameters - MDC Doc Center

Semi-decent explanation of the structure of MDC doc pages.
13 years, 1 month ago

Mozilla Cross-Reference

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

JavaScript Garden

Javascript tutorial
13 years, 1 month ago

JavaScript Array Object

13 years, 1 month ago

Compass

13 years, 1 month ago

Vimium - the hacker's browser

13 years, 1 month ago

rcirc Manual

13 years, 1 month ago

Pinboard - Anatomy of a Crushing

13 years, 1 month ago

PyDOM - MDC Doc Center

13 years, 1 month ago

whoops

whoa
13 years, 1 month ago

whoops

whoa
13 years, 1 month ago

whoops

whoa
13 years, 1 month ago

wow

you screwed up
13 years, 1 month ago

whoops

whoa
13 years, 1 month ago

jQuery UI - Dialog Demos

How to create pop-up dialogs in jquery
13 years, 1 month ago

Careers | Mozilla

13 years, 2 months ago

Semantic Versioning

13 years, 2 months ago

Programmer Competency Matrix

13 years, 2 months ago

amix/redis_wrap - GitHub

13 years, 2 months ago

Giggil

13 years, 2 months ago

Geeky Clean!

13 years, 2 months ago

Python's Mutable Default Problem

13 years, 2 months ago

Everything is an Object

13 years, 2 months ago

13 years, 2 months ago

Python Vs Ruby

13 years, 2 months ago

Option Reference « WordPress Codex

13 years, 2 months ago

NOVA | Smartest Machine on Earth

13 years, 2 months ago

Facebook

13 years, 2 months ago

Configuring HTTPS servers

13 years, 2 months ago

jQuery UI - Home

13 years, 2 months ago

dpaste: #389806

13 years, 2 months ago

Git Immersion

13 years, 2 months ago

Git - Fast Version Control System

13 years, 3 months ago

Using Armin Ronacher's rstblog

13 years, 3 months ago

A VC: CEO Transitions

13 years, 3 months ago

How-To Guide for Descriptors

13 years, 3 months ago

Guide to Python introspection

13 years, 3 months ago

Hacker News | Easing into SICP

13 years, 3 months ago

Active Worksheets -- Sage

13 years, 3 months ago

Big Design Up Front

13 years, 3 months ago

Fixing the XSS on ICICIDirect.com

13 years, 3 months ago

Python's Super Considered Harmful

13 years, 4 months ago

git stash man page

13 years, 4 months ago

Parsing HTML with lxml

13 years, 4 months ago

The Vim commands cheat sheet

13 years, 4 months ago

Python-Pinboard

13 years, 4 months ago

SMonologue #2

13 years, 4 months ago

Why I Love Mathematics -- Reddit

13 years, 4 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?