Showing 159 open source projects for "program code"

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
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 1
    Gnuplot Editor

    Gnuplot Editor

    Interactive gnuplot script editor

    Ever needed to tweak a gnuplot script and got annoyed by constantly changing the script file, run gnuplot and display the resulting image? The gnuplot editor generates a preview of the plot for every change you make and quickly allows to show the created image file with a simple keystroke. Lines with errors are highlighted in the code and gnuplot output is shown in a separate widget. In addition it features all basic editor options, syntax highlighting and menu macros for often used gnuplot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    CWOnly

    Python program for sending custom CW macros via serial port

    This is a project I started to learn Python and Tkinter. It all started when I received a PI for Christmas in 2015. Over Christmas breaks I have time away from work to play on projects and I have taken an interest in programming. There are many fine ham radio programs out there. This is just a learning tool. The code was written in Python2.7 and bundled with Pyinstaller. This bundle works for Windows 7 and Windows 10. CWOnly has two screen. The main screen is for operation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    What is QPF 2.6 ? QPF 2.6 (or Quantum Programming framework 2.6) is a free simple and easy to use framework dedicated to supporting programmers who are developing software for the D-wave one series of quantum computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Quercitools

    Quercitools

    Troubleshoot stack overruns

    Quercitools has just one tool for now - stackcheck.py. It helps in troubleshooting of stack overruns. Such defects destroy stack contents and locating the source of the problem is not easy. This is where stackcheck.py comes to help. It runs a program under test by gdb and protects some parts of the stack. If the program overwrites such parts stackcheck.py stops the program and points to the offending line of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    pyInspect

    pyInspect

    Create a simple class diagram with docstring and variable infomation.

    Create a simple class diagram with docstring and variable descriptions. The program takes a .py file as an input and creates a class diagram in a form of a html file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    In programming assignments, students tend to copy from one another as they are given the same set of questions. This conduct should not be allowed as it is an individual assignment and each student must complete on his own. The existing program is available to detect plagiarism through source code similitude. However, it is hard to detect similarity in source code especially if the number of students is high. Furthermore, it is better to prevent plagiarism before it is committed. The “Anti...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PyRate

    Bayesian Estimation of Speciation and Extinction from Fossil Data

    PyRate is a Python program to estimate speciation, extinction, and preservation rates from fossil occurrence data using a Bayesian framework. The method was described by D Silvestro, J Schnitzler, LH Liow, A Antonelli, and N Salamin in Systematic Biology (http://sysbio.oxfordjournals.org/content/early/2014/02/08/sysbio.syu006.abstract). *Please download the most up-to-date code from the "PyRate code" tab on this page or from: https://github.com/dsilvestro/PyRate * *An updated manual...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    pycrc

    pycrc

    CRC C source generator

    pycrc is an easy to use CRC (cyclic redundancy check) calculator and C source code generator. The generated source code can be optimized for simplicity, speed or space. pycrc contains a long parameter list of common CRC models. The program is self contained and does not require installation. Apart from a python installation, it does not require other libraries to be installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    USSDpad

    USSDpad

    Linux GUI USSD Sender

    You can manage and send your ussd code with ussdpad .its simple and easy to use gui program written by use python and qt4 - Shashika Layan * Install Method (ArchLinux) It's Available on Arch User Repository (AUR) so you can install it use yaourt $ yaourt -S ussdpad
    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
    AcerHK GUI

    AcerHK GUI

    GUI interfaces for Acer Hardware driver -- acerhk.ko

    This project site maintains several projects that support the acerhk.ko linux module and provide a GUI interface for the module to activate and deactivate the wireless and bluetooth radios. Please see this projects Wiki for more information: https://sourceforge.net/p/acerhkgui/wiki/Home/ Programs: AcerHK GUI -- Main program. Updated 2015-03-05. Version 0.7.2.5 should work. Please report errors, as it may still require some work. Cinnamon Desktop Applet -- simple system tray icon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Music Merge Manager

    Identify duplicate songs based on track metadata (ID3, etc)

    Given two trees of audio files, examine the metadata for each file to try and determine the differences in the content of the trees. This helps find duplicate songs (or non-duplicated songs) even if the music is stored in different formats. Toggles let you determine how specific the matching criteria must be: Track number and song name? Artist, album, and track length? All of the above? Ultimately this program will let you delete duplicates from either the left or right trees, or copy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    M0Droid

    A malware detection technique

    This is an Android malware detection technique based on system call extraction. The code is written with Python 2.7 and require Android SDK to launch virtual Android device and communicate with it. This program uses correlation coefficient to compare the signature of the app with the dataset (blacklist).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ski timer

    Ski timer

    Ski timer software

    ...: •Singles races with a comparison chart. The program will adjust to locale available translations: •English •French A 'generic timer-less sensor' can be an arduino or pic-axe that sends two character codes when the start light, start gate or finish gate is triggered. Arduino based example code is included in the documentation. The communication is currently fixed at 38400 baud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Latest on Arxiv

    Parse the latest Arxiv RSS stream and get your institute preprints

    ... this software as a demonstration on how we do it at the Kapteyn Astronomical Institute. The script is run daily as a cron command. Feel free to take and modify this code any way you want. But if you are using it, I'd love to at least here from you and know I didn't put this up for nothing. The program has no major prerequisites, except the Python package pyPdf. It is build for Python 2.6.x series, but will probably work on many others as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Scientific data elaborator

    The data elaborator is a new project to manage scientific data

    This program can make histograms, table and graphics of datas, study the error propagation during a measure, it is usefull if you have to do study errors propagations. The output are latex files, so it is easy for you just put them into your relations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Error Propagation Calculator

    Error Propagation Calculator

    Easily propagate measurement errors through mathematical operations.

    Error Propagation Calculator is essentially a cross-platform GUI front-end for the Python Uncertainties library that does not require knowledge of Python to use. Simply point and click to enter values and errors, input your expression and press compute. The program evaluates native Python code, but the user does not need to know the syntax as common operators are provided as buttons, similar to a scientific calculator. -Evaluate expressions with as much as 26 different variable and error...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    pymatlab

    A pythonic interface to MATLAB

    This package lets Python users interface and communicate with MATLAB from Python. Pymatlab makes it easier for users to integrate a project with a large MATLAB codebase into python scripts by using MATLAB scripts as a part of the python program. The basic functionality of this package is to send data from Python to MATLAB's workspace to be able to run Matlab function on the data. After processing you retrieve back data to python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Binary to Decimal Converter

    Binary to Decimal Converter

    Converts Binary values to Decimal values!

    A simple GUI program that lets you input a Binary value and converts it into a Decimal/Denary value - handy for those who develop at a machine code level!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ellipt2d is a finite element program for solving second order, real and complex, two-dimensional elliptic problems with user-defined operators. Because Ellipt2d is written in Python, the code can easily be adapted for specific problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SM Character Generator

    A Space Master 2nd Edition Character Generator

    SMCG is a character generator for the second editon of the role-playing game Spacemaster. Only the program code is placed under this license. All Spacemaster material has been copyrighted by Iron Crown Enterprises. While I do have permission to publish this program, I am not affiliated with Iron Crown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    misspell-check

    misspell-check

    A program to check source code for mispelings...

    A program to check source code for mispelings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CodeInvestigator is a tracing tool for Python programs. All the run time information is recorded. Read your code together with its run time details. Use it to visualize what happened when you program ran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GalGen Trader

    GalGen Trader

    A 2D Elite-style game written in Python 3.2.

    GalGen Trader is (or at least will be) a 2D space trading and exploration game set in a complex and persistent procedurally-generated universe. Dwarf Fortress in space, if you will. One of its most important features is the ability for extension modules to be added that can change just about any feature of the program; from new weapons and devices, to adventure modules that add new 'mini-plots' (similar to the Galactic Adventures DLC for Spore), to modules that replace parts of the core game...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    mpyeditor

    MpyEditor is an Editor for creating Microcontroller Programs

    The MpyEditor is an Editor for writing, compiling and downloading Microcontroller programs onto the Launchpad MSP430 Development board. The microcontroller program is written using mpy which is a subset of Python. This is then translated into C and compiled into machine code and finaly downloaded onto the Launchpad board. The MpyEditor program has been created using Python, wxPython, Editra, mspgcc, mspdebug. The main purpose behind the MpyEditor is to provide a very simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WUU was a program to keep your World of Warcraft UI addons updated with the most popular mod sites. It is no longer updated, and the domain used in the source code for updates is no longer owned by the maintainers. As such, the released files were deleted - but the source is still here, in case there's something to learn from it.
    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.