Waxeye Parser Generator
Waxeye makes language development easy and fun. It uses scanner-less parsing, grammar testing, automatic AST generation and language independent,... more »
0 commentsSave Tags: c-and-cpp, java, other languages, ruby
Who ordered sequential consistency?
Why the sudden interest in Java? Because Java memory model is very relevant to C++0x. The keyword here is sequential consistency. Java enforces... more »
0 commentsSave Tags: c-and-cpp, java, standards, trends
Real Programmers Don't Write Documentation
iterator_of_the_loop_of_possible_signal_details...
0 commentsSave Tags: c-and-cpp, humor
C++ for the next decade
I illustrate a few of the new features below. I have done this mainly as a way of understanding them better myself, not because I claim any sort of... more »
0 commentsSave Tags: c-and-cpp, standards
38 Software design tips from the creator of C++
Useful software design tips from Bjarne Stroustrup, the creator of C++ programming language.
2 commentsSave Tags: c-and-cpp, how-to, methodology
The Future of Programming Languages
Thoughts on the language-oriented sessions at the PDC 2008 conference, including Anders Hejlsberg and others. The Future of C#, and a panel on The... more »
0 commentsSave Tags: .net, c-and-cpp, microsoft, other languages
Algorithms and Data Structures
Implementation of some classical algorithms in Python (and some on C). From A-star to Union-Find and from Knapsack to Newton's Method.
0 commentsSave Tags: c-and-cpp, python
When Visual Basic Programmers Write C Code
I know all the Visual Basic programmers will vote this down. Java programmers are welcome to do the same :)
6 commentsSave Tags: c-and-cpp, humor, reviews
How To Get Free Disk Space And Other WMI Stuff (.NET)
Before actually saving the file, I need to compute its anticipated size and compare it with the free disk space to see if there is enough storage for... more »
1 commentsSave Tags: .net, c-and-cpp, how-to, other languages
First step in Linux for a Windows programmer
From Geek Hero Webcomi.
0 commentsSave Tags: c-and-cpp, humor, unix-linux, windows
Concurrency Hazards: Solving 11 Likely Problems In Your Multithreaded Code
Concurrency is everywhere. Server-side programs have long had to deal with a fundamentally concurrent programming model, and as multicore processors... more »
0 commentsSave Tags: .net, c-and-cpp
Write RESTful Services in C
This will guide you how to create a RESTful web service in C using Apache Axis2/C framework.
7 commentsSave Tags: c-and-cpp, how-to, web services
LLVM bindings for Ruby and Yarv2llvm: compiling Yarv opcodes with LLVM
The llvmruby project provides Ruby bindings for LLVM. Yarv2llvm is a project built with llvmruby which translates Ruby 1.9 opcodes to LLVM bitcode,... more »
0 commentsSave Tags: c-and-cpp, ruby, trends
A Typical Linux C Application: Standard I/O ports allowing simple IPC pipe based
Demonstrates how to create a simple application that interacts with terminal standard I/O ports to provide an IPC pipe based between processes
0 commentsSave Tags: c-and-cpp, unix-linux
Build a Search Engine with 10 Open Source Software Projects
How 10 different open source projects can help handle everything from information retrieval to indexing to serving up the search results to the user.
1 commentsSave Tags: ajax, c-and-cpp, open source, server
C++: the Ugly Useful Programming Language
Eric Raymond, author of the [Computer] Jargon File, The Cathedral and The Bazaar and a number of well-used but little-known pieces of software, is... more »
3 commentsSave Tags: c-and-cpp, opinion
Objective-C: Tips for a Java Programmer
Some tips and comparisons between Objective-C and Java. Also includes some features of the Objective-C language.
3 commentsSave Tags: apple, c-and-cpp, java, other languages
Compiling C++ code at runtime
Optimizing algorithms at runtime with a domain-specific embedded language (DSEL) and LLVM
0 commentsSave Tags: c-and-cpp
Monday C++ Quiz: We Are All Confused
There is a whole bunch of super smart C++ types in the office talking about a strange little C++ program, which I'm turning into an emergency quiz.
0 commentsSave Tags: c-and-cpp
15 Websites To Help You Learn and Master C++ Programming
Here, the sites I found across the internet that I tought will help you to master C / C++ programming in no particular order.
0 commentsSave Tags: c-and-cpp, how-to
Java/.NET Interoperability
We use different concepts than typical XML based interop solutions by providing a seamless default mapping between Java, .NET and C++ objects. We have... more »
0 commentsSave Tags: .net, c-and-cpp, java, other languages
Programming Syntax Brain Teasers
This is a collection of 4 programming brain teasers in C and Java. Some require a sudden flash of insight or knowledge of good coding style to solve,... more »
0 commentsSave Tags: books, c-and-cpp, java
What did we pay for C++ Runtime Polymorphism: Part II
It seems that there is some misunderstanding about my previous post. The purpose was never for measuring C++ performance but for better understanding... more »
0 commentsSave Tags: c-and-cpp
No Block Scope in ActionScript
One of the things that I most liked about ActionScript when I first began to use it was how easy it was to pick up after using Java for several years.... more »
0 commentsSave Tags: c-and-cpp, flash-flex, java, opinion
via