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

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    KDiff3

    KDiff3

    A graphical text difference analyzer

    This repository is no longer maintained and is kept for archival purposes. See https://invent.kde.org/sdk/kdiff3 for the newest code and https://download.kde.org/stable/kdiff3/ for release bundles. All bugs should be filed at bugs.kde.org. KDiff3 is a graphical text difference analyzer for up to 3 input files, provides character-by-character analysis and a text merge tool with integrated editor. It can also compare and merge directories. Platform-independant.
    Leader badge
    Downloads: 2,939 This Week
    Last Update:
    See Project
  • 2
    Diff-ext is an extension for filemanagers such as Windows Explorer and Nautilus that allows to launch diff/merge tools on selected files.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing SDK in C++20

    DocWire SDK, a standout C++20AI driven data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document format support and the ability to extract valuable insights from email boxes, databases, and websites using cutting-edge AI. DocWire SDK aims to...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Madedit-Mod

    Madedit-Mod

    MadEdit-Mod is a cross platform Text/Hex editor based on MadEdit

    Madedit-Mod is a cross platform text/hex editor base on MadEdit with a log of critical bug fix from me or other developers. A lot of new features were added, such as Drag-Drop Edit(cross platform), Highlight word, etc. The reason that I maintained this project is that the author of MadEdit had not worked on it for for a long time and I really like it and need more features. Find more information on Wiki pages. Currently supported Languages: English Chinese Simplified...
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    EF-SKHR

    EF-SKHR

    Éditeur de fichier

    EF-SKHR est un éditeur de fichier développé par Loyto_SKHR en C++ avec la bibliothèque QT5.9. Code source: https://github.com/Loyto-SKHR/EF-SKHR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Text to Morse code translator

    Text to Morse code translator

    This program translates text into morse code.

    This program is used to translate text into morse code. After you type in the text you will see the morse code being displayed and you will hear the suitable beep.(Audio and graphical response).The space inbetween words is marked by a "/" (slash). FOR ANY HELP CONTACT ME USING MAIL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 8

    PLP

    Powerfull pre-processor

    Powerful Verilog Preprocessor. PLP stands for Perl Pre-processor. Perl is used as "control language" that is embedded in the Verilog code (or any other code) to generate code on the fly. It is used commonly as a Verilog pre-processor but can be used with any target/output language (C, C++, Java, VHDL, plain text etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Thunderpad (formerly Textpad)

    Thunderpad (formerly Textpad)

    Simple and lightweight text editor

    Thunderpad is a simple, general-purpose and cross-platform text editor written in C++ using the Qt libraries. Thunderpad aims to be faster and more lightweight than most text editors, but as useful as them. Additionally, Thunderpad supports syntax highlighting, word count, line count and comes with various color schemes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10

    srtmod

    SRT subtitle's timeline modifier

    It's just a tiny toy. My listening in English is bad. So I need subtitiles. But some .srt files' timeline is not so accurate. Then I wrote a piece of code to modify .srt's timeline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Almost Redundant Code Regenerator

    Almost Redundant Code Regenerator

    Provides incremental changes to code that needs to be almost redundant

    This is a program designed for programmers who may have to write code that is almost identical except for a few values that change along the way. Enjoy :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BigFileEditor

    BigFileEditor

    big file editor for opening and editing very large files

    mostly system admins or DBA has this issue. they need to open up a very big sql dump/access logs and look into that. maybe make simple changes and save them. here is a open source C++/Qt project for that purpose. code at https://github.com/ozkanpakdil/big-file-editor
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tools to update all pages of a web site, at a command. Header and menu may be copied on each page. It is possible also to add a header to all source files of a project (a licence for example).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Search files for a text string. Like grep but really dumbed down
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Microsoft Word HTML Cleaner - Simply copy /paste your Word HTML into the Main screen and click the Word Icon, Feebinator will save you hours of time cleaning MS Word, Powerpoint or any overtagged and messy HTML code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    l'Editeur SQL
    Editeur SQL, destiné à effectuer des traitements avancés sur des scripts en transact SQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Phpyke is a full-featured IDE primarily aimed for PHP development, but supporting other major languages as well. It is created using Qt toolkit in C++ with editor based on QScintilla.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    EzerKb is a virtual keyboard for Windows. It emulates a keyboard with, for example, Russian, Greek, or Hebrew characters without actually installing a keyboard driver for that language. EzerKb works with most (but not all) Windows programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Devchekio is a GTK+ 2 FTP check in/out code editor. It was inspired by the use of DreamWeaver's system to access files like a library system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tiny Notes is a note/code organizer. It is meant as a small and simple tool that helps you organize small snippets of text, through which you can quickly search. Supports syntax highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This piece of code is a sample of how I solve a problem to merge text (or any file, for that matter) files together to one big file. I hope you can use it, or learn from it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    The converter performs automatically the full process of converting the files of a C project into the equivalent C++ files. Classes are created, var and functions becomes attributes and methods and the changes are propagated into all files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    English C is a meta-language. The project has changed over the time from the programming language that pretended to understand texts written in an English-like language to a self-describing language like the MIME and C programming language are.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Unicode Builder, generates code or a binary file for use in programs that require understanding of characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next