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)
3 months ago
writings/published/understanding-backbone.md at master · kjbekkelund/writings · GitHub
3 months, 3 weeks ago
René Berber - Re: How to add users to sshd?
mkpasswd -l -u UserName >> /etc/passwd
4 months, 1 week ago
Description of how to fix connectivity issues between Remmina and Windows boxes via RDP
4 months, 1 week ago
Amazon Web Services Blog: Amazon S3 Performance Tips & Tricks + Seattle S3 Hiring Event
4 months, 2 weeks ago
I've written an authorization server for CloudFront using Python/Flask and have ... | Hacker News
4 months, 2 weeks ago
Backbonification: migrating a large JavaScript project from DOM spaghetti to Backbone.js | OfBrooklyn.com
6 months ago
charles leifer | Using python and k-means to find the dominant colors in images
6 months, 4 weeks ago
X-Sendfile - serve large static files efficiently from web applications | Wiki | Yii Framework
7 months, 2 weeks ago
python - Does Flask support regular expressions in its URL routing? - Stack Overflow
7 months, 2 weeks ago
Mark S. Rasmussen - Using Amazon S3 & CloudFront for Scalable and Secure Distribution on Vimeo
7 months, 2 weeks ago
html5 - What are the details can be obtained from webkitStorageInfo.queryUsageAndQuota() - Stack Overflow
9 months, 1 week ago
C9 Lectures: Greg Meredith - Monadic Design Patterns for the Web - Introduction to Monads | C9 Lectures: Greg Meredith - Monadic Design Patterns for the Web | Channel 9
9 months, 2 weeks ago
Understanding Python decorators - Stack Overflow
Python decorators order of operations
9 months, 4 weeks ago
parsing nested parentheses in python, grab content by level - Stack Overflow
http://stackoverflow.com/a/4285211/495154
1 year 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>
1 year, 1 month ago
A tool for processing data on Hadoop with Clojure in a concise and expressive manner. ()
1 year, 1 month ago
New Cascalog features: outer joins, combiners, sorting, and more - thoughts from the red planet - thoughts from the red planet
1 year, 1 month ago
Introducing Cascalog: a Clojure-based query language for Hadoop - thoughts from the red planet - thoughts from the red planet
1 year, 1 month ago
briancarper.net (λ) - Keeping bash history in sync on disk and between multiple terminals
1 year, 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.
1 year, 2 months ago
How to attach and mount EBS volume into EC2 Instance Ubuntu 10.10 | Yodi Aditya Researcher + Traveller
1 year, 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).
1 year, 4 months ago
Lucid Imagination » Integrating Apache Mahout with Apache Lucene and Solr – Part I (of 3)
1 year, 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!
1 year, 4 months ago
t/t3400-rebase.sh at master from gitster/git - GitHub
Originally tooted by mitchellh on tooter
1 year, 5 months ago
Noir's definition of views causes confusion with traditional MVC views - Google Groups
1 year, 5 months ago
Getting back some battery life in Ubuntu 11.10 by disabling discrete graphics. « Things and Stuff and Stuff and Things, and Also Occasionally Whatnot.
1 year, 6 months ago
postgis-adapter-2.patch on Ticket #16778 – Attachment – Django
return 'ST_GeomFromEWKB(%s)' % self._adapter.getquoted()
1 year, 6 months ago
Translating mathematics into code: Examples in Java, Python, Haskell and Racket
1 year, 6 months ago
8.3. collections — High-performance container datatypes — Python v2.7.2 documentation
1 year, 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.
1 year, 6 months ago
regex - Regular expression to match string not containing a word? - Stack Overflow
1 year, 6 months ago
John Muellerleile - Scaling at Showyou, Boundary Tech Talks October 6, 2011 on Vimeo
1 year, 7 months ago
self improvement - Python progression path - From apprentice to guru - Stack Overflow
1 year, 11 months ago
Fabric, Cuisine and Watchdog for server administration in Python
Slideshow on fabric/cuisine/watchdog 'stack'
1 year, 11 months ago
which - a portable GNU which replacement implemented in Python - Google Project Hosting
1 year, 12 months ago
Why zombie ants infected by mind-controlling fungus always kill themselves at high noon | Mail Online
2 years ago
python - Favorite Django Tips & Features? - Stack Overflow
has cool data visualization tip as first answer
2 years ago
Software Engineer Seeks Jobs in the Silicon Valley – An Experience | Steve’s Blog
2 years, 1 month ago
Peter Thiel: We’re in a Bubble and It’s Not the Internet. It’s Higher Education.
2 years, 1 month ago
Amazon.com: The Humane Interface: New Directions for Designing Interactive Systems (9780201379372): Jef Raskin: Books
2 years, 1 month ago
CSSelite.com – CSS Gallery » Showcasing the best in CSS web design and development.
2 years, 1 month ago
How-To create a MySQL database and set privileges to a user | Debian/Ubuntu Tips & Tricks
2 years, 1 month 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.
2 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.
2 years, 1 month ago
(3) Linux: What are some time-saving tips that every Linux user should know? - Quora
2 years, 1 month ago
logic - How do you get the logical xor of two variables in Python? - Stack Overflow
2 years, 2 months ago
YouTube - 14 Emacs - dired editing (wdired) (Programothesis by emailatask.com)
2 years, 2 months ago
Working with out parameters - MDC Doc Center
Semi-decent explanation of the structure of MDC doc pages.
2 years, 2 months ago
Mozilla Cross-Reference
Search for "utility functions" that are totally undocumented and just thrown into mozilla javascript without explanation
2 years, 2 months ago
postgresql - Auto-truncating fields at max_length in Django CharFields - Stack Overflow
2 years, 2 months ago
PyCon 2011: Advanced Network Architectures With ZeroMQ - PyCon US Videos - 2009, 2010, 2011 - blip.tv
2 years, 2 months ago
Bug 597247 – Implement alive ping counter for blocklist to strengthen user privacy
2 years, 2 months ago
17 Useful jQuery Plugins to Improve the Look and Feel of Your Website - DesignModo
2 years, 2 months ago
productivity - What is your most productive shortcut with Vim? - Stack Overflow
2 years, 2 months ago
clojure - Please explain some of Paul Graham's points on Lisp - Stack Overflow
2 years, 2 months ago
management - What is your definition of a Entry Level/Junior/Mid/Senior Developer? - Stack Overflow
2 years, 2 months ago
NewOverview - memcached - what is this thing? - Project Hosting on Google Code
2 years, 3 months ago
Brian Jamison » How to configure Wordpress for automatic ftps updates using vsftp in Ubuntu
2 years, 3 months ago
The Secret to a Happy Marriage: Do the Dishes, Put Out, Don’t Talk So Much. - Ideas Market - WSJ
2 years, 3 months ago
Dealing with JavaScript's Automatic Semicolon Insertion | Armin Ronacher's Thoughts and Writings
2 years, 3 months ago
Hacker Chat: Pinboard Creator Maciej Ceglowski Talks About Why Boring Architecture is Good, and More
2 years, 3 months ago
Nginx "how to" - Fast and Secure Web Server (nginx.conf) @ Calomel.org - Open Source Research and Reference
2 years, 3 months ago
python - What are the steps to make a ModelForm work with a ManyToMany relationship with an intermediary model in Django? - Stack Overflow
2 years, 3 months ago
daverecycles.com : Explain "Event-Driven" Web Servers to Your Grandma
2 years, 3 months ago
Corporate stereotypes, and why Microsoft could kill your startup career | Matt Swanson
2 years, 3 months ago
Pyjamas - Python Javascript Compiler, Desktop Widget Set and RIA Web Framework
2 years, 3 months ago
VirtualEnvironments - modwsgi - Support for Python virtual environments. - Project Hosting on Google Code
2 years, 3 months ago
Python, the Web and Little Things on my Mind | Armin Ronacher's Thoughts and Writings
2 years, 4 months ago
Writing Forwards Compatible Python Code | Armin Ronacher's Thoughts and Writings
2 years, 4 months ago
Hadoopy: Cython based MapReduce library for Python (w/ Oozie Support) - Brandyn White
2 years, 4 months ago
Twitter’s Response to WikiLeaks Subpoena Should Be the Industry Standard | Threat Level | Wired.com
2 years, 4 months ago
Understanding Client Server Architecture and how the client and server computers interact with each other
2 years, 4 months ago
Latency Compensating Methods in Client/Server In-game Protocol Design and Optimization - Valve Developer Community
2 years, 4 months ago
Common Mistakes as Python Web Developer | Armin Ronacher's Thoughts and Writings
2 years, 4 months ago