Search Results for "visual basic format" - Page 33

Showing 6695 open source projects for "visual basic format"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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
  • 1
    Ken Burns Slideshow

    Ken Burns Slideshow

    Instant, portable, fullscreen slideshow with Ken Burns effect and more

    Create instant & real-time full-screen slideshow with the Ken Burns effect (and more!) for a set of images. Added several additional transition animations. 支持简体中文! Refer to readme.md in Files for a full description. Video preview: https://youtu.be/ch2UjN9nwIc Video preview (for China): http://v.youku.com/v_show/id_XMTQ5NTM0NTAxMg==.html For detailed description, change log and the latest dev build: https://github.com/changbowen/Ken-Burns-Slideshow
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 2

    Colorvox

    Activates the PTT of a hamradio TX when a specific color is at screen

    When operating any hamradio software that doesn’t control the PTT (push to talk) button of the radio you can use ColorVox to operate the PTT thru the COM port when some specific pixels at the screen change the color to a specific color you select. This software evolves the concept of voice operated relay (VOX) well known in hamradio activity to color operated relay (ColorVox) that is the innovation it introduces.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Copy Worksheet

    Copy Worksheet

    Open source Excel add-in to automate conditional worksheet copying

    Copy Worksheet is a tool for automating the process of conditionally copying rows and columns from one or more source worksheet to a single target worksheet. Copy Worksheet allows the users to define multiple sets of rules that are saved and later executed against a set of source worksheets to a target worksheet. The rules can be as simple as copy column A from source Sheet 1 to column B in target Sheet 2 or complex in having conditional statement for both source sheet and target sheet,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    UltraPlugin.js

    UltraPlugin.js

    A smart framework to developing sites and web applications

    [This project has been discontinued but you can use ALL versions created] UltraPlugin.js is the ultra smart powerful union of a data library containing a large proportion of functions that allows the user to develop web sites and applications in a pleasant and fast way with a framework that creates several possibilities by joining Html, Css and Visual Basic Script with the JS itself and allowing several new types of elements. This project is totally open-source and has a natural development so that users can adapt the work to their own way, besides being able to contribute with the author, warning bugs, faults or even possible improvements. Check the page constantly for updates or activate sourceforge's newsletter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    PDFsharp

    PDFsharp

    PDFsharp is a .NET library for creating and modifying PDF documents.

    PDFsharp moved to https://github.com/empira/PDFsharp PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET. PDFsharp defines classes for the objects found in PDF files, so you never have to deal with IDs or references directly. The downloads include MigraDoc Foundation, a .NET library for creating documents on the fly (supports PDF and RTF). PDFsharp is the .NET library that easily creates and processes PDF...
    Downloads: 64 This Week
    Last Update:
    See Project
  • 6
    .Net DLL/WSDL Import Utility for Delphi

    .Net DLL/WSDL Import Utility for Delphi

    Used for importing .net assemblies or WSDL and generate Delphi Classes

    This tool is used for importing .net assemblies as dll files, WSDL or web service XML schema and generates Delphi classes from the types of the imported assemblies. The Import .Net Assemblies Wizard is used for importing .net assemblies and generating Delphi classes from the types of the imported assemblies. The Import WSDL/Web Services Wizard is also used for importing Web Service Description language file/url or XML schema that describes a web service and generates Delphi classes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CsBatch

    Write C# code and run it as a you do with batch files

    ...When a .csbatch file is doubble-clicked, the content will be compiled as c# code and then run. The compilation output is a temporary dll. After execution the library is deleted. If you right click the .cdbat file and chose Edit a basic text file editor is opend. The code can also be developed in Visual Studio using basic .Net assemblies. No imports are allowed. Only the following references are available: System; System.IO; System.Collections.Generic; System.Linq; System.Text; System.Threading.Tasks; System.Windows.Forms; System.Diagnostics;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    The Sark Media Player

    A player for old format .mp3 and .avi files

    This software was developed in 2011. The source code is presently not available. So this software which may not work with modern files but still works with many files. It works under Windows 10, 7, Vista and XP systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ampare Error Box - Fun Error box Pranks
    Ampare Error Box is a fun .NETFramework 3.5 windows application showing an explorer.exe error message box to prank your friends thinking that they pc was messed up. This application make to be as simple as possible
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    RxJavaSamples

    RxJavaSamples

    Examples of some of the most common usages of RxJava 2 and Retrofit

    Examples of some of the most common uses of RxJava 2 with Retrofit. For the interface that needs to request the token first, then use flatMap() to connect the token request and the actual data request coherently, without having to write a nested Callback structure. For non-disposable tokens (tokens that can be reused), after obtaining the token, save it for repeated use, and use retryWhen() to automatically re-acquire the token when it expires, making the process of token acquisition...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Huge File Viewer is the fastest viewer for huge files (gigs and gigs). Instantly zip top to bottom of the file. It supports regular expressions, Unix/Windows/Unicode format files, binary or text. For viewing only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Netflix Browser

    Netflix Browser

    Free TV shows and movies on your desktop

    Netflixs Desktop is a simple grabs the Netflix webpage loads it from your desktop that makes life easier enjoy! :) I recommended you use this program with Google Chrome as your default web browser !
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Spectral-SpecPro

    Spectral-SpecPro

    Spectral - software for manipulating optical spectroscopy data

    ...Spectral takes files produced by Jasco instruments (uv-vis absorbance, fluorescence, circular dichroism readings as a function of wavelength, temperature, or time) and facilitates basic operations such as unit conversion (CD spectra), conversion into the format taken by CDPro (estimation of secondary structure; CD spectra), scatter correction (absorbance spectra), smoothing, re-sampling of the x-axis, and generic combination (sum, product, average, standard deviation) of multiple curves. Spectral-SpecPro is based on earlier software written by Stephen R Martin (MRC-NIMR London NW7 and Francis Crick Institute London NW1).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pandoras Desktop

    Pandoras Desktop

    free internet radio on your desktop

    Pandoras Desktop is a simple html viewer that grabs the pandora webpage loads it to your desktop in a app to make life easier enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kenwood TS-940S CAT software. Complete user interface for the TS940S. A complete drop down control panel, user preferences, load and save favorite frequencies and much more. A Kenwood TS-940S with a computer interface is required. Take full control. UPDATE: 12/7/2017 I have began working on this project once again, there are a few minor bugs etc. that I will be working on, and then I plan to redo the graphics and replace the faces with some better pics. It has been brought to my...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dream Music Player

    Dream Music Player

    It is a music player that supports many audio formats.

    Dream Music Player is a very good application for playing audio files on a desktop with support to a wide variety of audio formats. It has full functionality with playlist, shuffle, open folder, repeat and so on. One can also load his music library with just a click. And most of all its interface is pleasing. Looking for new apps can give it a try. Current version is 3.0. The next version is planned to having audio streaming online feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    The Sark RTF Pad

    A basic RTF editor and reader

    It was developed in 2011. It is version 1.0 and is the last version. It can open, edit, print rtf files and do much more. WIth it one can read the documents loud as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Data Modeler

    Data Modeler

    A tool for creating data models and databases for Microsoft SQL Server

    Welcome to the page for "Data Modeler"; a free tool to create Microsoft SQL Server databases. If you use Microsoft SQL Server and are in search of a clean and intuitive (and free!) data modeler, search no further. With object-level DDL previews, schema support, real-time model validation and DDL regeneration, sub-models, bulk undo/redo, drag 'n' drop foreign key creation, a data dictionary, update/delete foreign key automation, and customizable fonts and colors, this data modeler is an...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    ms-small-basic-dev-guide

    ms-small-basic-dev-guide

    Command reference for MSB (Microsoft Small Basic)

    Revised - 2017.10.13 This is a "Developer Command Reference Guide" for MSB (Microsoft Small Basic) divided into 12 pdf sections. There are 11 subject areas plus 1 reference doc; master command list, and reference charts: color, ascii, music, and math. 1) Includes master api & reference charts 2) 11 individual subject areas 3) Complete doc set merged for mobile users 4) 12 tab 3 ring binder index page This set of documents are in their **finished format**.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DbPipeline.NET

    OR-Mapper for C# and VB.NET that is better than Entity Framework

    The DbPipeline.NET OR-Mapper library was created out of frustration of the shortcomings of Entity Framework in handling stateless web applications and hiding of SQL from skilled developers. The DbPipeline.NET Database Interface Library shields you, the programmer, from having to learn and work with all the ADO.NET or Entity Framework database objects at a low level, and encapsulates all this power into objects with many additional capabilities and features that are not offered in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TopoJSON

    TopoJSON

    An extension of GeoJSON that encodes topology

    ...Or, a TopoJSON file can efficiently represent both polygons (for fill) and boundaries (for stroke) as two feature collections that share the same arc mesh. See How To Infer Topology for a visual explanation of how TopoJSON works. See Command-Line Cartography for an introduction to TopoJSON and related tools. See TopoJSON Format Specification for the format specification. To further reduce file size, TopoJSON can use quantized delta-encoding for integer coordinates. This is similar to rounding coordinate values (e.g., LilJSON), but with greater efficiency and control over loss of information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Software Center is a computer program that includes applications and tools that can have you on the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NEJE Laser Engraver Extended

    NEJE Laser Engraver Extended

    NEJE laser-engraver control-software with extended Functions

    NEJE laser-engraver control-software with extended Functions as - max. burning time extended to 239 - flip images - invert image color
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    Ampare Windows 10 Full Shutdown

    Ampare Windows 10 Full Shutdown

    Full Shutdown For Your Windows 8 and Windows 10 PC

    Change From Visual Basic to Bat file to fix False Positive Detection Error This Software will use the old shutdown method of Windows that allow you to completely shutdown your pc . No hibernation or Fast Startup. Allow you to recovery file , Installing Dual Boot Linux and even more with just a click of this simple tools Donate us : http://www.juthawong.com/donate
    Downloads: 0 This Week
    Last Update:
    See Project