« 1477 1478 1479 1480 1481 1506 »

Pages are deceptive. Live life in a basket.

Exercise 30: Automated Testing

<![endif] Learn C The Hard Way Online Video Course Plus PDFs $29 Python | Ruby | C | SQL | Regex Automated testing is used frequently in other languages like Python and Ruby, but rarely used in C. Part of the reason comes from the difficulty of automatically loading and testing pieces of C code. In this chapter we'll create a very small little testing "framework" and get your skeleton directory building an example test case. The frameworks I'm going to use, and which you'll include in your c-skeleton skeleton is called "minunit" which started with code from a tiny snippet of code by Jera Design . I then evolved it further, to be this: #undef NDEBUG #ifndef _minunit_h #define _minunit_h #include <stdio.h> #include <dbg.h> #include <stdlib.h> #define mu_suite_start() char *message = NULL #define mu_assert(test, message) if (!(test)) { log_err(messa...

Linked on 2014-01-04 20:28:46 | Similar Links
How misaligning data can increase performance 12x by reducing cache misses - Dan Luu

<![endif] RSS Blog Madison Hack&Tell; Archives About Jan 2 nd , 2014 Here’s the graph of a toy benchmark 1 of page-aligned vs. mis-aligned accesses; it shows a ratio of performance between the two at different working set sizes. If this benchmark seems contrived, it actually comes from a real world example of the disastrous performance implications of using nice power of 2 alignment, or page aligment in an actual system 2 . Except for very small working sets (1-8), the unaligned version is noticeably faster than the page-aligned version, and there’s a large region up to a working set size of 512 where the ratio in performance is somewhat stable, but moreso on our Sandy Bridge chip than our Westmere chip. To understand what’s going on here, we have to look at how caches organize data. By way of analogy, consider a 1,000 car parking garage that has 10,000 permits...

Linked on 2014-01-04 01:56:08 | Similar Links
Firearm-disposal icons | NounProject

<![endif] DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD...

Linked on 2014-01-04 01:51:00 | Similar Links
NounProject Search

<![endif] DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD...

Linked on 2014-01-04 01:50:08 | Similar Links
Kaiser icons | NounProject

<![endif] DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD. DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD...

Linked on 2014-01-04 01:43:04 | Similar Links
MacStadium - Dedicated Mac Pro Server Hosting and Colocation

Login Live-Chat 1-855-288-2260 Blog Dedicated Servers Colocation Enterprise About Support <h1 style="font-weight: 700">New Mac mini i5 and i7 Servers</h1> MacStadium's Mac Pro POD will facilitate 270 servers in 12 square feet of datacenter floor space. Affordable Rental and Send-In Options from $55/Mo. 4 or 6 Cores of Xeon E5 CPU, Quad Channel ECC RAM, PCI-E Flash SSD Storage. Custom POD technology in our SSAE-16 and PCI Certified DataCenter. Enterprise SAN Storage, Firewall, Load Balancer, and Clustered solutions. The MacStadium Mac Pro colocation facilities are meticulously engineered and constructed to facilitate 270 Mac Pro servers per POD while occupying only 12 square feet of datacenter floor space. The MacStadium POD is a pressurized environment allowing the Mac Pro servers to effortlessly draw in conditioned air from th...

Linked on 2014-01-04 01:06:19 | Similar Links
Tumblr Argument Generator

Loading argument... Generate tumblr insult Generate tumblr rant Tumblrize grammar GitHub...

Linked on 2014-01-04 01:03:54 | Similar Links
php/php-src · GitHub

Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 3,683 Fork 1,180 public php / php-src /.container /.repohead Code Pull Requests 90 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS , or Subversion . Download ZIP /.repository-sidebar The PHP Interpreter http://www.php.net 10,000+ commits 105 branches 570 releases 160 contributors C 63.3% PHP 35.5% Other 1.1% C PHP Other branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters 5.4 /.select-menu-item PEAR_1_4DEV /.select-menu-item PECL /.select...

Linked on 2014-01-03 23:08:32 | Similar Links
whogivesashitabout · GitHub

Sign up Sign in Explore Features Enterprise Blog whogivesashitabout Joined on Jan 03, 2014 0 public repos 0 members /.first Repositories Members whogivesashitabout doesn’t have any public repositories yet. /.last /.profilecols /.wrapper Status API Training Shop Blog About © 2014 GitHub , Inc. Terms Privacy Security Contact /.site-footer /.container Something went wrong with that request. Please try again. ...

Linked on 2014-01-03 23:06:57 | Similar Links
whogivesashitabout · GitHub

Sign up Sign in Explore Features Enterprise Blog whogivesashitabout Joined on Jan 03, 2014 0 public repos 0 members /.first Repositories Members whogivesashitabout doesn’t have any public repositories yet. /.last /.profilecols /.wrapper Status API Training Shop Blog About © 2014 GitHub , Inc. Terms Privacy Security Contact /.site-footer /.container Something went wrong with that request. Please try again. ...

Linked on 2014-01-03 23:06:52 | Similar Links
Localization · Issue #1 · infoforcefeed/8--------------D · GitHub

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 / 8--------------D /.container /.repohead Code Issues 1 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS , or Subversion . Download ZIP /.repository-sidebar New Issue Browse Issues Milestones Back to issue list Issue #1 /.issue-head Open 1 comment Labels doublemarked opened this issue January 03, 2014 /.topic-comment-header No milestone No one is assigned /.discusion-topic-infobar Please localize for Portuguese. /.comment-content /.comment /.discussion-bubble-content /.discussio...

Linked on 2014-01-03 23:03:29 | Similar Links
Search · datetimefield default datetime now · GitHub

Sign up Sign in Explore Features Enterprise Blog Search Repositories Code 104,358 Issues Users Python 1,645 Java 1,036 PHP 820 JavaScript 653 YAML 546 HTML 538 Ruby 521 XML 299 Markdown 273 reStructuredText Advanced Search Cheat Sheet Sort: Best match Sort options /.select-menu-header Best match /.select-menu-list Recently indexed /.select-menu-list Least recently indexed /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu /.sort-bar Python eddieberklee/quotes – models.py Last indexed August 11, 2013 8 9 created_date = models . DateTimeField ( auto_ now _add = True , default = datetime . datetime . now ()) modified_date = models . DateTimeField ( auto_now = True , default = datetime . datetime . now ()) ...

Linked on 2014-01-02 22:02:16 | Similar Links
Search · curl | bash · GitHub

Sign up Sign in Explore Features Enterprise Blog Search Repositories Code 91,712 Issues Users 28,385 Shell 21,607 Markdown 9,597 JSON 5,670 HTML 2,542 XML 2,421 Ruby 1,708 reStructuredText 1,569 Python 1,130 PHP 1,106 Makefile Advanced Search Cheat Sheet Sort: Best match Sort options /.select-menu-header Best match /.select-menu-list Recently indexed /.select-menu-list Least recently indexed /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu /.sort-bar PhantomX/slackbuilds – slack-required Last indexed July 23, 2013 1 2 3 bash curl | wget python | perl Shell kurron/vagrant-experiment – gvm-command.sh Last indexed July 23, 2013 1 2 3 #!/bin/ bash curl -s get.gvmtool.net | bash ...

Linked on 2014-01-02 22:00:31 | Similar Links
wget | bash - SymbolHound Search

. img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" About Contact /.nav-collapse Web SymbolHound Search Advanced Search 294 results found for wget | bash BASH kill wget if no response BASH kill wget if no response BASH kill wget if no response I have this code ... SERVERCONNECTION=$(wget --quiet -O - http://stackoverflow.com/question...8219/bash-kill-wget-if-no-response Bash - how to unzip a piped zip file (from "wget -qO-") normal file: wget -qO- http://downloads.wordpress.org/plugin/akismet.2.5.3.zip | unzip -d ~/Desktop Tags: bash wget unzip xargs wget -qO- -O tmp.zip http://stackoverflow.com/question...nzip-a-piped-zip-file-from-wget-qo strange wget behavior bash script strange wget behavior bash script strange wget behavior bash script I created a script ...

Linked on 2014-01-02 22:00:16 | Similar Links
curl | bash - SymbolHound Search

. img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" About Contact /.nav-collapse Web SymbolHound Search Advanced Search 419 results found for curl | bash passing parameters to bash when executing a script fetched by curl execute remote bash script, via these syntaxes: curl http://foo.com/script.sh | bash or bash < <( curl http://foo.com/script.sh ) which give the same http://stackoverflow.com/question...executing-a-script-fetched-by-curl What does it mean "bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )" http://rvm.beginrescueend.com/releases/rvm-install-head ) What is this syntax? command <( another_command) Can't the original line be? curl http://rvm.beginrescueend.com/releases/rvm-install-head | bash http://stackoverflow.com/question...

Linked on 2014-01-02 21:59:51 | Similar Links
curl | sh - SymbolHound Search

. img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" About Contact /.nav-collapse Web SymbolHound Search Advanced Search 5,428 results found for ALL OF: curl | sh How to install node-xmpp on ubuntu --strip-components=1 ./configure --prefix=~/local make install curl http://npmjs.org/install.sh | sh Install node-xmpp dependencies sudo apt-get install libexpat1 http://stackoverflow.com/question...how-to-install-node-xmpp-on-ubuntu Installing giter8, error on SBT https://raw.github.com/n8han/conscript/master/setup.sh | sh Tried to install giter8 via conscript using cs n8han/giter8 , but I always end up with the above error. Tags: scala sbt It was a bug in http://stackoverflow.com/question...639/installing-giter8-error-on-sbt On EC2: sudo node command not found, but...

Linked on 2014-01-02 21:57:50 | Similar Links
PsGet - PowerShell Modules Directory - Get started

PsGet Overview Directory Search and install PowerShell modules easy. While this tool streamlines installation of the modules, it should be installed. In your PowerShell console execute: (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex You are done. This nice line of PowerShell script will download GetPsGet.ps1 and send it to Invoke-Expression to install PsGet Module. Alternatively you can do installation manually Download PsGet.psm1 from https://github.com/psget/psget/ Copy PsGet.psm1 to your modules folder (e.g. Modules\PsGet\ ) Execute Import-Module PsGet (or add this to your profile) Enjoy! To install something (in our case PsUrl ) from central directory just type: install-module PsUrl Of course, you can browse/search modules directory: Get-PsGetModuleInfo Posh* Q: Error "File xxx cannot be loaded because the ex...

Linked on 2014-01-02 21:56:03 | Similar Links
Streets of Rage 3 - Wikipedia, the free encyclopedia

CentralNotice Streets of Rage 3 From Wikipedia, the free encyclopedia Jump to: navigation , search This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources . Unsourced material may be challenged and removed. (December 2012) Streets of Rage 3 Streets of Rage 3 US cover art Developer(s) Sega ( AM7 ) Publisher(s) Sega Composer(s) Yuzo Koshiro Motohiro Kawashima Series Streets of Rage Platform(s) Sega Mega Drive/Genesis , Nintendo GameCube , Virtual Console , iOS , Microsoft Windows , Xbox Live Arcade , PlayStation Network Release date(s) June 1994 (North America) March 18, 1994 (Japan) June 1994 (Europe and Australia) Genre(s) Beat 'em up Mode(s) Single-player , Multiplayer Distribution 24- megabit cartridge , digital distribution Streets of Rage ...

Linked on 2014-01-02 21:54:26 | Similar Links
curltosudo (curltosudo) on Twitter

<![endif] Twitter Search query Search Remove Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Dansk Deutsch EnglishUK Español Euskara Filipino Galego Italiano LOLCATZ Magyar Nederlands Norsk Polski Português Suomi Svenska Türkçe català français română Čeština Ελληνικά Русский Українська мова עִבְרִית اردو العربية فارسی हिन्दी ภาษาไทย 日本語 简体中文 繁體中文 한국어 Have an account? Sign in New to Twitter? Join Today » Sign In Username or email Password Sign in Remember me Forgot password? Already using Twitter via text message? Close all open Tweets Tweets Following Followers Favorites Lists Photos and videos Worldwide trends · Change © 2014 Twitter About Help Terms Privacy Coo...

Linked on 2014-01-02 21:48:49 | Similar Links
« 1477 1478 1479 1480 1481 1506 »

Pages are deceptive. Live life in a basket.