Search Results for "algorithm code writer" - Page 12

Showing 442 open source projects for "algorithm code writer"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1

    nujan

    Pure Java NetCDF4 and HDF5 writer

    ... C, C++, and Fortran APIs for HDF5 files. The HDF group also supports a Java JNI (Java Native Interface) to their C code. While the JNI interface does support most of the native HDF5 features, it can be a problem to integrate with other Java packages. Hence the origins of Nujan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Network Symmetries and Synchronization

    Sage scripts to analyse network symmetries

    The goal of this project is to help readers understand and utilize the algorithm presented in our paper (http://arxiv.org/abs/1309.6605). These scripts use Sage to find symmetries and clusters in networks, and compute the transformation matrix to irreducible representation coordinates. I will try to update these codes to be more useful in the coming months. I welcome feedback, and will try to fix bugs and add features accordingly. Disclaimer: I make no guarantee that my code will work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jotason-proxy-writer

    jotason-proxy-writer

    Generates a JavaScript proxy from .asmx

    Is a generator, writes a JavaScript proxy from a web service. Net with extension .asmx, take it as input and uses JSON to serialize and deserialize objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ciGen

    ciGen

    ciGen is a short C++ code to generate cohesive interface elements.

    ... was written by VP Nguyen (google scholar link: http://scholar.google.com/citations?user=jCqqCAoAAAAJ&hl=en) when he was at TU Delft and the algorithm is described in the article VP Nguyen, "An open source program to generate zero-thickness cohesive interface elements", Advances in Engineering Software, 2014(74), 27--39. The code was compiled in Ubuntu/Mac OS (a gnu makefile is provided) and Windows (Microsoft Visual Studio). You have to install the library Boost (http://www.boost.org) first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    phpShare&Search

    phpShare&Search

    Group file share with advanced text parsing capability for easy search

    .../configure/modify/manage this code themselves, or contract the code writer to do these functions for them. Contact me for a reasonable quote. eedrew <at> users <dot> sourceforge <dot> net To support future revisions and/or contribute based on the value you found from this code, checkout the External Link drop-down in the menu. Also, if you do not wish to create and maintain your own installation, email eedrew@users.sourceforge.net for a quote on a turn key solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JCycles

    [frozen] A library for computing cycles in graphs or in Java code.

    [This project is frozen, but has an offspring with more features: https://github.com/jeffhain/jadecy ] JCycles provides treatments to compute cycles, or just strongly connected components, in directed graphs in general, or in classes or packages dependencies graphs parsed from class files (major version <= 51, else does best effort). It uses Tarjan's algorithm for SCCs, and Johnson's for cycles, with continuations instead of recursion, which allows to handle large graphs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Job Crawler

    Job Data Collection - Web Crawler

    ... on these figures, and performs a detailed analysis for the employment situation of the states of the USA. What is the hot job in your state? This report is going to explain how to design and implement solution for Job data collection system. It also includes some links for source code, class diagram, algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bin Packing with Genectic Algorithm

    Bin Packing with Genectic Algorithm

    Bin Packing problem solved using Genectic Algorithm

    This project contains a solution for a Bin Packing problem solved using Genectic Algorithms. The code in the project was created as a solution for a problem in a combinatorial optimization class at the Univeridade Federal do Rio Grande do Sul (UFRGS - Brasil) in 2007.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    libcontc

    libcontc

    Container library in C.

    About Collection of data structures and operations that have been (and will continue to be) implemented in response to need. Container interface, naming and behavior is similar to the STL containers. Algorithm interface is in the spirit of the C standard library search and sort functions. Compatibility ISO C99, ISO C++98, ISO C++11. Performance These are designed to be general purpose, and reasonably efficient in most circumstances. Notes The biggest problem with these is type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ProximityForest

    Efficient Approximate Nearest Neighbors for General Metric Spaces

    A proximity forest is a data structure that allows for efficient computation of approximate nearest neighbors of arbitrary data elements in a metric space. See: O'Hara and Draper, "Are You Using the Right Approximate Nearest Neighbor Algorithm?", WACV 2013 (best student paper award). One application of a ProximityForest is given in the following CVPR publication: Stephen O'Hara and Bruce A. Draper, "Scalable Action Recognition with a Subspace Forest," IEEE Conference on Computer Vision...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    algo_AHRS_dll

    S.O.H. Madgwick's AHRS algorithm encapsulated in a .dll file

    This is a windows DLL of S.O.H. Madgwick's AHRS algorithm. Original code can be found at: http://www.x-io.co.uk/open-source-imu-and-ahrs-algorithms/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TSPLib.Net

    TSPLib wrapper for .Net

    TSPLib is a set of Traveler Salesman and related graph problems gathered by the Heidelberg university. This project provides .Net library wrapping up library files loading code, implements distance functions and all the TSPLib features. If you'd like to test your graph tour searching algorithm on a TSP lib will save you hours of reading in a data and adjusting your code to ensure that result are comparable. Delivering as a dll with .Net wrapper and a zip archive with all the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MIT SPHERES Simulation (Release)

    MIT SPHERES Simulation (Release)

    MIT's spacecraft simulator for control algorithm development

    The SPHERES simulation is designed to support most software-related aspects of single- and multi-satellite SPHERES operations. The simulation code base consists of simulated versions of most of the SPHERES core flight code and additional code that simulates dynamics, communications, and other environmental interaction. The simulation is particularly valuable during the early stages of algorithm development and implementation as an aid in accelerating the learning curve for any Guest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Algebraic Numbers

    Visualization of the first few algebraic numbers

    This is inspired by http://en.wikipedia.org/wiki/File:Algebraicszoom.png with some source code (especially the polynomial generating algorithm!) taken from http://en.wikipedia.org/wiki/User:Stephen_J._Brooks/algebraics/src
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IPeak is a peptide identification pipeline that is designed to combine a post-processing algorithm and multi-search strategy to enhance the sensitivity of peptide identifications without compromising accuracy. Currently, it can combine results from OMSSA, X!Tandem and MS-GF+. It can be used either in command line mode or in GUI (visualized) mode. The software package, source code, some example files and a user's manual file can be downloaded from here https://code.google.com/p/mzidentml-lib...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HIPAcc

    HIPAcc

    Heterogeneous Image Processing Acceleration (HIPACC) Framework

    HIPAcc development has moved to github: https://github.com/hipacc HIPAcc allows to design image processing kernels and algorithms in a domain-specific language (DSL). From this high-level description, low-level target code for GPU accelerators is generated using source-to-source translation. As back ends, the framework supports CUDA, OpenCL, and Renderscript. HIPAcc allows programmers to develop imaging applications while providing high productivity, flexibility and portability as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ABM-Calibration-SensitivityAnalysis

    Codes and Data for Calibration and Sensitivity Analysis of ABM

    Find here the model, code, and example results of parameter fitting/calibration and sensitivity analysis for an agent-based model using NetLogo and R. The corresponding manuscript is published in Journal of Artificial Societies and Social Simulation as: Thiele JC, Kurth W, Grimm V (2014): Facilitating parameter estimation and sensitivity analysis of agent-based models: a cookbook using NetLogo and R. <http://jasss.soc.surrey.ac.uk/xx/x/x.html> Methods/Techniques used are: a. Parameter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DiceRoller V2.0 (for Skype)
    .... It was fun to work on this project, and I hope to work on it more. August 3rd 2013 update: DiceRoller v2.0 is now v2.1! The dice roll parsing and result mechanism has been offloaded to Lua, The current script is bare-bones, but more features will be added over time, and you can add them yourself without the need for downloading/compiling source code. Version 2.1 is currently in beta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mouse Rate

    Mouse Rate

    OS independent mouse rate checker written in Java.

    Tiny program written in Java, which provides OS - independent and clean algorithm to measure your mouse rate (mouse latency). Java 7u5 or higher needed to run version 1.1 and lower. Java 7u40 or higher needed to run version 1.2 and higher. **Version 1.3 changes - Fixed graphic artefacts appearing while program window is dragged. **Version 1.2 changes - Major code review & cleanup - Mouse watching algorithm optimized - Duplicate cursor statistics calculations removed & rewritten...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 21

    HyCuda

    Hybrid Framework Generator for CUDA

    The HyCuda code-generator generates a template framework to easily compile different versions of a hybrid algorithm. When set up, you can switch between devices to execute part of the algorithm without having to worry about memory transfers. Based on a specification file that describes some properties of the algorithm, HyCuda generates C++11 header- and sourcefiles, only a few of which have to be modified by the programmer in order to implement the algorithm itself. The generated code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Open Office Writer Recovery

    Open Office Writer Recovery is best tool to repair corrupt ODT files

    ... authoritative algorithm which repair data save in two formats ODT and RTF. It’s depend upon user which format will be select to save repair ODT files. Firstly, used demo version of Open office writer recovery tool for analyzing software performance and capability. After that, when you will get complete gratification from software presentation then take full license version.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    light filter calculator

    light filter calculator

    lightweight digital filter calculator

    This program used Remez exchange (equiripple) algorithm calculate a FIR filter coefficients and then convert to integer for FPGA, DSP or MCU. Additionally, it can be design a simple IIR notch filter for reduce power line interfere. You can run in the following way. Good luck!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Online XOR Coding

    Online XOR packet coding BENEFIT

    The project page provides the source code of custom built simulators used in our publications whose URL are given as follow: http://dx.doi.org/10.1016/j.comcom.2013.09.006 http://dx.doi.org/10.1109/PIMRC.2009.5449983 The titles of the papers are: Online XOR packet coding: Efficient single-hop wireless multicasting with low decoding delay (COMCOM VERSION). An efficient network coding based retransmission algorithm for wireless multicast (PIMRC VERSION). Help (README) files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    "Translater Trans Writer" ("Translator Trans Writer") is a type of scripting program. NEW sourceforge LOCATION: https://sourceforge.net/projects/translatortrans
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.