Architecture

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

Setting Up Swap Space

10 years, 10 months ago

DNSmasq Installation

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

Drum technique

12 years, 1 month ago

Creeper guy reaction gif

gif
12 years, 2 months ago

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

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

Pug in wig

12 years, 2 months ago

CSS px is an Angular Measurement

css
12 years, 2 months ago

12 years, 6 months ago

50.gif (432×320)

12 years, 6 months ago

Basho | Riak at Shareaholic

12 years, 6 months ago

Get Work Done Music.com

12 years, 8 months ago

Understanding Python decorators - Stack Overflow

Python decorators order of operations
12 years, 8 months ago

Tell, Don't Ask

12 years, 8 months ago

Unleashing the Power of a UX KPI

ux ui
12 years, 8 months ago

swank-js/swank-js

12 years, 9 months ago

Emacs Rocks!

12 years, 9 months ago

A standing desk for $22

12 years, 9 months ago

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

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

Bad Ideas

12 years, 10 months ago

Quick Start

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

Tekpub: Why Not MySQL? - YouTube

12 years, 11 months ago

Quick Start

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

Daniel Lyons

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

Hipstergrammers

13 years, 3 months ago

Smug Lisp Weenie

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

DfbGc.gif (167×157)

Joker applauds
13 years, 3 months ago

E84UJ.gif (400×223)

13 years, 3 months ago

CoreAdmin - Solr Wiki

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

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

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

Design for developers

13 years, 4 months ago

Online reStructuredText editor

13 years, 4 months ago

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

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

sqlkorma

13 years, 5 months ago

select * from depesz

sql
13 years, 6 months ago

Git Book - Customizing Git

git
13 years, 6 months ago

Understanding the Git Workflow

git
13 years, 8 months ago

HTML5 <audio> test.

13 years, 9 months ago

Create a collapsible/expandable CSS tree

DBTree Configuration
13 years, 10 months ago

Meet Magit on Vimeo

13 years, 10 months ago

python - Favorite Django Tips & Features? - Stack Overflow

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

ImageMagick: Application Program Interfaces

pdf to jpg conversion tool
13 years, 11 months ago

PyCon 2010 Tutorial

13 years, 11 months ago

CSS Gallery

ux
14 years ago

CSSbake

ux
14 years ago

UI Patterns

ux
14 years ago

UX | Think Vitamin

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

Bodhi About

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

Working with out parameters - MDC Doc Center

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

Mozilla Cross-Reference

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

JavaScript Garden

Javascript tutorial
14 years ago

Compass

14 years ago

rcirc Manual

14 years ago

whoops

whoa
14 years, 1 month ago

whoops

whoa
14 years, 1 month ago

whoops

whoa
14 years, 1 month ago

wow

you screwed up
14 years, 1 month ago

whoops

whoa
14 years, 1 month ago

jQuery UI - Dialog Demos

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

Careers | Mozilla

14 years, 1 month ago

Semantic Versioning

14 years, 1 month ago

Programmer Competency Matrix

14 years, 1 month ago

amix/redis_wrap - GitHub

14 years, 1 month ago

Giggil

14 years, 1 month ago

Geeky Clean!

14 years, 1 month ago

Python's Mutable Default Problem

14 years, 1 month ago

Everything is an Object

14 years, 1 month ago

14 years, 1 month ago

Python Vs Ruby

14 years, 1 month ago

NOVA | Smartest Machine on Earth

14 years, 1 month ago

Facebook

14 years, 1 month ago

Configuring HTTPS servers

14 years, 1 month ago

jQuery UI - Home

14 years, 1 month ago

dpaste: #389806

14 years, 2 months ago

Git Immersion

14 years, 2 months ago

Git - Fast Version Control System

14 years, 2 months ago

Using Armin Ronacher's rstblog

14 years, 2 months ago

A VC: CEO Transitions

14 years, 2 months ago

How-To Guide for Descriptors

14 years, 2 months ago

Guide to Python introspection

14 years, 2 months ago

Hacker News | Easing into SICP

14 years, 2 months ago

Active Worksheets -- Sage

14 years, 2 months ago

Big Design Up Front

14 years, 3 months ago

Fixing the XSS on ICICIDirect.com

14 years, 3 months ago

Python's Super Considered Harmful

14 years, 3 months ago

git stash man page

14 years, 3 months ago

Parsing HTML with lxml

14 years, 3 months ago

The Vim commands cheat sheet

14 years, 3 months ago

Python-Pinboard

14 years, 3 months ago

SMonologue #2

14 years, 3 months ago

Why I Love Mathematics -- Reddit

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