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 security. Auth0 now, thank yourself later.
Try free now
GoAnywhere Managed File Transfer (MFT)
Secure and simplify your file transfers
GoAnywhere MFT provides secure managed file transfer for enterprises. Deployable on-premise, in the cloud, or in hybrid environments, GoAnywhere MFT software enables organizations to exchange data among employees, customers, and trading partners, as well as between systems, securely. GoAnywhere MFT was a recipient of the Cybersecurity Excellence Award for Secure File Transfer.
UnityCsReference is the C# reference source code for the Unity engine and editor. It provides developers transparency into how Unity's C# APIs are implemented under the hood but is strictly for reference—not for modification or redistribution without a commercial license. The terms of use do not permit you to modify or redistribute the C# code (in either source or binary form). If you want to modify Unity's source code (C# and C++), contact Unity sales for a commercial source code license....
Run .NET and Node.js code in-process on Windows, MacOS, and Linux
...Edge.js ensures correct lifetime of objects on V8 and CLR heaps. The CLR code can be pre-compiled or specified as C#, F#, Python, or PowerShell source: Edge.js can compile CLR scripts at runtime. Edge can be extended to support other CLR languages or DSLs. Edge.js provides an asynchronous, in-process mechanism for interoperability between Node.js and .NET.
....
*---------------------------------------------------------*
|Libry Compiler 4.1 Documentation (c) by Kinex Development|
Introduction:
-----------------------------------------------------------
Libry Compiler is a 32-Bit Compiler which compiles directly into machine code
and produces a small PE file. Libry's syntax is in a style of C language.
Produced executables don't need any runtime because it is pure machine code.
-----------------------------------------------------------
Variables:
-----------------------------------------------------------
- Directive 'byte'
* Description: Reserve a byte.
-> byte <Identifier> [optional: = <Number>] ;
- Directive 'int'
* Description: Reserve a word.
-> int <Identifier> [optional: = <Number>] ;
- Directive 'dword'
* Description: Reser