Showing 30 open source projects for "clr"

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
    C# for Visual Studio Code

    C# for Visual Studio Code

    C# support for Visual Studio Code (powered by OmniSharp)

    Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code. Lightweight development tools for .NET Core. Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc. Debugging support for .NET Core (CoreCLR). Note: Mono debugging is not supported. Desktop CLR debugging has limited support. Support for project.json and csproj projects on Windows, macOS and Linux. .NET Framework builds...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    Python.NET

    Python.NET

    Package that gives Python programmers integration with .NET Common CLR

    Python.NET (pythonnet) is a package that gives Python programmers nearly seamless integration with the .NET 4.0+ Common Language Runtime (CLR) on Windows and Mono runtime on Linux and OSX. Python.NET provides a powerful application scripting tool for .NET developers. Using this package you can script .NET applications or build entire applications in Python, using .NET services and components written in any language that targets the CLR (C#, VB.NET, F#, C++/CLI). Note that this package does...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    CSharp.lua

    CSharp.lua

    The C# to Lua compiler

    The C# to Lua compiler. CSharp.lua is a C# to Lua compiler. Write C# then run on lua VM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    apm-agent-dotnet

    apm-agent-dotnet

    Elastic APM .NET Agent

    Elastic APM .NET Agent. The agent can automatically instrument .NET Framework, .NET Core, and .NET applications using the .NET CLR Profiling APIs. The Profiling APIs provide a way to instrument an application or dependency code without code changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
    Learn More
  • 5
    RepoDB

    RepoDB

    A hybrid ORM library for .NET.

    RepoDB is an open-source .NET ORM library that bridges the gaps of micro-ORMs and full-ORMs. It helps you simplify the switch-over of when to use the BASIC and ADVANCE operations during the development. Like with any other ORMs, RepoDB does provide the preliminary methods needed for your basic operations. The good thing is, it also does provide the operations that are needed to cater your edge-cases like 2nd-Layer Cache, Tracing, Repositories, Property Handlers, and Batch/Bulk Operations. If...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ClojureCLR

    A port of Clojure to the CLR.

    This site is being used to house binary packages for download.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    Is a QT Point of Sale , CPP CLR need to be complete
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    New Source of Acmia is been uploaded the Source is in CPP CLR
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This CPP CLR Database that comes from Firebird need to be complete
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
    Learn More
  • 10
    The Eagle Project

    The Eagle Project

    Implementation of Tcl for the CLR.

    Eagle (Extensible Adaptable Generalized Logic Engine) is an implementation of the Tcl scripting language for the Common Language Runtime (CLR).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DotNET.jl

    DotNET.jl

    This package provides interoperability between Julia and .NET apps

    This package provides interoperability between Julia and Common Language Runtime, the execution engine of .NET applications. Many languages run on CLR, including C#, Visual Basic .NET and PowerShell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SqlBulk

    SqlBulk

    Easy way to import and export files and excel in SqlServer

    I developed this dll to improve the development of sp and to avoid the problem of the Bulk or Bpc commandm that required Administrator grant. Infact, the execution of CLR required only dbo grant on its db and just public grant on server. for any help or questions, please contact me by Sourceforge!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Browse by Query
    A query language for code browsing. You query your database-- why don't you query your code? Write queries to provide custom views of your Java or C#/CLR code base. Integrates with popular IDEs or standalone.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    mssqlproxy

    mssqlproxy

    Toolkit aimed to perform lateral movement in restricted environments

    mssqlproxy is a toolkit aimed to perform lateral movement in restricted environments through a compromised Microsoft SQL Server via socket reuse. The client requires impacket and sysadmin privileges on the SQL server. The first step is to execute code in the SQL Server process context. As extended stored procedures are going to be deprecated in future versions of MSSQL, we pay attention to Microsoft recommendations and thus, use CLR assemblies instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    .NET Book

    .NET Book

    .NET Platform Architecture book (English, Chinese, Russian)

    This book was thought as a full description of how .NET CLR and to some extent .NET Framework function. I tried to draw the reader's attention to their internals from a different, unusual point of view. Primarily, it is caused by the statement, quite disputable, that any software developer must know C/C++. Why? The reason is that among all high-level languages these are the nearest to the CPU, and if you build your program in these languages you feel better about how it runs. However, our world...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Edge.js

    Edge.js

    Run .NET and Node.js code in-process on Windows, MacOS, and Linux

    An edge connects two nodes. This edge connects Node.js and .NET. V8 and CLR/.NET Core/Mono - in process. On Windows, MacOS, and Linux. You can script C# from a Node.js process. Edge.js allows you to run Node.js and .NET code in one process on Windows, MacOS, and Linux. You can call .NET functions from Node.js and Node.js functions from .NET. Edge.js takes care of marshalling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. Edge.js...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    SQL CLR Function for Address Geocoding

    SQL CLR Function for Address Geocoding

    This SQL Server user-defined CLR function takes a postal address on input and returns a properly parsed and corrected address on the output plus the latitude and longitude coordinates of its location on the map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HookSpeech

    HookSpeech

    Avoid automated moderation of text!

    Changes keyboard input to a different alphabet on the fly, no mess. Useful for avoiding automated moderation of text! Also a pretty good example for using a native C++ DLL in a C# application via a managed C++ wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DUnit FMX

    DUnit FMX

    DUnit translation to FMX and Mac OS X.

    DUnit is a framework of classes designed to support the Xtreme approach to software testing. This branch from the principal project, is for transform his visual interface to the new Firemonkey framework, know too as FMX. Current version is only for the old VCL framework. When project finish, it shall work for run unit test in Windows and Mac OS X. And of course for Android and IOS too. Did you need this approach? You can support us saying you like this project and leaving a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ela, functional language
    Ela is a modern functional programming language that runs on CLR and Mono. It is implemented in 100% .NET and C#. Main project hosting is CodePlex: https://ela.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python for .NET
    Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A simple downcount Timer. Just type the time you want to count and press 'Start'. Press 'Stop' if you want to stop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FMACJ is a parallelization framework for the .NET CLR that gives your applications multicore/cluster support by saying what should be parallelized via attributes. You do not have to think about threads and networks at all. FMACJ also runs on Mono.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    P4.Net is a Perforce API for the Microsoft .Net Common Language Runtime (CLR). It can be used from any managed language including C#, VB.Net, J#, Powershell, IronPython, and MSBuild.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next