CGContextTranslateCTM(context,0,2*CGRectGetHeight(rect))# Draw a 3 x 3 grid of rectangles, setting the color for each rectangle# by cycling through the array of CGColor objects in the 'colors' array.forjinrange(3): CGContextSaveGState(context)foriinrange(3):# Draw a row of rectangles....
In the spirit of learning from examples of both what we should do and what we should not do, finding applicable models through a genealogical approach can elucidate the formations of power and knowledge as arrayed through varying instruments of utility operation. To that end, this chapter ...
A public utility is an essential good or service delivered by the government or a private company. Water, electricity, and natural gas services are just a few examples that most of us utilize (no pun intended) as part of our everyday routine: ...
Java Code Examples for org.openide.util.Utilities#toFile() The following examples show how to use org.openide.util.Utilities#toFile() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above...
The source code for this program is provided on the FTDI website at the C# Builder examples page and can be built by VC# 2008. The test program also requires a special cable to operate correctly.To download the utility, click here.
as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the node.js convention of providing a single callback as the last argument of your async function.Quick Examplesasync.map(['file1','file2','file3'], fs....
Examples: $ echo 'Hello World' | zstd -c | ./dcat Hello World $ ./dcat foo.txt.gz bar.txt.zst baz.txt For the actual decompressing, dcat execs a helper like zcat or bzcat. Currently, it autodetects gzip, Zstandard, LZ4, bzip2 and XZ. DCheck The dcheck.sh utility runs a progr...
The FT4232H default VID/PID is 0403/6011. The source code for this program is provided on the FTDI website at the C# Builder examples page and can be built by VC# 2008. The test program also requires a special cable to operate correctly.To download the utility, click here....
The FT4232H default VID/PID is 0403/6011. The source code for this program is provided on the FTDI website at the C# Builder examples page and can be built by VC# 2008. The test program also requires a special cable to operate correctly.To download the utility, click here....
Examples of each of these option types are, respectively: Boolean option : nvdisams --print-raw <file> Single value : nvdisasm --binary SM70 <file> List options : cuobjdump --function "foo,bar,foobar" <file> Single value options and list options must have arguments, which must follow ...