Showing 10716 open source projects for "basic-256"

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
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    nightBar
    NightBar is a simple POS. Release versions 1.5.x Now require a MySQL database. NightBar is written using VB.NET (4.6.1 target framework)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Software Center is a computer program that includes applications and tools that can have you on the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Android Tools

    Android Tools

    Android Tools is powerfull Software for your Android Phone.

    Android Tools is one such program helping you manage your phone, with the range of its abilities being quite wide and including anything from ADB commands to Fastboot and others. Requirements : - .NET Framework 4.6.2 - ADB USB Driver - Java RE 7/8 - Java JDK (Optional) - Make sure USB Debugging is activated in Developer Mode What's new on 1.2.1.2? - ROM Dumper: It helps you to dump your partition into a flashable image file that you can use to re-flashing your device using...
    Leader badge
    Downloads: 142 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    RandomKit

    RandomKit

    Random data generation in Swift

    ...RandomKit is possibly also compatible with FreeBSD, Android, and Windows (under Cygwin) but has not been tested for those platforms. The RandomGenerator protocol defines basic methods for generating primitive values and randomizing a buffer. All provided types that conform to RandomGenerator have a static default value that can be passed as an inout argument to generation functions. The RandomBytesGenerator protocol is for types that specialize in generating a specific type that fills up a number of bytes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    libFXX

    Basic Image Library

    Basic Image Library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CORU

    Network Monitoring tool using java, ssh and snmp

    Academic project to implement a distributed monitoring tool linking SNMP (netsnmp) and java (through JNI) to manage gathered data (DB2) and report generation (RRDB). An attempt to use JPCAP to feef NS-2 simulations was made at a very basic stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Keyboard Status

    Keyboard Status

    Caps lock Num Lock monitor for non-indicator Keyboard

    Monitor status of Keyboard for Num Lock and Caps Lock on screen. Display on screen status of the 2 keys for easy accessibility. Useful for wireless keyboard without LED indicator for Num lock and caps lock.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Pdf Split Merge

    Split and Merge PDF Files

    Application that will let you Split and Merge PDF Files
    Downloads: 2 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Chrome-Cut

    Chrome-Cut

    Python3 tool to scan, detect and control chromecast devices

    Basic GUI, CLI tool programmed in Python 3.4 and QT5. It gives you the ability to detect, scan and send some useful HTTP requests "Commands" to endless amount of chromecast devices. As well as the ability to loop the commands so the process of repeating it will be automated with a set duration in-which the looping will be done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Accord.NET Framework

    Accord.NET Framework

    Scientific computing, machine learning and computer vision for .NET

    The Accord.NET Framework provides machine learning, mathematics, statistics, computer vision, computer audition, and several scientific computing related methods and techniques to .NET. The project is compatible with the .NET Framework. NET Standard, .NET Core, and Mono.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    CodilitySolutions

    Solved training lessons from website codility.com

    This project contains solutions for all training lessons that can be found on website codility.com: https://codility.com/programmers/lessons/ The solutions are written in programming language C, because I presumed that it is the most basic language anyone can easily understand and the fact that many other languages have a basis in C means the code can be easily rewritten in that language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pixel Art

    Pixel Art

    The fastest, easiest and most powerful way to make 8-bit images

    Pixel Art provides a quick and easy way to create pixel pictures within minutes, and have the end result stun and surprise anyone with how clear and great it looks!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Chestnut

    Chestnut

    Application template for Clojure + ClojureScript web apps

    Chestnut is a Leiningen application template — for Clojure and ClojureScript projects — that gives you a full development workflow out of the box. It includes live reloading, REPL-connected development, Figwheel integration, testing setup, and basic backend/frontend scaffolding. While Chestnut it's quite "complete" in a sense, it also tries to be minimal. Boilerplate code is kept to a minimum, and there is only just enough structure to get you started. How you build and structure your app from there is up to you. Chestnut should appeal to beginners because it allows you to get started quickly and with minimal baggage; it should appeal to more seasoned developers because it provides all the "obvious" configuration for a comfortable setup, without being so opinionated that it becomes a straitjacket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    openChecksum

    openChecksum

    Check the MD5, SHA-1 and SHA-256 with an multiplatform tool.

    Check the MD5, SHA-1 and SHA-256 Checksum with an multiplatform easy tool developed with QT.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    spring-boot-api-project

    spring-boot-api-project

    A seed project based on Spring Boot & MyBatis

    ...The following is a simple usage demonstration to see how to implement a set of simple APIs in just a few tens of seconds based on this project, and run and provide services. Provide a code generator to generate the corresponding Model, Mapper, MapperXML, Service, ServiceImpl, Controller, and other basic codes according to the table name. The Controller template provides two sets of POST and RESTful by CodeGenerator.gen controller(tableName)default. You can choose the method according to your needs, and the POST template is used by default. The code template can be expanded according to the needs of the actual project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Integrated development environment for the FreeBASIC compiler.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 18
    SpaceAttack!

    SpaceAttack!

    Shoot the other ship down!

    As a red and blue ship, shoot down your opponent with similarly colored missiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CRUD Operation using Modal

    Create, Read, Update, and Delete MySQL Row

    This tutorial will teach you the Basic Create, Read, Update and Delete Operations using PHP/MySQLi with Boostrap/Modal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GoBrowse Browser

    GoBrowse Browser

    This Web Browser is a fast, Simple, and Convenient Browser for Windows

    GoBrowse is a Fast, Simple, and Convenient Browser for Windows made by SoftwareMakersCo. We Made it with Simple Gui Interface to make your Browsing Fast. Some of the Features are Still in Development and Ongoing in Maintenance but we will Finish it Afterwards. We're Planning to Release the First Alpha Version of Gobrowse Someday in 2020. But Then We are Still Developing and making it More Efficient, More Reliable for our users. If you want to Provide some suggestions feel free to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PopperFramework

    Declarative PageObject description

    PopperFramework is a java framework which allows you to create PageObjects for your webapplication-tests in a declarative way. That means you just have to define an interface defining the structure of your website and add some annotation with the basic information like locators. PopperFramework will generate the implementation of that PageObject for you. Key-Goal of PopperFramework is to allow you as a developer of sureface-tests to concentrate on your business => writing PageObjets and Tests, not wasting time by writing boilerplate code. PopperFramework uses WebDriver-API to implement your PageObjects but its API is completly vendor-independent. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Clevit

    Clevit

    Clevit - The only smart text editor in this galaxy!

    Clevit is a text editor written on C++ and Qt Framework. It is a text editor closer to an office. With many features that make everything more practical and easy to use. It is customizable and every update becomes better and more practical. Please check our GitHub Repository to verify better all code, check any detail about the features and more things.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    All-Equal (for Equalizer APO)

    All-Equal (for Equalizer APO)

    An easy to use GUI for Equalizer APO.

    Need an easy to use software to control Equalizer APO? All-Equal System Equalizer is the only GUI that you need. It has all the features you need to make your speakers sound the way you want them to sound.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 24
    digital video introduction

    digital video introduction

    Introduction to video technology, image, video, codec, and more

    A gentle introduction to video technology, although it's aimed at software developers / engineers, we want to make it easy for anyone to learn. This idea was born during a mini workshop for newcomers to video technology. The goal is to introduce some digital video concepts with a simple vocabulary, lots of visual elements and practical examples when possible, and make this knowledge available everywhere. Please, feel free to send corrections, suggestions and improve it. A hands-on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    N2K-OS FreeDOS Distro

    N2K-OS FreeDOS Distro

    GUI Desktop for FreeDOS Related Systems

    ...Initially being built on a 486 Machine that ranks as a low end Pentium 1, with 40 megabytes of ram, it currently runs like a dream for any machine of similar nature with SuperVGA and 256 Colors with ability to reach 800x600 (and soon to be much higher resolutions than that). Slowly being developed over the last few years (each time ending in disaster), a new platform showed up. Entirely coded in QBasic 7.1 with additional libraries, we've achieved goals we never thought even possible in QBasic til now. So far what works: Both mouse buttons however the menus for the right hand click aren't available yet. ...
    Downloads: 2 This Week
    Last Update:
    See Project
Auth0 Logo