[if gte IE 9]> <link rel="stylesheet" type="text/css" href="//static.squarespace.com/static/sitecss/52c213e7e4b084f83b168a09/122/4fd11f32c4aad9b01c9e624c/52c88899e4b0ee54252bc8f2/1139/1393825091092/site.css?"/><![endif] [if lt IE 9]><script src="//static.squarespace.com/universal/scripts-thirdparty/html5/html5-shiv.js"></script><link rel="stylesheet" type="text/css" href="//static.squarespace.com/static/sitecss/52c213e7e4b084f83b168a09/122/4fd11f32c4aad9b01c9e624c/52c88899e4b0ee54252bc8f2/1139/1393825091092/site.css?&noMedia=true"/><![endif] [if !IE]> <![endif] End of Squarespace Headers Home Classes Trainers Events Store Blogs WOD Menu Home Classes Trainers Events Store Blogs WOD Classes | Schedule Foundations - T/Th 6:30pm LvL 1 - T/Th 6am M-F Noon & 5:30 LvL 2 - M/W/F 7am Power Hour - M/W/F 6:30pm Will be...
[if gte IE 9]> <link rel="stylesheet" type="text/css" href="//static.squarespace.com/static/sitecss/52c213e7e4b084f83b168a09/122/4fd11f32c4aad9b01c9e624c/52c88899e4b0ee54252bc8f2/1139/1393825091092/site.css?"/><![endif] [if lt IE 9]><script src="//static.squarespace.com/universal/scripts-thirdparty/html5/html5-shiv.js"></script><link rel="stylesheet" type="text/css" href="//static.squarespace.com/static/sitecss/52c213e7e4b084f83b168a09/122/4fd11f32c4aad9b01c9e624c/52c88899e4b0ee54252bc8f2/1139/1393825091092/site.css?&noMedia=true"/><![endif] [if !IE]> <![endif] End of Squarespace Headers Home Classes Trainers Events Store Blogs WOD Menu Home Classes Trainers Events Store Blogs WOD A Fitness Community Choosing to engage in an active, healthy, and compassionate lifestyle leads to a better self and better community....
jump to content my subreddits AdviceAnimals announcements AskReddit askscience aww bestof blog books EarthPorn explainlikeimfive funny gaming gifs IAmA movies Music news pics science sports technology television todayilearned videos worldnews edit subscriptions front - all - random | pics - funny - gaming - AskReddit - worldnews - news - videos - IAmA - todayilearned - aww - technology - AdviceAnimals - science - Music - movies - bestof - books - EarthPorn - explainlikeimfive - gifs - television - askscience - sports - mildlyinteresting - LifeProTips - woahdude - Unexpected - reactiongifs - Showerthoughts - food - Jokes - photoshopbattles - firstworldanarchists - FoodPorn - HistoryPorn - twitchplayspokemon - WTF - leagueoflegends - cringepics - 4chan - pokemon - MakeupAddiction - nba - gentlemanboners - circlejerk - atheism - pcmasterrace - soccer - politics - Minecraft more » Bitcoin ...
Screen reader users: click here for plain HTML Search Images Maps Play YouTube News Gmail Drive More » Maps Labs | Help | Sign in Loading... An error has occurred while loading the application. Please reload the page. Get directions My places Print - Link - Edit this place - Business owner? Owner-verified listing Move the marker for... This report will be associated or displayed in connection with your profile. Cancel Save 10 km 5 mi Satellite Exit My Location ...
Screen reader users: click here for plain HTML Search Images Maps Play YouTube News Gmail Drive More » Maps Labs | Help | Sign in Loading... An error has occurred while loading the application. Please reload the page. Get directions My places Print - Link - Edit this place - Business owner? Owner-verified listing Move the marker for... This report will be associated or displayed in connection with your profile. Cancel Save 10 km 5 mi Satellite Exit My Location Did you ...
<![endif] HCS: layouts/shared/top HCS: shared/roll_ups/tablet This is the header bar we always show in tablet mode Slate <span class="link option "><a class="first nav-option sign-in-link" href="#" id="sign_in_link">Sign In</a></span> <span class="link option "><a href="#" class="nav-option sign-up-link" id="sign_up_link">Sign Up</a></span> Search /.container /.header.roll-up HCS END: shared/roll_ups/tablet end #top HCS END: layouts/shared/top this is the rollup for basic article, no multipart fun HCS: shared/logo Slate HCS: shared/nav/buttons Sign In Sign Up Search HCS END: shared/nav/buttons HCS END: shared/logo /.container only shown in mobile /.header.roll-up Slate The World How It Works March 1 2014 3:01 PM By Joshua Keating /header ...
Start_Module_550 End_Module_550 Start_Module_549 Improving the lives of children, youth and older adults through intergenerational collaboration, public policies, and programs. End_Module_549 HOME ABOUT US Our Mission Our Impact Our Team Our Leadership Our Supporters OUR WORK Public Policy Programs Grandfamilies Shared Spaces Seniors4Kids Multigenerational RESOURCES Publications Conference Trainings Learning Activities Research PRESS Press Kit Media Coverage Generations This Week CONTACT SEARCH HOME >> OUR WORK >> Multigenerational >> Multigenerational Household Information Multigenerational Household Information Start_Module_931 What is a Multigenerational Household? The U.S. Census Bureau defines multigenerational families as those consisting of more than two generations living unde...
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...
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. 4,972 points · stats Submit a comment save - comments sorted by best new top expand all Javascript is required to view ...
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...
Next: Preprocessor Options , Previous: Debugging Options , Up: Invoking GCC These options control various sorts of optimizations. Without any optimization option, the compiler's goal is to reduce the cost of compilation and to make debugging produce the expected results. Statements are independent: if you stop the program with a breakpoint between statements, you can then assign a new value to any variable or change the program counter to any other statement in the function and get exactly the results you expect from the source code. Turning on optimization flags makes the compiler attempt to improve the performance and/or code size at the expense of compilation time and possibly the ability to debug the program. The compiler performs optimization based on the knowledge it has of the program. Compiling multiple files at once to a single output file mode allows the compiler to...
Sign up for a GitHub account Sign in Discover Gists public kyleterry / gist:9299642 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 -O2: real 0m7.613s user 0m4.020s sys 0m0.570s -O3: real 0m7.617s user 0m4.030s sys 0m0.570s -O3 -funroll-loops: real 0m7.678s user 0m4.100s sys 0m0.560s Please sign in to comment on this gist. Something went wrong with that request. Please try again. Served fresh by github-fe103-cp1-prd.iad.github.net © 2014 GitHub Inc. All rights reserved. The GitHub Blog Support Contact /.container /.#footer ...
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 9 Fork 2 public kyleterry / simpleacl-py /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar New issue 403 error when installing with pip #2 Closed rvandenberge opened this Issue March 01, 2014 · 4 comments /.select-menu No milestone /.select-menu No one assigned rvandenberge kyleterry rvandenberge commented March 01, 2014 "pip install simpleacl" returns an 403 error for http://cloud.github.com/downloads/kyleterry/si...
<![endif] The body has a font size class applied to it that can be set by logged in users. Options are font-size-small, font-size-medium, and font-size-large. This affects type in certain places. font-size-medium is the default. [if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif] Putin's War in Crimea Could Soon Spread to Eastern Ukraine Read Later READ LATER Available only to subscribers. SUBSCRIBE TODAY Change Font Size TYPE SIZE Small Medium Large Email Print Search Politics Culture The Magazine Search SIGN IN end #user-nav SUBSCRIBE NOW <span> for $3...
jump to content my subreddits AdviceAnimals announcements AskReddit askscience aww bestof blog books EarthPorn explainlikeimfive funny gaming gifs IAmA movies Music news pics science sports technology television todayilearned videos worldnews edit subscriptions front - all - random | pics - funny - gaming - AskReddit - worldnews - news - videos - IAmA - todayilearned - aww - technology - AdviceAnimals - science - Music - movies - bestof - books - EarthPorn - explainlikeimfive - gifs - television - askscience - sports - mildlyinteresting - LifeProTips - woahdude - Unexpected - reactiongifs - Showerthoughts - food - Jokes - photoshopbattles - firstworldanarchists - FoodPorn - HistoryPorn - WTF - twitchplayspokemon - leagueoflegends - cringepics - 4chan - Bitcoin - politics - MakeupAddiction - nba - pcmasterrace - pokemon - gentlemanboners - atheism - TrollXChromosomes - circlejerk more » ...