SICP Exercise 2.90 (define (install-polynomial-package) ;; procedures (define (make-dense-poly variable term-list) ((get 'make-poly 'dense) variable term-list)) (define (make-sparse-poly va… more →
Weiqun Zhang's Bloglegalize wrote 42 minutes ago: In Part 1 of this series, I discussed how to setup a basic C++ unit test project that executed the u … more →
Jason Baker wrote 50 minutes ago: So, whilst looking at the answers to a question I had about the relational model on StackOverflow, I … more →
jasper22 wrote 2 hours ago: IBM just released Milepost GCC, ‘the world’s first open source machine learning … more →
..alee wrote 3 hours ago: While debugging through a bug that I encountered in one of my ongoing project. I came to know a stra … more →
stianse wrote 4 hours ago: For some time ago I discovered this awesome code formatting tool called Uncrustify. I really believe … more →
Jani wrote 6 hours ago: Lately I came across with a definition breaking my if-else. The reason was my macro. The macro was d … more →
jasper22 wrote 6 hours ago: Breakpad is a set of libraries for client-side crash reporting. This page talks … more →
rankith wrote 7 hours ago: I just finished setting everything up so that I can us an XML file to create a weapon in the game. … more →
Noran wrote 7 hours ago: I’ve been looking around for something I can do, a new program to write, possibly a new progra … more →
Jacek Spólnik wrote 8 hours ago: 1. Install Windows SDK Download link Of course, documentation and examples tabs are not necessary. 2 … more →
marius09 wrote 8 hours ago: Good idea! I started to hate Bill when I was a young, an unbelievable young programmer which … more →
vpcola wrote 9 hours ago: I’ve been searching round the internet for a C# compatible C++ class for handling Decimal data … more →
jasper22 wrote 9 hours ago: Remember the Dig Dug or Centipede or Robotron? They used to be favorites wheimagen Atari’s 7800 se … more →
jasper22 wrote 9 hours ago: Mistake #1 – Not looking at full stack traces By default WinDbg cuts off stack tr … more →
legalize wrote 11 hours ago: In this post, I will describe how to start making unit tests in C++ with Boost.Test. The Boost libr … more →
anta40 wrote 12 hours ago: http://www.red-sweater.com/blog/825/getting-pretty-lonely Beberapa isu/hal yang menarik, antara lain … more →
keramida wrote 12 hours ago: One of the C programs I was working on this weekend had to find all files that satisfy a certain pre … more →
felixcriv wrote 14 hours ago: After a deep research at Nokia Forums I found that many developers have had the same issue that me, … more →
gapes wrote 16 hours ago: 1. Install jQuery 2. Include jQuery 3. Use $.get() 1. Install jQuery Open a command prompt and chang … more →