Search Results for "c sharp typing source code project" - Page 78

Showing 4076 open source projects for "c sharp typing source code project"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    C Thread pool
    A simple thread pool for C. The source code is ANSI C and POSIX compliant. ---- Project has moved to https://github.com/Pithikos/C-Thread-Pool ----
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    QuadTree
    A generic type QuadTree implementation in C# for use with XNA. This QuadTree can store any object that implements the interface IHasRectangle. This provides a means of accessing objects in a virtual space very quickly. Development moved to: https://bitbucket.org/C3/quadtree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MSR Tools is a source code evolution analysis tool. It consists of a framework for mining software repositories and tools for metric calculation, visualization, defect prediction.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Code Search and Replace
    Code Search and Replace is a tool for finding and replacing code blocks within a group of files. Avoid tediously changing each page and modify all pages in a selected folder at a time. Quickly and efficiently modify your files and get back to work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Cosmic Drift

    Cosmic Drift

    A 2D shoot them up game respecting space physics. Alpha.

    Alpha version, for windows and linux. No sound yet. Has the ambition to make people live the feelings of actual space battles, with gravity, planets, asteroids. Dev idle currently, project may stay as is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Visual AVI FourCC Changer

    Tool for changing the FourCC-Code in AVI-Files.

    With Visual AVI FourCC Changer you can change the FourCC code in AVI files. FourCC code in AVI format is an identifier that indicates which codec is to use for decompression and display the AVI file. Change the FourCC code is only useful if you want to use the AVI file with a slightly modified codec, which uses the same compression algorithms. Warning, a wrong AVI FourCC Code may make it unusable!
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7

    SQLite Metadata Reader

    Wraps the results of SQLiteConnection.GetSchema() as classes

    The c# assembly returns the metadata of a sqlite database as returned by the ADO.NET adapter, System.Data.SQLite as classes. The only requirement is the System.Data.SQLite.dll available from http://system.data.sqlite.org. Its simple and easy to use. Code examples are provided with the download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project is for C++/C source code to flash update modems manufactured by Multi-Tech Systems Inc by sending ASCII hex files through serial channels to said modems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ANPR for National Borders

    ANPR for National Borders Systems

    The idea is to enhance and develop the national border crossing process by the integration of automated vehicle recognition while crossing country borders. i'm going to use Automatic number plate recognition (ANPR): a system that recognizes the numbers of the vehicle plates by using OCR (optical character recognition) technology and Infrared cameras. This is going to be achieved by taking the license plate image from the camera and processing it using the software I’m going to develop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    sharprobin

    A c# pure RRD tools impl

    A c# pure RRD tools impl all RRD tools functions http://oss.oetiker.ch/rrdtool/ pure c# implement,mean than can run without extenal RRD tools full compatible with jrobin http://jrobin.org The project on codeplexhttp://sharprobin.codeplex.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ray enchanter

    Ray enchanter

    Experimental raycasting engine

    Mix between wolf3d and roguelike, put in techno-magic setting (....maybe....). 1/3 of code is made by tutorials by Lode.vandevenne, so credit goes to him. http://lodev.org/cgtutor/ Distributes under LGPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Server Side Validations in .NET, is a project to validate the contents of fields of GUI on the server. It overcomes some of the highest standards of Security and QA. The validations are configured by XML, and error messages are multiple languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MosariZer

    Photo Mosaic Generation

    Photo mosaics are high resolution pictures consisting of a huge number of individual images. This imaging software allows users to individually generate, modify and save photo mosaics. The program supports a growing number of effects and algorithms to generate a unique, high quality photo mosaic with resolutions as high as 1 gigapixel. I am more than happy for any feedback, so don't hesitate to drop me a message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    rp6simul

    rp6simul is a simulator for the RP6 robot (AREXX Engineering)

    The rp6simul project brings simulation software for the RP6 robot that is manufactured by AREXX engineering. Besides support for all peripherals on the robot base, the simulator also fully supports the m32 extension module, and both can be simulated either independently or simultaneously. Furthermore, a simple 2d environment can easily be created to test lighting, collision, motor speeds and so on. The simulator does not run native AVR files, but instead a thin wrapper is provided so that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JScriptCompiler

    JScript Compiler or Interpreter

    The class 'JSEvaluator' in this project allows us to interpret expressions in JScript, allowing us to use parameters in the server at runtime. For example: ({@ 1} + {@ 2}) / 100; Parameter {@ 1} : 36 Parameter {@ 2}: 45 Result of the expression: 0.81
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The “Save as DAISY XML” add-in was created through an open source project with Microsoft, Sonata Software Ltd. and the Digital Accessible Information System (DAISY) Consortium and can be downloaded on sourceforge.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    XNM is a simple recursively defined serialization syntax for storing and communicating of complex data structures. This project contains code and tools for parsing and interacting with XNM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ImageStone

    ImageStone

    A powerful C++ class library for image manipulation

    ImageStone is a powerful C++ class library for image manipulation. Its features include load, save, display, transformation, and nearly 100 special image effects. It can be used cross platform (includes Windows, Linux, Mac), and especially under windows it can be used as a DIB wrapper class.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    ByChance Framework

    A generic framework for the generation of game levels.

    This project has moved to GitHub: https://github.com/npruehs/ByChance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Suko

    Suko solver

    Suko solver - solves Suko puzzles (as printed in the Times newspaper in the UK). This is really only a practice project, so expect interface glitches and possibly worse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Cript

    cript words

    Cript words< Kind of program that change words for some codes to hide some massage with you want to pass some massage for someone or group.This project is in continue development to reach some point to hide files and texts and send to another person with this same system,it´s possible,but it´s just a plan to apply this in the future. Created in C#,This OPEN SOURCE CODE can be changed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Mecca Programming

    Different Batch Programming

    Mecca is a different way of programming batch. We make it a little but more real by using code that looks nothing like batch, but it is! Requires .NET 4 and above! A good knowledge of batch would help too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TrayUtil, a tiny app launcher, is a simple program that allows you to set some program and execute it simply by clicking on a menu-item in the traybar. For more information see the project page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Agnitio
    A tool to help developers and security professionals conduct manual security code reviews in a consistent and repeatable way. Agnitio aims to replace the adhoc nature of manual security code review documentation, create an audit trail and reporting.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Squirrel Editor

    Squirrel Editor

    SquirrelEditor - script editor written by the language of the Squirrel

    SquirrelEditor - script editor written by the language of the Squirrel. The editor allows you to easily edit your scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo