Displaying 1 to 20 from 220 results

zeromq.node - Node.js bindings to the zeromq library

  •    Javascript

ØMQ bindings for node.js. The same people (and more) who brought you zmq now bring you zeromq, under the official zeromq GitHub organization.

node-gyp - Node.js native addon build tool

  •    Python

node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It bundles the gyp project used by the Chromium team and takes away the pain of dealing with the various differences in build platforms. It is the replacement to the node-waf program which is removed for node v0.8. If you have a native addon for node that still has a wscript file, then you should definitely add a binding.gyp file to support the latest versions of node.Multiple target versions of node are supported (i.e. 0.8, ..., 4, 5, 6, etc.), regardless of what version of node is actually installed on your system (node-gyp downloads the necessary development files or headers for the target version).

django-filer - File and Image Management Application for django

  •    Python

A file management application for django that makes handling of files and images a breeze.

thegreatsuspender - A chrome extension for suspending all tabs to free up memory

  •    Javascript

Please contribute if you have any extra insight on alternative methods for tab recovery. "The Great Suspender" is a free and open-source Google Chrome extension for people who find that chrome is consuming too much system resource or suffer from frequent chrome crashing. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.




generator-ngx-rocket - :rocket: Extensible Angular 6+ enterprise-grade project generator

  •    TypeScript

See generated project example here. A complete starter template: example app structure tailored for scalability, with examples and boilerplate code for every common thing needed in enterprise projects, such as unit tests, routing, authentication, HTTPS service extensions, i18n support with dynamic language change and automatic user language detection...

node-pre-gyp - Node.js tool for easy binary deployment of C++ addons

  •    Javascript

node-pre-gyp stands between npm and node-gyp and offers a cross-platform method of binary deployment.For a hello world example of a module packaged with node-pre-gyp see https://github.com/springmeyer/node-addon-example and the wiki for real world examples.

ofxCv - Alternative approach to interfacing with OpenCv from openFrameworks.

  •    C++

ofxCv represents an alternative approach to wrapping OpenCV for openFrameworks. Or download the source from GitHub here, unzip the folder, rename it from ofxCv-master to ofxCv and place it in your openFrameworks/addons folder.


bpy - blender python scripts

  •    Python

Display, edit, filter, render, convert, generate and export colored point cloud PLY files. Works with any PLY file with 'x, y, z, nx, ny, nz, red, green, blue' vertex values. Vertex normals and colors are optional.

node-nanomsg - Node.js binding for nanomsg

  •    Javascript

This is the default way of installing node-nanomsg. Behind the scenes, nanomsg library will be downloaded, built and statically linked, providing the simplest and easiest way to start working. Starts a new socket. The nanomsg socket can bind or connect to multiple heterogeneous endpoints as well as shutdown any of these established links.

v8pp - Bind C++ functions and classes into V8 JavaScript engine

  •    C++

The library is suitable to make Node.js and io.js addons. See addons document.

quicktile - Adds window-tiling keybindings to any X11-based desktop

  •    Python

As of QuickTile 0.3.0, the installation process has changed. This was necessary to allow QuickTile to be split across multiple files so I could get past some mental blocks and start to clean up the code and implement new features.

YoMama

  •    

YoMama was started as a World Of Warcraft addon. Select your mark, type /yomama and your character will insult him/her with a random quote. A stand alone Android app is also available at Google Play.

Internet Explorer Browser Extension Creator

  •    

For the first time, anyone can easily register their Internet Explorer Browser Extension. This program automatically creates all necessary registry entries based on a few simple questions. All assemblies were/are created with Visual Basic 2008 and the .Net Framework 3.5

TUsvnAddIn

  •    

TUsvnAddIn is a free Tortoise SVN addon for visual studio. TUsvnAddIn allows developers to use some of the Tortoise SVN features over Visual Studio 2005/2008/2010. This Tortoise SVN addin is my little contribution to the development community. Users may also use the co...

Mozilla Add On Install Manifest Schema

  •    

XML Schema for install manifest for Mozilla Add-ons. Useful for code completion in IDEs like Visual Studio.

AddOn Studio for World of Warcraft

  •    Lua

AddOn Studio for World of Warcraft is an open source development tool for building AddOns for World of Warcraft.

FalconLobby

  •    C++

FalconLobby is an authorized AddOn for Falcon 4.0 Allied Force which was created to support the multiplayer experience. FalconLobby retrieves the list of currently active game servers and imports that list into the Falcon "phone book" (list of servers).

sieve - Thunderbird Sieve Addon

  •    Javascript

Sieve is a powerful script language for server-side mail filtering. It is intended to be used with IMAP and thus it is widely spread. Many IMAP Server are capable of running sieve filters. Sieve stores and runs all script on the server-side. You can use telnet for this purpose, but that is far to uncomfortable, not applicable for a normal user and almost impossible with secure connections. Wouldn't it be great to activate, edit, delete and add sieve scripts with a convenient interface? That is exactly what the Sieve Extension offers...