-
-
LOST Charts
Map by Dudu Maroja
-
E se eu te disser que uma senha maluca pode ser menos confiável do que uma senha: “doce de goiaba”?
-
Cientistas do Japão conseguiram controlar um robô humanóide com a transmissão online de sinais do cérebro de um macaco dos Estados Unidos, anunciou a Japan Science and Technology Agency (JST) nesta terça-feira (15/01).
-
PHP com AJAX na Web 2.0 é indicado para quem deseja criar programas para a Web 2.0, utilizando a linguagem de programação PHP em conjunto com AJAX.
-
When binding data to a GridView using a data source control, enabling sorting is as simple as ticking the “Enable Sorting” checkbox in the GridView’s Smart Tag. Enabling sorting turns each GridView column’s header into a LinkButton that, when clicked, cau
-
Ganhar dinheiro com o seu blog já não é mais um sonho distante. Basta seguir à risca a cartilha que rege o comportamento de um bom problogger (”blogueiro profissional”) e planejar sua próxima aplicação em fundos de investimento com toda a grana fat
-
This past holiday (I’ve been bugging him since November about it) my good friend Don Hopkins got a lot of work done on the finishing touches on releasing the original SimCity source code under the GNU General Public Library (GPL).
-
DataPortability gathers existing open standards into a blueprint for a social, open, remixable web where your online identity, media, contacts and content can follow you wherever you go. Find out more at dataportability.org
-
Whereas parts of Data Portability (like OpenID) have been plagued with foggy evangelistic efforts for years, check out the following video explaining the concepts.
-
Há várias formas de deixar seu CSS levinho, levinho. Algumas são automáticas, mas as melhores mesmo são aquelas que exigem apenas um pouco de disciplina e atenção na hora de evoluir com o código e a montagem.
-
Durante os anos 50 e 60, o designer Dieter Rams desenvolveu vários projetos para a Braun. Hoje a empresa é mais conhecida pelos produtos de cozinha e beleza, mas já foi famosa por seus aparelhos de som, uma das áreas em que Rams mais atuou.
-
Greystripe ensures the compatibility of its games on mobile devices that utilize Opera Mini mobile browsers.
-
Call Javascript from a Java applet
-
By Ben Fry
Book Price: $39.99 USD
£24.99 GBP
PDF Price: $27.99
-
A equipe do W3C RDF Data Access Working Group divulgou três recomendações para a tecnologia: a SPARQL Query Language para RDF; o protocolo SPARQL para RDF; e a SPARQL Query Results para o formato XML.
-
Google Maps amplia seu tráfego em 135% no último ano e 7% nos últimos seis meses, de acordo com análises da Hitwise.
-
One new feature added to the .NET framework in version 3.0 is the new System.Speech namespace. System.Speech includes lots of classes for not only synthesizing human speech, but also for performing speech recognition. In this tutorial, I’ll show you how y
-
A short overview of some of the new Windows Vista Speech features and a demo of a managed - code program that uses Speech Recognition and a programmatically - constructed grammar.
-
Basically, this article describes one way to implement the 1D version of the FFT algorithm for an array of complex samples. The intention of this article is to show an efficient and fast FFT algorithm that can easily be modified according to the needs of
-
A C# open source library that provides fully featured (1) single and double precision complex number data types, (2) complex number math library, (3) 1D, 2D and 3D complex and real symmetric fast Fourier transforms, and (4) highly accurate statistical rou
-
i want to get voice from my microphone and save it to Byte[] or stream so i can use UDP to send it through LAN ( a voice/video conference application i did the video part and i am stuck with voice ) i found some article but it is a C++ please any help
-
To get the volume of a signal you can make a loop wich take a little chunk of samples (for ex. 1024) and calculate the average. Then to map the volume from 0 to 100 just divide the average for 655 (if you record at 16 bit!)
-
An article on low-level audio capture and playback using the waveIn/waveOut APIs through P/Invoke in C#.