Search Results for "code name m-horse" - Page 11

Showing 529 open source projects for "code name m-horse"

View related business solutions
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • Turn speech into text using Google AI Icon
    Turn speech into text using Google AI

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
    Try for free
  • 1

    JSiteDescriptor

    Binding site descriptor generation for SVM based classification.

    A set of java programs that extract coordinate and chemical information from PDB files. The binding site regions are extracted using grid based scheme. For binding site, spatio-chemical descriptor is generated based on PocketMatch algorithm of Dr. Kalidas (author of this project too).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    REST Countries

    REST Countries

    Get information about countries via a RESTful API

    Get information about countries via a RESTful API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pygorithm

    Pygorithm

    A Python module for learning all major algorithms

    A Python module to learn all the major algorithms on the go! Purely for educational purposes. If you are using Python 2.7 use pip instead. Depending on your permissions, you might need to use pip install, user pygorithm to install. To see all the available functions in a module, you can just type help() with the module name as an argument.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    auto_ml

    auto_ml

    Automated machine learning for analytics & production

    auto_ml is designed for production. Here's an example that includes serializing and loading the trained model, then getting predictions on single dictionaries, roughly the process you'd likely follow to deploy the trained model. Before you go any further, try running the code. Load up some data (either a DataFrame, or a list of dictionaries, where each dictionary is a row of data). Make a column_descriptions dictionary that tells us which attribute name in each row represents the value we’re...
    Downloads: 0 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
    Learn More
  • 5
    An easy and simple tool to calculate the half-lives of radioactive substances and looking up elements on the table of elements by name, element symbol, atomic number, or atomic weight. Source code is on GitHub here: https://github.com/InfinityDevelopment/ChemistryCalculator NOTE: This is a Java program. Inside the ZIP there is the .jar file and .bat file(which you would run to start the program on Windows) required to run on Windows, however, to run it on other operating systems you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    groundcad

    CAD 2D for Land Surveying and Civil

    Operating System : Windows - Linux - Mac OS Drawing 2D Point Line Polygon Rectangle Circle Ellipse Text,Image with thickness,color,hatch... Drawing commands : rotation,scale,explode... Labeling Point Line Polygon Rectangle Circle (Name Code Comment XYZ Length Angle Area Radius ...) Area Calculation by points or by object. Import-Export module : Image bmp,jpg,png CSV TXT SVG DXF R12 SOKKIA SDR33 TOPCON FC4 GTS7 XML LANDXML LEICA GSI8 GSI16
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    OpenRTDynamics

    A framework for implementing real-time control systems

    - - - T H I S P R O J E C T M O V E D T O G I T H U B - - - A framework for the implementation of advanced real-time control systems which uses signal/block-based schematics (like Simulink) extended by several features like state machines and online-exchangeable sub-simulations. Besides, this framework properly handles multiple threads, their communication, allows to synchronise control systems to external events (e.g. variable timers or incoming network packages) and provides many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    XLSX parser for Java in 150 LOC

    An extremely minimal parser for XLSX (Excel) files

    I was unable to find a minimal XLSX (Excel) parser. The closest free option would be apache POI with about 8+ megabyte of JARs and features I don't need. The input is an XLSX file and the output is a Map<String,String[][]> with key of 'sheet name' and a String[][] of cell data. Dates are reformatted to dd/MM/yyyy (configurable in the code). The output of String[][] is to keep the interface compatible with CSV (eg. OpenCSV).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Podball

    Podball

    A futuristic ball game simulation and programming contest

    Podball is a futuristic ball game simulation and programming contest. Two teams compete against each other in a rectangular arena, trying to kick a ball into the other teams goal to score points. Much like soccer or ice hockey. Each player of a team is called a pod, hence the name of the project. The pods and ball are circular objects that can move in any direction on the plane but are subject to inertia and friction. But what is more important than the game itself is the way the teams...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    spring-boot-api-project

    spring-boot-api-project

    A seed project based on Spring Boot & MyBatis

    ... on this project, and run and provide services. Provide a code generator to generate the corresponding Model, Mapper, MapperXML, Service, ServiceImpl, Controller, and other basic codes according to the table name. The Controller template provides two sets of POST and RESTful by CodeGenerator.gen controller(tableName)default. You can choose the method according to your needs, and the POST template is used by default. The code template can be expanded according to the needs of the actual project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Machine Learning for OpenCV

    Machine Learning for OpenCV

    M. Beyeler (2017). Machine Learning for OpenCV

    M. Beyeler (2017). Machine Learning for OpenCV: Intelligent image processing with Python. Packt Publishing Ltd., ISBN 978-178398028-4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Matlab/Octave Rotations Library

    Matlab/Octave Rotations Library

    Library for working with 3D rotations in Matlab/Octave

    The Matlab/Octave rotations library is a collection of functions, bundled as m-scripts, that address computations and numerical handling of rotations in 3D Euclidean space. The rotation representations that are supported are rotation matrices (Rotmat), Quaternions (Quat), intrinsic ZYX Euler angles (Euler), fused angles (Fused) and tilt angles (Tilt). Operations such as composition, inversion, ZYX yaw extraction, fused yaw extraction, random generation, equality detection, vector rotation...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    KDE-Services

    KDE-Services

    Full features for Dolphin's right click menu on KDE [4.x|5.x]

    This program extends the features of the Dolphin's (File Manager) right click contextual menu on KDE [4.x|5.x] graphical environment. Specially designed for OS based on Red Hat.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14

    Java MP4Box Gui

    A Java gui for MP4Box

    This is a simple GUI for the application MP4Box! It can join MP4 (h264) and automatically create chapters for each video. Just drag&drop the videos from your filebrowser to the JavaMP4BoxGui application, and the videos will appear in the list! The source code is included in the Jar file atm! Tested on: - Windows 7 and XP - Ubuntu 13.04 based distros - Mac OSX 10.8 Should work on any that support Java, MP4Box and HandBrake! The OS commands can be tweaked in settings.conf file...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Recursive Directory Removal

    Recursive Directory Removal

    https://github.com/mhisoft/rdpro
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TextMine-pg

    postgresql version of M Konchadys TextMine

    This is still experimental code, though most of the code is now fully functional, allowing the 2006 version of TextMine to run with Postgresql instead of Mysql. The original version is here: http://textmine.sourceforge.net/ The code waiting to be implemented provides local administration of the textmine postgresql database. For the original web pages outlining the features and working description see the above link. Some additional notes are included, but these are a work-in-progress...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    eopkg Fish Completions

    eopkg Fish Completions

    Fish completion definitions for the Solus package manager, eopkg.

    NOTE: This project's source code is hosted at GitLab. View the source code here: https://gitlab.com/jessieh/eopkg-fish-completions This .fish file provides full completion definitions with descriptions for the eopkg package manager. It includes context-sensitive option completion and package name caching for both installed and remotely available packages. The cache files are built from system metadata files that are maintained by eopkg, so caching is highly performant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Skadoosh

    Skadoosh

    A project that highly compresses android sources and uploads them here

    Most Android platform developers have many problems, like slow internet or even low bandwidth. Due to this, they are unable to sync the big chunk of Android source codes from their respective repositories. Hence, most of the new and learning developers just fail at the first step which is downloading the source code! So, I started this project where people needing the sources just submit a pull request of they manifest required. After it is merged, Skadoosh automates the downloading...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The QuAd library contains MATLAB codes for generating verilog codes of any configuration of QuAd. It also contains functional MATLAB model of QuAd that can be used for simulations at higher abstraction levels. The library also includes PMF and Error Estimation code for QuAd configurations. This open-source library is developed to facilitate comparisons, and to facilitate research and development in AC at higher abstraction levels. In case of usage, please refer to our publication: M...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Restangular

    Restangular

    AngularJS service to handle Rest API Restful Resources

    Restangular is an AngularJS service that simplifies common GET, POST, DELETE, and UPDATE requests with a minimum of client code. It's a perfect fit for any WebApp that consumes data from a RESTful API. Note This version of Restangular only supports Angular 1. For an Angular 2+ version of Restangular, check out ngx-restangular. It's a separate project with different maintainers, so issues regarding ngx-restangular should be reported over there. Learn Restangular! Try the live demo on plunkr...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    wechat4u.js

    wechat4u.js

    JavaScript implementation of WeChat wechat web interface

    JavaScript implementation of WeChat WeChat web interface, compatible with Node and browsers, WeChat robot. Export and import necessary data to keep WeChat login bot.botData. Modify contact remarks bot.updateRemarkName(UserName, RemarkName). Modify group name bot.updateChatRoomName(ChatRoomUserName, NewName). Forward message bot.forwardMsg(msg, toUserName). Revoke message bot.revokeMsg(MsgID, toUserName). A class of methods that send a message that returns the full response data on success. User...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Lilak

    Persian Spell Checking Dictionary

    Lilak is an open source project for generating Persian dictionary for hunspell spell checker. For more information and download the source code please visit: https://github.com/m-o-s-t-a-f-a/lilak
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A simple program for checking internet connnection typing an host name. Simply digit an host name and press "GO" button. The response indicates if the host is reachable and the response time in milliseconds. Java Runtime 8 is required. Source code available on https://github.com/davidesestili/CheckConnection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GENUA PESTO Usage Code

    GENUA PESTO Usage Code

    Usage code for the stereoscopic image database GENUA PESTO

    This is the code necessary for a proper usage of GENUA PESTO - GENoa hUman Active fixation database: PEripersonal space STereoscopic images and grOund truth disparity. GENUA PESTO is a database of stereoscopic natural images rendered mimicking the posture of human eyes. The database provides: - stereoscopic pair - ground-truth depth - ground-truth retinal disparity - depth edges - occlusions The database is downloadable at: Canessa A., Gibaldi A., Chessa M., Fato M., Solari F...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Matlab Toolbox EyeX

    Matlab Toolbox EyeX

    Matlab Toolbox for Tobii EyeX Tracker

    ... Research Methods, 2016 NEWS Want to use the EYEX with Python? Stay tuned... NEWS Using 3D screen? The brand new Release 3.1, contains real 3D calibration procedure!! MEMO Remember to be compliant with the GAZE SDK or the EYEX SDK licence agreement form Tobii! THE TOOLBOX - Documentation - UDP connection - Basic functions for connection and data acquiring - Calibration - Sample code: . saccade . smooth pursuit . vergence
    Downloads: 0 This Week
    Last Update:
    See Project