Showing 69 open source projects for "writing software"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    reko

    reko

    Reko is a binary decompiler

    Reko (Swedish: "decent, obliging") is a decompiler for machine code binaries. This project is freely available under the GNU General Public License. The project consists of front ends, core decompiler engine, and back ends to help it achieve its goals. A command line, a Windows GUI, and a ASP.NET front end exist at the time of writing. The decompiler engine receives inputs from the front ends in the form of either individual executable files or decompiler project files. Reko project files...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    ABP Framework

    ABP Framework

    Open source web application framework for ASP.NET core

    ABP Framework is a complete infrastructure to create modern web applications by following the best practices and conventions of software development. Rich authentication & authorization options integrated to ASP.NET Core Identity & IdentityServer4. Provides an extensible & detailed permission system. Don't repeat yourself to implement all this common stuff again & again. Focus on your business code and let ABP automate them by conventions. Easily publish & consume distributed events using built...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    Pixeval

    Pixeval

    Wow. Yet another Pixiv client!

    .... At that time, it could also be accessed by modifying the hosts method. After that, GFW The blocking strategy was upgraded, and DNS pollution was upgraded to SNI blocking, so I went to find information to understand the different blocking levels and blocking mechanisms of GFW. I started writing this project in the second half of 2019, which took about 3 months. (Actually, the realization of this project is partly inspired by Notsfsssf.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Confluent's .NET Client for Apache Kafka

    Confluent's .NET Client for Apache Kafka

    Confluent's Apache Kafka .NET client

    confluent-kafka-dotnet is Confluent's .NET client for Apache Kafka and the Confluent Platform. Confluent-kafka-dotnet is a lightweight wrapper around librdkafka, a finely tuned C client. There are a lot of details to get right when writing an Apache Kafka client. We get them right in one place (librdkafka) and leverage this work across all of our clients (also confluent-kafka-python and confluent-kafka-go). Confluent, founded by the creators of Kafka, is building a streaming platform...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid Icon
    Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid

    Leverage the email service that customer-first brands trust for reliable inbox delivery at scale.

    Email is the backbone of your customer engagement. The Twilio SendGrid Email API is the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise. Our flexible Email API and proprietary Mail Transfer Agent (MTA), intuitive console, powerful features, and email experts make it easy to ensure all your email gets delivered in seconds and without interruption.
  • 5
    Furion

    Furion

    Make .NET development simpler, more general and more popular

    Furion has been used in over 3 million projects worldwide. Solutions from small businesses to enterprises and well-known enterprises. They trust us in the development of both simple software and complex management systems. Furion has experienced your pain points; you can enjoy Furion's surprises slowly. Make .NET development easier, more versatile, and more popular. MIT open source agreement, commercial without authorization. Support .NET5+ platform, no historical baggage. Few dependencies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cofoundry

    Cofoundry

    Cofoundry is an extensible and flexible .NET Core CMS

    Cofoundry is an unobtrusive ASP.NET Core CMS focused on code-first development and user-friendly content management. Run integrated, decoupled or headless, it's your choice. Cofoundry is there when you want it and gets out of your way when you don't. Get back to writing regular .NET code you love and enjoy complete freedom with your front-end technology and designs. We understand that every application is different. Cofoundry is an adaptable framework that let's you swap in your preferred tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Akavache

    Akavache

    An asynchronous, persistent key-value store

    An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires. Downloading and storing remote data from the internet while still keeping the UI responsive is a task that nearly every modern application needs to do. However, many applications that don't take the consideration of caching into the design from the start often end up with inconsistent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenIddict

    OpenIddict

    Versatile OpenID Connect stack for ASP.NET Core and Microsoft.Owin

    ... GUI to easily register OpenID client applications. Unlike many other identity providers, OpenIddict is not a turnkey solution but a framework that requires writing custom code to be operational (typically, at least an authorization controller), making it a poor candidate for the certification program. While a reference implementation could be submitted as-is, this wouldn't guarantee that implementations deployed by OpenIddict users would be standard-compliant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FlubuCore

    FlubuCore

    A cross platform build and deployment automation system

    "FlubuCore - Fluent Builder Core" is a cross-platform build and deployment automation system. You can define your build and deployment scripts in C# using an intuitive fluent interface. This gives you code completion, IntelliSense, debugging, FlubuCore custom analyzers, and native access to the whole .NET ecosystem inside of your scripts. FlubuCore offers a .net (core) console application that uses power of roslyn to compile and execute scripts. Intuitive and easy to learn. C#, fluent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • 10
    Svelto.ECS

    Svelto.ECS

    Svelto ECS C# Entity Component System

    Real ECS framework for c#. Enables writing encapsulated, decoupled, maintainable, highly efficient, data-oriented, cache-friendly, code without pain. Although the framework is platform agnostic (compatible with c# 7 and above and .net standard 2.0 and above), it comes with several Unity extensions. Svelto.ECS is easy to start with, but full of tricks for expert users. The hardest problem to overcome is usually to shift mentality from OOP programming to ECS programming more than using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GUI Turbo Assembler (TASM)

    GUI Turbo Assembler (TASM)

    An essential 32-64bit localized IDE for Assembly Language with Debuger

    GUI Turbo Assembler is an essential IDE for assembly language programming. It includes Borland Turbo Assembler (TASM), Turbo Linker, Turbo Debugger and DOSBox for writing both 16-bit and 32-bit programs in assembly language. GUI Turbo Assembler provides a rich set of features, encompassing fundamental file operations and advanced capabilities such as line numbering, syntax highlighting, code folding, docking, and theme personalization. The interface is highly adaptable, empowering users...
    Leader badge
    Downloads: 504 This Week
    Last Update:
    See Project
  • 12
    FileIO

    FileIO

    C# FileIO library for reading and writing files

    FileIO contains: a) For reading BufferedFileReader classes are used. These are particularly useful for large files and/or parallel data processing due to buffering. Both binary and text files are supported (see Wiki). b) For writing a binary file BinaryFileWriter is used. It either accepts a byte array for writing or can write a single value type, e.g. a float. All classes allow easy reading/writing from/to a specific position in the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RegexLab .NET

    RegexLab .NET

    dev environment tool to write and test complex regular expressions

    RegexLab .NET is a rich-featured development environment and laboratory tool for creating, writing and editing complex regular expressions . It targets the .NET Framework and .NET Core (.NET 6, .NET 8) Regex Engine. Compared to other regex tools and lots of online regex testers this allows to store your regular expressions in local files including sample inputs for testing it. Use this tool build your own regex library with usage demonstration and meta data. This tool requires basic knowledge...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Orao Basket

    Orao Basket

    Programming tools for emulator of eight bit computer ORAO

    ... in real computer. https://en.wikipedia.org/wiki/Orao_%28computer%29 Unfortunately programming on emulator is also not so easy as it was on real computer, considering today modern tools. There are some external tools that enables writing program code in external text processor, and converting it to document acceptable by emulator. So I have came to an idea to write a small and simple program that will enable easier programming and exporting program code to format recognizable by emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Fluent o'Mapper

    Framework to describe an execute mappings from objects to others

    Basically, FluentOMapper (FOM) is a framework to describe an execute mappings from objects to others using their properties: • Fluent: Using chained method calls to describe the mapping. • O' for Object and like old "O'Matic" expression. • Mapper: Because you map objects to others FOM is strongly typed and uses lambda expression to describe mapping, so you can use refactoring of Visual (or other tool). A typical use would be for writing DTOs, but not only ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    App Metrics

    App Metrics

    App Metrics is an open-source and cross-platform .NET library

    App Metrics is an open-source and cross-platform .NET library used to record metrics within an application. App Metrics can run on .NET Core or on the full .NET framework also supporting .NET 4.5.2. App Metrics abstracts away the underlying repository of your Metrics for example InfluxDB, Prometheus, Graphite, Elasticsearch etc, by sampling and aggregating in memory and providing extensibility points to flush metrics to a repository at a specified interval. App Metrics provides various...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    template-message-sdk

    Sdk for dynamic generating message by templates

    A small library for creating templates from blocks using code. The same blocks can be used for different templates. The basic principle of working with the library is to provide a flexible and simple system for writing dynamically generated text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    lunaOrm - your free Orm for .net project

    lunaOrm - Datalayer Code Generator for Vb.Net and C#

    lunaORM is an ORM open source and freely downloadable automatic code generator to facilitate and standardize the writing of classes that read/edit/save data to database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CDX is a free GDK (Game Development Kit) which is comprised of a set of C++ wrapper classes for writing Windows games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CacheManager

    CacheManager

    CacheManager is an open source caching abstraction layer for .NET

    CacheManager is an open source caching framework for .NET written in C# and is available via NuGet. It supports various cache providers and implements many advanced features. A simple but very efficient implementation. This handle is faster than any other in most scenarios and works cross-platform. Two implementations are available, based on System.Runtime.Caching and based on the new Microsoft.Extensions.Caching.Memory package. Redis can be used as an extremely fast and reliable...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    AdvancedHMI
    Turn Visual Studio into a powerful HMI/SCADA development package by simply dragging and dropping, no coding required. DF1, Ethernet/IP for Allen Bradley PLC controllers, and many more drivers. Free
    Leader badge
    Downloads: 123 This Week
    Last Update:
    See Project
  • 23

    Functions Library

    A DLL created in .NetCore 2.0 which wraps many functions up.

    Functions Library is a .dll which means, it can be referenced easily. To use it you simply just make a reference to your project and type in the usings "using Functions;" and your good to go. In the namespace Functions are 2 more namespaces which are "Math" and "IO". .Math includes functions for calculations for or with Pi, Power, Squarer root and more. While IO includes Creating a TextFile, Deleting it, reading it and writing to it. Just to name those few, there are more functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    dotNet Disk Imager

    dotNet Disk Imager

    Lightweight RAW and ZIP disk images reader and writer to USB or SD

    IMPORTANT!!! Since this is new software, your web browser, operating system or even possibly antivirus software may report security alerts against this tool. Please ignore that messages until this tool gets widely spread. This program is highly inspired by Win32 Disk Imager and sort of copies it's function. However, I've added some features, like verification of readed/writed image file and the most important is on the fly support for zipped images. Another features worth mentioning...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 25

    iDev Development Studio

    iDev Development Studio is a WYSIWYG application development platform

    iDev Development Studio is great for private persons who want to take a peek at software development, without having to know cryptic code. Our Integrated Web Automation technics make it a perfect tool for developing Web Automation software like SEO-Tools, Data Collaboration Tools (which collect information from various web pages and put them into a nice overview), as well as Browser Game Bots. So what is the difference between a normal programming language and iDev? iDev takes application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next