Showing 73 open source projects for "28"

View related business solutions
  • 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
  • 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
    Best-of Python

    Best-of Python

    A ranked list of awesome Python open-source libraries

    This curated list contains 390 awesome open-source projects with a total of 1.4M stars grouped into 28 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Gradle Task Tree

    Gradle Task Tree

    Gradle plugin that adds a 'taskTree' task that prints task dependency

    A Gradle plugin that adds a taskTree task to your build. Running it prints out a hierarchical, easy‑to‑read task dependency tree, helping you visualize the build execution order.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    canvas-constructor

    canvas-constructor

    An ES6 utility for canvas with built-in functions and chained methods

    ...Set the color to #AEFD54. Draw a rectangle with the previous color, covering all the pixels from (5, 5) to (290 + 5, 290 + 5) Set the color to #FFAE23. Set the font size to 28 pixels with font Impact. Write the text 'Hello World!' in the position (130, 150) Return a buffer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    RecBole

    RecBole

    A unified, comprehensive and efficient recommendation library

    ...We design general and extensible data structures to unify the formatting and usage of various recommendation datasets. We implement more than 100 commonly used recommendation algorithms and provide formatted copies of 28 recommendation datasets. We support a series of widely adopted evaluation protocols or settings for testing and comparing recommendation algorithms. RecBole is developed based on Python and PyTorch for reproducing and developing recommendation algorithms in a unified, comprehensive and efficient framework for research purpose. It can be installed from pip, conda and source, and is easy to use. ...
    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
  • 5
    ZXW Download
    ZXWSoft3.34_ALL_Package(41.6M)- – May 28, 2024 ZXW Tools v3.33 – September 23, 2023
    Leader badge
    Downloads: 112 This Week
    Last Update:
    See Project
  • 6

    rw

    rw calculates rank-width and rank-decompositions.

    ...Buckles and M. Lybanon and "Fast additions on masked integers" by Michael D. Adams and David S. Wise. On 2009's computers it works quite well up to graph sizes of about 28 nodes. Runtime and memory usage are exponential in the graph size.
    Downloads: 95 This Week
    Last Update:
    See Project
  • 7

    Squeak-NSApplescript

    Squeak NSApplescript is a new interface for Applescript in post Carbon

    ....- squeak code to call the library via FFI, utility functions and examples of use . This is a evolution of the original package Applescript code by Andrew C. Greenberg (1957 – August 28, 2024)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FLUX.1 Krea

    FLUX.1 Krea

    Powerful open source image generation model

    ...It is a rectified-flow model distilled from the original Krea 1, providing enhanced sampling efficiency through classifier-free guidance distillation. The model supports generation at resolutions between 1024 and 1280 pixels with recommended inference steps between 28 and 32 for optimal balance of speed and quality. FLUX.1 Krea is fully compatible with the FLUX.1 architecture, making it easy to integrate into existing workflows and pipelines. The repository offers easy-to-use inference scripts and a Jupyter Notebook example to facilitate quick experimentation and adoption. Users can run the model locally after downloading weights from Hugging Face and benefit from a live demo available on krea.ai.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ghost of Death
    Ghost of Death is an app to spoof your OS. It's meant to spoof scanning apps, like nmap or Metasploit. You must be admin/root. 2-28-26: Addressed a couple of bugs. Totally reworked Linux version. This app won't get a perfect match in the spoof, but it won't let them know your OS. 3-1-26: Tweaked on the Linux version some more. 3-2-26: That last Linux version was messed up, new one works, theoretically. 3-3-26: After much labor it's done. It has Windows, Mac and Android now. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10

    Virtualdub Batch Video DeShake v26.0204

    Batch to compress [and deshake] all videos [or images] in folder

    Installation: Execute "DeShakInst.BAT" VirtualDub2 44282; AviSynth+ 3.7.5 updated to C:\DVD DESHAK.BAT updated to C:\UT and added to PATH Usage: DESHAK task[s] [parameters] Tasks: tp1: deshake pass1 LOG generation for 2nd pass tp2: deshake pass2 and compress video and audio to MP3 tcomp: compress (no deshake) twav: extract WAV and/or uses external WAV audio Parameters (more in help): vEXT: video extension (ie: vmov), default: vAVI qN: h264...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    hyperx

    hyperx

    Tagged template string virtual dom builder

    ...You might also want to check out the hyperxify browserify transform to statically compile hyperx into javascript expressions to save sending the hyperx parser down the wire. Template strings are available in: node 4+, chrome 41, firefox 34, edge, opera 28, safari 9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ZeroMQ

    ZeroMQ

    ZeroMQ core engine in C++, implements ZMTP/3.1

    ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13
    TBRICKS 8086

    TBRICKS 8086

    TBRICKS - TETRIS-Like game with playback music (DOS 8086)

    * DISCLAIMER OF ALL WARRANTIES * TBRICKS - TETRIS-Like game with playback music (DOS 8086) (pseudo-multitasking) Pur assembly 8086 code. 0.10 : 28 Levels, Automatic (re)start game, for demo loop TBRICKS.COM : Main program (Launch subprograms...) SNDSVRA.COM : Sound Music Server Part (Level) A (Loaded in Memory) : TSR Program (Terminate and Stay Resident) by Cyril Barbato : Song player (sounder) based on player program by mohammadalfarisi, many thanks ;-) (https://medium.com/@mohammadalfarisi00) SNDSTOP.COM : Sound Server Stop TBPA.COM : TBRICKS Game Part (Level) A (VGA end CGA) : Based on fork Tetris Assembly by Mohammad Khoddam (mkh2097), many thanks ;-) (https://github.com/mkh2097/Tetris-Assembly-8086) -> See SRC : All Source codes : MAKE.BAT for Building NEW : FLOPPY BOOT DISK IMAGE READY Make a donation to contribute to development https://bacciel.com/donate/donate.html Many thanks Cyril
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    BMFkit

    Creates and Maintains a MySQL Database of the IRS Business Master File

    The IRS has created the Business Master File of all tax-exempt entities. There are 28 searchable fields. This project consists of two bash scripts plus two SQL scripts to automate the process of converting and updating the files from the IRS into a MySQL (MySQL, MariaDB) database. The first script (plus SQL) creates a database and primary table. It then downloads the files from the IRS, processes them and adds them to the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fashion-MNIST

    Fashion-MNIST

    A MNIST-like fashion product database

    ...It was designed as a direct replacement for the original MNIST handwritten digits dataset, maintaining the same structure and image size so that researchers could easily switch datasets without modifying their experimental pipelines. The dataset consists of 70,000 images in total, with 60,000 examples used for training and 10,000 reserved for testing. Each image has a resolution of 28 by 28 pixels and belongs to one of ten clothing classes, making it suitable for evaluating classification models. Because the dataset represents real-world objects rather than handwritten digits, it offers a more challenging benchmark for testing machine learning algorithms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ...Originally written by Robert S Thomas as an AI dissertation (http://sourceforge.net/projects/jsettlers). The active source code is hosted at https://github.com/jdmonin/JSettlers2 including full history; the sourceforge CVS is historical up to 2012-09-28.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Stock Photo, Video & Audio Downloader

    Stock Photo, Video & Audio Downloader

    Online Premium Stock Photo, Video & Audio Download Without Watermark

    ...There is no need to pay for this tool, as it is completely free. You don't need to install any other software to use this tool. Supported Sites: 123rf Downloader, 28 Million+ Premium Vectors (New), Adobestock Downloader, AI Image Upscaler, Alamy Downloader, Bulk Image Downloader, Codecanyon Downloader, Depositphotos Downloader, Dreamstime Downloader, Envato Premium Font Downloader, EyeEm Downloader, FreePik Downloader, Gettyimages Downloaders, Imagn Downloader, Imago Images Downloader, Instagram Downloader, iStockphoto Downloader, Lovepik Downloader, Movie/TV Show Downloader, MP3 Downloader, Pikbest Downloader, Pngtree Downloader, Rawpixel Downloader, Reddit Video/Audio Downloder, Scribd.com Downloader, Shutterstock Downloader, Storyblocks Downloader, TikTok Video Downloader, Vecteezy Downloader), Vectorstock Downloader, Videezy Downloader, Videohive Downloader, YT Downloader
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Audius downloader

    Audius.co downloader with visuals and option ?search=[query]

    ...DOCTYPE HTML PUBLIC> <html> <head> <title>Audius Downloader 1.2.ok</title> <meta name="generator" content="Easy Adobe Truetype Media Error webfonts v1.2.ok" /> <meta name="date" content="2020/10/28" /> <meta name="version" content="1.2.ok" /><meta name="description" content="Audius.co downloader with visuals and option ?search=[query]"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script type="text/javascript"> var ssqry=""; var sResult; function fnSearch(){ var i=0; var scnsnr=""; i=Math.floor(Math.random() * 3.999);if(i==0){}else{scnsnr=i.toString();} if(scnsnr=="1"){scnsnr="2";} ssqry="https://discoveryprovider"+scnsnr+".audius.co/v1/tracks/search?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gagner du temps par une bonne organisation simple,claire et en Ordre.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Project and PCB Tracking

    Project and PCB Tracking

    Simple Project/PCB Tracking Database

    A Simple Project Tracking Database App constructed in Java using SQLlite. Though title suggests usage is for a "PCB”, it can used for tracking most Anything. Generally, think of it as using a Robust form of Pen & Paper. Rev 1.0 ( 9/28/20 Fixed Path of FileWrite. ) __USAGE:__ After unzipping, Double-Click the .jar file to launch. • Create a Table -Click "Table Mgr" -Enter a Table Name (or use the default), Click "Create New Table" Can repeat as desired... • Select Table to Use -Click "Table List" to refresh it -Double-Click the desired Table (Can also Highlight it and Use Selected
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ADB-Toolkit V2.3

    ADB-Toolkit V2.3

    ADB-Toolkit V2 for easy ADB tricks with many perks in all one

    Tool for testing your Android device and hacking someone's Android Phone (Don't use it with wrong intentions). ADB-Toolkit is a BASH Script with 28 options and a METASPLOIT Section which has 6 options and is made to do easy penetration testing in Android Devices. You can do pretty much anything with this script and test your Android device is it safe or not. This script is made with the help of ADB (Android Debug Bridge) it’s a tool that is used by developers to debug the Android device but as we know everything has it’s two sides good and bad.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 22
    Gigalomania

    Gigalomania

    God game: wage war from the stone age to the future

    ...The gameplay consists of researching and developing new technology with which to conquer your enemies, from rocks and sticks to nuclear weapons and spaceships. You can advance through ten different ages, from the stone age to the future. There are 28 different maps to play through. Available for Windows, OS X, Linux, AROS, Android, Symbian, Maemo, and Meego.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    ffretv-0.28-nowebkit-testing

    OLD TEST builds of ffretv-.28 with no qtwebkit for el7

    ...See commit here: https://github.com/kelsieflynn/ffretv/commit/818024314377f7717a26b0cbe514457ff92ecced#diff-47e33b72a22e94675eb4e12d450d5b22 So while my ffretv28 based nowebkit works, it has a broken progdetails, that i will not backport. Instead I will remove the 28 port and move up to the next level with everything I have. FUTURE_NOWEBKIT_WILL_BE_BUILT_INTO_FFRETV29+ ffretv Master already has it removed for testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ImproveAssembly

    https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0206

    The availability of biological information in public databases has increased exponentially. To ensure the accuracy of this information, researchers have adopted several methods and refinements to avoid the dissemination of incorrect information. However, manual curation ensures and enriches biological information. Additionally, the genomic finishing process is complex, resulting in increased deposition of drafts genomes. This introduces bias in other omics analyses because incomplete...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Random string

    Random string

    Software to generate random strings

    Random String is a software to provide random strings with the ability to select the content type. You can select letters in both cases, numbers, and special characters. Version 0.4.3.1 [28/12/2018] · Random string 0.4 uses .NET 4.6 · GUI changed in About window · Change log retrieved from handyapplications.weebly.com site · Added: donate button on the main window · Added: Auto check for update on startup. Will only inform the user if there is a new update · Improved check for update process
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB