« 1395 1396 1397 1398 1399 1506 »

Pages are deceptive. Live life in a basket.

Introducing The Latest Tactic For Governments To Raise Cash | Zero Hedge

/logo-title /name-and-slogan Do NOT follow this link or you will be banned from the site! Do NOT follow this link or you will be banned from the site! home contributors store glossary archive rss donate /header Steve Forbes Warns Of Economic "Catastrophe" Due To Fed’s Dollar Debasement Posted by : GoldCore Post date: 06/11/2014 - 18:02 In order to back the dollars now in circulation and on deposit -- about $2.7 trillion -- with the approximately 261 million ounces of gold believed to be held by the U.S. government, gold prices... Tenacious D Posted by: Tim Knight from... Post date: 06/11/2014 - 20:24 Many of you probably heard the news yesterday that teachers unions received a nasty (and well-deserved) blow from the Los Angeles Superior Court. So when I was listening to the radio... THREE Charts That Prov...

Linked on 2014-06-12 06:25:03 | Similar Links
Seeing Spaces on Vimeo

Force any HTML comments inject by third parties to close Vimeo Join Log In Create Enhancer Easily add Looks + music to your videos. Video School Learn how to make better videos. Music Store Get free and affordable licensed tracks. Creative Commons Find licensed videos on Vimeo. Creator Services Make money by making video. Watch Staff Picks Hand-picked videos we like. On Demand New! Watch movies, series, and more. Categories A simple way to browse our catalog of videos. Channels Video showcases curated by members. Groups Join other members to watch and discuss. Couch Mode Lean back and enjoy the Vimeo. Upload from Bret Victor Plus 22 hours ago / Creative Commons License: by All Audiences What if we designed a new kind of "maker space" -- a space that isn't just for ...

Linked on 2014-06-12 06:19:23 | Similar Links |
imgur: the simple image sharer

23 sign in Use another account Google Facebook Twitter Yahoo register Loading... browse your computer drag and drop here Ctrl + V paste from your clipboard gallery submit vars add to gallery create album Start Upload Blog Vertical Horizontal Grid (0) By uploading, you agree to our terms of service That file type is not supported! Supported formats: JPEG, GIF, PNG, APNG, TIFF, BMP, PDF, XCF Imgur is home to the web's most popular image content, curated in real time by a dedicated community through commenting, voting and sharing. 3 hours ago · 23 views · stats from: cdn2.crushable.com Download full resolution · Get embed codes © 2014 Imgur, Inc. we're hiring! · store · help · b...

Linked on 2014-06-12 05:50:26 | Similar Links
from the cloud: Emacs as a Django IDE with python-django.el

from the cloud Categories Emacs Free Software Math Random Tags django (1) git (1) gnome-keyring (1) i3 (2) o-blog (1) org-mode (1) python-mode (3) trigonometry (1) version-control (1) Archives icon-flag icon-white Español, por favor RSS Home / Emacs / 2013 / 01 / Emacs as a Django IDE with python-django.el magit, a package that really deserves its name. i3: the True awesome window manager. 28 Jan , 2013 Comments Emacs I can surely say in last 3 years, most of my work inside Emacs was related to Django projects, so after I got a working python-mode to fit my needs I thought I might be able to enhance my Emacs/Django workflow a bit. From that python-django.el was born. The main reason of python-django.el to exist is that I wanted to reduce the amount of switching to the console to work with the management commands,...

Linked on 2014-06-12 03:12:51 | Similar Links
Pointer arithmetic! · 82bedcc · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 28 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Pointer arithmetic! Loading branch information ... commit 82bedcc164a584c4493ce69ff2766a56bc168953 1 parent 15f0e70 qpfiffer authored June 11, 2014 Showing 1 changed file with 8 additions and 7 deletions . Show diff stats Hide diff stats 15      src/aol.c 15      src/aol.c show inline notes View ...

Linked on 2014-06-12 02:31:38 | Similar Links
src/aol.c

BUGDESC Null pointer argument in call to memory copy function BUGTYPE Unix API BUGCATEGORY Logic error BUGFILE /usr/home/richelieu/infoforcefeed/OlegDB/src/aol.c BUGLINE 46 BUGPATHLENGTH 22 BUGMETAEND REPORTHEADER File: aol.c Location: line 46, column 5 Description: Null pointer argument in call to memory copy function REPORTSUMMARYEXTRA 1 #include "aol.h" 2 #include "data.h" 3 #include "oleg.h" 4 #include "logging.h" 5 #include "errhandle.h" 6 #include "lz4.h" 7 8 #include <stdio.h> 9 #include <unistd.h> 10 #include <fcntl.h> 11 #include <stdlib.h> 12 #include <time.h> 13 #include <math.h> 14 15 int ol_aol_init(ol_database *db) { 16 if (db->is_enabled(OL_F_APPENDONLY, &db->feature_set)) { 17 debug( "Opening append only log" ); 18 debug( "Append only log: %s" , db->aol_file); 19 db->aolfd = fopen(db->aol_file, "ab+" ); 20 check(db->aolfd != NUL...

Linked on 2014-06-12 02:21:36 | Similar Links
Last log for infoforcefeed/OlegDB

infoforcefeed/OlegDB 15f0e704abd9f9158749401bc2dfa1b1da3aeada [infoforcefeed/OlegDB/src/port_driver.c:115]: (warning) %zu in format string (no. 3) requires 'size_t' but the argument type is 'long'. (information) Cppcheck cannot find all the include files (use --check-config for details) Report file generated: 2014-06-12-011931-55980-1 ...

Linked on 2014-06-12 02:21:04 | Similar Links
infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 28 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Enough works to use this in production http://olegdb.org 805 commits 4 branches 2 releases 5 contributors C 87.0% Erlang 9.4% Python 2.2% Other 1.4% C Erlang Python Other branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters ...

Linked on 2014-06-12 02:19:44 | Similar Links
Fixed a dumb bug. Yo. · 7ff30b8 · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 29 Pull Requests 1 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fixed a dumb bug. Yo. master v.0.1.1 v.0.1.0 commit 7ff30b89e7014125faf4b63af3525c8a70ac09bd 1 parent 9776565 qpfiffer authored January 26, 2014 Showing 1 changed file with 17 additions and 13 deletions . Show diff stats Hide diff stats 30      src/test.c 30      src/test.c show inline notes View ...

Linked on 2014-06-12 02:15:15 | Similar Links
We don't actually use msgpuck. · cf45009 · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 29 Pull Requests 1 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code We don't actually use msgpuck. Loading branch information ... commit cf450091f8ca5df8a7823196e5a9f6164526681b 1 parent 1844701 qpfiffer authored June 11, 2014 Showing 2 changed files with 1 addition and 4 deletions . Show diff stats Hide diff stats 3     CONTRIBUTORS 2    src/tree.c 3     CONTRI...

Linked on 2014-06-12 02:07:48 | Similar Links
ol_uptime is a dumb test anyway · 1844701 · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 29 Pull Requests 1 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code ol_uptime is a dumb test anyway Loading branch information ... commit 1844701f2f0b46baaa261b5b61238403b2d858f8 1 parent c8c804e qpfiffer authored June 11, 2014 Showing 1 changed file with 0 additions and 18 deletions . Show diff stats Hide diff stats 18      src/test.c 18      src/test.c show inline not...

Linked on 2014-06-12 02:05:18 | Similar Links
Several fixes to AOL and tests by zeroZshadow · Pull Request #92 · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 29 Pull Requests 1 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: &quot;c8c804e0d387bf98ca8b5383725b789182ebdeae&quot; head sha1: &quot;902455b4c42f279cfee525043c283c419b45f1f2&quot; New issue Several fixes to AOL and tests #92 Open zeroZshadow wants to merge 9 commits into infoforcefeed : master from zeroZshadow : master      + 130 − 162 Conversation 0 Commits 9 Files changed 9 ...

Linked on 2014-06-12 01:39:13 | Similar Links
musl libc

musl libc menu Home Introduction FAQ How to use Support Documentation Download Browse Source Community Wiki Welcome to the home of musl , a new standard library to power a new generation of Linux-based devices. musl is lightweight , fast , simple , free , and strives to be correct in the sense of standards-conformance and safety. See how musl compares to other major libcs. Security Advisory: CVE-2014-3483 affects versions 0.9.13 through 1.0.2, 1.1.0, and 1.1.1. All users should patch or upgrade. ...

Linked on 2014-06-12 01:12:21 | Similar Links
The New ‘Inspiration Pad’ Turns the Conventional Blue-Lined Notebook Upside Down | Colossal

<![endif] Art Design Photography Video Shop About Submit Contact Advertise RSS © 2010-2014 Christopher Jobson, all rights reserved, unless otherwise noted. I try my best to attribute images, videos, and quotes to their creators and original sources. If you see something on Colossal that's misattributed or you would like removed, please contact me . The Colossal logo and name Colossal are the trademarks of Christopher Jobson. About Submit Contact Advertise RSS  🔍 Search for: Art Design Photography Video More... Sculpture Installation Street Art Illustration Music Portraits Posters & Prints Paper Painting Animation Books Typography Video Art Drawing Animals Light Food Architecture Birds Stop Motion Nature Chicago Advertising Anatomy 👍 Top 20  Archive ⚄ Random  Shop Art Design by Christopher Jobson on June 11, 2014 Bru...

Linked on 2014-06-11 23:13:46 | Similar Links
Various AOL fixes. · c8c804e · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 28 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Various AOL fixes. - Don't allow 0-length keys. WHY WOULD YOU DO THAT? Loading branch information ... commit c8c804e0d387bf98ca8b5383725b789182ebdeae 1 parent 77993aa qpfiffer authored June 11, 2014 Showing 2 changed files with 17 additions and 1 deletion . Show diff stats Hide diff stats 2    src/aol.c 16      ...

Linked on 2014-06-11 23:08:22 | Similar Links
Should fix non-intialized bugs from @Hamcha's system. · 77993aa · infoforcefeed/OlegDB · 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 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 28 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Should fix non-intialized bugs from @Hamcha 's system. Loading branch information ... commit 77993aac2af4b111868fe2c5f6acc553353b9e0c 1 parent 7f9ee59 qpfiffer authored June 11, 2014 Showing 1 changed file with 6 additions and 2 deletions . Show diff stats Hide diff stats 8      src/oleg.c 8      src/oleg.c ...

Linked on 2014-06-11 22:20:04 | Similar Links
Massive TweetDeck outage 'was an accident,' says teen claiming responsibility | The Verge

<![endif] [if lt IE 7 ]> <body id="verge" class="ie6 desktop-layout hub-frontpage"> <![endif] [if IE 7 ]> <body id="verge" class="ie7 desktop-layout hub-frontpage"> <![endif] [if IE 8 ]> <body id="verge" class="ie8 desktop-layout hub-frontpage"> <![endif] [if IE 9 ]> <body id="verge" class="ie9 desktop-layout hub-frontpage"> <![endif] [if gt IE 9]> <body id="verge" class="ie10 desktop-layout hub-frontpage"> <![endif] [if !IE]><! <![endif] Trending now Facebook Twitter Google+ YouTube Subscribe to The Verge via RSS 25 New articles back next Mark Zuckerberg wants to price the consumer Oculus Rift at... Massive TweetDeck outage 'was an accident,' says teen... 'Sin City: A Dame to Kill For' trailer returns to Frank... P.F. Chang's investigating possible credit card hack Google futur...

Linked on 2014-06-11 21:32:29 | Similar Links
« 1395 1396 1397 1398 1399 1506 »

Pages are deceptive. Live life in a basket.