ReSharper is the leading Visual Studio productivity tool for .NET developers, which fully integrates with Microsoft Visual Studio 2005, 2008, 2010 and 2012. It helps developers create and improve code in C#, VB.NET, ASP.NET, ASP.NET MVC, JavaScript, CSS, HTML, XML, and XAML. ReSharper makes thousands of .NET developers worldwide more productive by providing code inspections, automated code refactoring, blazing fast navigation, and coding...
Use this code in your module to prevent people using the "from foo import *" syntax with your module.
This recipe allows you to present dictionary based nested data stuctures in your Python code as objects with nested attributes.
It provides dot ('.') based attribute lookups, like this :-
>>> x = d.foo.bar.baz
The following code shows why you would want to use a heap instead of a list and the basics of using heapq in python with some additions for python 2.4( I've cleaned this up from earlier to make it hopefully clearer.)
The Matlab code in this folder implements 1D-3D NUFFTs via fast Gaussian gridding. The convolution loops are written as C programs to be compiled as mex files from the Matlab command prompt. Further mathematical details about the code can be found...
This code, realized in collaboration with Robert Thijs Kozma, implements a simple and powerful spiking model proposed by Eugene Izhikevich in 2003 (http://www.izhikevich.org/publications/spikes.pdf). This mathematical model is the most recent of a...
When generating code and experimenting with different modeling patterns it is sometimes useful to check the memory footprint of the code generated from a model. This tool is executed after the generated code is built and outputs the memory used...
Based on kukukuan's Inline PHP, this plugin allows you to embed and run PHP code in posts, pages or widgets* with a WordPress shortcode.
(* Requires a shortcode enabled widget plugin, such as Section Widget.) Usage
The...
Blue Droplet Video and Storage API, along with Drupal and its 5000+ contributed modules, is the premier solution for publishing video on the web.
Submitted videos are transcoded to Flash format so they can be viewed directly in the web...
Replaces photo URL's wrapped in "[" and "]" with embed code for that photo.
An HTTP proxy server with a javascript console that lets you evaluate javascript code in any browser that supports XmlHttpRequest, including Nintendo Wii, iPhone and iPod Touch.
cuLsoda is an implementation of the Livermore Solver for Ordinary Differential Equations with Automatic switching for stiff and non-stiff problems (LSODA), written in NVIDIA's C for CUDA GPGPU API.
The SimCoL project - Scl in short - is a very simple library developed with c++ as graduation project. Its objective is to implement classes for solving simple problems that have interfaces like the classic concurrent problems (producer and...
LDBLLIB is a C++ library for working with 10-bytes floating-point numbers in Microsoft Visual C++. This compiler treats type "long double" as "double", so sizeof(long double) == 8, however I wished to work with true 10-bytes long...
C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode.
CPP2RTF: generates listings of C++ code in RTF format, using different fonts and typefaces to highlight syntax for printing on a B&W printer.Pre-compiled binaries for both Windows and Cygwin are provided.
ZWebEdit is a Java applet that is designed to replace the <textarea> tag with a rich Java text editor designed for editing HTML / code in a browser. ZWebEdit does not create a its own filesystem; it is designed to work with...
One tip for KITTI users: You can customize your XML format by modifying and evaluating the following code in emacs: (setq etxml-KITTI-dataset-schema "(\"object\" (\"name\" @0@) (\"truncated\"...
GenomaUML is a project that allow to spcify/design a software apllication using UML and to generate code in a selected programming language (C++ and Java). In addition this it will be able to administer a team of developers that works in a project.
Universal Platform (UP) is a software layer (library) with pseudo-standartized interface which allows now to create applications with C++ for Win32,Linux,FreeBSD operating systems (other languages and OS may be supported in the future) |