Showing 160 open source projects for "main"

View related business solutions
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1
    Sugar

    Sugar

    A Javascript library for working with native objects

    A straightforward API makes Sugar very easy to pick up and start using. Custom builds and modularized npm packages let you use only what you need. Users can define methods or use plugins to handle specialized use cases. The date module parses, formats, and manipulates dates and supports many locales. Sugar blends in with native methods, and defers to their implementations when possible. A comprehensive polyfill suite patches browser support when it is broken or missing. As of v2.0, native...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    BWEM

    Fast and robust map analyser for Brood War.

    Brood War Easy Map is a C++ library that analyses Brood War's maps and provides relevant information such as areas, choke points and base locations. It is built on top of the BWAPI library. It first aims at simplifying the development of bots for Brood War, but can be used for any task requiring high level map information. It can be used as a replacement for the BWTA2 add-on, as it performs faster and shows better robustness while providing similar information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    ... includes an initial version of the project you'll be working with. While you're working, you'll need a basic HTTP server to serve your pages. Test out the web server by loading the finished version of the project. The main goal of tracking.js is to provide those complex techniques in a simple and intuitive way on the web. We believe computer vision is important to improve people's life, bringing it to the web will make this future a reality a lot faster.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    WrapImaJ

    Multi-platform API for Image Processing systems in Life Sciences

    ... wraps basic functionalities of ImageJ. The developers of WrapImaJ intend the library to support compatibilty with the main imaging systems available in the Java language and broadly used in the field of life sciences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • 5

    mds-utils

    General purpose utilities for C++ and Python developers

    This library is intended to become a collection of several C++ utilities. At present it contains: 1. a tool for detecting machine endianity. 2. utilities for the Boost uBLAS library. Amongst them, some type traits for detecting different uBLAS matrix types. 3. some useful classes that allow to treat the old C FILE pointer as a C++ stream. 4. C++ wrappers of the main Python objects, independent of those in Boost Python. Wrappers are provided also for NumPy arrays. 5. C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SWire4js

    SWire4js

    A JavaScript library for developing SWire web applications

    SWire4js is a JavaScript library which facilitates the development of SWire web applications. The main purpose of this library is to provide the developer with utility functions for managing the SWire protocol, namely functions for encoding SWire requests and decoding SWire responses. Secondly, it provides a function for generating Stata missing values. SWire4js is self-contained in the swire4js.js file. A SWire web application is a web page which interacts with Stata through SWire. Examples...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Android Sliding Up Panel

    Android Sliding Up Panel

    A simple way to add a draggable sliding up panel to Android apps

    ... must have gravity set to either top or bottom. Make sure that it has two children. The first child is your main layout. The second child is your layout for the sliding up panel. The main layout should have the width and the height set to match_parent. The sliding layout should have the width set to match_parent and the height set to either match_parent, wrap_content or the max desireable height.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    qxdotnet

    qxdotnet is a server side ASP.NET wrapper for qooxdoo library

    http://qooxdoo.org is a great JavaScript framework. It contains lots of UI controls that would be useful when developing ASP.NET applications. But qooxdoo designed to communicate with server via RPC method. It is not comfortably. The main qxdotnet idea is a creating C# mirror objects for qooxdoo UI controls. State of the objects on the server and the client is synchronized with AJAX. For example, you just create a C# "button" control and place it on the form. After you start your ASP.NET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    superGetOpt (a getopt replacement)

    A simple, elegant way to handle command line arguments in C/C++.

    ...: ================= int main( int argc, char *argv[] ) { int n, argPos; float yourFloat; int yourInt; char *yourString; n = superGetOpt( argc, argv, &argPos, "-YourFlag %f%s%d", &yourFloat, yourString, &yourInt, "Help Message", NULL ); return(n); } It's that easy. No header files to create, no argument order to concern yourself with. Please read the testSuperGetOpt.c example and you'll fully understand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10
    Weather Icons

    Weather Icons

    215 Weather Themed Icons and CSS

    Weather Icons is the only icon font and CSS with 222 weather themed icons, ready to be dropped right into Bootstrap, or any project that needs high quality weather, maritime, and meteorological based icons! Place the 5 font files and the main weather-icons.min.css file in your project, with the assumption that the fonts are located up ../ from your CSS directory. This set includes companion CSS files for popular weather service API. Presently there are mappings for Forecast.io, Open Weather Map...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NamedParameterConverter

    Converter for named parameters on Java command line call

    The Named-Parameter-Converter accepts named parameters from commandline. Thus it analyzes the args[] string array parameter of the static main method, validates and converts these named parameters. The parameters are converted in Map or Object structure when nothing else is configured. However, you can also convert it into a bean class. More details under https://sourceforge.net/p/namedparameterconverter/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Glimpse Plotting Library

    Glimpse Plotting Library

    WPF Plotting Library

    Glimpse is a .NET 4.6 plotting library for WPF projects. It currently contains five classes: a scatter plot, a line graph, an histogram, a raster plot to display matrix data and a tree plot to visualize recursive XML data. Main attributes can be customized through the respective constructors, additional changes are available through public properties. To use the packaged classes just reference the library in your project, instantiate a new plot and add it to a display container of your choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    debug_mutex

    c/c++ debug-mutex library

    ... with file and line information about were it is located and why it happened. The main purpose of debug_mutex is the detection of deadlocks and outputting useful information, to fix it, by telling you exactly, where the recursion happened. Debug_mutex can easily be disabled and simply used as a cross-platform mutex Library Debug_mutex can be linked statically or externally
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    The Panini Language

    The Panini Language

    Better Modularity, Better Concurrency

    This project makes the compiler and tools for the Panini language available. A central goal of the Panini language is to make concurrent programming easier and less error-prone. The main new feature in Panini is called a capsule. A capsule is like an actor but better because it largely retains the traditional approach for reasoning about programs as a sequence of operations, abstracts away all details of thread creation and locking, and supports fully-automatic compile-time analysis of common...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    RESHL

    RESHL

    ROS-Enhanced Scalable Haptic Library - discontinued

    PROJECT DISCONTINUED ---------------------------------------- RESHL is a collection of Linux software used to interact with pen-master based haptic devices. Its name, ROS-Enhanced Scalable Haptic Library, describes all its main features: - ROS-Enhanced: the library can be used as a library in the ROS framework (Robot Operating System - http://www.ros.org/) and provides out-of-the-box support for master-slave solutions - Scalable: the library consists in different sub-libraries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MythCore

    MythCore

    Myth Framework Core Libraries (part of MythSDP)

    MythCore is a PHP framework that allows the developer to use a C# .NET like object oriented programming approach. It provides the essential classes that the MythSDP platform and the MythFramework builds upon. The goal is to create a library that enables the programmer to use a fully object oriented approach that has the "feel" of .NET and Java programming. Our main goal is ease of use and rapid application development. However, performance and small-footprint are some of the main design goals...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TinyHTML++

    TinyHTML++

    Allows to parse HTML in C++

    This library allows to parse HTML in C++. Its main focus is put on stability and simplicity rather than pure performance. TinyHTML++ is even able to parse and correct wrong HTML documents. It is also possible to get the page in text format as a user of a webbrowser reads it. TinyHTML++ also allows to convert it back to a HTML string. Please let me know if you find any bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ONUSystem (おぬシステム)

    ONUSystem (おぬシステム)

    ONUSystem is A module-based framework for games and CG arts.

    ONUSystem is constructed by some main modules and sub modules. They work almost independently. It is enables programmers to choice appropriate modules for their own applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DummyXmlParser

    DummyXmlParser

    Java XML parser / binder

    Java XML parser. Very light. (less than 20K). Bind XML to java classes. (like JAXB). Written from scratch to avoid some legacy problems. Code sample: import javax.xml.bind.annotation.XmlElement; import dummyxmlparser.XmlBinder; public class Foo { @XmlElement public String counter; public static void main(String[] args) throws Exception{ Foo foo= XmlBinder.fromXml(Foo.class, "<Foo><counter>42</counter></Foo>"); assert foo.counter.equals("42"); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    QL

    Extending standart QLUA

    This library is developing by users of QLUA. Main purpose - make it easier and faster to write add-ons for Quik using LUA.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CURRENNT

    CUDA-enabled machine learning library for recurrent neural networks

    CURRENNT is a machine learning library for Recurrent Neural Networks (RNNs) which uses NVIDIA graphics cards to accelerate the computations. The library implements uni- and bidirectional Long Short-Term Memory (LSTM) architectures and supports deep networks as well as very large data sets that do not fit into main memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Conserve
    Conserve is no longer hosted at SourceForge, we have moved to GitHub: https://github.com/ConserveORM/main
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java OutlookExpress Reader

    Read Outlook Express .dbx files and parse information from them.

    The Java OutlookExpress Reader is a package that allows the reading of .dbx files, the format used to store OutlookExpress emails and folders. The main reader class loads all the data from a given .dbx and parses it, allowing easy access to information through public variables and classes. This is an implementation of the work done by Arne Schloh (http://oedbx.aroh.de/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TR Class Library

    TR Class Library

    A set of tools for developers savvy.

    This project is a library containing a pack of useful classes for various projects. Here is a partial list of possibilities: screen manager, instance manager, error manager, I18N manager, setting manager, and more....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Win32 Loopless Window Size / Move

    Resize windows without halting main thread

    This project provides easy-to-use code that enables the thread to continue processing while the user resizes a window by providing two simple function calls. 3/16/14: Now implements Aero's "snap" and "shake" features.
    Downloads: 0 This Week
    Last Update:
    See Project