Tutorial by Topics: a

unsigned alarm(unsigned seconds); int kill(pid_t pid, int sig); Function, Parameter(s), Return ValueDescriptionalarm()function nameunsigned secondsSeconds to raise an alarm or 0 to cancel any pending alarm>= 00 if no other alarm was pending, else the number of seconds the pending alarm s...
Sinatra is a simple Ruby DSL for quickly creating web applications. It has built in features for routing, using templates, serving static files, helpers, error handling and many other topics. http://www.sinatrarb.com/intro.html VersionRelease Date2.0.0beta22016-08-222.0.0beta12016-08-221.4.7...
This example shows a practical end to end example of creating a PayPal future payment from an Android device, using a Node server.
Primary keys are used to uniquely identify a record in a table. A table may only have a single primary key (though the primary key can consist of multiple columns), and a primary key is required for certain types of replication. Primary keys are often used as (but don't have to be) the clustered ...
An example of how to use dependency injection in .net without using a container. Based on examples by Mark Seemann http://blog.ploeh.dk/
Phalcon is an open source, full stack framework for PHP. Functionality is exposed as PHP classes ready to be used. Written as a C extension, it is optimized for extremely high performance, being the fastest possible framework available for PHP developers.  Useful links: ResourceLinkTeamhttp...
This section provides an overview of what concurrency is, and why a developer might want to use it. It should also mention any large subjects within concurrency, and link out to the related topics. Since the Documentation for concurrency is new, you may need to create initial versions of those r...
BOOL havePlutonium = YES;    // Direct assigment BOOL fastEnough = (car.speedInMPH >= 88);    // Comparison expression BOOL fluxCapacitorActive = (havePlutonium && fastEnough);    // Boolean expression   id somethingWicked = [witchesCupboard lastObject];    // Retrieve untyped obje...
Matplotlib has four distinct coordinate systems which can be leveraged to ease the positioning of different object, e.g., text. Each system has a corresponding transformation object which transform coordinates from that system to the so called display coordinate system. Data coordinate system is ...
This section provides an overview of what string is, and why a developer might want to use it. It should also mention any large subjects within string, and link out to the related topics. Since the Documentation for string is new, you may need to create initial versions of those related topics. ...
zsh is a POSIX-compatible shell, and a popular alternative to the Bourne shell (sh) and bash. Its key feature is a focus on a high level of customization by the user, which has led to an active community of developers creating extensions for zsh, including custom, more informative prompt status l...

Page 127 of 320