Search Results for "vs code window8" - Page 6

Showing 157 open source projects for "vs code window8"

View related business solutions
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 1
    Tic Tac Toe that never loses

    Tic Tac Toe that never loses

    A player vs CPU Tic Tac Toe made with C++ wherein the CPU never loses

    Try as hard and strategically as you can, but you will never win. Made in C++ using Code::Blocks, it's a small console program where the CPU never tastes defeat. A TIC TAC TOE game that never loses!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CASMR CAST

    CASMR CAST

    Source Code content for Open Source packages used by the CASMR CAST

    Source Code content for Open Source packages used by the CASMR Configuration Assistant (CAST). The CASMR Configuration Assistant will allow for the customer to easily organize the different versions of CASMR plugins and rapidly deploy software. This will allow the customer to create different areas (repositories) to distinguish plugins, such as ones that are in test vs. plugins that have been validated. This tool will allow the customer to control which CASMR sites have access to each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An Open-Source Tic Tac Toe game written in the Java programming language. Originally written for an Intro to Computer Programming course, later slightly modified for better code optimization. The source code and the executable (.JAR) will be provided in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Computrace Lojack Checker

    Computrace Lojack Checker

    This tool check for any presence of the Computrace / Lojack spyware.

    ... ordinateur ne puisse plus communiquer avec les serveurs Computrace. Suit la méthode de détection décrite à http://korben.info/computrace-lojack-absolute.html You can check the source code above (C# / VS 2010)
    Downloads: 7 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 5
    The vs Cobol screen handler converts screens defined in a simple meta-language (using standard text files) to Cobol sourcecode which can be accessed using PERFORM statements. Copyright (C) 1988-2013 Albert Gielis This software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2.0 as published by the Free Software Foundation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    makeprojects

    Auto generate VS, Codewarrior, Codeblocks, XCode projects

    This tool will scan your directory for source files and then generate a project file for Codeblocks, XCode, Visual Studio, Metrowerks CodeWarrior, FreeScale Codewarrior. It runs on Linux, MacOSX and Windows and can generate the files for any host from any platform. Great care is taken to make sure project file updates change as little as possible to make source control change lists as minimal as possible. This is the main IDE project file generator used by Olde Sküül!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    Base 10 and Binary teaching program

    Program written in C# with XNA framework

    required you to have Visual Studio (at least 2012) and XNA installed on your Windows OS . At least 2012 because the code was written using Visual Studio 2012. Linked for the XNA install for VS: https://msxna.codeplex.com/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Super Battleship World

    Super Battleship World

    Battleship through network

    This is a Battleship game developed by myself for academic purposes. Main Features: - Player VS PC - Player VS Player through network - Chat available in PvP mode. For playing through network, first you have to create the server and then ask Player 2 to enter the host IP in order to join the game. Attached you'll find the compiled code (JAR) and the sources (Netbeans project). Currently it needs a lot of improvements which I can't find the time to do. Here are the most critical...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    PWDTK.NET

    .NET Secure Password Hashing API

    ... Microsofts Rfc2898DeriveBytes(cb) implementation but after learning that it is using HMACSHA1 as the underlying PRF, I decided to modernise this & implement PBKDF2 with HMACSHA512 instead (Stronger against GPUs) Get binaries here but for source code please use the PWDTK.NET repo on GitHub which you can clone from here: https://github.com/Thashiznets/PWDTK.NET.git Please consider donating (5th button above) if you find PWDTK.NET useful! Package AVAILABLE on NuGet!!! Thanks - Ian
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10

    winradius

    A radius protocol application is running on Windows platform.

    A radius protocol application is running on Windows platform. now the code of this application is copyed from freeradius 2.1.12 and be edited to fit the VS 2010.
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 11

    PWDTK.NET MOBILE

    .NET Secure Password Hashing API for Windows Phone OS

    ... for more documentation etc. I will put binaries here, but please get source code from my GitHub repo: https://github.com/Thashiznets/PWDTK.NET-Mobile.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Xedi is small combo (tree VS text) XML editor with some useful functions, code highlighting and validation on-the-fly. You can choose edition mode in realtime: tree or text editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FrogSQL

    FrogSQL

    Simple SQL execution tool for SQL Server and Oracle databases

    Frog is a simple tool that provides a quick and easy way to execute multiple statements against SQL Server and Oracle Databases. It has an input pane where the SQL is entered, and an output pane that shows the results. The tool is comprised of a single executable that requires no installation. The VB.NET 2010 project source is supplied as a .zip file. This project is very easy to modify for your own purposes (if you have either the free VB.NET 2010 Express edition, or full blown VS 2010).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Comments Code Snippet for C#

    Surrounds selected code with a comment block in C#

    This code snippet surrounds selected code with a comment block (/* comment */). Should work for all versions of Visual Studio starting from 2005. To find the code snippet path used by VS, go to Tools -> Code Snippets Manager. Select Visual C# in the Language drop down. Expand the Visual C# folder and note the file location. Place this file in that location. Restart VS, select a group of code, right click -> Surround with and it should be there with the name: Comments Snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    This lightweight dynamic component framework, implemented in Java in a first time uses no code generation at all but uses only contracts. Contracts are expressed using simple software mechanism as interfaces and/or reflection (from middleware to application). A single small jar hosts the code dedicated to data, event and services management over the network, using contracts, reflection and generics. The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TinyMT

    Fast high quality random number generator.

    TinyMT is a very fast random number generator..It produces high quality random numbers that pass the BigCrush and AdaptiveCrush tests. This project is a port of the TinyMT project on GitHub, which is written in C: https://github.com/jj1bdx/TinyMT My updates to this project include: 1. Ported the project over to C++. 2. Ported the project over to C#. 3. Made the class retain state .vs. passing in the state each time a ran number is needed. 4. Added a method to fill an array...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XCC Code Doc Generator
    XCC, XCommentCreator: native C++ source code document (HTML or/and CHM) generator
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Cobos Project

    Cobos Project

    the disruptive IDE for COBOL developers

    The Cobos Project is an Open Source initiative from Metrixware, dedicated to Mainframe COBOL CICS, DB2, IMS developments within the Eclipse Platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FITpro is built upon the Framework for Integrated Test (Fit). It provides integration with Eclipse and MS VS, and web UI. FITpro advanced features include code generation, suite support, and test to fixture links. See project's Wiki for more informatio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RES is a pure Java based Open Source Cobol to Java translator. It creates maintainable Java code for a subset of VS Cobol syntax. It has been developed with JDK, JTB and Javacc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Binary Helper is a relatively simple .NET application which helps you convert to and from different number systems and ASCII characters; including binary, hexadecimal and decimal. It and the accompanying code/VS Solution is free for any use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    VSPC is the console utility for converting between project formats for various versions of Microsoft Visual Studio. Currently the project supports VS 2002, 2003, 2005 and 2008. Original version of the code was created by Stoyan Damov.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    Plot 2D (plotting X vs Y) scatter plots directly to a compressed image file. Platform independent standalone package. Plot up to 12 series. ASCII options file. Console/Terminal and win32 GUI. Code is ANSI C with C++ encapsulation. Try it on the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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: 2 This Week
    Last Update:
    See Project