« 199 200 201 202 203 227 »

Pages are deceptive. Live life in a basket.

Meet Thomas Backlund, the computer programmer who gave it all up to move to the woods and write code | MNN - Mother Nature Network

Skip to main content Join OR Log In MNN - Mother Nature Network Tuesday, May 6, 2014 SPECIAL FEATURES: Leaderboard Nest Quizzes Photos Blogs Videos Joy of Less Earth Matters Browse all » Animals Climate & Weather Energy Politics Space Translating Uncle Sam Wilderness & Resources Health Browse all » Allergies Fitness & Well-Being Healthy Spaces Lifestyle Browse all » Arts & Culture Travel Natural Beauty & Fashion Recycling Responsible Living Green Tech Browse all » Computers Gadgets & Electronics Research & Innovations Transportation Eco-Biz & Money Browse all » Green Workplace Personal Finance Sustainable Business Practices Food & Drink Browse all » Beverages Healthy Eating Recipes Your Home Browse all » At Home Organic Farming & Gardening Remodeling & Design Family Browse all » Babies & Pregnancy Family Activities Pets P...

Linked on 2014-05-07 01:09:16 | Similar Links
Open Source projects from App.net

Open source software is essential to the work we do at App.net and we try to contribute as often as possible. We created this page as the hub to share all of the internal projects we've open sourced, as well as other projects we love. View on Github Python Alpha is a microblogging app View on Github JavaScript Private messaging for App.net View on Github Python RSS publishing for App.net View on Github Legal A template for your own app's terms of service, privacy policy and copyright policy View on Github CSS Build with the App.net API View on Github Java Allow users to forgo entering their App.net passwords into your Android app View on Github JavaScript A bundle of tools for AngularJS to help you build with App.net View on Github JavaScript Add a comments widget powered by App.net to your website View on Github JavaScript Deploy your own App.net share buttons View on Github Objective-...

Linked on 2014-05-06 22:17:29 | Similar Links
ProtonMail - Secure Email, Made Simple

<![endif] NAVIGATION Brand and toggle get grouped for better mobile display - MENU - Home Learn More Login Sign Up Collect the nav links, forms, and other content for toggling Overview Team Features Gallery Blog REQUEST BETA INVITE Log In /.navbar-collapse /.container-fluid SECTION INTRO End-to-end encrypted email, based in Switzerland. REQUEST BETA INVITE LEARN MORE We're now steadily getting over 1,000 new sign-ups per week - reserve your username while you can! Our Private Beta has commenced! We'll be activating more accounts gradually over the next few days. ProtonMail has beaten over 300 competing MIT startups to secure a place in the MIT100K 2014 SemiFinals! After months of trying, we've established a long-term contract with a datacenter in Switzerland to secure our servers. SECTION FEATURES We have desig...

Linked on 2014-05-06 21:47:15 | Similar Links
#metaforcefeed

#metaforcefeed "Bash disinformation campaign." Login Submitted by jnerula Selenium testing paired up with image normalization. Screenshots would be taken of each page in the selenium test, and then the screenshots would be normalized down to a certain format. The normalized formats would show differences between pages and alert the QA person whenever something bad happens. If a zone on a page is know to change every run, it could be flagged as safe or something via a web frontend. ...

Linked on 2014-05-06 21:23:56 | Similar Links
Rubik - Wikipedia, the free encyclopedia

CentralNotice Rubik From Wikipedia, the free encyclopedia Jump to: navigation , search Rubik or Rubiks may refer to: People Alfrēds Rubiks (born 1935), Latvian politician Anja Rubik (born 1983), Polish fashion model Ernő Rubik (born 1944), Hungarian professor and inventor, son of Ernő Rubik (aircraft designer) Rubik's Cube , his most famous invention Ernő Rubik (1910-1997), Hungarian aircraft designer, father of Ernő Rubik Piotr Rubik (born 1968), Polish composer Silvia Rubik ( de ) (born 1960), Austrian politician (SPÖ) Other Rubik, Albania , mining town Rubik (band) , Finnish pop/rock band See also [ edit ] Rubric (disambiguation) This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. NewPP limit report Parsed by mw1186 CPU ti...

Linked on 2014-05-06 21:16:17 | Similar Links
Plasso

Plasso Login Sign Up Plasso makes accepting and making payments quick & easy. Pay for things. Get paid for things. Buy things. Sell things. Sign Up Learn More Sell products and/or subscriptions without writing any code at all. Securely store your credit cards to use for purchases. Send shipment notifications to your with customers with one click. Sell your digital goods and files. Ebooks, videos, music, etc. Start accepting payments instantly with Plasso. You can setup product pages called 'Spaces' if you'll be selling digital or physical goods/services. Send invoices directly to others. You'll even get you’re own 'Pay Me' page anyone can visit to send you money at anytime. Anytime someone purchases your products or you receive a payment you'll be able to manage those payments and customers from within Plasso. You can issue refunds...

Linked on 2014-05-05 23:17:16 | Similar Links
meta.sh

Sign up for a GitHub account Sign in All Gists public qpfiffer / meta.sh Created 2014-05-05 — forked from nijotz/gist:1b541b07e7c5f34dc4f1 Gist Detail Revisions 3 Download Gist Clone this gist Embed this gist Link to this gist meta.sh Shell File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 #!/bin/bash if [ -z $1 ] then echo "Getting all nginx configs" RESPONSE = $( grep server_name /etc/nginx/sites-enabled/* | sed -e 's/.*server_name //' -e 's/localhost *//' -e 's/ /\n/g' -e 's/;$//' | sed -re 's_^(.*)$_<li><a href="http://\1">\1</a></li>_' ) else echo $1 RESPONSE = $( grep server_name /etc/nginx/sites-enabled/ $1 | sed -e 's/.*server_name //' -e 's/localhost *//' -e 's/ /\n/g' -e 's/;$//' | sed -re 's_^(.*)$_<li><a href="http://\1">\1</a><...

Linked on 2014-05-05 22:53:53 | Similar Links
meta.shithouse.tv

Sign up for a GitHub account Sign in All Gists public qpfiffer / meta.shithouse.tv Created 2014-05-05 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist meta.shithouse.tv File suppressed. Click to show. 1 while true; do nc -l -p 8081 -q 1 < <(echo "<html><body>"`cat /etc/nginx/sites-enabled/shithouse | grep server_name | awk '{print $2}' | sed 's/;//g' | sed 's/\(.*\)/<a href="\1">\1<\/a>/g'`"</body></html>"); done Please sign in to comment on this gist. Something went wrong with that request. Please try again. Served fresh by github-fe102-cp1-prd.iad.github.net © 2014 GitHub Inc. All rights reserved. The GitHub Blog Support Contact /.container /.#footer ...

Linked on 2014-05-05 19:37:48 | Similar Links
mincore(2) - Linux manual page

%%%TOP_BAR%%% man7.org > Linux > man-pages Linux/UNIX system programming training %%%PAGE_START%%% NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | ERRORS | VERSIONS | CONFORMING TO | BUGS | SEE ALSO | COLOPHON MINCORE(2) Linux Programmer's Manual MINCORE(2) top mincore - determine whether pages are resident in memory top #include <unistd.h> #include <sys/mman.h> int mincore(void * addr , size_t length , unsigned char * vec ); Feature Test Macro Requirements for glibc (see feature_test_macros(7) ): mincore (): _BSD_SOURCE || _SVID_SOURCE top mincore () returns a vector that indicates whether pages of the calling process's virtual memory are resident in core (RAM), and so will not cause a disk access (page fault) if referenced. The kernel returns residency information about the pages star...

Linked on 2014-05-04 20:05:26 | Similar Links
Theme - Augmented Reaction - Packages - Package Control

Installation Browse Search Docs News Stats About ctrl+shift+p filters: :st2 :st3 :win :osx :linux Browse by ESWAT ST2/ST3 New A Sublime Text theme, inspired by the video game Vanquish Labels theme Version 2014.05.04.04.29.44 Homepage github.​com Issues github.​com Donate gittip.​com Modified 3 hours ago Last Seen 7 minutes ago First Seen 6 hours ago Total 18 Win 6 OS X 9 Linux 3 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Windows 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...

Linked on 2014-05-04 08:57:44 | Similar Links
NickPancakes/10HourShithouse · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 0 Fork 0 public NickPancakes / 10HourShithouse /.container /.repohead Code Issues 2 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Random 10 Hour Youtube Player 19 commits 1 branch 0 releases 1 contributor Python 90.6% Shell 9.4% Python Shell branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list ...

Linked on 2014-05-04 07:49:41 | Similar Links
OlegDB - Documentation

OlegDB OlegDB Blog Downloads FAQ Docs Community Please send comments, corrections and angry letters to Quinlan Pfiffer. General Overview Installation Getting Started What the hell is up with your responses? Macros VERSION KEY_SIZE HASH_MALLOC PATH_LENGTH DB_NAME_SIZE DEVILS_SEED Enums ol_feature_flags ol_state_flags Structures ol_bucket ol_database ol_meta Functions ol_open ol_close ol_close_save ol_unjar ol_unjar_ds ol_jar ol_jar_ct ol_content_type ol_expiration ol_scoop ol_uptime ol_spoil ol_ht_bucket_max ol_skim 0.2.0/ 0.1.0/ ¶ OlegDB is a concurrent, pretty fast K/V hash-table with an Erlang frontend. It uses the Murmur3 hashing algorithm to hash and index keys. We chose Erlang for the server because it's functional, uses the actor model and the pattern matching is ridiculous. ¶ Installing OlegDB is pretty simple, you only need a POS...

Linked on 2014-05-03 19:42:15 | Similar Links
#metaforcefeed

#metaforcefeed "Bash disinformation campaign." Login Submitted by jnerula As we all know, fuckingshellscripts exists but depends on ruby. Dumb. What the world needs is a pure bash solution. Written using only what ships with linux. Amazing, portable and with no YAML in sight. ...

Linked on 2014-05-02 22:28:46 | Similar Links
Alpha Heavy Industries

ALPHA HEAVY INDUSTRIES Our systems are built entirely in Haskell , some may be found on Github . Alpha Heavy Industries is located in San Francisco . Please address all inquiries to info@alphaheavy.com . ...

Linked on 2014-05-02 19:13:54 | Similar Links
qpfiffer/metaforcefeed · GitHub

Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 0 Fork 0 public qpfiffer / metaforcefeed /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar #infoforcefeed idea tracker powered by OlegDB and Flask. 27 commits 1 branch 0 releases 1 contributor Python 76.3% CSS 16.2% JavaScript 7.4% Python CSS JavaScript branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu...

Linked on 2014-05-02 18:17:50 | Similar Links
#metaforcefeed

#metaforcefeed "Bash disinformation campaign." Login ...

Linked on 2014-05-02 03:13:33 | Similar Links
egg coffee by nea_ on SoundCloud - Hear the world’s sounds

App Gallery | Get help | Go Pro | What's new? Soundcloud Hej, stranger | Settings | Inbox | Log out Log In | Sign Up Home Sign Up Dashboard You Sounds Sets Comments Favorites Groups Your public Profile Your Stats Tracks Explore Sounds Search for Sounds People Explore People Find Friends You Follow Following You Search for People Groups You've joined Explore Groups Search for Groups Upload & Share Volume Volume + Tracks Users Groups egg coffee nea_ on November 23, 2013 09:33 :D Share Loading sharing options Save to Favorites Download Download mp3 1.06 MB Play 0.00 / 0.55 Hide the comments This Week Total Plays 1 24 Favoritings – 2 nea_ 23 32 Follow Following Report copyright infringement ley line Play sunrays 1999 Play heavy air Play height Play corridor Play View a...

Linked on 2014-05-01 23:57:16 | Similar Links |
hahaha.sql

Sign up for a GitHub account Sign in Discover Gists public qpfiffer / hahaha.sql Created 2014-05-01 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist hahaha.sql SQL File suppressed. Click to show. 1 2 3 4 select * from django_snailtracker_action as ac join django_snailtracker_snailtrack as st on st . id = ac . snailtrack_id join django_content_type as ct on st . content_type_id = ct . id where ct . name = 'supplier' and 'invoiced' = any (( select ( '[' || value :: text || ']' ):: json ->> 0 from json_array_elements ( columns_changed :: json ))); Please sign in to comment on this gist. Something went wrong with that request. Please try again. Served fresh by github-fe102-cp1-prd.iad.github.net © 2014...

Linked on 2014-05-01 22:39:54 | Similar Links
« 199 200 201 202 203 227 »

Pages are deceptive. Live life in a basket.