Showing 35 open source projects for "byte dos v.3.2"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    XiangShan

    XiangShan

    Open-source high-performance RISC-V processor

    XiangShan is an open-source, high-performance RISC-V processor project that implements out-of-order superscalar cores using Chisel for hardware construction. The design targets modern performance goals—deep pipelines, speculative execution, multi-issue decode/execute, and sophisticated branch prediction—while remaining synthesizable for ASIC flows and portable to FPGAs for research. A modular microarchitecture separates frontend, backend, and memory subsystems with coherent caches and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    jsoniter-scala

    jsoniter-scala

    Scala macros for compile-time generation of safe and ultra-fast JSON

    Scala macros for compile-time generation of safe and ultra-fast JSON codecs. This library had started from macros that reused jsoniter (json-iterator) for Java reader and writer but then the library evolved to have its own core of mechanics for parsing and serialization. The idea to generate codecs by Scala macros and main details was borrowed from Kryo Macros and adapted for the needs of the JSON domain. Validate parsed values safely with the fail-fast approach and clear reporting, provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HighwayHash

    HighwayHash

    Fast strong hash functions: SipHash/HighwayHash

    ...It exposes simple one-shot and streaming APIs, so you can hash short keys or long byte streams with the same function. Typical uses include protecting hash tables that store untrusted keys and authenticating short-lived messages or records in storage systems. Although not a replacement for collision-resistant digests like SHA-2/3, it strikes a pragmatic balance of speed, simplicity, and resistance to common abuse patterns seen in production backends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Riddle-Chess
    The original idea of Alexander V. Catapang Jr. in the Guess-Chess from the eGames package. Riddle-Chess is an addition to the idea and transfer of rules to makruk, xiangqi and shogi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Divine generator

    Divine generator

    Divine generator of riddles for arrangement.

    The original idea of Alexander V. Catapang Jr. in the Guess-Chess from the eGames package. Divine generator is an addition to the idea and transfer of rules to makruk, xiangqi and shogi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    R-P-S

    R-P-S

    Rock, Paper, Scissors is a hand game.

    «Rock-Paper-Scissors» is a hand game originating in China, usually played between two or three people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are «rock» (a closed fist), «paper» (a flat hand), and «scissors» (a fist with the index finger and middle finger extended, forming a V). A simultaneous, zero-sum game, it has three possible outcomes: a draw, a loss, or a win.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Decompiler

    Decompiler

    Binary executable decompiler

    Reko decompiler reads program binaries, decompiles them, infers data types, and emits structured C source code. Designed with a pluggable architecture, it currently has: - support for 68k, ARM, MIPS, PowerPC, Risc-V, Sparc, x86, Z80 processors and many more - support for EXE, Elf, AmigaOS Hunk executable formats and many more - support for MS-DOS, Win32, U*ix, AmigaOS , C64, ZX-81 Reko decompiler comes with a GUI and a command-line interface. Visit https://github.com/uxmal/reko for the GIT repository.
    Leader badge
    Downloads: 146 This Week
    Last Update:
    See Project
  • 8
    AudiooPy

    AudiooPy

    Audio manager in Python Object-Oriented Programming

    .... - Channel extraction. - Channel mixing. AudiooPy is entirely self-contained and does not rely on any external libraries. <https://img.shields.io/pypi/v/AudiooPy>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    DJGPP cross-compiler with POSIX threads

    Linux to DJGPP cross-compiler with pthread library and std::thread.

    Build script for a Debian GNU/Linux to DJGPP cross-compiler with POSIX threads (and std::thread). Binaries are provided for Debian GNU/Linux. (Simply extract and move to /usr/local.) Please see the README file in the 'Files' section for more details (or /usr/local/i586-pc-msdosdjgpp/src/README in the binary distribution). After installation: $ i586-pc-msdosdjgpp-gcc -v Using built-in...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 10
    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: 10 This Week
    Last Update:
    See Project
  • 11
    netsnake-sniffer

    netsnake-sniffer

    Network sniffer which a similar to WireShark with sending own packets

    ...It is possible to save a dump of captured packets in .pcap file extension for opening by WireShark software. Also,the main advantage of netsnake is sending your own network packets (ARP,TCP/IP,UDP) whith chosen parameters including payload data.which is byte array with max length = 1450 bytes. If your array of bytes has more 1450 bytes, it breaks into packages. My GitHub repository https://github.com/pavelinfsec2020/netsnake TUTORIAL you can watch in my videos: (EN) https://www.youtube.com/watch?v=QF_eqon30iE (RU) https://www.youtube.com/watch?v=JbmXXae7Ch0
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    BinaryDump

    Python 3 command line program to dump a file as ASCII coded strings.

    Python 3 command line program to dump a file as comma separated, ASCII coded hex, decimal and binary strings. The resulting file can uploaded into a spreadsheet for easy bit by bit analysis. Output is one byte per row with ASCII hex in the first column, ASCII decimal in the third column and eight ASCII binary digits in the following columns. The file may be dumped from any starting offset to any ending offset. Note that spreadsheet row count may limit the number of bytes that can be uploaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Napoleon Brandy Basic V Interpreter

    Napoleon Brandy Basic V Interpreter

    A development of David Daniels Brandy Basic

    Napoleon Brandy is development of David Daniels Brandy basic, an interpreter for BBC Basic (or Basic V), This project can not claim ANSI C compliance as Brandy Basic did, but supports Graphics for the platforms implemented. OS currently supported are Win32 and DOS. Currently a preview release as it is functionally incomplete.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    AutoWolf

    Bot for id Software's Wolfenstein 3D

    ...Available as binaries for Windows and OS X, and as source package for Linux/UNIX (requires SDL and SDL_mixer to build). An experimental build has been released for 16-bit DOS and can be run with DOSBox. See the following YouTube videos for demonstration: http://www.youtube.com/watch?v=6H4a7JfuKRw (alpha02, SDL) http://www.youtube.com/watch?v=04n72MSuZIA (alpha01, DOS experimental) http://www.youtube.com/watch?v=cAtqihh__jM (alpha01, SDL) http://www.youtube.com/watch?v=5_0CONDuIvk (prerelease, SDL) http://www.youtube.com/watch?...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PcapsE-OS X
    PcapsE-OS X is a wrapper of tcpreplay directly integrated on Mac OS X Mavericks 10.9.3 for the execution of caps files that generate simulated malware traffic to test IDS Mac OS X based or redirecting simulated malware traffic on the interface of the IDS to other devices that perform correlation of events. Options:(1) Chat (2) Unix (3) Microsoft (4) Mac OS X (5) Network (6) DHCP (7) Firewalls (8) Routers (9) Proxy (10) Switches (11) HTTP (12) HTTPS (13) DNS (14) SW (15) Nessus (16) Tacacs+...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    COOP for CRYSTAL

    COOP for CRYSTAL

    Calculate Crystal Orbital Overlap Population for the CRYSTAL program

    A program to calculate Crystal Orbital Overlap Population (COOP) [1] for CRYSTAL program. It can also calculate BCOOP (Balanced COOP) [2]. The program reads in coefficients of crystal orbitals and overlap matrices obtained from the periodic calculations by the CRYSTAL98/03 program. Written by Yang Wang Department of Chemistry,Beijing Normal University Nov. 12th-13th, 2004 Usage: COOP [-v] [-t] [-r] control-file-name -v verbose -t generate control file template ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Circuit simulator SPECI-SPICE

    Circuit simulators like SPICE for low memory computers

    SPECI-SPICE is a subset of SPICE intended to run on low powered computers like Amstrad CPC, ZX Spectrum, CP/M machines, old PC machines, some programmable calculators,etc. by keeping most important functionality of SPICE 2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Heap Variable

    Declare 1 byte to 4,294,967,295 byte variables.

    This libary gives programmers the ability to define variables from the range of 1 byte to 4,294,967,295 bytes. You have the assignment operators, boolen, and basic math functions, along with bitwise operations. Version 3.2 brings a faster print_heapvar_decimal function. It is still slow, but much faster than the old function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    exd

    exd

    A command line tool to manage bytes in hex dumps or packet captures

    Command-line tool to examine or edit bytes in hex, octal, binary, or in packet capture (pcap) dumps. Exd is intended to be used in conjunction with hex dump tools such as xxd, od, hexdump, or hd, and with packet capture dump tools such as tshark and text2pcap. --- metadata tags byte hex octal binary pcap packet packet dump hexdump
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    MiniMek

    MiniMek

    Mini games with Meks

    ...It is a Rogue-like adaptation of the Battletech board game. In it you choose your mech then battle it out against multiple enemy mechs. The beta release video can be watched here: http://www.youtube.com/watch?v=kBX4P85o3Lo The first game was called "Urbie Defense" where you must defend your Urbanmechs from the enemy waves as long as you can. Watch a gameplay video of it here: http://youtu.be/LQJTH4RbZR8 The second game was "Bouncing Urbies", which is a clone of the classic DOS game "Bouncing Babies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Lichen Screensaver

    XScreensaver module based on Lichen DOS virus graphical payload

    Lichen is an XScreensaver hack inspired by the Lichen DOS virus featured in this video: https://www.youtube.com/watch?v=w9JABxGCjxk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    anonme.sh

    anonme.sh

    anonymous tools [uncontinued]

    anonme.sh {bash script} V1.0 Operative Systems Suported: Linux Dependencies: slowloris macchanger decrypter.py description of the script * this script makes it easy tasks such as DoS attacks, change you MAC address, inject XSS on target website, file upload vulns, MD5 decrypter, webcrawler (scan websites for vulns) and we can use WGET to download files from target domain or retrieve the all website... tutorial:http://www.youtube.com/watch?v=PrlrBuioCMc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This Tools Designed for Protect your Linux Servers From Synflood && DOS Attacks and ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Host scanner

    Host scanner

    Host scanner coded by systemswt

    Hostscanner v.1.0 Nuestro Script le permite averiguar si un sitio web está online en la red de Internet. Las posibles razones de no poder acceder a sitios webs son las siguientes. -Denial of service (Dos). -Servicio de dns offLine.. - Tal vez no puede acceder a la web por estar en Mantenimiento. - O Cerro Para siempre.. Su objetivo detectar si el servidor esta Online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    DosBox AppChooser

    DosBox AppChooser - Programme in DosBox ausführen einfach gemacht!

    DosBox AppChooser ist ein kleines Programm, welches es ermöglicht DOS-Anwendungen über einen Klick in der DosBox auszuführen. ( Graphische Benutzeroberfläche für DosBox) Zudem ist DosBox AppChooser absolut portable, da es mit DosBoxPortable funktioniert und keine Installation benötigt! DosBox AppChooser ist und soll minimalistisch bleiben! Für umfangreichere Einstellungsmöglichkeiten verwenden Sie bitte D-Fend Reloaded: https://sourceforge.net/projects/dfendreloaded/ DosBox Portable V.0.74 ( wird benötigt ) - Download: http://portableapps.com/apps/games/dosbox_portable
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB