Architecture

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

Setting Up Swap Space

10 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)
12 years, 3 months ago

Drum technique

12 years, 3 months ago

Creeper guy reaction gif

gif
12 years, 4 months ago

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

mkpasswd -l -u UserName >> /etc/passwd
12 years, 4 months ago

Pug in wig

12 years, 4 months ago

CSS px is an Angular Measurement

css
12 years, 4 months ago

12 years, 8 months ago

50.gif (432×320)

12 years, 8 months ago

Basho | Riak at Shareaholic

12 years, 8 months ago

Get Work Done Music.com

12 years, 10 months ago

Understanding Python decorators - Stack Overflow

Python decorators order of operations
12 years, 10 months ago

Tell, Don't Ask

12 years, 10 months ago

Mocks Aren't Stubs

12 years, 10 months ago

Unleashing the Power of a UX KPI

ux ui
12 years, 10 months ago

swank-js/swank-js

12 years, 11 months ago

Emacs Rocks!

12 years, 11 months ago

A standing desk for $22

12 years, 11 months ago

Bad Ideas

13 years ago

Quick Start

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

Quick Start

13 years, 1 month ago

Java HotSpot VM Options

13 years, 2 months ago

dotcloud/zerorpc-python

13 years, 2 months ago

Auto Scaling

13 years, 2 months ago

Amino Acid and Codon Table

13 years, 2 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.
13 years, 3 months ago

Daniel Lyons

13 years, 3 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).
13 years, 4 months ago

Hipstergrammers

13 years, 5 months ago

Smug Lisp Weenie

13 years, 5 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!
13 years, 5 months ago

DfbGc.gif (167×157)

Joker applauds
13 years, 5 months ago

E84UJ.gif (400×223)

13 years, 5 months ago

CoreAdmin - Solr Wiki

cores?action=RELOAD&core=core0
13 years, 5 months ago

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

Originally tooted by mitchellh on tooter
13 years, 6 months ago

Design for developers

13 years, 6 months ago

Online reStructuredText editor

13 years, 6 months ago

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

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

sqlkorma

13 years, 7 months ago

select * from depesz

sql
13 years, 8 months ago

Git Book - Customizing Git

git
13 years, 8 months ago

Understanding the Git Workflow

git
13 years, 10 months ago

HTML5 <audio> test.

13 years, 11 months ago

python - Favorite Django Tips & Features? - Stack Overflow

has cool data visualization tip as first answer
14 years, 1 month ago

ImageMagick: Application Program Interfaces

pdf to jpg conversion tool
14 years, 1 month ago

PyCon 2010 Tutorial

14 years, 1 month ago

CSS Gallery

ux
14 years, 2 months ago

CSSbake

ux
14 years, 2 months ago

UI Patterns

ux
14 years, 2 months ago

UX | Think Vitamin

ux
14 years, 2 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.
14 years, 2 months ago

Bodhi About

14 years, 2 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.
14 years, 2 months ago

Working with out parameters - MDC Doc Center

Semi-decent explanation of the structure of MDC doc pages.
14 years, 2 months ago

Mozilla Cross-Reference

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

JavaScript Garden

Javascript tutorial
14 years, 2 months ago

Django gotcha: concrete inheritance

14 years, 2 months ago

JavaScript Array Object

14 years, 2 months ago

Compass

14 years, 2 months ago

Vimium - the hacker's browser

14 years, 2 months ago

rcirc Manual

14 years, 2 months ago

Pinboard - Anatomy of a Crushing

14 years, 2 months ago

PyDOM - MDC Doc Center

14 years, 2 months ago

whoops

whoa
14 years, 2 months ago

whoops

whoa
14 years, 2 months ago

whoops

whoa
14 years, 2 months ago

wow

you screwed up
14 years, 2 months ago

whoops

whoa
14 years, 2 months ago

jQuery UI - Dialog Demos

How to create pop-up dialogs in jquery
14 years, 2 months ago

Careers | Mozilla

14 years, 3 months ago

Semantic Versioning

14 years, 3 months ago

Programmer Competency Matrix

14 years, 3 months ago

amix/redis_wrap - GitHub

14 years, 3 months ago

Giggil

14 years, 3 months ago

Geeky Clean!

14 years, 3 months ago

Python's Mutable Default Problem

14 years, 3 months ago

Everything is an Object

14 years, 3 months ago

14 years, 3 months ago

Python Vs Ruby

14 years, 3 months ago

Option Reference « WordPress Codex

14 years, 3 months ago

NOVA | Smartest Machine on Earth

14 years, 3 months ago

Facebook

14 years, 3 months ago

Configuring HTTPS servers

14 years, 3 months ago

jQuery UI - Home

14 years, 3 months ago

dpaste: #389806

14 years, 3 months ago

Git Immersion

14 years, 4 months ago

Git - Fast Version Control System

14 years, 4 months ago

Using Armin Ronacher's rstblog

14 years, 4 months ago

A VC: CEO Transitions

14 years, 4 months ago

How-To Guide for Descriptors

14 years, 4 months ago

Guide to Python introspection

14 years, 4 months ago

Hacker News | Easing into SICP

14 years, 4 months ago

Active Worksheets -- Sage

14 years, 4 months ago

Big Design Up Front

14 years, 5 months ago

Fixing the XSS on ICICIDirect.com

14 years, 5 months ago

Python's Super Considered Harmful

14 years, 5 months ago

git stash man page

14 years, 5 months ago

Parsing HTML with lxml

14 years, 5 months ago

The Vim commands cheat sheet

14 years, 5 months ago

Python-Pinboard

14 years, 5 months ago

SMonologue #2

14 years, 5 months ago

Why I Love Mathematics -- Reddit

14 years, 5 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?