Tutorial by Topics: d

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...
By default, C compilers lay out structures so that each member can be accessed fast, without incurring penalties for 'unaligned access, a problem with RISC machines such as the DEC Alpha, and some ARM CPUs. Depending on the CPU architecture and the compiler, a structure may occupy more space in mem...
ParameterDetailstargetThe class being decorated
webpack-hot-middleware Use with webpack-dev-middleware, by adding webpack-hot-middleware/client to entry. Config Add configs as query string to the path. Example: webpack-hot-middleware/client?path=/__what&timeout=2000&overlay=false OptionDescriptionpathThe path which the middle...

Page 89 of 221