Showing 10714 open source projects for "basic-256"

View related business solutions
  • 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
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 1
    GEDCOM Lexer Plugin for Notepad++

    GEDCOM Lexer Plugin for Notepad++

    Syntax highlighting and folding for GEDCOM

    Enhances Notepad++ text editor's handling of GEDCOM files. View GEDCOM files with syntax highlighting of: level, xref id, tag, pointer, value and escape tokens. Customize coloration and font styles. Grammar errors are also highlighted. View GEDCOM files in outline mode by folding sections based on line level.
    Leader badge
    Downloads: 161 This Week
    Last Update:
    See Project
  • 2
    The Python Computer Graphics Kit is a collection of Python modules that contain the basic types and functions to be able to create 3D computer graphics images (focusing on Pixar's RenderMan interface).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BilibiliVideoDownload

    BilibiliVideoDownload

    BilibiliVideoDownload to download videos

    Download bilibili video desktop software across platforms, support windows, macOS, Linux. The software does not support paid videos and region-restricted videos, and an error may be reported. The login information has an expiration time, it seems to be half a year. Since the downloaded audio and video are separated, the project uses ffmpeg to synthesize the installation package is a bit large (ffmpeg is about 70+MB). Go to the releases page and download the corresponding platform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Walrus

    Walrus

    Lightweight Python utilities for working with Redis

    ...In addition to all the features in redis-py, walrus adds support for some newer commands, including full support for streams and consumer groups. Persistent structures implemented on top of Hashes. Supports secondary indexes to allow filtering on equality, inequality, ranges, less/greater-than, and a basic full-text search index. The full-text search features a boolean search query parser, porter stemmer, stop-word filtering, and optional double-metaphone implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    Machine Learning Glossary

    Machine Learning Glossary

    Machine learning glossary

    ...It covers a wide range of topics including neural networks, regression models, optimization techniques, loss functions, and evaluation metrics. The content is organized into sections that progressively introduce key ideas from basic machine learning concepts to more advanced mathematical topics. Many pages include diagrams or code examples to illustrate how algorithms work in practice. Because the project emphasizes accessibility, it is particularly useful for beginners who want a conceptual overview of machine learning terminology before diving into more technical research papers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ITReturn22

    Income Tax Calculation

    Income tax calculation by providing some basic inputs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ePEC SUS Downloader

    ePEC SUS Downloader

    Sistema para Download de Atualizações ePEC SUS

    Sistema que automatiza o download dos arquivos .jar disponibilizados para o ePEC SUS. Verifica a versão atual do arquivo .jar e faz o download se não existir no repositório atual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nord Vim

    Nord Vim

    An arctic, north-bluish clean and elegant Vim theme

    ...Its palette centers on “Polar Night,” “Snow Storm,” and “Frost/Aurora” tones, giving a cool, subdued backdrop with distinct accents for keywords, strings, diagnostics, and UI chrome. The theme targets consistency across terminals and GUIs with true-color support and well-mapped 256-color fallbacks. It includes integration highlights for common plugins and Treesitter groups so that statuslines, file explorers, and LSP diagnostics look cohesive. Nord prioritizes clarity over flash, using contrast and hue separation to keep code readable in long sessions. The result is a calm, professional look that many developers adopt across editors, terminals, and UIs for a unified workspace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    asm68c

    Assembles M6800 and 6801 assembly language source code. (and Forth)

    ...Handles the complete published set of opcodes/mnemonics. Mostly source-language compatible with the common assemblers in use circa 1985, but no macros. Now uses standard LDAA syntax by default. Produces basic S1/S9 object files and assembly listings, and now binary and MC-10 compatible cassette images. (This is for the 8-bit 6800, not the 16/32 bit 68000/coldfire processors.)
    Downloads: 2 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    winrsh

    Windows console RLOGIN/RSH client

    rlogin is a windows console based RSH/RLOGIN client with a build in VT220/xterm-color256 terminal emulator. Both standard 16 color plus enhanced console 256 color support is available (non raster fonts). Also see <winssh>, the SSH2 console terminal.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    winssh

    Windows console SSH2 client

    slogin is a windows console based SSH2, using LIBSSH2, client with a built in VT220/xterm-color256 terminal emulator. Both standard 16 plus enhanced console 256 color support is available (non raster fonts). Also see <winrsh>, the RSH console terminal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    mXparser - Math Parser Java C# Library

    mXparser - Math Parser Java C# Library

    A flexible mathematical expressions parser for JAVA, Android, C# .NET

    mXparser is highly flexible parser of math expressions. Software provides easy to use API for JAVA, Android, C# .NET/MONO (CLS). Main functionalities: - basic operators, i.e.: +, -, *, ^, ! - Boolean logic operators i.e.: or, and, xor - binary relations i.e.: =, <, > - math functions (large library of 1-arg, 2-arg, 3-arg - - functions) i.e.: sin, cos, Stirling numbers, log, inverse functions - constants (large library), i.e.: pi, e, golden ratio - n-args functions i.e.: greatest common divisor - iterated summation and product operators - differentiation and integration High flexibility: - user defined constants and arguments, both free - and dependent on other arguments + possibility of use in functions - user defined functions (both free and depended) - user defined recursive arguments + simple (controlled) recursion (1 recursive argument) - user defined recursive functions / expressions (any) - complex, many arguments, no limitation - internal syntax checkin
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Plex Media Server Webmin Module

    Plex Media Server Webmin Module

    Basic Plex server service status/control for Webmin

    Simple Plex Media Server Webmin module, this module allows you to perform basic service overview/control for the Plex Media Server component installed on your system for convenience, the module supports FreeBSD, Debian/Ubuntu, Redhat/CentOS/Fedora and Gentoo, but can be configured for many more distributions supporting the Plex Media Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vehicle Booking
    The Vehicle Booking and Checking Tool has been design to meet the needs of booking a vehicle pool for an event. In addition to booking the vehicle it can also be checked out and in. The design allows for check out or in to be done via a hand held device capable of running Excel including VBA off line and then those details be uploaded to the master data. Note check out or in data could be captured by a pdf rendition of the form but would then have to be manually rekeyed to the master.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Cylindrical Alignment App

    Arranges alignments in a rotating cylinder

    The Cylindrical Alignment App is the successor to Cylindrical BLAST Viewer. Similarly, it arranges search or other comparisons, against their "axis". Searches can be made by Basic Local Alignment Search Tool, ClustalW, or Gene Machine to name a few. This version does not require downloading or installing Java3D, and has more modern GUI features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    cepecd.br - A CP400 (TRS 80 CoCo) emulator. Run games. A new, simple gaming environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Awesome Bootstrap Checkbox

    Awesome Bootstrap Checkbox

    Font Awesome Bootstrap checkboxes & radios

    Font Awesome Bootstrap Checkboxes & Radios plugin. Pure CSS way to make inputs look prettier. No Javascript! Free and open-source admin dashboard templates built with Bootstrap 4, React, Vue and Angular. Just include awesome-bootstrap-checkbox.css somewhere in your HTML, or add the equivalent files to your Sass / Less configuration. Next, everything is based on code convention. If you want to enable Opera 12 and earlier support just add class styled to the input element. You may use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RMDSUM 128/160/256/320-bit

    RMDSUM 128/160/256/320-bit

    ISO/IEC 10118-3:2004 RIPEMD Recursive Hasher written in Go

    This project is licensed under the ISC License. Copyright © 2020-2022 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/rmdsum Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BudgetCalculator

    BudgetCalculator

    Calculate your budget without spending much for your home and business

    If you ever want for not to spend too much money for your home (Groceries, Loan, Shopping) or saving earning your business, well BudgetCalculator is here to help you. Add items of products to the tables, add price then calculate the totals of amounts from the earning and expenses and how much amount remaining so to avoid to loose much money for your home and win earning for your business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Symphony Receipt Printer

    Symphony Receipt Printer

    Modification to SirsiDynix Symphony Workflows receipts

    The Symphony Receipt Printer project allows for receipts and slips in SirsiDynix Symphony Workflows to be modified. Some modifications include enhanced due dates, routes on transit slips, large names on hold slips, and options for printing bill and renewal slips.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Flutter Music Player

    Flutter Music Player

    First Open Source Flutter based material design music player

    Flutter Music Player is an open-source Flutter application that implements a material-design-centric music player capable of playing local audio files on Android (with iOS support planned or community-driven), making it a practical starting point for building media apps in Dart/Flutter. The project includes code that handles core music playback features such as playing, pausing, stopping, seeking within tracks, and basic playback controls, all wrapped in a visually appealing UI consistent with material design guidelines. It makes use of Flutter’s plugin ecosystem to find music files on the device and link them into the playback pipeline, giving developers a functional reference for integrating audio services. The UI includes elements like album art display and animations to give users feedback while navigating their music library. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    SpectralWorks

    SpectralWorks

    View, manipulate, analyze (LS fit, SVD, FT), and make figs of, spectra

    Program for viewing, editing, manipulating, and analyzing absorbance spectra. Simple arithmetic includes making linear combinations of up to 10 spectra. Advanced functions include fitting spectra as LC of standard basis spectra, singular value decomposition, Fourier transform, differentiation, integration, global fitting of 3D titration and kinetic data. Graphics features allow composing Figures and export to postscript files which can be converted to pdf, imported into PhotoShop for...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    CAT

    CAT

    CAT is the basic component of the server project

    CAT is a distributed application performance monitoring and alerting system that specializes in tracking request flows, exceptions, and metrics across microservice ecosystems. It offers real-time dashboards showing throughput, response times, error rates, and service dependency graphs to help operations and development collaborate on reliability issues. In addition to metrics, it enables tracing—propagating context across RPC boundaries so problems like latency spikes or failed calls can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    VDT - Visual Disk Test
    VDT - Visual Disk Test : performs I/O tests on files, partitions, and/or disks with visual feedback/follow-up, offering flexible test area selection by size, location, percent, or combinations thereof, plus test duration control by time or size.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    CariboSystem4

    CariboSystem4

    A simple Operating System

    A simple Operating System written in Assembly, Basic, GAU++
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo