Browse Open Source Software - Page 16

Top Apps

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1

    FMesh

    NOTE: Use Fltk_Contour insted this code!

    NOTE: Use Fltk_Contour insted this code! FMesh is a simply scientific data visualization tool based on OpenGL. FMesh can generate 2D and 3D graph of contour and color maps for any (x,y,z) scattered data set, many other options are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Libface is a cross platform framework for developing face recognition algorithms and testing its performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Fake User Shell Interface is a program to help people understand and use UNIX or Linux. Please send an email to jamesthefishy(at)gmail.com If enough people email me I will start developing this project again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FeigBot is an IRC bot written in C providing: account/access management via configurable group memberships; 50+ built-in admin/co-admin commands; flattext database (no sql needed); Lua script support; ability to dynamically load/unload modules on the fly
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5

    File Scrambler

    Scramble your files

    Scrambler splits your files into a disired number of chunks and puts them together in a different order. This makes the file unreadable. In order to read them again you must unscramble them. Possible Uses: 1. Protect your private files (e.g. pictures, text, source file etc.) 2. Protect your hosted file on your website. (e.g. You can scramble the file and upload it. In order for the downloader to open the file he needs to unscramble the file. For this he will need the number of scrambles)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    File replication and synchronization. The goal of this project is to provide a mechanism to keep files up-to-date across file systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Implementation of algorithm from paper 'Numerical Approximation of Option Premia in Displaced-Lognormal Heston Models' by A Dickinson. For code: click link under 'Develop' & checkout via svn or click link under Browse Code->SVN & download tarball
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Finance::Quote::BehrNL

    Get stock quotes from behr.nl

    A perl Finance::Quote parser for Behr.NL. http://www.behr.nl is a (Dutch) stock broker and provides many stock prices (e.g. Robeco funds) See for more info on how to install: http://www.ijntema.com/unrestricted/wiki/index.php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FlexCRFs: A Flexible Conditional Random Fields Toolkit for Labeling and Segmenting Sequence Data (this includes a parallel implementation of CRFs called PCRFs to support training CRF models on massively parallel computer systems).
    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
  • 10
    Flowlive is a CFD (Computational Fluid Dynamics) program with a special focus on multiphase flow with a Euler-Lagrange model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    For each File lets you run an arbitrary set of GNU BASH commands upon an arbitrary set of objects. The author often uses it to perform repetitive tasks such as renaming, extracting, moving, and manipulating a large number of files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Free Finite Element Package is a library which contains numerical methods required when working with finite elements. The goal of FFEP is to provide basic functions for approximating the solution of elliptic and parabolic PDEs in 2D. Until 2016 FFEP was developed using C. Science 2016 the language was switched to GNU Octave with some C Mex-Functions. Mesh generation or import is not part of FFEP. We recommend the use of Gmsh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    FreeOSEK RTOS

    Project has been move to https://github.com/ciaa/Firmware

    The project is not more active, we have fix a lot of issue and perform many improvements. These are now deliverd as part of a new project: https://github.com/ciaa/Firmware ---- FreeOSEK is a scalable solution for embedded system. FreeOSEK OS is based on OSEK RTOS specification (OSEK-VDX). visit us in: http://opensek.sourceforge.net
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Freeband is a free, cross-platform, open source alternative to the games Guitar Hero and similar games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Freestyle is a software for Non-Photorealistic Line Drawing rendering from 3D scenes. Inspired by Pixar's Renderman, it is designed as a programmable interface to allow maximum control over the style of the output image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Freetel

    Freetel

    Python GUI Chat

    Python GUI Chat, inspired by late 90s chat freetel utilizes sockets, queues, tk. I started this project as a means learn python, so it might not be cleanest code you've ever seen :p ==================== Features: send/receive public messages send/receive private messages ==================== main.py: Chat server. freetel.py: gui client, tk + calls to client.py for sock functions(runs on windows/POSIX oses) client.py: Socket functions (send/recv/send private message/recieve private msg) terminal_client.py: A terminal client, can only recieve messages ====================== How to: 1. Start server - main.py 2. Start GUI client - freetel.py
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    GEMPlot

    GUI Program for GEMPAK

    GUI Program for plotting Model & ReAnalysis Data using GEMPAK. Users can perform Model Analysis, Surface Analysis, Objective Analysis, Cross-Sectional Analysis, Isentropic Analysis, and ReAnalysis. Soundings can also be plotted for a selection of upper air stations within the CONUS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    GMDEtouch

    A desktop OS designed for touchscreen phones and tablets!

    GMDEtouch - Game Maker Desktop Environment - is a Desktop Environment for tablets, it allows using a combination of desktop applications, and touchscreen apps to make productivity that much easier
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GNU TeXmacs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    GPS Track Server

    Simple GPS tracking server

    A small server-side application is dedicated to provide TCP-packets response and basic logging functionality from operating low cost commercially available GPS Vehicle Trackers such as Concox GT06N and perhaps others (GT06E and GT06F). The application is using POSIX API and intended to run on Unix, Linux and even Windows systems (cygwin environment). Currently it has been developed and tested on FreeBSD 14.3. Recently added limited support for VL103 series devices from Jimi IoT Co., Ltd..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A plugin for Gaim 2.0 which automatically changes an account's buddy image in order to display a slide show. (Note: future versions will allow users to update their buddy icons to reflect images taken from a webcam)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GaltCo.in

    GaltCo.in

    GaltCoin - Escape Ordinary Currency

    Galtcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Galtcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Galtcoin is also the name of the open source software which enables the use of this currency. For mining, we've included a recent-ish build of https://sourceforge.net/projects/cpuminer/ though we recommend building it from source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gamja will find XSS(Cross site scripting) & SQL Injection weak point also URL parameter validation error. Who knows that which parameter is weak parameter? Gamja will be helpful for finding vulnerability[ XSS , Validation Error , SQL Injection].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GeNN
    ==================================== ***** ATTENTION!!! WE HAVE MOVED!!! ***** You will find all future GeNN updates on GitHub at: https://github.com/genn-team/genn THIS PAGE WILL NO LONGER BE MAINTAINED! ==================================== GeNN is a GPU enhanced Neuronal Network simulation environment based on code generation for NVidia CUDA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GenetiK is a generic framework that supports evolutionary algorithms, in particular Genetic Algorithms and Genetic Programming (and also Strongly Typed GP).
    Downloads: 0 This Week
    Last Update:
    See Project