Showing 845 open source projects for "c# source code example"

View related business solutions
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 1
    This project supplies two code generating utilities and a core C++ library that simplify programming to the JNI in C++.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Virtual machine/emulator; "holding pen" for self-replicating programs written in custom RISC assembly-like language, evolving via random point mutations and periodic fitness-based cullings. Inspired (like Avida) by Thomas Ray's alife simulator, Tierra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    GLBCC is a front-end to the GNU Compiler Collection. GLBCC adds Liberty Basic to the GCC language collection so that Liberty Basic code can be compiled directly to an executable. Since GLBCC uses GCC, the object files can also be linked with object file
    Downloads: 6 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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
  • 5
    XOMA is a perl code generator which reads an XML schema and produces a set of C++ classes. The classes can generate objects from conforming XML documents, the objects can serialize themselves as XML.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    With this application you're able to develop with graphical models. Using some plugins, these models would be translated to code in several languages like SQL,OQL,C++ etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Open SPHiNX C-- Compiler is a set of compiler and libraries based on the "SPHiNX C--" programming language created by Peter Cellik.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    mySAL -- A simple single assignment language Single assignment languages are a kind of "functional" language where the parallelism is easy to discover. mySAL is a relative of SISAL, and old and distinguished SAL. The provided compiler and runtime
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project aimed at making an application to generate documents for C-Sharp files, similar to what javadoc did for Java files, but in a smarter and advanced fashion. Will incorporate Java-style as well as CS-style comments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    CMaker is an utility to automatically generate Java classes which mirror a SQL database table structure. For example, if given a table TEST whose columns are defined as ( KEY CHAR(5); ELEMENT CHAR(1000); ) CMaker will generate a corresponding Test class.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    VHDLC is a VHDL to C++ translator aiming at full VHDL '93 compliance. It provides the translator and supporting VHDL libraries for the target host C++ compiler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Object oriented context-dependent parser (C++). The primary goal is use the input to create customized objects in your programm. The secondary make them live (perform input based actions).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    JB2CSharp is a port of the Java-Bison/Flex software developed by the Serl project at the University of Colorado, Boulder. Parsers and lexers will be able to use C# actions. The open source .NET project Mono has requested the port, and here it is.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Glade provides C source output to a set of monolithic files. All widgets are placed into one file, which can be difficult to manage on large projects. This project aims to provide an alternative source code output mechanism.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    The Doodle project aims to provide a language to easily describe Origami diagrams and produces a ready-to-print document. Doodle will free creators from diagramming constraints and increase their capability to share their creations.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    CHX is a C++ embeded HTML extension just like JSP is java embeded. This is a CHX to C++ source translater.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Native code compiler for Standard ML 97 and associated libraries and tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    It is an Unified Modeling Language (UML) based object modeling program in the spirit of Rational Rose and TogetherSoft Together/E.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A function is computable if it can be computed by a Turing machine. A Turing machine is a very simple machine, but, logically speaking, has all the power of any digital computer. The Turing Optimizer utilizes this to superoptimize code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    rev_brain has been moved to savannah.gnu.org !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a grammar written in bnf (ebnf support is planned), and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc parser that builds the tree.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    XML-Lit is a simple language-independent literate programming system that works with any XML-based markup language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    XMLpg - XML parser generator. Generates an XML parser in C++ from a DTD. The generated code will provide validation as well as conversion of the input XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Dtone is a highlevel, strong object oriented programming language. It combines the strengths of pure c-speed with a modern java-like syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.