Programming mistakes to avoid
12 programming mistakes to avoid article shows you the dirty dozen of application development pitfalls — and how to avoid these all-too-common programming blunders. →
Coputer topics
12 programming mistakes to avoid article shows you the dirty dozen of application development pitfalls — and how to avoid these all-too-common programming blunders. →
Mozilla wants to see the web browser as a new gaming platform in addition to normal browsing use. Mozilla Labs Game On is all about games built, delivered and played on the open Web and the browser. Out of the 160+ submissions to the first competition, 124 games have been selected to be showcased in →
Ethernet link speeds of 100 megabits per second or even 1 Gbit/s per second are typical in today’s LANs. When everything is wired to Ethernet LAN very many LAN connections are needed and they consume some power. And the faster the Ethernet connection is, typically more power it consumes. IEEE Spectrum Energy-Efficient Ethernet article tells →
Many modern PCs still use the over 20 year old 15 pin analogue VGA connector to connect the display to PC. The VGA connector carries the video signal in RGB format, which is a bit outdated in the world where the graphics card and display devices are all digital. Most Windows PC builders have been →
If you’ve ever had a problem getting two chips to talk, or wanted to reverse engineer a protocol, a logic analyzer is the right tool for this. Logic analyzer only detects digital high and low digital states, it records many signals simultaneously and allows to dump data to a computer for analysis. Logic analyzers can →
Files made of Digital Television broadcast can be very large. One hour of program can easily be over two gigabytes. I had one recording from which I wanted to take a part and convert it to another format. So I needed tools to edit the file I had and convert it. The Digital Television broadcast →
Producing Open Source Software book tells how to run a Successful free software project. This book is about t the human side of open source development. It describes how successful projects operate, the expectations of users and developers, and the culture of free software. The book is released under an open copyright: it is available →
Anyone who has ever done a programming course or tried to learn to code out of a book will have come across sorting algorithms. Bubble, heap, merge, there’s a long list of these methods of sorting data. The subject matter is fairly dry, and is usually presented in a prety boring way. Sorting algorithms: quite →
Everyone knows and loves Pacman game. Programmer Dale Harvey has created a playable version of Pac-Man because writing a simple browser game seemed like a good idea. He is using only web standards: localStorage, HTML5 Audio, Canvas and @font-face. To play Harvey’s game, you’ll need to use a browser that supports the HTML5 elements he’s →
NetFPGA is a FPGA based line-rate, flexible, and open platform for research, and classroom experimentation. I found the address of this page because one of the blog comments had link to this web site. Looks interesting. The NetFPGA platform promises that it enables researchers and instructors to build working prototypes of high-speed, hardware-accelerated networking systems. →