Physijs, SCION, mmd, Sorting
From DailyJS:Physijs Tutorial Jerome Etienne has written some introductory tutorials on physics and WebGL. In 3D Physics With Three.js and Physijs, he discusses using Physijs with his tQuery project....
View ArticleWe need innovators like you
From agilediagnosis.com:We all know someone—a coworker, a friend, or a family-member—who has been misdiagnosed. It happens far too often and it represents an enormously costly and harmful problem. The...
View ArticleGoogle Brings New Meaning to the Web
From spectrum.ieee.org:7 June 2012—Depending on where you are, you may have recently noticed a dramatic change in your Google search results. For example, if you type in the key words "Margaret...
View ArticlePython 201: How to sort a dictionary by value
From The Mouse Vs. The Python:The other day I was asked if there was a way to sort a dictionary by value. If you use Python regularly, then you know that the dictionary data structure is by definition...
View ArticleReflectionHelper
From CodeProject:This class makes getting MemberInfos easily, without the use of magic strings, and also allows you to create delegates to do fast accesses to those items, much faster than the normal...
View ArticleRalph Heinkel: pyRserve 0.6.0 released
From ralph-heinkel.com:While being at EuroPython in Florence the latest version of pyRserve has now been finished and is available via pypi (easy_install -U pyRserve). If you are at EuroPython, too,...
View ArticleFast List Sort in C#
From CodeProject:Download SortTests.zip - 736.1 KB. I downloaded the StringSort class from the article, tested the speed, and found it sorts 50,000 strings in about 60% less time than the Generic...
View ArticleAn alternative way of templating controls in ASP.NET
From CodeProject:Download demo (NEW) - 8.7 KB Download demo - 6.4 KB. This article explains using an alternative approach to control templates with the ability to replace certain string values at...
View ArticleThe MongoDB NoSQL Database Blog, MongoDB for the PHP Mind, Part 2
From MongoDB.org:This is part 2 of a series, with part 1 covering the bare essentials to get you going. In this post we are going to take a closer look at queries and how indexes work in MongoDB....
View ArticleMetaEncrypt
From CodeProject:A C++ template to encrypt strings at compile time with template metaprogramming.; Author: lagos_fernando; Updated: 11 Jul 2012; Section: C / C++ Language; Chapter: Languages; Updated:...
View ArticleHeVeA : a new Rope
From gallium.inria.fr:I recently started an internship in Gallium, working on the HeVeA LaTeX to HTML compiler from and with Luc Maranget. I'll stay here for two months, which is sufficient for having...
View ArticleJSON Extensions
From DailyJS:JSON is typically used as a data interchange format. We use it for communicating with services over HTTP, and for configuration files. People are starting to take it beyond Douglas...
View ArticleMost Recently Used List in a Combobox
From CodeProject:Download demo project - 21 Kb Download source files - 8 Kb. MFC implements a convenient feature called a most recently used list, or MRU. In SDI and MDI apps generated by AppWizard,...
View ArticleVista Goodies in C++: Showing Friendly Messages with Task Dialogs
From CodeProject:Download demo project - 38 KB Introduction The TaskDialog API Examples using TaskDialog Using TaskDialog with C-Style Strings Using TaskDialog with Resources Using the Sample App...
View ArticleThe Complete Guide to C++ Strings, Part I - Win32 Character Encodings
From CodeProject:A guide to the multitude of string types used in Windows.; Author: Michael Dunn; Updated: 5 Oct 2002; Section: String handling; Chapter: General Programming; Updated: 5 Oct 2002Click...
View ArticleIntroduction to COM - What It Is and How to Use It. - CodeProject
From CodeProject:A tutorial for programmers new to COM that explains how to reuse existing COM components, for example, components in the Windows shell.Click here to read moreTagged: #cpp #mfc...
View ArticleThe Complete Guide to C++ Strings, Part II - String Wrapper Classes
From CodeProject:Since C-style strings can be error-prone and difficult to manage, not to mention a target for hackers looking for buffer overrun bugs, there are lots of string wrapper classes....
View ArticleThe A-Z of Programming Languages: Bourne shell, or sh - a-z of programming...
From computerworld.com.au:Computerworld is undertaking a series of investigations into the most widely-used programming languages. Previously we have spoken to Alfred v. Aho of AWK fame, S. Tucker Taft...
View ArticlePython 201: List Comprehensions
From The Mouse Vs. The Python:List comprehensions in Python are very handy. They can also be a little hard to understand when and why you would use them. List comprehensions tend to be harder to read...
View ArticleEncrypt & Decrypt Strings in Silverlight
From CodeProject:Download source - 1.2 MB Download source - 3.6 MB. Sometimes is very helpful to Encrypt and Decrypt strings in our applications, especially when we transmit sensible data over the net...
View Article