Search Results for "vs studio code" - Page 4

Showing 158 open source projects for "vs studio code"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Virtual Trainer

    Virtual Trainer

    A tool for personal trainers and fitness enthusiasts.

    Currently: *Source code now available in the form of a Visual Studio 2015 project (zipped).* 1) Calculate BMI, daily caloric intake, target heart rate, maximum and training poundage, and ideal proportions based upon joint measurements. 2) Record and recall measurements and progress using the Basic Information tab. 3) Create, Manage, Export, and Import custom foods/exercises lists using the appropriate tabs. 4) Store and recall workout and diet log records by date. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    MoonSharp

    MoonSharp

    An interpreter for the Lua language, written entirely in C#

    A complete Lua solution is written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms. Support for the complete Lua standard library with very few exceptions (mostly located on the 'debug' module) and a few extensions (in the string library, mostly). Supports dumping/loading bytecode for obfuscation and quicker parsing at runtime. An embedded JSON parser (with no dependencies) to convert between JSON and Lua tables. Easy opt-out of Lua standard library modules to sandbox what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Tic Tac Toe

    Exciting Tic Tac Toe game full of features

    Hello World, my name's Nick . I like this game since a long time. I played various versions of it, but they all lack in customization. That always made me want to make my own version of Tic Tac Toe since I was 10 or so. I couldn't even program! So I'm now attempting to make it look beautiful and full of little details. I hope you're gonna enjoy it! Coder: Nick . Tester: Alex You need Microsoft .Net Framework 4.5 or the application won't start. .Net Framework 4.5 is already...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    cgSudoku

    Sudoku engine for .NET 4.0 and up

    ...Source is currently being developed in Visual Studio 2015, although it does not rely heavily on C# 6.0 features and could probably be converted to an earlier version with little trouble. External references include NUnit 2.6.4 and Moq 4.2 (used in the test library projects only) and Ninject 3.2 (could be written out easily).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5

    Euro Currency Converter

    Software converts to/from Euros to 31 different currencies

    The software will convert to/from Euros to 31 different currencies using the European Central Bank's XML currency rate feed. The complete Visual Studio solution with source code is contained within the .zip file. The .exe file is for those who just want to run the program. This is a simple project written in C# that I am releasing under the FreeBSD License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Insulin IP Calc

    Insulin infusion protocol calculator

    ...The infusion protocol calculator is based on the updated "Yale Insulin Infusion Protocol" http://bit.ly/1DaVfUd and American Association of Clinical Endocrinologists (AACE) blood sugar targets. http://inpatient.aace.com/ . Source code requires Xamarin Studio & Android SDK to compile.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    Nim Advanced

    A Nim Game

    The mathematical game widely known as Nim made in C#. The rules are simple. Each turn a player can take one or more matches from the same row. Who takes the last match wins! The souce code is inside the archive Have fun playing it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CarSpense

    CarSpense

    Car registration tool

    ...For now, we still recommend using the version available for download, but in the future, the newly developed version will be made available for download! We are now using Visual Studio Online as our main Version Control system, but code is regularly synced to SourceForge as well. ------------------------ CarSpense is a tool used to register and report on car-related costs. You can think of average fuel consumption, total cost per year/month, cost per kilometer, etc. As this project is still in beta, we are adding more features in due time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SQL Converter

    Convert Excel workbooks to MSSQL Code

    Convert extensive excel workbook to MSSQL Code .NET FrameWork 4.5, Visual Studio 2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    N-Tier Windows Forms Framework

    N-Tier Windows Forms Framework

    N-Tier Windows Forms entity productivity framework

    Updated to work with Visual Studio 2012. The N-Tier Framework for Windows Forms is designed to put the developer in control with tools & APIs for the rapid development of database applications in c#. NTier is designed to leverage developers' skills and familiarity with Visual Studio and Windows Forms to quickly build large business applications. NTier provides tools, frameworks, designers, extender providers and helpers to make database application development easy without replacing familiar tools completely or simply providing an inflexible code generator. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    View Builder

    View Builder is software that allows you to quickly create webpages

    View Builder is software that will allow you to visually or manually build webpages. View Builder also allows you to edit the html, and css of a web page. I have been developing it using Visual Studio 2012. View Builder is written using C# and is currently in the development stage with an installation package and visual studio project files included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Make-It-So

    Make-It-So

    Converts Visual Studio solutions to gcc makefiles for Linux

    MakeItSo converts Visual Studio solutions to gcc makefiles for Linux. It will convert all projects in a solution and create a makefile for each one. It also creates a master makefile that will build them in the correct dependency order. Many self-contained solutions can be converted just by running MakeItSo against the solution file. For more complex solutions, you can provide extra information to MakeItSo, for example to replace Windows-specific external libraries with Linux versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PWDTK.NET

    .NET Secure Password Hashing API

    This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching. This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables) I was going to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DivIP

    DivIP

    Tool for division IP address and subnet

    ...DivIP is a freeware for calculating IP address (network/broadcast/usable host range, subnet, VLSM, summary IP, wildcard mask...) released under GNU GPLv3. ------------------------------- You can find SOURCE CODE of DivIP v2.0.0 here: https://app.box.com/s/vv94jrpa5zyzx29z25mj Video tutorial: http://www.youtube.com/watch?v=26l7iLYR3f8 Information about DivIP v2.0.0's project: Programming Language: C# (.NET) Programming Environment: MS Visual Studio 2013 Ultimate .NETFramework's version: 3.5 Operating System: Windows Fonts: Open Sans & MS Sans Serif P/s: + I'm a self-study C# language so may be some elements in project are unnomalized...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    K-Divide

    K-Divide (Developed to help using Brown & Sharp 10" Universal dividin

    K-Divide (Developed to help using Brown & Sharp 10" Universal dividing Head BS-2) It is developed by visual studio 2012 (c#) Check it out here: https://youtu.be/q4Zb3qRt1iY Note: This program was developed a few years ago and back then win7 was fine with it however sometimes win10 recognizes it as a potential threat, be sure that its safe, you can check the source code from this very website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VS Project Shortcutter

    VS Project Shortcutter

    Creates shortcuts to your visual studio projects

    Creates shortcuts to your visual studio projects, whether it be the executable, the project, or the solution file. The shortcuts will be placed in a single directory as a quick access list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project has moved to GitHub: https://github.com/bbadjari/vsfile Library written in C# for reading Visual Studio files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    MonoGame Spectrum

    Spectrum on MonoGame using Bass.net

    Spectrum demonstration on MonoGame (XNA) with library use bass.net. Visual Studio 2012 I want to make her the worker on Linux, but yet did not achieve it. Video: youtu.be/ujTjEPovJ3k
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Console Grapher

    Console Grapher

    Graphing calculator within the Windows desktop console

    ...If you know coding, be sure to check out the source code, which is in the form of a zipped-up Visual Studio solution. If you would like to import some of the functions into your own project, the code is free to be used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    .Net FastDL Server

    A FastDL Server for Counter Strike in C#

    A very simple but effective FastDL Server for Counter Strike that allows your game server clients to download your server content from a HTTP service.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    XNA HLSL Particles

    A simple particle physics simulation in XNA

    April 18th, 2013: Migrating Project to https://github.com/Cody-Duncan/XNAParticles I will be sure to pull changes back to the repository here. Requirements: XNA 3.1, Visual Studio 2008 (for source code), a graphics card that supports Shader Model 3.0 . This simulates a field of particles. Physics calculations are done using HLSL with the vertex texture fetch. Each particle's velocity is stored in a pixel's rgb values in a texture. The position is stored in a separate texture. The velocity texture is run through an HLSL shader to update the velocities, and then the same sort of thing occurs for the position texture. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    That tool makes it possible to automatic translate Eclipse java projects into Visual Studio projects. Generated code can be directly compiled and executed whitout any user modification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PhatStudio
    PhatStudio is a Visual Studio plugin which lets you quickly navigate to any file in your project in just a few keystrokes, even for very large projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LuaEdit is an IDE/Text Editor/Debugger for the Lua language. Its interface looks like MS Visual Studio .Net� and includes syntax highlighting, code completion, advance breakpoint management, efficient search engines, etc. Client under GPL and server (core debugger) under LGPL.
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 25
    This project has moved to GitHub: https://github.com/bbadjari/stylecopcli Command-line interface to StyleCop source code analyzers.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB