Showing 93 open source projects for "a i"

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
  • 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
  • 1
    spleen

    spleen

    Monospaced bitmap fonts

    ...Patrick Wildt (patrick@) recently imported ssdfb(4), a driver for small OLED displays in OpenBSD and needed a 5x8 font to be able to squeeze more columns and rows on those devices. As someone spending most of his time in a terminal, I have been thinking about drawing my own font for a while, and this was the perfect opportunity. To be able to test character spacing and alignment, I started to use the font in xterm, then a zoomed version, and one thing leading to another, I started creating a 8x16 version, and then bigger versions based on it. Spleen is now available in 5 sizes: 5x8, 8x16, 12x24, 16x32, and 32x64. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Microsoft BASIC for 6502 Microprocessor

    Microsoft BASIC for 6502 Microprocessor

    Microsoft BASIC for 6502 Microprocessor

    ...The repo contains the full source (in 6502 assembly), with support for multiple hardware platforms via conditionals, includes floating-point arithmetic, string handling, arrays, math functions, I/O, etc. The repository is maintained by Microsoft, is archived (read-only), and released under the MIT license.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    etherdfs

    an ethernet-based file system for DOS

    I am not aware, however, of any free and open-source solution.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    FranMsxApps

    FranMsxApps

    My MSX programs and some additional .cas tools

    I wanted to share the programs I developed with my MSX computer in the 80s and early 90s. There is a web page that you can visit: https://www.frojasg1.com:8443/downloads_web/web/html/aplisMSX.html?origin=sourceforge Some of the programs are cool. The most relevant are: - A graphic designer in Assembler Z-80 - A ship game in Assembler Z-80 - A text to speech in Spanish
    Downloads: 0 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
  • 5
    BitVisor is a tiny hypervisor initially designed for mediating I/O access from a single guest OS. Its implementation is mature enough to run Windows and Linux, and can be used as a generic platform for various research and development projects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    SIC/XE my homework
    I'm from Taipei, Taiwan. Before being graduated from university, it was my homework. I was graduated from LHU(Lunghwa University of Science and Technology) in 2007. My website has been moved from http://tw.myblog.yahoo.com/mjshya/ to http://johnmhsheep.pixnet.net/. My Blogger is https://johnmhsieh.blogspot.tw/.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    ZAPH

    Tools and Z80 engine for creating adventure games. (RUST)

    ...This originally began as a project to recreate an old BASIC text adventure, on the ZX Spectrum, using Z80. After developing a very simple byte code VM to handle the game interactions, I realised that there was an opportunity to use some more advance techniques, which in turn can lead to some PC based tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    VIC-2020 MINIMON Cartridge

    Machine Language Monitor for Commodore VIC-20

    ...MINIMON features all commands usually expected from a debugger/monitor: Memory dump and edit, Register dump and edit, Execute code from monitor, Direct Assembler and Disassembler (all documented opcodes of the NMOS 6502), Transfer/Compare/Fill/Hunt in memory blocks, Use of breakpoints with the BRK instruction, Load/Save/Verify with any storage device. The cartridge hardware expands upon the firmware features by supplying a de-multiplexer for the $9800..$9FFF I/Ox area (where the firmware is located per default) and a versatile reset button (with autostart inhibit for secondary cartridges). Size: only 2048 Bytes. Start with SYS 38912 Read 'instructions.12.txt' for further info.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    breadcomp80v1

    An 8-bit puter on a breadboard

    ...This was supposed to be nothing more than a practical joke which quite unexpectedly worked out. It is not optimized (never meant to be), the CP/M3 port working on it is very crude and the bit-banging SPI over AY's I/O ports is terribly slow when it comes to accessing the SD Card adapter (C:). There are several awkwardness in the design, e.g., the first occurence of the ~HALT signal is disconnecting ROM, leaving only the RAM to be accessible by the CPU until RESET (actually, it's this feature that made CP/M bootable on it!). Of the 128kB of available RAM, only 96kB can be used, the upper 32kB is always the same (CP/M's BDOS and BIOS are there), the lower 32kB can be banked on and off by the CP/M BIOS. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10

    CaChars

    Graphics mode console I/O for the TRS-80 Color Computer

    This is an add-on for the CoCo Extended Color BASIC that implements 51x24 and 64x24 text screens. All operation of the BASIC interpreter works naturally. It is developed in 6809 assembly language. It may be assembled with LWTOOLS (http://lwtools.projects.l-w.ca) under Linux, or with Windows cross-assemblers such as Chet Simpson's CASM which is included in RainbowIDE. In order to build a disk image, you will also need the Toolshed utility suite....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    spectrograph

    spectrograph

    The program analyzes sound when you talk into a Headset microphone

    ...The complete source code is included as an ASM file in 2 copies, one copy is ready for assembly with the Qeditor of free MASM32 package, and the other copy is ready for assembly with the free FASMW assembler. Using the ASM file one can try to make improvements to the sound-analyzing. I have removed from it one word which was triggering a false positive in Avast!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    HelloSilicon

    HelloSilicon

    An introduction to ARM64 assembly on Apple Silicon Macs

    An introduction to assembly on Apple Silicon Macs. In this repository, I will code along with the book Programming with 64-Bit ARM Assembly Language, adjusting all sample code for Apple's ARM64 line of computers. While Apple's marketing material seems to avoid a name for the platform and talks only about the M1 processor, the developer documentation uses the term "Apple Silicon". You need Xcode 12.2 or later, and to make things easier, the command line tools should be installed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SID-Wizard

    SID-Wizard

    Featureful native Commodore 64 music tracker with MIDI/XM converter

    ...It includes many advanced effects and tools like keyboard-tracking, tempo-programs/funktempo, gateoff-table-pointers, filter-shift, SID-export, executable-export, MIDI/XM conversion and MIDI-input hardware, etc., etc. NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these locations: http://hermit.sidrip.com http://csdb.dk/scener/?id=18806 https://github.com/hermitsoft/
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    amiga-label-maker

    amiga-label-maker

    A label maker program for 3.5" floppy disks for the Amiga written

    A label maker program for 3.5" floppy disks for the Amiga written in 1989 using 100% assembly (Profimat Amiga). Back in those days, it was all about floppy disks. Of course, the floppies came with some stickers to write down the content of the disk but I wanted to use my shiny new 24-pin printer so I wrote this little utility. It worked best using some "Zweckform" labels back then. I can't tell if there are still available today. You can add an image from a selection of images shown here to enhance the overall look of your floppies. Apparently, the program works still nicely inside WinUAE and even the printing works if you setup the printer emulation (I recommend the EpsonQ 48 dot printer).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ...The game itself can be found for free on Steam. The graphics of the game are not open source and may not be used in any commercial projects. The music and sound effects are public domain but I would appreciate credit to "Roy Davis" if you use any of the music. He was my father and he passed away in 2011. The music and other stuff is in GOTstuff.zip. Sorry, but I cannot offer any support.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18

    zxmmcfid

    A ZXMMC mass storage device FID driver for CP/M

    ...Although ZXMMC device is available on the market for years and it works well with +3e firmware, partitions created on MMC cards could not be accessed from CP/M world. At some point it became so frustrating, I decided to write FID driver for it. It's not perfect, but it works surprisingly well. For list of limitations, build instructions and more details see the source code file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    hfterm - linux ham radio soundcard digimode program, can monitor and transmit PACTOR I (unique !), also AMTOR, GTOR, RTTY. Based on hfkernel by Tom Sailer, with graphic interface (gtk+), spectrum display, logbook, textmacros, English and German help. Note: I do not maintain it any more so I am happy to announce what Jaroslav Skarvada <jskarvad@redhat.com> wrote to me: "... I patched it [2] to compile and run on current Linux distros and on non x86 machines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NitrOSX

    NitrOSX

    An alternate repository for NitrOS-9 geared specificly for the Coco 3

    An alternate repository for NitrOS-9 geared specifically for the Tandy Color Computer 3 and it's Emulators. This is NOT part of the "Official" NitrOS-9 repository. It is a private fork for my personal builds only. With this project, I hope to eventually bring the build process back to the Color Computer once again without using "Cross Compiler" or modern tools. The initial effort will require the "LWtools" and "ToolShed" cross compilers until I stabilize the code back to a form which will compile entirely on the Color Computer using NitrOS-9 assemblers and compilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WinCMOC (M6809 C Compiler)

    WinCMOC (M6809 C Compiler)

    A C Compiler/Editor for Retro 6809 Machines (Colour Computer/Dragon)

    WinCMOC v0.6 is here! So many new features, I cant remember them all. Please uninstall old versions before installing. This is a port of the CMOC compiler (written by Pierre Sarrazin) to Windows. Currently CMOC does not support linking, so, I've written front end tools which edit CMOC's output so that it can be assembled and linked via LWTOOL's. A simple C editor in included which makes it easy to compile/build and run the xroar emulator.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    PPMScope

    PPMScope

    Microcontroller based PC Oscilloscope

    ...The maximum sampling rate is 1 MHz with a 5 Mhz equivalent sampling mode. Currently, the computer interface supports USB, serial, and parallel ports. Good luck on the construction and I hope you enjoy your oscilloscope. I am happy to answer any questions or provide technical support for this design.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    AntennaTuner

    A remote symetric antenna tuner using switched relays.

    I decided me to use I2C-Bus Expanders instead using an ATmega 1284p and direct I/O handling in the expanding capability of this concept. If i need more I/O or and ADC, RTC, Temp-Sensor or ever, i need just 3 Lines to join the hardware extension to the bus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Xirius Defect XXL - Atari XL/XE

    Xirius Defect XXL - Atari XL/XE

    Logical game - place elements from tray to playfield to fill all gaps

    Original version was coded for Abbuc SW compo 2013 in 16 hours and it contained around 20 levels. Game took 4th place at compo. Later I decided to expand game with new elements and Jason Kendall designed almost all (200+) new levels that are included in XXL edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TEDzakker

    TED-chip music editor for Commodore Plus4, Commodore16 (and C64)

    This is a tracker-style music editor tool for the Commodore-Plus/4 / Commodore-16 computers' TED-chip. It can also be used on Commodore-64 by emulating the TED-sound, and later generating the native TED music on Plus4 or in VICE/Yape Plus4 emulators... NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these locations: http://hermit.sidrip.com http://csdb.dk/scener/?id=18806 https://github.com/hermitsoft/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB