Showing 220 open source projects for "vs"

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 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    USPS One Code - Intelligent Mail Barcode (4-State Customer Barcode) - encoder implementation with VS 2008. Source code in C# and VB.NET and binaries for .NET (1.1, 2.0 and 3.5), .NET CF (2.0 and 3.5) and Mono (1.* and 2.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    QuickCache (formerly jpcache) is a lightweight, full page caching system for PHP4/5, reducing server-load (pages generated less often). Speeds up display, by caching page ouput vs compiling the php-page. Reduces bandwidth requirements by up to 80%.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    This project is an Add-in for Visual Studio 2005. The goal is to provide version managing features to VS solutions or project by project: increment a specific part of the assembly version (major/minor/build/revision) and auto-increment revision on build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A WPF Docking Library to easly integrate windows docking functionalities like VS. (THIS PROJECT HAS BEEN REPLACED BY AVALONDOCK PROJECT THAT YOU CAN FIND AT WWW.CODEPLEX.COM/AVALONDOCK)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 5
    WebComponent

    WebComponent

    PHP class that separates programming from presentation using templates

    WebComponent is a simple but flexible and powerful PHP class that outputs HTML content to the browser, based on templates and variables. Under a good design it eliminates the "developers vs art designers" war, separating the programming from presentation code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The VersionOne Visual Studio 2003/2005 add-in allows developers to update V1 task details from within the Visual Studio IDE. This project also provides a good reference implementation illustrating the use of the VersionOne API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project semilar to CDX library the different is a new features that will be added to this new library CDX10, why 10 cuz will be work on DierectX10 that mean VISTA OS will supported,and will never use copier code every things will be new also example
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Utility to dump undecorated C++ symbols from C/C++ libraries in a sorted fashion. Useful for testing new library versions for backwards ABI compatibility, among other things. Requires a valid install of VS.Net 2003 or VS 2005, and the .NET 2.0 framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This distribution contains a novel fast CRC generation algorithm developed by Intel. This algorithm runs at under 3 cycles per byte (vs. 7) and thus triples the performance of existing CRC implementations. Slicing-by-8 uses an 8KB cache footprint.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    Validation and extraction rules for VS-2005 web test framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This Add-in allows .Net programmers to use the Visual Studio .Net's HTML Help Workshop and HTML editing features to create HTML Help (.chm) files with ease. Check the Home Page for more info and please read the help file that comes with the add-in!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Universal Object Pascal Library - a cross tool library designed to work and compile under Free Pascal / Lazarus, Borland Delphi, and RemObjects Software VS plugin Chrome. This provides a common library for all products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    VS .NET 2003 Add-Ins. Analyse de l'utilisation de ressource texte dans les codes VS (C#,VB) et Edition de plusieurs fichier .resx simultané pour les applications internationnales.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Visual Studio.NET Addin for the easy management and authoring of C# XML comments in a WSIWG environment including the use of HTML and comment include files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    "Versionable Store - OX" is a single-user Object Database written in Java. The basic API is simple and elegant to use on new projects or incorporate in existing projects for persistence support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project consists of 2 utilities to assist in the use of Microsoft Visual Studio 2005 via a command line interface. a command line app (vs_commander) that will send commands to a running instance of VS and an addin (InsideMan) for custom commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Quick Attach

    Attach to your process with one click.

    This is extension for VS, which allows you to attach to your process with one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A standalone, STL interface to the Torch library's Support Vector Machine (SVM). It supports single or multiclass (one vs. all) classification using dot product, polynomial, Gaussian and sigmoid kernels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    cl-jpeg

    JPEG encoder implementation using OpenCL

    ...Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput Computing on CPU and GPU" paper by Victor W Lee, Changkyu Kim, Jatin Chhugani, Michael Deisher, Daehyun Kim, Anthony D. Nguyen, Nadathur Satish, Mikhail Smelyanskiy, Srinivas Chennupaty, Per Hammarlund, Ronak Singhal and Pradeep Dubey.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    GWD Website Diagnostic Tool

    Diagnose and Check Website Health

    DIAGNOSE & MONITOR SITE FLAWS It comes with all major metrics of website such as title, description, keyword, tag, page size, page speed, server status, compression status, mobile friendly status, image/css/javacript status and many more other important metrics of your website.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo