Showing 28 open source projects for "vb-decompiler"

View related business solutions
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • 1
    NSLadder

    NSLadder

    Ladder editor and debugger

    NSLadder is a complete PLC manager based on the Ladder diagram, it generates code that can be directly assimilated by the PLC controller (arduino, raspberry, arm cpu....) NSLadder also allows simulation without a PLC connected Ladder is one of the best visual programming languages ​​is a PLC programming language called ladder diagram (LD) or instructions list (IL). The main strength of lader is the visual representation that is more representative than most programming languages, so...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    Photon

    Photon

    A graphing calculator that's both powerful and easy to use.

    ...Display options are also available, including a dark / light theme for optimal visibility from a projector. Photon's primary goal is to be easy to use while retaining a feature-rich design. VB Gadgets brings you Photon - a parametric graphing calculator.
    Downloads: 8 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: 121 This Week
    Last Update:
    See Project
  • 4
    Finding DNA Repeats by RFRE

    Finding DNA Repeats by RFRE

    RFRE is a tool to find DNA repeats (tandem and short)

    A tool to FIND DNA REPEATS (tandem and short): RFRE is a mini tool to search for the repeated DNA sequences (SHORT REPEATS OR TANDEM REPEATS) characters by using the regular expression language (VB script). The Metacharcter and their behaviours in the context of regular expressions are the main methods to identify the different searched patterns and by different combination of Metacharcter, the programmed tool can search and detect the pattern of DNA sequence. Repeater Finder Regular Expression Tool Regular Expression for Protein Motif Search and SSR sequence. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 5

    Java API for VISA Devices

    Java wrapper for native VISA library and TDS3000 oscilloscope driver

    ...History: This instrument driver project is part of of a non open source data acquisition and analysis project used at Colorado School of Mines, JSeisLab. JSeisLab is a Java port of its predecessor "Spectrum Division for Windows" which is written in VB 6.0. Design: I created a 64-bit JNA wrapper with IVI's visa.h version 5.0 as input to JNAerator (https://github.com/nativelibs4java/JNAerator). Instrument drivers written in Java can use this wrapper. A 64-bit VISA library from either an instrument company (e.g. National Instruments, Tektronix) when running Windows or libvisa (http://www.librevisa.org) when running Linux needs to be installed .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    AdvancedHMI
    Turn Visual Studio into a powerful HMI/SCADA development package by simply dragging and dropping, no coding required. DF1, Ethernet/IP for Allen Bradley PLC controllers, and many more drivers. Free
    Leader badge
    Downloads: 108 This Week
    Last Update:
    See Project
  • 7

    Arduino VB Keypad reader

    Arduino USB Port Keypad reader program

    Connect your Simple keypad to the Arduino 2,3,4,5,6,7,8,9 pins (Digital IO) more details at http://computeraidedautomation.com Compile and Upload the arduino-keypad.ino to your Arduino board Connect Arduino to the USB port. Press the keys on the keypad to read it in VB Textbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    VB COMPORT DATALOGGER V1

    Visual Basic Com port data logger - Arduino and Vb

    Using Arduino and Visual Basic to select the connected port dynamically and transfer the data from one of the sensors (here Ultrasonic Distance Sensor) connected to Arduino to the computer via connected port. more details : http://computeraidedautomation.com Download arduino_vb.ino and ArduinoVB.NET Datalogger.zip files open your arduino compiler and compile arduino code from arduino_vb.ino Extract zip file and install setup.exe Connect Ultrasonic distance sensor's Echo pin & Trigg...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PinguinoX

    Pinguino VB IDE

    Pinguino VB basic compiler envirionment for MicroChip PIC computers
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY UNNECESSARY. Why not have the DLL as managed code?? ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A Disk Scheduling Simulator tool. With an intuitive GUI interface and command line functionality. Built using both VC and VB. Currently supports SSTF,LOOK,CLOOK,SCAN and CSCAN algorithms. Rotational latency is also optionally supported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Tools for T-RFLP data analysis

    VB macros and a template for the analysis of T-RFLP data using Excel.

    A collection of Visual Basic macros and a template for the analysis of terminal restriction fragment length polymorphism data using Microsoft Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CrossCompiler

    A new way to program on VEX Robotics.

    A new way to program on VEX Robotics.Easy vb-style objective program style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Port Access for Win98/NT/2000/XP

    Port Access Library Package for Win32 on VB,Java and Visual C++

    Port Access 1.0 This is a Win32 programming platform indipendent Microsoft Windows 98/NT/2000/XP compatible hardware port access driver and API for Visual Basic,Java and Visual C++ . This project still under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Arduino VB Lab

    VB.NET Arduino Interface

    Arduino VB Lab is coded in VB.NET and allows users to make custom control interfaces for controlling the Arduino from the PC. Users can add gauges, buttons, images, etc, to an empty page and use the buttons to control something, or use the information being displayed. You are able to log all sensor data to an SQL Server database and select a date range on the graphs to view different time spans of data.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    VBTheory Calculator

    VBTheory Calculator

    The calculator that has every feature you delight

    This a VB calculator I have made. Current Features: -Do usual Math calculations -Delete and point functions -Clear/Clear All -Memory functions with visual memory screen -Do trigonometry -Square and square root -Log function -Log shell integration -3 different languages -Variables slot for saving important values
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This toolkit allows complete control of a microscopy setup from Labview, Matlab, Scilab, Python, .Net, VB, IgorPro, Mathematica and more. Included is a standalone program for image acquisition and scripting control of a scientific microscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A collection of GPS and Paragliding related competition code. TP - VB GPS based Task Verification Program. TrackMe - Symbian C++ Nokia GPS cellphone code sends regular location data via SMS. PRS - JAVA J2ME Midlets to be used for the Pilot Recovery S
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ongoing development of a fast, accurate, and eventually parallel, numerical solver that is currently specific to differential equations of the Riccati variant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Four-bar Linkages Simulator using OpenGL (3D), it allows to change the size of the bars, and change the current angle of the main bar. It also have a Play/Stop feature. Just extract everything on windows and run 4bar.exe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a collection of vb class modules written in native Visual Basic. They provide the following functionality: Processing of very large integer numbers, hashing algorithms, prime number handling and an implementation of the RSA algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    open source project management software language:--vb -6.0 * A-O-N,Gantt chart genration. * Critical path,float calculation. * Resource profile genration. * Resource leveling through simulation. * Resource allocation based on various priority rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MEDDAC is the seeding point for designing a new approach to Operating System design itself. It is an Open Source project with roots in mainframe design and development the author began in 1979. Monitor Editor Disassembler Decompiler Assembler Compiler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pisak is a Windows VB application designed as a result of laboratory project at the Technical University of Szczecin. Ultimate goal of the project is to make industry Mitsubishi Movemaster robot to write user-input message on a paper. Polish language!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB