Quantcast
Channel: Linux Feed » with
Browsing latest articles
Browse All 10 View Live

HTML – Using speech in inputs and text areas with x-webkit-speech HTML5...

The recently-released Chrome 11 has speech analysis enabled by default, which allows you to offer speech inputs to your users using the x-webkit-speech html attribute.

View Article



Falcon – Advanced functional constructs

brigade – Advanced functional constructs (since 0.9.2)

View Article

Falcon – Comprehension on arrays, dictionaries and sets

Comprehension – Comprehension on arrays, dictionaries and sets (since 0.9.4)

View Article

Falcon – The indirect (#) operator with function calls.

Indirect – The indirect (#) operator with function calls.

View Article

Falcon – Functional generators

Funcgen – Functional generators (since 0.9.4)

View Article


Falcon – Variable expansion and formatting in strings

Remparams – Variable expansion and formatting in strings.

View Article

PHP – Simplest Twitter streaming API example with sockets.

A simple example on how to use the Twitter streaming APIs with PHP sockets to get updates from a given search.

View Article

C – OpenMP shared variables example.

OpenMP example program Hello World demonstrating shared variables.

View Article


C++ – Get the CPU name string with __cpuid instruction.

While taking the System properties, you have noticed the processor name string. For instance, in my laptop it is – “Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz“. Ever though about how to get this...

View Article


JavaScript – Get DOM element by class name

Select a DOM HTML element by class. (is a fix for IE…and older browser) Use it in this way: var element = Core.getElementByClass("myClass"); element.length; //number of matched elements element[0];...

View Article
Browsing latest articles
Browse All 10 View Live


Latest Images