Showing 21 open source projects for "vb6 sample program"

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

    AstroCTC

    AstroCTC - Linux astronomy software for Planetary and Lunar image c

    ...Numerous video and image formats are available, however FITS image support is mostly basic and should only be used by those familiar with it. AstroCTC is intended for use with Linux only. While AstroCTC is primarily designed for use in astronomy, it can also serve as a general webcam program. The sample images shown were captured using a Meade LX90 8" and a Celestron NexImage camera.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Library for parsing Excel (XLS) files, with a sample program for converting Excel files into CSV. This site is no longer being updated. A new release is available on the new site whose link is shown above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    SootSound

    MSX MoonSound music player system

    SootSound is a music player system for MSX computers with MoonSound or other compatible OPL4 sound cartridges. Creating and replaying music with the system requires the following components * An XM-to-LTM module converter program (part of this Sourceforge project) * An LTM replayer routine for MSX and MoonSound (part of this Sourceforge project) * An XM music tracker such as MilkyTracker, running on PC/Windows, Linux or Mac. (NOT part of this Sourceforge project) * The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Diagonal

    A command line toolki to solve a problem your favorite program defines

    Diagonal can be used for: - getting descriptive statistics such as mean/median/mode with your program producing a sample - finding a root of an equation your program defines - calculating a fixed point of a function your program defines - detecting a cycle of a fuction your program defines as well as - decoding a VCDIFF file
    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
  • 5

    EasySDL

    Create 2D mini-game easily with this lib

    Full detailed example at: https://github.com/Ousret/EasySDL-Sample Contribute at: https://github.com/Ousret/EasySDL This free lib is an extension of SDL 1.2 GUI program creation becomes much simpler. Not just simple GUI but 2D games too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    prodatum

    prodatum

    patch editor for the E-MU Proteus 2000 synthesizer family

    A cross-platform patch editor for the E-MU Proteus 2000 sample-based synthesizer family. prodatum is free software.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    Seta Engine

    Seta Engine

    Engines for Batch Games

    WARNING 1: project abandoned! (I'll come back some day) WARNING 2: project website is abandoned. Seta Engine Is a set of engines for batch games. Now you can program with notepad your own games in batch scripts with sound and colours! Please use the web page of proyect to get a complete list of launched sample games. Get help and usage guide: https://sourceforge.net/p/seta-engine/wiki/Home/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    fun2audio

    fun2audio

    Funcube Dongle Pro+ Data Capture & Audio Output

    Various reference programs to read baseband I/Q sample data from a Funcube Dongle Pro+ (FCDPP) software defined radio (SDR) hardware front end, demodulate the data stream and send it to the host's audio output port. Programs are present to demodulate AM, CW, FM and SSB (USB, LSB) streams. Also included is a program that writes FCDPP sample data to its standard output (stdout) port. The programs require the qthid program to control the FCDPP frequency and gain (also available at sourceforge.net. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    MOTE is a fast, small-state, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. MOTE exhibits uniform distribution, mixes extremely rapidly, has no detected bias, and comes in three variants: MOTE8, with an internal state array of 8+4 32-bit words; MOTE16, with an internal state of 16+4 words; and MOTE32 with a 32+4-word state. The former permit seeding with a key of up to 256 or 512 bits, the latter with a 1024-bit key. Reduced to essentials, MOTE is only...
    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
  • 10
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    BEDBUG is a small, fast, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It exhibits uniform distribution, mixes rapidly (with worst-case avalanche better than 16-bits), has no detected bias, and comes in three variants: BEDBUG128, with an internal state array of 128+3 32-bit words; BEDBUG256, with an internal state of 256+3 words; and BEDBUG512 with a 512+3-word state. The former permit seeding with a key of up to 4096 or 8192 bits, the latter with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    EMsieve

    A simple sieve/prefactor program for Eisenstein-Mersenne Primes

    ...See http://oeis.org/A125743, A125744. After sieving, the Berrizbeitia-Iskra or a Proth test can be run; this is best implemented with FFT mod (3^3p+1) using GWNUM library. A sample implementation (a patch to the LLR program) is available from Batalov. [1] P.Berrizbeitia B.Iskra, 2010; http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.189.311 [2] OEIS: http://oeis.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GPU Edge Detector

    GPU Edge Detector

    GPU Interactive Program For Edge detection

    This is a standalone, all in one Edge Detector that is mainly running on GPU using the CUDA technology. Each algorithm also has an OpenCV counterpart which is the closest one in terms of speed. This project is partly based on the Sobel Filter sample available as part of the CUDA SDK. This project also partly uses the OpenCV library to load different types of image. This program includes: Prewitt filter, Roberts Cross, Canny edge detector and finally Sobel filter with the ability to modify some variables such as sigma in Canny and see the result in real-time. To access and download the code, please review the code section. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Goal of this project is to initially create a tool to read sample/program data from an AKAI sampler (S2000) and send it back. Later this might evolve into a GUI-based editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OSCILLOSCOPE_AND_SIGNALGENERATOR_PCM

    OSCILLOSCOPE_AND_SIGNALGENERATOR_PCM

    PCM based signal generator and oscilloscope

    This program is a soundcard based signalgenerator and oscilloscope for low frequency and low voltage signals written for linux using the alsa api. It uses the internal DAC/ADC of the soundcard (PCM) to capture signals or generate them. Depending on the available PCM device, it's possible to generate or capture signals up to 96 Khz.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PC race game outgauge, by 89S52 MCU, to show live data which is transmitted by COM port. Program running on PC is written in VB6 special thanks to Siklosi Janos who supported me to get game data video: http://www.youtube.com/watch?v=NfWMRNuJebo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Smarc is a fast and high quality audio rate converter. It allows conversion between any sample rate, and has been optimized for standard audio rates. Smarc is available as a command line program, or as a C library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    KernScope
    Simple tool to parse the contents of /proc or /sys entries and graph their values. An oscillosope for software types. Intended for developers, admins or the curious to understand the performance and behaviour of their systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FPGAmer is a framework to develop embedded games. Our development platform is the Xilinx University Program Virtex-II-Pro but not limited to that. FPGAmer includes custom hardware components plus a custom software framework and some sample games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FFqlay is a media playback library based on FFmpeg which provides a set of API functions. By using FFqlay, you can develop your media player which supports all codecs in FFmpeg easily. A C# sample program is included in FFqlay project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The sample code shows how to use the getopt() function to parse the command-line options in a C or C++ program. Options may have no argument at all, or have one or more arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Flashcard program for Palm Pilot handhelds. Java PC desktop program to edit flash cards and import SuperMemo databases included. Many font types supported including Japanese. Image support also present. Visit home page for sample cards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB