Showing 54 open source projects for "sing-box"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Marksheet

    Marksheet

    Free tutorial to learn HTML and CSS

    MarkSheet is a beginner-friendly curriculum for learning HTML and CSS from first principles, organized as a readable online handbook. It explains core building blocks—elements, attributes, selectors, the box model, positioning—and connects them to the mental models needed for real layouts. The writing style aims to demystify jargon and teach a consistent vocabulary so learners can understand documentation and tutorials elsewhere. It includes diagrams and compact examples that illustrate concepts without burying readers in boilerplate. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DeepSqueak

    DeepSqueak

    DeepSqueak Using Machine Vision to Accelerate Bioacoustics Research

    Using Machine Vision to Accelerate Bioacoustics Research.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Open Source Vizier

    Open Source Vizier

    Python-based research interface for blackbox

    Open Source (OSS) Vizier is a Python-based interface for blackbox optimization and research, based on Google’s original internal Vizier, one of the first hyperparameter tuning services designed to work at scale. Allows a user to setup an OSS Vizier Server, which can host black-box optimization algorithms to serve multiple clients simultaneously in a fault-tolerant manner to tune their objective functions. Defines abstractions and utilities for implementing new optimization algorithms for research and to be hosted in the service. A wide collection of objective functions and methods to benchmark and compare algorithms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Magic of CSS

    The Magic of CSS

    A CSS course to turn you into a magician

    Magic of CSS is an open source educational project by Adam Schwartz that explores advanced CSS concepts through practical lessons. It is structured as a series of chapters that cover topics like the box model, layouts, positioning, typography, and animations. The repository is designed to go beyond basic CSS tutorials, teaching how to harness the language for complex, responsive, and visually appealing designs. Each lesson is supported by examples and code that demonstrate real-world use cases. The project emphasizes both the technical and creative potential of CSS, showing how small details can greatly improve user experience. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    jQuery Tips Everyone Should Know

    jQuery Tips Everyone Should Know

    A collection of tips to help up your jQuery game

    The jQuery Tips Everyone Should Know repository is a community-maintained compendium of useful tips, tricks, and best-practices for using the venerable jQuery library effectively. Instead of treating jQuery as a black-box tool, the repo surfaces practical advice: from how to handle events more reliably, to proper ways of manipulating the DOM, optimizing performance (e.g. caching selectors), and dealing with common patterns like AJAX, dynamic elements, error handling, and more. For developers who still maintain or build projects using jQuery — especially those working on older codebases or needing cross-browser compatibility — this resource helps avoid subtle bugs, improve maintainability, and write cleaner, more predictable code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LMC_by_alexiskappa

    LMC_by_alexiskappa

    A simple program for the Little Man Computer concept

    ...Easter Egg: Try adding in box 00 the number 601 and in box 01 the number 600. After a while, the infinite loop will be detected! VirusTotal: baada04323a708c6821739f661fc2c4e6294037b3d18c0408ecba7b4d3d71ff5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CodeCampus

    CodeCampus

    CodeCampus is a learning-first Linux OS for CSE and IT students

    ...Unlike traditional setups that require hours of installation and configuration, CodeCampus provides a fully pre-configured, learning-first environment right out of the box. From the moment you boot, everything is ready—so you can focus on learning, experimenting, and building instead of troubleshooting. CodeCampus solves this by removing setup complexity and providing a ready-to-use development environment that lets you start coding immediately. 👉 Getting started guide: https://codecompasss.github.io/code_campus_userguide/getting-started/
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Summarize from Feedback

    Summarize from Feedback

    Code for "Learning to summarize from human feedback"

    ...The repo also includes utilities for dataset handling, modeling architectures, inference, and evaluation. Because the codebase is experimental, parts of it may not run out-of-box depending on dependencies or environment, but it remains a canonical reference for how to implement summarization via human feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Flash Card Tutor

    Randomly display language quiz lines from a text file

    This Android application is intended to work like "flash cards" that have an quiz question on one side and the answer on the flip side. It has 2 displays boxes: An upper box in which a "quiz" line is displayed, and a lower box in which an Answer is displayed. In its simplest form, the user touches the upper box to see the next randomly chosen Quiz line. If he doesn't know the answer, he can touch the lower box to see the Answer. The Quiz and Answer lines are derived from a file. The file is organized with Quiz lines on an even numbered line, and the Answer lines on odd-numbered lines, as shown in this example for Thai language training: Hello [-- on line #0 --) Saw wat dee kup [-- one line #1--] Excuse me [-- on line #2 --] Kho thoet kup [-- on line #3 --] I speak Thai a little [-- on line #4 --] Phom phut paasaa Thai dai nitnoi kup [-- on line #5 --] (Another even-numbered quiz line) (Another odd-numbered answer line, etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    LanguageFlashCard

    Randomly display language quiz lines from a text file

    This C# program is a very simple tool for randomly displaying quiz lines in the top text box from a user-created file. The user can then conjure his response and click again to proceed to select another quiz line. If the user can't remember the correct response, he/she can click the lower text box to get the correct answer. The user-created file consists of lines of quiz text, each followed by a line of hint/help text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Andrafting

    Andrafting

    CAD application for Technical Drawing exercises in Android

    Andrafting is an open source Android application to create Technical Drawing exercises. This application is inspired by the 'Classical Construction', also known as 'Ruler-and-compass Construction' or 'Compass-and-straightedge construction'. However, another drawing tools can be used. (More info about classical construction: https://en.wikipedia.org/w/index.php?title=Compass-and-straightedge_construction). TABLET & MOUSE recommended Desktop version (not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Selfie

    Selfie

    An educational software system of a tiny self-compiling C compiler

    An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor. Selfie is a project of the Computational Systems Group at the Department of Computer Sciences of the University of Salzburg in Austria. The Selfie Project provides an educational platform for teaching undergraduate and graduate students the design and implementation of programming languages and runtime systems. The focus is on the construction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JDrafting

    JDrafting

    CAD application for Technical Drawing exercises

    JDrafting is an open source Java application to create Technical Drawing exercises. This application is inspired by the 'Classical Construction', also known as 'Ruler-and-compass Construction' or 'Compass-and-straightedge construction'. However, another drawing tools can be used. (More info about classical construction: https://en.wikipedia.org/w/index.php?title=Compass-and-straightedge_construction) Download examples in 'Files tab' JRE 8+...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    LeetCode

    LeetCode

    Solutions to LeetCode by Go, 100% test coverage

    ...There is a search bar in the upper left corner of this e-book, which can quickly help you find the chapter and title number you want to read. Every page of this e-book is connected to Gitalk, and there is a comment box at the bottom of each page to comment. If it is not displayed, please check your own network.
    Downloads: 160 This Week
    Last Update:
    See Project
  • 15
    Greenie

    Greenie

    Linux distribution for slovak/czech and e-book readers and authors

    Greenie is one of the Linux distributions. Unlike any other, it is originally from Slovakia and prepared for users in Slovakia and Czech Republic. All advantages from Ubuntu, OUT-OF-THE-BOX codecs and translations and great balance of software. New versions are also prepared for book readers, writers and everyone who need or wish to work with e-books.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16

    Email analyser - Les Furets Comateux

    An university project to learn the basics of software engeeniring

    This repository was created and is a part of the GL02 course taught in the UTT. The goal is to create a tool to simplify the work of a fake corporation called UIConsult by automating the analysis of an email box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    KohaVB

    KohaVB

    Koha on Oracle Virtual Box

    Koha, an free and open source Integrated Library Management System on Oracle Virtual Box.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Ampare Error Box - Fun Error box Pranks
    Ampare Error Box is a fun .NETFramework 3.5 windows application showing an explorer.exe error message box to prank your friends thinking that they pc was messed up. This application make to be as simple as possible
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Uosk

    Uosk

    Unicode On-Screen Keyboard: insert text snippets into any Windows app

    ...The snippet can also be copied to clipboard. It's basically a virtual keyboard with ability to set any amount of characters in one button. Uosk comes with some preset keyboard: Arabic, box drawing, Devanagari, emoji, Greek, Hebrew, Hiragana, IPA, Katakana, Russian and Windows-1252.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sturesy

    Sturesy

    Student Response System

    ...https://github.com/sturesy/ Sturesy is a java-based realtime response system for gathering votes from students during lectures. (Often called Audience Response System, Classroom Response System or simply Clicker) For Docents: Easy to use and works out of the box on every machine. Create your Questions prior to your lecture. Evaluate the voting during the lecture or in depth afterwards. For Developers: Plugins for third-party-hardware can be easily created by implementing three simple Interfaces. Requirements: Java 1.5+ Recommended: Java 1.7 A first beta-test with approximatly 65 Students can be viewed under the following link: http://youtu.be/Cm9ufuvc9z0 It is currently being used at the University of Hamburg in Softwareengineering 1 with more than 300 Students
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HermeneutiX

    HermeneutiX

    Your graphical tool for Syntactic/Semantic Structure Analysis of texts

    HermeneutiX is a tool for diagramming syntactic and semantic structures of complex (not necessarily foreign-language) texts (e.g. bible or other historical excerpts). HermeneutiX is now part of SciToS (the scientific tool set). Starting with version 2.0.0, HermeneutiX can be found on GitHub. Please check out the release summary: https://github.com/scientific-tool-set/scitos/releases For an introduction, check out this video: https://youtu.be/uQjewyG0Ad8 PS: To run a Java...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    My Reader

    My Reader

    Use My Reader app to listen to your content. Paste or type text file i

    Use My Reader app to listen to your content. Paste or type text file into the box. Click read to listen. Click stop to stop reading. To run the application you need at least .NET v2.0 Framework. ".NET v4" is recommended. File size is about 571kb. Update will be posted to further expand it features and functionallities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UberStudent - Linux for Learners
    ...Researchers, other knowledge workers, lifelong learners, and anyone who just wants a highly-polished computing platform will equally benefit from UberStudent. More than just an operating system, UberStudent aims to be a complete, ready-to-go, and "out-of-the-box" Learning Platform for education that facilitates not only immediate user-friendly productivity but long-term cross-platform computer fluency among its users. Visit http://uberstudent.com for more information.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 24
    Column

    Column

    Quick column reference for Excel® VBA programming

    ...It provides a quick column name/number conversion. For instance, if you want to use a Cells(row, column) reference, you need to know the column number. Type the column name (for instance "CN") in the Input box. Output will display the column number (92). Conversely, if you are working on your code and want to know what column it refers to in the spreadsheet, type the column number in the Input box (for instance 456). Output will display the column name ("QN"). Column was created with Qt Creator 4.2.1 (Qt 5.7.1 static build).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Modular application for biomedical data processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB