40 programs for "program code" with 1 filter applied:

  • 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
  • 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
  • 1
    frida

    frida

    Dynamic instrumentation toolkit for developers

    Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Inject your own scripts into black box processes. Hook any function, spy on crypto APIs or trace private application code, no source code needed. Edit, hit save, and instantly see the results. All without compilation steps or program restarts. Works on Windows, macOS, GNU/Linux, iOS, Android, and QNX. Install the Node.js bindings from npm, grab a Python package from PyPI, or use Frida through its Swift...
    Downloads: 124 This Week
    Last Update:
    See Project
  • 2
    Stockfish

    Stockfish

    UCI chess engine

    Stockfish is a free, powerful UCI chess engine derived from Glaurung 2.1. Stockfish is not a complete chess program and requires a UCI-compatible graphical user interface (GUI) (e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Stockfish with it. Stockfish is a 11-time winner of the Top Chess Engine Championship. Stockfish...
    Downloads: 55 This Week
    Last Update:
    See Project
  • 3
    xLUA

    xLUA

    xLua is a lua programming solution for C#

    ...; and there is no need to generate code under the editor, and the development is lighter. Open the zip package, and you will see an Assets directory, which corresponds to the Assets directory of the Unity project. Keep this directory structure and put it in your Unity project. A complete example only requires 3 lines of code. It is recommended to bind once and reuse it. If the code is generated, calling max will not generate gc alloc.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Wenku8 Android
    ... of the website, I also added my own Cloudflare Worker relay node to break through the limitations of the website API. The Material Design style app is completely open source! If you want to practice Material Design, you can refer to the source code of this project. If you are unclear, you can post about various related topics issue.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    google-java-format

    google-java-format

    Reformats Java source code to comply with Google Java Style

    google-java-format is a program that reformats Java source code to comply with Google Java Style. The formatter can act on whole files, on limited lines, on specific offsets, passing through to standard-out (default) or altered in-place. There is no configurability as to the formatter's algorithm for formatting. This is a deliberate design decision to unify our code formatting on a single format. The formatter can be used in software that generates java to output more legible java code. Just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CertMagic

    CertMagic

    Automatic HTTPS for any Go program

    Caddy's automagic TLS features, now for your own Go programs, in one powerful and easy-to-use library! CertMagic is the most mature, robust, and powerful ACME client integration for Go, and perhaps ever. With CertMagic, you can add one line to your Go application to serve securely over TLS, without ever having to touch certificates. Just a line of code will serve your HTTP router mux over HTTPS, complete with HTTP->HTTPS redirects. It obtains and renews the TLS certificates. It staples OCSP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Peace Equalizer, interface Equalizer APO

    Peace Equalizer, interface Equalizer APO

    System-wide PC Audio Equalizer and Effects app for Windows 7 to 11

    ... on any Windows version from Vista to 11. Your configuration (e.g. EQ, preset, profile) can be saved and activated again by 1 click, hotkey, tray or desktop shotcut. Install by running downloaded PeaceSetup.exe. Equalizer APO has to be installed first. After a Windows update a re-install of Equalizer APO might be needed. Also, all Peace apps have a code signing certificate by Certum, Asseco. YouTubers: Please mention Peace Equalizer in your video description. Thanks to all contributors.
    Leader badge
    Downloads: 26,239 This Week
    Last Update:
    See Project
  • 8

    Yet Another BACnet Explorer

    Graphical explorer for BACnet and Free BACnet library in C#

    Graphical explorer program written in C#, for browsing BACnet devices (run on Windows & Linux). Supports BACnet MS/TP, Ethernet, IPv4, IPv6, SecureConnect Basic functions for read, write, read multiple, write multiple, iam, whois, subscribeCOV, notify, WriteFile, ReadFile etc. Includes three demo server applications : a generic server, a wall mounted room controller simulator, a weather server (gets data from an Internet webservice). Includes a lot of samples C# source code. Raspberry Pi...
    Leader badge
    Downloads: 1,590 This Week
    Last Update:
    See Project
  • 9
    free crypto exchange script

    free crypto exchange script

    download crypto exchange with source code free

    Best White Label Crypto Exchange Script | Launch Your Own Exchange Platform Start your own cryptocurrency exchange with our secure and scalable script. Download full crypto exchange source code and learn more about our solution. It is offered with full source code. Our centralized exchange solution enables trustful trading, liquidity pools, and seamless token listing. Built on blockchain, php, mysql, our script ensures high performance, scalability, and customization. Ideal...
    Downloads: 22 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 11
    invdocs4me Inventory and Documents

    invdocs4me Inventory and Documents

    Web application for management of your home inventory and documents

    Simple and user-friendly PHP web application supports your personal home inventory management and document management for invoices, descriptions etc., including web links, pictures and tasks. This can help you easily track items such as your photo equipment, IT components, household items or other assets. QR codes on inventory items allow for fast identification and data access. You can access the program from any device via a web browser. Even when you are not at home, you can use all...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    belofte chess

    belofte chess

    A promising chess program

    A console/text based chess program with XBoard/CECP and UCI API, available on all major platforms. You may need a graphical chess interface to use it. Please refer to README.md in the files section for installation instructions. The last stable release is 2.1.8.1 and has been released on 19/10/2024. Belofte 0.2.0 till 0.9.20 (c/c++): Xboard 1 & 2 (CECP) - Linux/Unix/(Windows) Belofte 2.1.1 and up (c++11) : UCI and Xboard 2 - Linux/Windows/Mac/Android/... For access to code, please...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    3D Box rotation

    3D Box rotation

    Simple example of draw and rotate 3D box

    Simple source .java file; .bat for fast re-compile and run; and pre-compiled .jar Java program with example from scratch writed in Notepad++ without Eclipse, etc., How to draw and rotate 3D box most simple way. Rotation speed regulated in simple Loop with 10 ms sleep. Use Java version 8 (OpenJDK 8, OracleJDK 8, OracleJRE 8, ..). Higher versions have an anti-aliasing error in the BufferedImage ( Windows 10 ). Python version with tkinter and math imports. Including calculated faces, moving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are imperative, procedural, object-oriented, declarative using nested structures, functional, meta programming and natural programming. The language is portable (MS-DOS, Windows, Linux, macOS, Android, WebAssembly, Microcontrollers, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be simple, small and flexible. Ring is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Image to ico Easymode

    Image to ico Easymode

    Image to software icon or favicon made simple

    This program makes it simple to get a proper .ico image for your PC software or website favicons. It focuses on what matters and tells you exactly what you need. You feed it an image (png, jpg, gif), it will crop it if its not a square, then it will resize and convert it to the correct format. I have support for these: - Windows PC Exe Programs - 16×16, 32×32, 48×48, 256×256 .ico bundled - Website Favicon - 32x32 .ico - Android Phone Apps - 192x192 .png - Progressive Web Apps (PWA...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AndroidUtilCode

    AndroidUtilCode

    Android developers should collect the following utils(updating)

    AndroidUtilCode is a powerful & easy to use library for Android. This library encapsulates the functions that are commonly used in Android development which have complete demo and unit tests. By using its encapsulated APIs, you can greatly improve development efficiency. The program mainly consists of two modules which is util code, which is commonly used in development, and sub until which is rarely used in the development, but the utils can be beneficial to simplify the main module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    js-css-poker-fxmod
    A free online Texas Hold'em poker game written in JavaScript and a web-gui using HTML5 and CSS, all source included. This project is a mod. The original author/program can be found here: https://sourceforge.net/projects/js-css-poker/ A live demo of my mod is available at: https://js-css-poker-fxmod.sourceforge.io/poker.html You can download my mod in the files tab of this page. Additional Information: -The "Avatars" were created with "facegen" -Poker Tables: I created...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    Please download the above zip file and extract it to a secret folder and run the quiz.sh script from that folder in your terminal program, as shown in the youtube videos : https://youtu.be/kQi0XlIaT9M and https://youtu.be/prwKN5DiFp0 You may change the contents of the quiz.txt file to your liking, while maintaining the format of it. Note: Press Enter/Return key after typing on your Terminal, to proceed to the next step, while testing the quiz.sh script. Also, increase the terminal font...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quintenzirkel

    Quintenzirkel

    Circle of Fifths for musicians

    Quintenzirkel (C) 2022 Alexander Groß The present program is subject to the GNU GPL version 3, which is included in the file COPYING the source code. I use the international notation in the program, so german H = B, German B = A#, also I don't use flats, but use the respective sharp variant, i.e. Bb = A#. The application is written in Python and uses Kivy (https://kivy.org) as GUI library, but no other than the standard Python libs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ColorScheme2CSS

    Colo2CSS Converting color schemes of Vim to CSS files

    This plugin is designed to convert the current color scheme of the program Vim editor into a ready-made Cascading Style Sheets (CSS) file. The CSS files prepared by this plugin meet the requirements CSS Validation Service (https://jigsaw.w3.org/css-validator/) and can be used to connect to an HTML or XHTML document (web page). The plugin can be used both for converting only the current color scheme, and for batch processing of several files of color schemes of the Vim editor. When...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Apache ECharts

    Apache ECharts

    Use Apache echarts (incubating) in WeChat mini program

    This project is the WeChat applet version of Apache ECharts (incubating), and examples of its use. Developers can quickly develop charts through the familiar ECharts configuration method to meet various visualization requirements. In order to be compatible with the small program Canvas, we provide a small program component, in this way you can easily use ECharts. ec-canvasis the component we provide, and other files are examples of how to use the component. If necessary, you can download...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Timewave Synthesizer

    A binary waveform synthesizer based on Timewave Zero

    A binary waveform synthesizer derived from and based upon Timewave Zero theory by Terence McKenna. His theory proposes that the structure of time is a complex wave with a scalar potential, and the King Wen sequence of the I Ching is the 64 hexagram code from which the waveform of time is derived; that the King Wen sequence maps the linear progression of the human states of mind, which ultimately substantiates this waveform. This theory is the basis for the well-known novelty computer program he...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Busy Coder's Guide Android Development

    Busy Coder's Guide Android Development

    Source code to omnibus edition of the book

    The Busy Coder's Guide to Android Development is a book covering Android application development, from basics through advanced capabilities. It is updated several times a year and is available through the Warescription program. Subscribers also have access to office hours chats and other benefits. This repository contains the source code for the hundreds of sample apps profiled in the book. These samples are updated as the book is, with git tags applied to tie sample code versions to book...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KAREL 3D WebGL

    KAREL 3D WebGL

    Children's learning programming language Karel the Robot in 3D

    ... in Slovak language from years 1987 - 1990 Writen in HTML for fast universal use, including JavaScript code with Three engine. After download and unzip, runable (run html file) without installation in internet browser. Tested in EDGE and Chrome. Version without WebGL, and just as one file (+ include examples in text file): https://sourceforge.net/projects/karel-3d/ C++ version: https://sourceforge.net/projects/karel-3d-cpp/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    simple-lang

    The Simple Intelligent and Modular Programming Language & Environment

    A simple, plain and innovative programming with multi-paradigm. It can be embedded in C/C++ projects. The language is portable to various OS including windows, macOS, any linux and unix distros and other OS. The language is small and fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.