curly braces

Sameer Borate's Blog: Source Code Signatures in PHP

PHPDeveloper.org  Thu, 11/10/2011 - 13:11

In this new post to his blog Sameer Borate applies an interesting method of discovery of structure in unfamiliar code - generating code signatures.


 

PHP development on Mac – my experience - Danne Lundqvist

Planet PHP  Mon, 07/04/2011 - 06:13

A while ago I saw a lot of people writing about their PHP development environment and tools. I didn’t get around to it at the time but yesterday I found me some time to write down my experiences of moving from Linux to MacOS X as primary OS for PHP  and web development


 

Mayflower Blog: Creating coding standards for PHP_CodeSniffer

PHPDeveloper.org  Fri, 02/25/2011 - 13:33

On the Mayflower blog today there's a new tutorial posted about creating coding standard "sniffs" for the PHP_CodeSniffer tool.

A "sniff" is what defines the rules for your coding standards to follow (like "curly braces after function definitions should be on the next line" kinds of things).


 

Mustache: Logic-Free Views For Your Ruby Web Apps

Ruby Inside  Wed, 10/07/2009 - 10:07

mustacheMustache (or GitHub repo) is a new templating library from Chris Wanstrath (a.k.a. defunkt of GitHub fame) that provides a way to render views in your chosen Ruby web framework.


 

Ask About PHP: PHP's alternative syntax and why it's useful

PHPDeveloper.org  Thu, 04/16/2009 - 06:50

On the "Ask About PHP" blog today there's a new post looking at some of the alternative syntaxes that PHP has to offer for control structures.


 

Bash Brace Expansion

Linux Journal - The Original Magazine of the Linux Community  Fri, 05/30/2008 - 09:47

Bash brace expansion is used to generate stings at the command line or in a shell script. The syntax for brace expansion consists of either a sequence specification or a comma separated list of items inside curly braces "{}".

A sequence consists of a starting and ending item separated by two periods "..".

read more


 

Colorizing Java sources in a browser using JavaScript and CSS

0xCAFEFEED  Mon, 10/25/2004 - 14:37

[or JavaScript chorma-coding]

While posting Java sources on this blog, I used to wish that the browsers could take care of chroma-coding Java sources just the way they take care of chroma-coding XML files.

It would eliminate the hassle of exporting the sources in HTML format. All one would have to do is paste the Java source in a pre block and viola! you are done with it!