Sign up for a GitHub account Sign in Discover Gists public qpfiffer / gist:9361531 Created 2014-03-05 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.txt File suppressed. Click to show. 1 2 3 4 5 6 140 k = _ol_read_data(fd); (gdb) [ERROR] (src/aol.c:106: errno: None) Error reading 141 check(k, "Error reading"); /* Everything needs a key */ (gdb) print k $3 = <optimized out> 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 ...
Bitcoin Forum March 05, 2014, 02:12:05 AM Welcome, Guest . Please login or register . 1 Hour 1 Day 1 Week 1 Month Forever Login with username, password and session length News : Bitcoin 0.8.6 is now available. Download. Home Help Search Donate Login Register Bitcoin Forum > Economy > Economics > Speculation (Moderator: Blitz ) > Peter R's theory on the collapse of MtGox and its effect on the price of bitcoin Pages: [ 1 ] 2 3 4 All « previous topic next topic » Print Author Topic: Peter R's theory on the collapse of MtGox and its effect on the price of bitcoin (Read 17058 times) This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. Peter R Full Member Offline Activity: 182 Ign...
To use Google Groups Discussions, please enable JavaScript in your browser settings, and then refresh this page. . Search Images Maps Play YouTube News Gmail Drive More » Help | Report an issue about Google Groups | Keyboard shortcuts | Sign in ...
Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 5 Fork 1 public infoforcefeed / Project-Oleg /.container /.repohead Code Issues 17 Pull Requests 1 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Browse code Real world now. master commit f484a7a8d3da907d35a904beafc6a632260267d5 1 parent 040d272 qpfiffer authored March 03, 2014 Showing 2 changed files with 5 additions and 2 deletions . Show Diff Stats Hide Diff Stats 2 include/oleg.h 5 src/olegdb.erl 2 include/oleg.h show inline notes View @@ ...
Home Employment Contact Us We are looking to fill an internship role in 2014; to apply, please email your cover letter, cv, and code sample Do you love Haskell? Do you like problem solving and finding elegant solutions? Are you not opposed to making money? Tsuru is a fast growing company looking to expand its team. Ideally candidates should enjoy what they do and excel in their field. The core communication language here is English. To summarize our hiring process: Send your cover letter, cv, and code sample jobs [@] tsurucapital [.] com Schedule a group video (requires Skype 5.0+ or Google+ Hangouts) Three month working interview or internship in either Vancouver, Canada or Tokyo All positions below are on-site unless specified otherwise. We are looking for talented Haskellers to join our team of Traders in Vancouver, Canada and Tokyo. Our dail...
Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 1 Fork 0 public socketubs / sofart /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar In-memory embedded and non-relational database written in Python 118 commits 1 branch 0 releases 0 contributors Python 100% Python 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 Nothing to show /.select-...
Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 5 Fork 1 public infoforcefeed / Project-Oleg /.container /.repohead Code Issues 17 Pull Requests 1 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar New issue Refactor ol_unjar #36 Open qpfiffer opened this Issue March 02, 2014 · 0 comments /.select-menu No milestone /.select-menu No one assigned qpfiffer qpfiffer commented March 02, 2014 Right now we return a pointer to the data stored in the DB. Thats all we do. This has some limitations: The data can be wr...
GET DOCUMENTATION ARCHITECTURE BENCHMARKS sp_env sp_ctl sp_open sp_error sp_destroy sp_begin sp_commit sp_rollback sp_set sp_get sp_delete sp_cursor sp_fetch sp_key sp_keysize sp_value sp_valuesize NAME sp_get - find a key in a database SYNOPSIS #include <sophia.h> int sp_get( void *db, const void *k, size_t ksize, void **v, size_t *vsize); DESCRIPTION The sp_get(3) function is used to find keys in a database. If key is found, it's value and value size is copied and returned through supplied arguments. Value must be free'd after a use. If no value pointer is supplied, sp_get(3) is used only to check for a key existence. EXAMPLE int key = 1234; void *value; size_t vsize; int rc; rc = sp_get(db, &key;, sizeof(key), &value;, &vsize;); switch (rc) { case -1: printf("error: %s\n", sp_error(db)); break; case 0: printf("no key found\n");...
Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 453 Fork 87 public shuttler / nessDB /.container /.repohead Code Issues 1 Pull Requests 0 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar 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 Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu nessDB / tests / History Show File Finder transaction:add the basement of MV...
Sign up for a GitHub account Sign in Discover Gists public qpfiffer / gist:9314201 Created 2014-03-02 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.txt 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 (master) λ:~/src/project_oleg ./run_server.sh [-] Starting server. [-] Listening on IP {127,0,0,1}, port 8080 ^C BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution a (master) λ:~/src/project_oleg ./run_server.sh 5000 [-] Starting server. [-] Listening on IP {127,0,0,1}, port 5000 ^C BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution a (master) λ:~/src/project_oleg ./run_server.sh 0.0.0.0 5000...
Sign up for a GitHub account Sign in Discover Gists public qpfiffer / gist:9304383 Created 2014-03-02 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.txt File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 λ:~/src/wrk ./wrk -t4 -c400 -d30s http://localhost:8080/test2 Running 30s test @ http://localhost:8080/test2 4 threads and 400 connections Thread Stats Avg Stdev Max +/- Stdev Latency 62.41ms 592.68ms 6.57s 98.97% Req/Sec 3.88k 1.12k 8.79k 72.30% 452660 requests in 30.00s, 57.41MB read Socket errors: connect 0, read 0, write 0, timeout 183 Requests/sec: 15089.93 Transfer/sec: 1.91MB Please sign in to comment on this gist. Something went wrong with that request. Please try aga...
skip links for text browsers skip to main | skip to sidebar Dukes of Erl Someday the mountain might get ’em, but the law never will. google_ad_section_start(name=default) Monday, June 23, 2008 As Daisy has already indicated, it is now possible to plug arbitrary storage strategies into Mnesia . For those who are familiar with mnesia_access, this is different; mnesia_access only covers reads and writes, not schema manipulations, and has other deficiencies that it render it useless for adding a new storage type in practice (what mnesia_access is great for is changing the semantics of mnesia operations, e.g., mnesia_frag). This project lets you make tables that are essentially indistinguishable from the built-in mnesia table types (ram_copies, disc_copies, disc_only_copies). Anyway our goal was to get a good on-disk ordered_set table type, since ...
Home Downloads Docs Github Support Community Contact Us Blog /.nav-collapse Carousel items The open source easy to use, ACID compliant document oriented NoSQL database djondb Business TESTIMONIALS 3col Your data is always safe with djondb . Consistency is guaranteed in all operations. djondb allows you to handle your data in an easy way. Filter your data using dynamic queries. Deliver your applications to production quickly, add new features faster with djondb 's unstructured data support. djondb TESTIMONIALS 4col Download and install djondb on your prefered platform: Windows, Mac or Linux. Quickstart with djondb . Stay connected and check samples at djondb blog . djondb is open source. Join the community and contribute in GitHub . Stay tuned for new features and events through our Twitter account: @dj...
Bitbucket Features Pricing owner/repository Help Latest features Documentation Bitbucket 101 Knowledge base Bitbucket on Atlassian Answers Support English English 日本語 Sign up Log in BoilerDB User icon dvirsky Clone Fork Compare HTTPS HTTPS SSH Need help cloning? Visit Bitbucket 101 . Clone in SourceTree Atlassian SourceTree is a free Git and Mercurial client for Windows. Atlassian SourceTree is a free Git and Mercurial client for Mac. Compare Fork Overview Source Commits Branches Pull requests Issues Wiki Downloads Branch master Check out branch New file BoilerDB Filename Size Date modified Message src .gitignore 99 B 2013-09-16 Added som...
Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 5 Fork 1 public infoforcefeed / Project-Oleg /.container /.repohead Code Issues 16 Pull Requests 1 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar blob contrib key: blob_contributors:v21:11286e6a5e933a422007d6705c338a88 Show File Finder branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters aol /.select-menu-item feature/aof /.select-menu-item feature/aol_rebuild /.select-menu-item feature/db_dumps /.select-menu-item feature/doc...
Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 5 Fork 1 public infoforcefeed / Project-Oleg /.container /.repohead Code Issues 16 Pull Requests 1 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar blob contrib key: blob_contributors:v21:00d2d38d14eda71a9586428701ac833f Show File Finder branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters aol /.select-menu-item feature/aof /.select-menu-item feature/aol_rebuild /.select-menu-item feature/db_dumps /.select-menu-item feature/doc...
Google Tag Manager End Google Tag Manager see if snrd cookie was set by trigger page Edition: U.S. Arabic Argentina Brazil Canada China France Germany India Italy Japan Latin America Mexico Russia Spain United Kingdom Home Business Business Home Economy Legal Deals Business Video Aerospace & Defense Autos Reuters Summits Small Business Markets Markets Home U.S. Markets European Markets Asian Markets Global Market Data Indices Stocks Bonds Currencies Commodities Futures Funds peHUB Earnings Dividends World World Home U.S. Special Reports Reuters Investigates Euro Zone Middle East China Japan Mexico Brazil Africa Russia India Insight World Video Politics Politics Home Supreme Court Politics Video Tech Technology Home MediaFile Science Tech Video Top 100 Global Innovators Opinion Opinion Home John Lloyd Felix Salmo...
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 infoforcefeed / django-olegdbcache /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar 6 commits 1 branch 0 releases 1 contributor Python 100% Python 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 Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-h...
Home Download Documentation Weblog Community Code END Header Django documentation 1.2 1.3 1.4 1.5 1.6 Documentation version: development ¶ A fundamental trade-off in dynamic Web sites is, well, they’re dynamic. Each time a user requests a page, the Web server makes all sorts of calculations – from database queries to template rendering to business logic – to create the page that your site’s visitor sees. This is a lot more expensive, from a processing-overhead perspective, than your standard read-a-file-off-the-filesystem server arrangement. For most Web applications, this overhead isn’t a big deal. Most Web applications aren’t washingtonpost.com or slashdot.org ; they’re simply small- to medium-sized sites with so-so traffic. But for medium- to high-traffic sites, it’s essential to cut as much overhead as possible. That’s where caching comes in. To cach...