Showing 31 open source projects for "vb project"

View related business solutions
  • 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
  • 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
    BenchmarkDotNet

    BenchmarkDotNet

    Powerful .NET library for benchmarking

    BenchmarkDotNet is a powerful .NET library designed for creating accurate and reproducible benchmarks. It handles complexities like warm-up, outlier removal, and statistical analysis, presenting results in a clean, customizable summary format. BenchmarkDotNet has tons of features that are essential in comprehensive performance investigations. Four aspects define the design of these features: simplicity, automation, reliability, and friendliness. A lot of hand-written benchmarks produce wrong...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Rubberduck

    Rubberduck

    Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE

    ...Navigate a Classic-VB project like never before, quickly locating identifier references, interface implementations, and anything else that has a name. Add a full folder structure for organizing your modules. Write code that runs your code and verifies its output is as expected, given controlled inputs. Organize tests into categories, run them directly in the VBIDE, and view results in a dedicated explorer toolwindow.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 3

    Emgu CV

    Emgu CV is a cross platform .Net wrapper for OpenCV

    Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 4
    This project is being build to provide a simple VB based calculator to provide users with simple scientific calculator. This project is under construction. Current release only provide very little functionality. Soon it will be updated to full.
    Downloads: 0 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
  • 5
    vbscan
    OWASP VBScan (short for [VB]ulletin Vulnerability [Scan]ner) is an opensource project in perl programming language to detect VBulletin CMS vulnerabilities and analyses them. Why VBScan ? If you want to do a penetration test on a vBulletin Forum, VBScan is Your best shot ever! This Project is being faster than ever and updated with the latest VBulletin vulnerabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Coder Revolt - Web Browser (VB & C#)

    Get a quick free starter-kit for programming a web browser open source

    Coder Revolt Web Browser is a project I programmed in Visual Basic with the support of background knowledge, general problem solving with errors and finally some good old research. I’m very proud of the outcome on this software because its simple and still has basic web browser functions to get you started. Features Included - URL Status - Adding new Tab - Tab Title - Full Screen - Forward function - Go back function - Loading Page - Status Progressbar - Save As - Copy &...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8

    Device Control with vb and uC

    Controlling your devices with vb.net and 8051

    This project is to turn off a device that is connected with controller via PC interface. Normally in the field many devices are connected or many such subsystems are connected to a system running on OS like XP and Linux. In this project we have targeted Window OS, in which we can develop software using Visual Basic 2010. Here, Simple software is designed which can control the Serial communication or COM Port.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CANUSB Library written in C#
    ...Why not simply reference the library in your project and just call its functions?? This project does just that Licence: LGPLV3.: In summary, the only thing we ask is if you improve / bugfix / extend the library then feed these changes back into the project by emailing jon_newcomb or requesting sourceforge access. Applications you develop that use this library are not covered by this licence and can remain closed source and commercial
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10

    LIBSEPA

    VB module designed to create a SEPA XML file

    This is a Visual Basic module, that you can include into your VB or VBA project. It provides two very simple functions that let you output payment information into an SEPA XML file. This XML file then can be processed by other software in order to e.g. antually perform the transaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Vibrant Web Browser

    Vibrant Web Browser

    Vibrant Web Browser

    Vibrant Web Browser is a Web Browser made in VB Net, and Soon is going to be a Advanced Web Browser, I have been working on the project for a while, Updates will come out frequently VERSION 0.2 ALPHA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    BitrateCompressionCalculator for Python

    A simple Python utility to calculate file size from bitrate.

    BitrateCompressionCalculator for Python (BCCpy) is a very simple application for calculating a file size from length and bitrate. BCCpy came about as the result of my beginning to learn Python and recreating the basic functionality of a simple VB program I wrote back in 1999. Since I was never very proficient with Visual Basic (or Applesoft BASIC for that matter); this application is very basic and could use lots of improvements. I'll implement them as I learn them. As of October 6, 2018; I have "abandoned" the project. I have actually forgotten everything I know about Python since writing this and other than adding error handlers; I really don't know how much further I could take it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Schooner browser

    Schooner browser

    A simple, lightweight browser for Windows.

    ...It'll still install as Schooner, though. Just download the "Schooner.zip" file and run "setup.exe". You can access the code by going to "Files" and then opening the "VB project" folder. Don't open "Code". Schooner is completly public domain, liscensed under CC 0. If you feel it has helped you, please rate and review it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    catcher(keylogger)

    catcher(keylogger)

    Catcher is a keylogger tool

    ...So what's to wait in the new catcher? Data storage is in xml. VB language. Data is fixed for data analysis. Not detected as a maleware any more. Easy to use, open and terminate. -manny016
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    this tool is like a On-Screen Keyboard but it's writes unicode control character RLE or LRE and RLM or LRM The function of it is correction the direction of writing Useful in programs that does not support right to left languages Discussion in Arabic forum:- http://www.mexat.com/vb/threads/1014415 and http://www.mexat.com/vb/showthread.php?t=1040255 vs project http://www.mediafire.com/?9b451ss158oc5
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    pjSIP_Recovery

    vb .net wrapper for pjSIP project featuring enhanced call recovery

    vb .net wrapper for pjSIP project featuring enhanced call recovery features. This project has a ,net wrapper with extended sip functionality wrappered around call recovery features such as rtp timeout and call redelivery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Averia Browser

    Averia Browser

    A vb made Proxy Browser

    This is an open source project that has 1 error i cannot seem to fix. DO NOT USE THE PROXY CONTROL PANEL JUST CLICK SHOW WEBROWSER.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Macros for Outlook 2003, 2007, and 2010 especially contain QuoteFix Macro inspired by Outlook-QuoteFix written by Dominik Jain. QuoteFix Macro is a VB-Macro for Outlook. This project also includes other macros for improved Outlook usability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Dork Mini Browser is just a clone IE browser made in VB just for fun project to understand some components and other function in writting program in VB. The name dork descrbe itself.. so have fun sorry for my bad english ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This application replaces a given search text in all word documents under a given folder. It can use RTF formatted text as replacement also. The project is written in VB and is compatible with word 2000.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    X - signer
    X - Signer is an open source project on signing *.sis and *.sisx files(Symbian Installation Source). It is still under development. It is written in VB and runs on Windows. It requires .NET framework 4 to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    7Log
    A simple to use Windows 7 Login screen background modifier. Made in the simple VB language(Microsoft Visual Basic 2010 Express Edition) Project has been moved to Google Code: http://code.google.com/p/7log/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Race Manager for Runners/Walkers
    This VB/MS Access project is designed to help organizations put on a 5k Run/Walk by managing the participant's and timing their performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A web based/open source knowledge management risk analysis tool that aims at assisting project managers in controlling risk factors pertaining to sharing knowledge assets in collaborative settings. Required programming skills include VB or ASP.NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a Visual Basic (VB) .NET 2008 project that includes a class for implementing the protocol for the Beckhoff BK8100 bus terminal (RS232).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB