Search Results for "visual studio 2013" - Page 9

Showing 950 open source projects for "visual studio 2013"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    MicrobialChemostatSimulation

    MicrobialChemostatSimulation

    Computer Lesson and Simulation of Bacterial Chemostat and Chemotaxis

    CheStatGen2b.exe will install a Lesson and Simulation of Bacterial Motility and Chemotaxis in a Chemostat Simulation. Bacterial Chemotaxis is the motion up or down the direction of an attractant or repelant of each bacteria. The simulation also demonstrates the bacterial mechanism of this utility. The Lesson also gives the Microbiology used in the simulation. It is coded in vb.net in MS Visual Studio 2022 Please note: After downloading and running the CheStatGen2b.exe file, also run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Efawin

    Efawin

    Interact with AWS Elastic Fabric Adapter on Windows

    Efawin library helps applications on Windows to interact with Elastic Fabric Adapter hardware on AWS EC2. It provides the necessary functionality through an interface that is very close to infiniband verbs interface. At this time, this library is scoped to support the libfabric efa provider that is part of the Open Fabrics Interfaces (OFI). See the OFI website for more information on libfabric. Any other use of the library is not tested or supported. This library provides the necessary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    codemaid

    codemaid

    CodeMaid is an open source Visual Studio extension to cleanup

    CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. Cleanup random white space into a simple standard order. Add unspecified access modifiers. Utilize Visual Studio’s built-in formatting capabilities. Remove and sort using statements. And do it all automatically on save or on demand, from an individual file to the entire solution. Visualize and navigate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Triangle Peg Game

    A computer program that solves the triangle peg board game.

    The triangle game is a peg board game that you jump over pegs and remove them. The solution ends with one peg left. This is a C# computer program that finds all of the solutions to the game using an exhaustive search algorithm. The solution is different when the beginning peg hole is changed to a different location of the 15 pegs. All of the solutions are included here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5

    coniow

    Borland-style conio implementation for MinGW/Visual Studio

    This library realizes almost all functions and globals from Borland's conio (console input and output), including window() and _wscroll (missing in conio2). Also it includes unicode functions and support for mouse and resize window event. The library supports Visual Studio 2010+/MinGW compilers
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    UE Viewer

    UE Viewer

    Viewer and exporter for Unreal Engine 1-4 assets

    ..." (it was left from the older name "Unreal MODEL viewer"). UE Viewer is a viewer for visual resources of games made with Unreal engine. Currently, all engine versions (from 1 to 4) are supported. We are using our own build system to compile UE Viewer. You may find a Perl script in Tools/genmake. This script generates makefiles from some human-friendly project format. After that you may build generated makefile using 'nmake' for Visual Studio or 'make' for gcc.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    Dakota VOEvent Tools
    A set of cross-platform tools for connecting via TCP/IP to the VOEvent transient astronomy alert network. Tools include a receiver/broker, a sender/publishing tool, and a VOEvent message checker. Runs on Linux, Mac OS X and Microsoft Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Locale Emulator

    Locale Emulator

    Yet another system region and language simulator

    ... are using 64-bit WinRAR, you will not see the context menu on a RAR file unless you swapped 64-bit WinRAR with the 32-bit version. Clone the repo using Git, install Microsoft Visual Studio 2015 / 2017, open LocaleEmulator.sln, perform build action, clone and build the core libraries, and copy LoaderDll.dll and LocaleEmulator.dll from Locale-Emulator-Core to Locale-Emulator build folder.
    Downloads: 267 This Week
    Last Update:
    See Project
  • 9

    Hi-Q Game

    This is a computer program that solves the Hi-Q peg board game.

    Hi-Q is a peg board game that you jump over pegs and remove them. The solution ends with one peg left. This is a C++ computer program that finds the solution to the game using an exhaustive search. In 1974 in college, I wrote a Fortran program to try and solve the problem, but the mainframe was not fast enough to find a solution. A peg jumps over another peg and the jumped over peg is removed. A perfect solution ends with one peg left. The program ignores reflections and rotations...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
    Learn More
  • 10
    QGAMES Library

    QGAMES Library

    The library needed to make all those games true

    QGAMES Library is the library needed to make all igcefo games true. It has been designed to run on Visual Studio 2017. Enjoy it!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    C++ Eigenvectors

    C++ matrix class template with eigenvectors

    All code is in a single .h file except for a .cpp file with the main() demo. Computation time scales as N^4. Also has class template Polynomial. Has extensive operators and methods. Algorithm summary: Any polynomial of degree m is uniquely and simply determined by its values at m+1 points. In particular the characteristic polynomial of an NxN matrix A can be determined by evaluating the determinant |x * I - A| at N+1 distinct values of x. Householder reduction is used to find ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    E-XD-SVG-Source-Code

    Add SVG Loading Saving and Editing feature to your application, C++

    Add SVG Loading Saving and Editing feature to your application, with complete C++ Source Codes, supports From Visual Studio 6 to Visual Studio 2022. Download it with: http://www.ucancode.net The basic functions are as follows: 1), you can open the vector SVG file. 2), you can directly edit the SVG graphics. 3), provides a variety of advanced vector operation functions, such as geometric operations, path curves, alignment, interrupts, and so on. 4), can be exported to SVG format...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ML workspace

    ML workspace

    All-in-one web-based IDE specialized for machine learning

    ... configured, optimized, and integrated. Usable as remote kernel (Jupyter) or remote machine (VS Code) via SSH. Easy to deploy on Mac, Linux, and Windows via Docker. Jupyter, JupyterLab, and Visual Studio Code web-based IDEs.By default, the workspace container has no resource constraints and can use as much of a given resource as the host’s kernel scheduler allows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    uccofficeplan

    uccofficeplan

    Floor plan, architectural design, furniture, layout, production...

    E-XD++ provides a composite graphic design program ShapeDeisigner, it can be used to design any complex architectural symbols. The size of canvas can be full customized. support for millimeters, centimeters, meters, feet, feet and other drawing units setting. support for multiple label lines, and according to the needs of custom applications and extensions. High -Bird pan window preview, and through a rectangular canvas in the microfilm to adjust the figure to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Bot Framework Solutions

    Bot Framework Solutions

    Set of templates and solutions to build advanced conversational apps

    The Virtual Assistant template and samples have been replace by the Enterprise Assistant Template in Bot Framework Composer. All new projects should use this template instead. This repo will be archived and no longer actively supported on March 31, 2022. The existing assets will remain for reference but will no longer be available in the Visual Studio Marketplace or NuGet repository. Build your own branded assistant tailored to your brand, personalized to your users, made available across...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Markdown+Math

    Markdown+Math

    LaTeX Math for Markdown inside of Visual Studio Code

    mdmath allows to use of Visual Studio Code as a markdown editor capable of typesetting and rendering TeX math.K, In fact, it now reuses the built-in markdown viewer. KaTeX works inside as a fast math renderer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Starcounter

    Starcounter

    Starcounter is an in-memory database application engine

    Starcounter is a fused ACID memory-centric database engine and C# VM that makes it easy to create fast line-of-business applications by merging primary and secondary memory and using server-side view-models. Applications are written in regular C#, LINQ and SQL. Even the ACID transactions are written in regular C# code. Starcounter applications let you achieve 50 to 1000 times better performance without adding complexity. Full Visual Studio support including IntelliSense, debugger...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GitHub Extension for Visual Studio

    GitHub Extension for Visual Studio

    GitHub Extension for Visual Studio

    The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015 and newer. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu. Use GitHub and Visual Studio to bring CI / CD source control and workflows closer to your code. GitHub compatibility is now integrated into Visual Studio. Get GitHub for Visual Studio set up to bring the GitHub flow to Visual Studio. Authenticate to GitHub.com or GitHub Enterprise, keep the extension...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Fallen Earth Character Planner

    Fallen Earth Character Planner

    fallen earth ap, skill, build, planner, builder, guide, calculator

    The Fallen Earth Character Planner is a utility created with Visual Studio 2010 and designed to assist players in planning out character builds and assign ap points more effectively. Playlist for user guides: http://www.youtube.com/watch?v=u11OUZngxns&list=PLoe9kHxPfvZq1hM-68st3C8O3I4jSj_yk
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Side Cutters

    Side Cutters

    Free CAD software

    # Side Cutters Free CAD Software\ *The millimetre you see is the millimetre you get* ## Aim This software should be free. The aim of this project is to create a multi platform app while starting from a windows platform. It should create electrical drawings automatically and export them as bookmarked printable datafile (pdf). ## How? The software is licensed GPL/LGPL version 2. The Compiler is gcc 11.2.0, not Microsoft Visual Studio and the project is written in C, not in C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AWS X-Ray .NET Agent

    AWS X-Ray .NET Agent

    The official AWS X-Ray Auto Instrumentation Agent for .Net.

    ... application, you need to install the latest version of Visual C++ Redistributable. .Net Agent doesn't provide configuration items to disable tracing incoming HTTP requests. If you want to disable tracking incoming requests, you may set DisableXRayTracing as true. AWS request will trigger Http outgoing handler, so if you want to disable tracing AWS request, you have to disable both AWS handler and the Http outgoing handler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Git Graph extension for VSC

    Git Graph extension for VSC

    View a Git Graph of your repository in Visual Studio Code

    View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want! View annotated tag details (name, email, date and message) Copy commit hashes, and branch, stash & tag names to the clipboard. View commit details and file changes by clicking on a commit. View the Visual Studio Code Diff of any file change by clicking on it. Open the current version of any file that was affected in the commit. Copy the path of any file that was affected...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    patch_hlp_21

    patch_hlp_21

    Fix Update context issues of Microsoft Help Viewer v2.x

    Fix some issues of Update help context of Microsoft Help Viewer v2.x in Visual Studio 2013 How to fix: error: "Unable to connect to http://services.mtps.microsoft.com/ServiceAPI/VisualStudio12/en-us"; solution by: https://blogs.msdn.microsoft.com/thehelpguy/2012/04/10/installing-content-from-downloaded-help-viewer-2-0-cabs The issue can be fixed manually. error: "An error occurred while updating content: File '???.cab' was not signed by Microsoft". solution by: https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    NppMenuSearch

    Search Notepad++ menu items and preference settings

    Plugin development moved to GitHub: https://github.com/peter-frentrup/NppMenuSearch. Binaries continue to be served here. Notepad++ Menu Search Plugin This plugin adds a text field to the toolbar for searching menu items and preference dialog options. The plugin is inspired by a similar Visual Studio 2012 functionality. It is written in C# using the approach described in http://sourceforge.net/projects/notepad-plus/forums/forum/482781/topic/4404278
    Leader badge
    Downloads: 273 This Week
    Last Update:
    See Project
  • 25

    file-splitter-rejoiner

    file splitter and rejoiner

    /* * * Freeware * Open Source * 2 tools in one application * using .Net 4.8 * (1) Simple files splitter and rejoiner tool using memory buffer * (2) Simple files base64 encoder and decoder using random sized Stream GB/TB+ data sizes * A good tool for an essentials inventory * Just when required. * Simple precise short and straightforward coding * Tested bugs free and perfect when I developed and released it. * * Developer: Tushar Jain * Release Time: 09:33 PM *...
    Downloads: 0 This Week
    Last Update:
    See Project