« 1194 1195 1196 1197 1198 1506 »

Pages are deceptive. Live life in a basket.

epantry/django-sql-explorer · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 235 Fork 16 epantry / django-sql-explorer /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Easily share data via SQL queries, right from Django 228 commits 2 branches 7 releases 5 contributors Python 100% Python branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item multi-db /.select-menu-item Nothing to show /.select-menu-list 0.6.0 /.select-menu-item 0.5.0 /.select-menu-item 0.4.1 /.select-m...

Linked on 2014-11-21 23:49:44 | Similar Links
PipelineDB

<![endif] [if lt IE 8]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif] Pipeline DB Join the Beta DB Introducing Pipeline DB Join the Beta A fully distributed, relational database that runs SQL queries continuously on streaming data. Designed for high throughput and low operational overhead, PipelineDB unifies computation and storage. No external dependencies Wire compatible with PostgreSQL Horizontally scalable Continuous queries are declared once in advance and their results are updated incrementally as new data arrives. Real-time analytics and reporting The output of continuous queries on streaming data can be...

Linked on 2014-11-21 22:48:34 | Similar Links
caribou/caribou-core · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 38 Fork 2 caribou / caribou-core /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Core functionality for Caribou 627 commits 49 branches 48 releases 5 contributors Clojure 100% Clojure branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters 0.9.0 /.select-menu-item alias /.select-menu-item app-fields /.select-menu-item app-instance /.select-menu-item app-level-hooks /.select-menu-item beam-validation /.select-menu-item ...

Linked on 2014-11-21 22:41:56 | Similar Links
lcamtuf's blog: Pulling JPEGs out of thin air

skip links for text browsers skip to main | skip to sidebar This is a personal blog. My other stuff: book | home page | Twitter | CNC robotics | electronics lcamtuf's blog google_ad_section_start(name=default) November 07, 2014 Pulling JPEGs out of thin air This is an interesting demonstration of the capabilities of afl ; I was actually pretty surprised that it worked! $ mkdir in_dir $ echo ' hello ' >in_dir/hello $ ./afl-fuzz -i in_dir -o out_dir ./libjpeg-turbo-1.3.1/djpeg In essence, I created a text file containing just "hello" and asked the fuzzer to keep feeding it to a program that expects a JPEG image ( djpeg is a simple utility bundled with libjpeg-turbo ). Of course, my input file does not resemble a valid picture, so it gets immediately rejected by the utility: $ ./djpeg '../out_dir/queue/id:000000,orig:hello' Not a JPEG file: ...

Linked on 2014-11-21 22:31:11 | Similar Links
CodependentCodr: Git bisect And Nose -- Or how to find out who to blame for breaking the build.

CodependentCodr corrects IE6 width calculation google_ad_section_start(name=default) Friday, August 3, 2012 How did I not ever discover git bisect before today?  Git bisect allows you to identify a particular commit which breaks a build, even after development has continued past that commit.  So for example, say you: Commit some code which (unknowing to you) happens to break the build You then (not realizing things have gone sideways) continue on doing commits on stuff you're working on You then are about to push your code up to a remote master, so you finally run all those unit tests and realize you broke the build somewhere, but you don't know which commit introduced the problem In a typical environment you'd now have...

Linked on 2014-11-21 21:15:28 | Similar Links
Oliver's simple fluid dynamics simulator

Simple fluid dynamics simulator based on the navier-stokes equations, implemented in JavaScript. Click and drag to add density and velocity Add density source with alt-click or anything other than the left-button start stop reset Toggle drawing mode Solver Iterations: Resolution: 64 8 16 24 32 48 96 128 256 512 ...

Linked on 2014-11-21 21:04:53 | Similar Links
NASA Computer Model Provides a New Portrait of Carbon Dioxide | NASA

Skip to main content LOADING... Loading ... AddThis Button BEGIN Text Size This is the code for the Facebook Share button without counter that pulls from the Graph API AddThis Button END November 17, 2014 RELEASE NASA Computer Model Provides a New Portrait of Carbon Dioxide [image-50]An ultra-high-resolution NASA computer model has given scientists a stunning new look at how carbon dioxide in the atmosphere travels around the globe. Plumes of carbon dioxide in the simulation swirl and shift as winds disperse the greenhouse gas away from its sources. The simulation also illustrates differences in carbon dioxide levels in the northern and southern hemispheres and distinct swings in global carbon dioxide concentrations as the growth cycle of plants and trees changes with the seasons. Scientists have made gro...

Linked on 2014-11-21 21:02:57 | Similar Links
Control Rdio from Vim

Control Rdio from Vim Gabe Berke-Williams November 21, 2014 vim osx unix I recently spent a number of hours trying to get Rdio to play playlists from the command line. My solution is a neat hack, but there’s also value in seeing what didn’t work before seeing what did. My goal was to have Vim key bindings to play a specific playlist in Rdio. It turned out to be much more difficult than I expected. Here’s how I did it, but first a GIF of it in action: First I found Wynn Netherland ’s rdio-cli gem, which interacts with the Rdio desktop app via AppleScript. It’s great, it works, and if you use the Rdio desktop app, I recommend it. I considered it, but I use Rdio online, and I wanted to script that if possible. rdio-cli also doesn’t let you select a playlist. Onwards! Then I tried the Rdio API. I signed up for a developer key and browsed their docs , ...

Linked on 2014-11-21 20:08:13 | Similar Links
prof

Sign up for a GitHub account Sign in All Gists lykkin / gist:cf115bb24a5f93e8f7c9 Created November 21, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav prof View gist:cf115bb24a5f93e8f7c9 gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 from functools import wraps from datetime import datetime def memo(f): cache = {} @wraps(f) def inner(*args, **kwargs): key = str(args) + str(kwargs) try: return cache[key] except KeyError: cache[key] ...

Linked on 2014-11-21 19:51:00 | Similar Links
Bash – cmd.club

<![endif] Menu Cart 0 0 Cart site-nav.liquid Home Bash About This page corresponds to the keyboard shortcut stickers available here . Symbol Meaning ⌘ command ⌃ control ⌥ option ⇧ shift ⌫ delete By default, OS X terminal applications map keys differently than on other Unix systems. Fortunately, Terminal.app and iTerm 2 both offer simple solutions for enabling the traditional(also just way more reachable and human friendly) key mappings! Open Terminal.app Navigate to Preferences > Profiles > Keyboard Check "Use Option as Meta key" Open iTerm 2.app Navigate to Preferences > Profiles > Keys Set left and right ⌥ key to act as +Esc Additional Questions Please get in touch via hello@cmd.club with any additional questions! Twitter Sign up for promos Subscri...

Linked on 2014-11-21 19:26:20 | Similar Links
SANTA CLAUS: The Great Imposter

"A wink of his eye, and a twist of his head, soon led me to know I had nothing to dread." — Twas' the Night Before Christmas, Clement C. Moore Dr. Terry Watkins, Th.D. Dial-the-Truth Ministries NOTE: This article is available as a printed booklet. To order this booklet go to the "Tracts" section on the order items page 1 • T HE C ONCERN And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. John 9:42 Who, REALLY, is this man we affectionately call Santa Claus? What do we REALLY know about Santa? Is Santa just a jolly, harmless, friendly fellow? Or is there something or someone else hiding behind jolly ol’ St. Nick? Before we look at Santa, let us establish some basic Bible facts: The Bible clearly teaches a powerful, rebellious, su...

Linked on 2014-11-21 18:10:15 | Similar Links
colbyolson.com // contact

無 Home Contact @colby Posts I encourage you to send me your comments regarding this website. You can reach me here: comments@colbyolson.com For additional privacy, here is my PGP pubkey and it’s thumb-print below. 1FE4 CE8C 283F D7BF 9FED 3584 08AF 2D99 6BC0 23C5 What is that funny Japanese character? It’s Mu, read about it here . ...

Linked on 2014-11-21 06:56:37 | Similar Links
Caution by Vo!D - Hear the world’s sounds

SoundCloud Caution by Vo!D published on 2014/05/31 01:13:02 +0000 LYRICS HERE, YOU'LL PROBABLY NEED THEM http://rapgenius.com/Vo-d-caution-lyrics. Download Caution Users who like Caution Users who reposted Caution Playlists containing Caution Groups containing Caution More tracks like Caution License: all-rights-reserved You need to enable JavaScript to use SoundCloud Show me how to enable it Your current browser isn't compatible with SoundCloud. Please download one of our supported browsers. Need help? Chrome | Firefox | Safari | Internet Explorer Is your network connection unstable or browser outdated? I need help Try our mobile site...

Linked on 2014-11-21 04:40:36 | Similar Links |
« 1194 1195 1196 1197 1198 1506 »

Pages are deceptive. Live life in a basket.