Showing 1999 open source projects for "gw-basic"

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

    NotOpeningTwiceDLL

    This DLL prevents your program to run two instances simultaneously

    This DLL checks if your program is already running and controls what has to be done if this is the case. What is new is that it not only checks if the processnames are the same, but also checks if the sha512 hashes are the same. If the names are the same but the hashes are not, apparently there is another program with the same name, but now, it will no longer stop your program from running, while still not opening multiple instances! This DLL is written in vb.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Uiautomator-bot

    Uiautomator-bot

    Automated Uiautomator tool.

    Uiautomator-bot is a automation tool for UIautomator. Simple intutive way to develop and execute test cases on multiple devices simultaneously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    .NET Framework 3.5 Offline Installer

    .NET Framework 3.5 Offline Installer

    Install .NET Framework 3.5 Offline on Windows 10 & 8

    Offline Installer for .NET Framework 3.5 for Windows 10 and 8.x. With this tool, you can install .NET 3.5, 3 and 2 on Windows 10, 8 and 8.1 from existing Windows installation media or mounted ISO.
    Leader badge
    Downloads: 303 This Week
    Last Update:
    See Project
  • 4

    Project CIF(Core Information Foundation)

    c++ and c library to help build win32 software and others platforms

    The project CIF now created with new philosophy of JPM (Joint Project Module) with SDK style. Now simply include CIF.h and use all of functions, macros and classes. BTS (Basic Text Support) Library Used in TOM (Text Object Module). TOM for now with CAnsiString , CAnsiStringLite And Text namespace. CAnsiString created with more functionality then typical string and text classes. EVS (Enhanced Visual Support) provide COpenFileDialog And CSaveFileDialog. JCM (Joint Core Module) used as base in project. Properly support for a class available TPT (Template Properly Type) and VTM (Value Type Macro). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Autoexe 2015

    Autoexe 2015

    Autorun enabler for Autodesk Inventor VBA projects

    This plugin enable unsupported functionalities for Autodesk Inventor 2014 and above. Autodesk doesn't support Autorun macros for VBA projects anymore, but with this plugin it is still possible to use the commands "AutoOpen", "AutoEdit", "AutoSave", "AutoClose" and "AutoNew" subroutines stored within "Thisdocument" module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Rungus Radio & TV Player

    Rungus Radio & TV Player

    Rungus Radio & TV Player Versi 1.2.0

    Rungus Free TV & Radio Player is a basic program that gives users access to a large number of Indonesian television & radio stations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 8
    YUI 3

    YUI 3

    A library for building richly interactive web applications

    ...YUI's lightweight core and modular architecture make it scalable, fast, and robust. Built by frontend engineers at Yahoo!, YUI powers the most popular websites in the world. YUI's intuitive and well-documented API takes you from basic DOM handling to building performant and maintainable applications on desktop browsers, mobile devices, and servers. A thriving community, a carefully architected infrastructure, and a comprehensive suite of tools help you code like a pro, from simple web pages to complex web applications. YUI is free for all uses and is developed in the open on GitHub. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    LiveCoder

    Interactive Environment for Coffee-Script, Jade and Stylus

    LiveCoder helps you to play with Coffee-Script ( Language that compiles to JavaScript) , Jade ( Popular Node.js Template Engine), and Stylus CSS pre-processor. This is not a IDE or any Development Environment, This just helps you to effectively learn these languages.
    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
    coinScripter

    coinScripter

    a light-weight tool made for easily generating mining scripts.

    PLEASE DOWNLOAD THE LATEST VERSION :) coinScripter is a light-weight tool made for easily generating basic scripts (batch files) for mainstream cryptocurrency mining tools. Support Mining Tools: - bfgminer - cgminer - cudaminer - cpuminer (minerd) Supported Operating Systems: - Microsoft Windows Please post feedback/reviews :) They help alot (just please don't be mean). UNFORTUNATELY: THIS PROJECT MAY NO LONGER BE UPDATED.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ExcelPython

    An interface for calling Python from Excel

    ExcelPython is a lightweight, easily distributable library for interfacing Excel and Python. It enables easy access to Python scripts from Excel VBA, allowing you to substitute VBA with Python for complex automation tasks which would be facilitated by Python's extensive standard library. v2 is a major rewrite of ExcelPython! - see GitHub site for more details. LICENSE NOTICE MIT License, please see new GitHub site for more details. Copyright 2012-2014 by Eric Reynolds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    TBasic

    A simple BASIC interpreter written in C++

    TBasic is an implementation of a minimalist BASIC (based on the Tiny Basic specification but with a few significant additions) in the C++ language. It was written for fun, as a project to create a functional language interpreter from scratch and to be potentially used as a lightweight scripting language (it can either be used as a classic command line BASIC interpreter or as a class that allows a C++ programs to load and run basic programs, register custom basic commands and interact with basic variables).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Genetic Algorithms Engine - Blackjack

    A genetic algortihm engine that evolves blackjack basic strategy.

    This project is a genetic algorithm engine able to be reused for other projects with minimal additional programming. The genetic algorithm engine currently plays many blackjack hands for the fitness function and produces a result similar to blackjack basic strategy. To see it in action, download the zip file and run either: GABlackjack_Demo.exe     (quick)   or GABlackjack_Long.exe       (slow, but it achieves better results). The code was written in C++, using MS Visual Studio 6.0 and MS Visual Source Safe 6.0. The genetic algorithm engine supports various mutation rates, ranked parental selection, stochastic sampling parental selection, cyclic crossover, crossover at each gene, cloning the best individual each generation, and creating random individuals each generation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AgateLib - Awesome game and tool engine library. A platform independent .NET library for developing games and game development tools. AgateLib is built on a driver-based model so that new platforms and rendering pipelines can be implemented easily.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Brandy Basic V Interpreter

    Brandy is an interpreter for BBC Basic

    Brandy is an interpreter for BBC Basic (or Basic V) that runs under a variety of operating systems. Basic V is the version of Basic supplied with desktop computers running RISC OS. These were originally made by Acorn Computers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    shutisstor

    shutisstor

    Windows Shutdown utility tool

    Shutisstor is a simple , elegant and powerful windows utility tool to handle all the shutdown options in your own specified time . Simply it is a shutdown timer with improved and simple GUI. It does not have any complex options and it safe a safe to use freeware with out any junk advertisements It is 100% safe to use , you can find it from the "Virus free badge" given to this software at the top. As this is a freeware , you can distribute it to any one , but any ct of re-compiling or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Version Helper

    Version Helper

    Small Developer Tool to Track Versions

    A Small Developer Tool that creates version files to keep track and maintain program versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Python Builds

    MSVC 2013 Builds of Python for Windows

    This project contains MSVC 2013 builds of CPython. Please note that these builds are NOT official and are not officially supported. Use at your own risk! Basic support will be given in the tickets area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Twitch Stream Notifier

    Twitch Stream Notifier

    Notifies you when someone starts to stream.

    THERE WILL BE NO MORE UPDATES I don't have the source code anymore, so this is the final version sorry. Whenever a streamer comes online or offline you'll get a notification on your screen. You can import all people you follow from your account (no login needed) or add a streamer by their twitch name. Make sure you have Microsoft .NET Framework 4.5 http://www.microsoft.com/en-us/download/details.aspx?id=30653 Changelog: 10.10.2014 -Updated stream status...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    NetText

    NetText

    Multiple UI languages for VB.NET projects, made easier

    Provides an easier way to support multiple user-interface languages in VB.NET. Developer creates user-interface text ad-hoc and in-place, in his or her native language. NetText is a partial work-alike of GNU gettext (http://www.gnu.org/software/gettext/). It is simplified to an extreme (eg, not tested with non-European languages), but still very useful - certainly more useful than having no multilingual support at all because it's too much trouble! See the screenshots for a quick...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    something gmod

    something gmod

    something gmod

    something gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmodsomething gmod
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DLL Vaccine

    DLL Vaccine

    Inject your DLL!

    DLL Vaccine is a program for injecting DLL files into process. DLL Injection is a technique used for running code within the address space of another process by forcing it to load a dynamic-link library or simply load a code on a program. What is does: -Advanced DLL injection -Multiple DLLs -Process checker This program is for educational purposes and legal use only. I'm not responsible if you use this for hacking games or any illegal uses.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    OrangeSun Diary

    OrangeSun Diary

    A simple diary program to keep a diary on your PC.

    In the world we live today it is much more convenient to type then it is to write on paper. So why not keep your diary on your PC instead of in that silly little notebook? With OrangeSun Diary you can now have a private, password protected diary right on your computer. And if it is not just you who wants a diary, then the others can create their own user account and keep their own diary. Features include: search bar, text formatting, and entry date search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    matImage

    An image processing and analysis library for Matlab

    MatImage is a Matlab library for image processing and analysis in 2D and 3D. It contains more than 250 fonctions for image enhancement, filtering, analysis, or visualisation, as well as for creating basic test shapes. It is built as a complement of the Mathworks image processing toolbox (IPT). Project is being transfered to GitHub: http://github.com/dlegland/matImage
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB