Search Results for "git:/git.code.sf.net/p/docfetcher/code" - Page 50

Showing 3512 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Kinetic Software - Epicor ERP Icon
    Kinetic Software - Epicor ERP

    Discrete, make-to-order and mixed-mode manufacturers who need a global cloud ERP solution

    Grow, thrive, and compete in a global marketplace with Kinetic—an industry-tailored, cognitive ERP that helps you work smarter and stay connected.
    Learn More
  • Junie, the AI coding agent by JetBrains Icon
    Junie, the AI coding agent by JetBrains

    Your smart coding agent

    Junie is an AI-powered coding agent developed by JetBrains designed to enhance developer productivity by integrating directly into popular IDEs such as IntelliJ IDEA, PyCharm, and Android Studio. It supports developers by assisting with code completion, testing, and inspections, ensuring code quality and reducing debugging time.
    Learn More
  • 1

    CUDAlign

    CUDAlign is a tool that aligns huge DNA sequences in CUDA capable GPUs

    ...IPDPS 2011: 1199-1211 [3] Edans Sandes, Alba Melo. CUDAlign: using GPU to accelerate the comparison of megabase genomic sequences. PPOPP 2010: 137-146 The latest source code can be found in Github. See the MASA project at https://github.com/edanssandes/MASA-CUDAlign
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The BART (B Automatic Refinement Tool) project aims at developing an automatic refinement tool for B machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The project contains the Atelier B graphical interface source code. Atelier B is a CASE tool, based on the B language, allowing the development of mathematically proved, default free software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Alpha stable distributions for C++

    C++ code to perform Alpha stable fit

    This code is the translation into C++ of part of the Matlab code from Mark Veillette available at: http://www.mathworks.com/matlabcentral/fileexchange/37514-stbl--alpha-stable-distributions-for-matlab
    Downloads: 0 This Week
    Last Update:
    See Project
  • TelemetryTV content management and device management Icon
    TelemetryTV content management and device management

    Simple and intuitive digital signage software.

    <section class="row"> <div class="small-12 columns"> <p class="description">TelemetryTV is a powerful digital signage platform built for the modern communicator who needs to engage audiences, generate awareness, or give their community a voice. TelemetryTV allows users to broadcast dynamic content easily by streaming video, images, social feeds, turnkey apps, and data-driven dashboards to all of your displays wherever they are. TelemetryTV powers marketing and internal communications at Starbucks, New York Public Library, Stanford University, and more.</p> </div> </section>
    Learn More
  • 5
    ...Yamka is focused on a concise and robust API. Yamka is designed around clear separation of responsibilities between an EBML Element and EBML Element Payload. To get the yamka SDK check out the source code from svn (svn co https://svn.code.sf.net/p/yamka/code/trunk/yamka). There is no DLL, if you need one you can always make one yourself, or you can include any files you need into your project code base directly. yamka uses CMake for build configuration, but you can use anything else that suits you, and still use CMakeLists.txt for reference. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Geometrical Simulator

    Virtual Simulator for Dynamical Systems

    Geometrical Simulator is basically a graphical user interface to visualize geometrically the evolution of abstract dynamical systems of particles along the virtual time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PLM - Innovative cryptocurrency

    PLM - Innovative cryptocurrency

    PLM - The Universal Currency for Poeple

    Polish Mark (PLM) is an open cryptocurrency, formerly Q-coin (www.q-coin.org), is completely Polish idea and product, created on the basis of science (Information Theory) and philosophy - Informationism. More about Polish Mark discover the web site www.markapolska.org. There is also the source code of the wallet https://github.com/wonabru/qcoin or https://github.com/wonabru/Q, so you can connect to the network and register your account with the name in the network of Polish Mark.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    NexusDataLink

    Connect, monitor and control your (embedded) systems remotely. m2m/IoT

    ...The communication interface is defined in XML automatically providing a REST interface. NexusDataLink integrates smoothly in existing software or firmware and significantly reduces connection- or communication-related source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple Normal Mapper

    Simple Normal Mapper

    Easy creation of normal maps

    ...Normal mapping is used, for example, in 2D games to make an illusion of a 3D object. Simple Normal Mapper is fully automatic with some user-controllable parameters. Simple Normal Mapper is written in Qt and C++. The newest source code and releases here: https://github.com/juzzlin/SimpleNormalMapper/releases
    Downloads: 1 This Week
    Last Update:
    See Project
  • Papirfly: Best user-friendly DAM and Content Creation Software Icon
    Papirfly: Best user-friendly DAM and Content Creation Software

    The #1 solution to create and manage content. On‑brand. At scale.

    Papirfly provides a single online destination for all your employees and other stakeholders who are engaging with your brand, ensuring consistency in all aspects of their communications. Teams can produce infinite studio-standard marketing materials from bespoke templates, store, share and adapt them for their own markets and stay firmly educated on the brand’s purpose, guidelines and evolution – with no specialist skills or agency help necessary.
    Learn More
  • 10

    blueCFD-SingleCore

    blueCFD-SingleCore is a subset of blueCFD-Core

    ...blueCFD-SingleCore is a subset of blueCFD-Core, providing the same high quality cross-compiled build version of OpenFOAM® for Windows XP/Vista/7 (32 and 64bit) as in blueCFD-Core, with some additional tweaks, executables and scripts, in order to maintain usability under a Windows environment. ParaView and MSys are not integrated automatically and MPI support is not provided. For more details, please visit the wiki: https://sourceforge.net/p/bluecfd-sc/wiki/ Note: As of blueCFD-Core 2016-1, the blueCFD-SingleCore project is replaced by: http://bluecfd.github.io/Core/ Disclaimer: * blueCFD® is a registered trade mark owned by FSD blueCAPE Lda. * This offering is not approved nor endorsed by OpenCFD Limited nor ESI Group, the producer of the OpenFOAM software via www.openfoam.com and owner of the OPENFOAM® and OpenCFD® trade marks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    TinyRenderer

    TinyRenderer

    A brief computer graphics / rendering course

    Tiny Renderer (tinyrenderer by ssloy) is a lightweight educational software rasterizer that illustrates how OpenGL works by implementing a mini rendering pipeline in around 500 lines of code—serving as a compact, instructive graphics project. The final code consists of about 500 lines. My students typically require 10 to 20 hours of programming to start producing such renderers. The input is a 3D model composed of a triangulated mesh and textures. The output is a rendering. There is no graphical interface; the program simply generates an image. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Project Line Counter (QtCreator Plugin)
    This plugin adds info string to the Qt Creator Editor toolbar that counts lines in the current file and whole project if pro-file opened. Required Qt Creator 3.4.0. If you use Qt Creator above 3.4.0 version - download source files and follow the instructions in README (Part 1: MAKING FROM SOURCE). Check README for installation and building instructions. v.0.9.4 2015-04-09 * Ported to Qt5 and QtCreator 3.4.0 rc1. * Internationalization added. * Russian translation added. * Fixed...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    BibleTime Mini
    Mobile Bible study application, based on BibleTime (www.bibletime.info) source code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Dust Racing 2D

    Dust Racing 2D

    A traditional top-down OpenGL car racing game

    ...Play against challenging computer cars or use the split-screen mode to play against your friend. A level editor for easy level creation is included. Dust Racing 2D is inspired by Super Cars and Slicks’n Slide. The newest releases and source code here: https://github.com/juzzlin/DustRacing2D/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BDneXtCOPY

    BDneXtCOPY

    Open source DVD copy and convert software

    The source code is available for download as a single zip file again for those who are interrested into the code. It is no secret. Note: That a project do not offer the source code longer do not mean that the project is not longer under GPL. In most cases the reason is missing time. You do not have understand open source if you write those things.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QtCreator Tabbed Editor Plugin

    QtCreator Tabbed Editor Plugin

    QtCreator now with tabs!

    This plugin add tabs for QtCreator source editor. It is very helpful when you edit less than 10 files simultaneously. Currently project supported by Trollix on GitHub, where you can find source code for newest QtCreator versions https://github.com/trollixx/qtcreator-tabbededitor-plugin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    steam-sim

    An accurate, scalable, and energy-aware simulator for WSNs

    STEAM-Sim establishes a hardware/software/network co-simulation of wireless sensor networks. Original C code is used in simulation. The code is natively executed by the cpu where the simulation is run. The time annotation engine annotates the C source code used for simulation with the timing information as if the code is run on a microcontroller. The annotation process is fully automated. Hardware models are developed using the PAWiS framework and reflect the timing, functionality, and energy-consumption of real-world hardware such as a CC2420 radio transceiver. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Unofficial ParaView SDK

    Unofficial ParaView Development Installation

    The objective of this project is to provide the "ParaView Development Installation" packages that Kitware hasn't released since ParaView 3.8.1: http://www.paraview.org/files/v3.8/ For more details, please visit our wiki: https://sourceforge.net/p/unofficial-paraview-sdk/wiki Note: This project was moved from Google Code, where it was named "unofficial-paraview-dev-install". = License and Legal = This project is not endorsed by Kitware, the makers and owners of ParaView. License: http://www.paraview.org/paraview-license/ This project is brought to you by blueCAPE Lda: http://www.bluecape.com.pt/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Open E-Government

    A Qt5-based E-Government Software Suite

    This project provides applications for e-government, data protection, secure communication and applications working with open data.
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 20
    The HART (Hardware Access in Real-Time) Toolbox can be used to generate Scicos-blocks for hardware that have a C/C++ interface. The blocks can be used under Linux for soft and hard real time tasks (RTAI). Blocks are provided for DAQ (COMEDI).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    This tool is made to score machine translation performance with the TER metric. This code is based on Snover's algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fleeting Password Manager

    Fleeting Password Manager

    Fleeting Password Manager generates and manages passwords.

    ...The length of the generated password is configurable between 8 and 32 characters and Fleeting Password Manager can remember wanted URL/User-pairs. The newest source code and relases here: https://github.com/juzzlin/FleetingPasswordManager/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MAKE GUI

    A make file generator manager.

    A make file generator manager. written in C# but is currently being ported to C, C++ and python. Only windows supported at the time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OwlZip

    OwlZip

    OwlZip est un gestionnaire d'archive compatible WDZ.

    ...OwlZip est personnalisable et ressemblera à votre personnalité avec son fond changeable ainsi que les tuiles et la liste des fichiers. Actuellement en version Alpha, de grande chose vont arriver. (Code source bientôt disponible)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Image Filters Generation

    Generation of Image Filters using Genetic Algorithms.

    https://sourceforge.net/p/wiretransferbankaccount/wiki/Home/ this project is provided "AS IS" without warranties of any kind.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB