Tag : oop

Title User Language Tags Description Date
Batch code to process files with a certain filename in a directory stianlagstad DOS Batch

This will loop through files in somefolder with the extension .c, print out the filename and compile the files.

March 27
Iterating through wihle loop in sql server like cursor hairajeshk SQL

http://support.microsoft.com/kb/111401

October 10
audio paul0078 HTML April 15, 2012
LUA's for loops (in LISP) timm Lisp

The LUA programming language supports iterators.

The LUA for loop takes some generate function and asks it to produce a function that can return the next item.

A loop is then entered. The next item is generated. If it is non-nil, then the body of the loop is called to consume that item.

Otherwise, it exit.

The following LISP macro emulates that for command.

February 25, 2012
EE Static Loop ryarwood PHP January 30, 2012
2012 Mini Cooper B-Spec achiles99 HTML

Cars made ​​by Charleston MINI, which is equipped with features such flagship coilover suspension racers, Carbotech brakes, and 15-inch wheels with Hoosier tires. There is also a roll cage, window net, and Kirkey racing seat.

November 23, 2011
Javascript Object Oriented Template 2 casperskovgaard JavaScript September 27, 2011
Javascript Object Oriented Template casperskovgaard JavaScript September 26, 2011
Loop through xml Jquery paulund jQuery June 15, 2011
How to use super() effectively Raymond Hettinger python

Python's super() provides a unique and amazing capability. It allows subclasses to be written to reorder a chain method calls. The recipe demonstrates all of the trade craft needs to get super() to do your bidding.

May 26, 2011
How to use super() effectively -- Python 2.7 version Raymond Hettinger python

Python's super() provides a unique and amazing capability. It allows subclasses to be written to reorder a chain method calls. The recipe demonstrates all of the trade craft needs to get super() to do your bidding.

May 26, 2011
Item Properties Ian Kelly python

A property variation that allows property access using an index or key.

May 18, 2011
Use category slug as CSS class Pr0v4 PHP

This snippet will help you to use the mother category, the ones with parent => 0, as your classes ready to be stylezed in your CSS!

May 14, 2011
Loop that strips unwanted html zealmurapa PHP

strip html on loop

April 19, 2011
Wordpress: Advance Loop by 1 Post visualadvance PHP

Handy if you want a loop to not start on the first post. The $count can be changed to any number "fast forwarding" the loop.

February 23, 2011