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

View related business solutions
  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    CocoaLumberjack

    CocoaLumberjack

    A flexible logging framework for Mac and iOS

    CocoaLumberjack is a fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS. First, install CocoaLumberjack via CocoaPods, Carthage, Swift Package Manager or manually. Then use DDOSLogger for iOS 10 and later, or DDTTYLogger and DDASLLogger for earlier versions to begin logging messages. Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. As of CocoaLumberjack 3.6.0, you...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    C++ Log Engine Library

    Easy, flexible, lightweight, platform independent C++logging library

    New version 1.03 is released! Check it out. LogEngine is a C++ library for easy and flexible logging to files. Multithreaded, easy to use and fast. Automatic logfile backup (several modes). A small amount of code. Platform Independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Winhook Keylogger

    Winhook Keylogger

    Windows Hook Keylogger

    The Internet is full of such stuff. So why not introduce to you another one? Go! This is another example of using Win32 API functions to hook some system messages. Just run it once to start listening to the keyboard and clipboard and writing all content into a text log file. Recording will stop the second time you execute it. The author promises that this keylogger has no undeclared functions and is not a malicious program. It is intended for educational use and not for collecting sensitive...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5

    DBD2

    A multi-threaded, multi-database tcp-based database insertion app.

    ... (and envelope information) into one or more databases using MySql client library or dbi drivers (also on SourceForge). The client needs no configuration (all input is via command-line). It is intended for hosts to make database entries without needing database client or interface code. Syslogd2 integration allows DBD2 to act as Syslogd2's database back-end for MySql and other databases supported by the dbi drivers. Original purpose was to track Linux cluster job status but other uses exist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NSLogger

    NSLogger

    A modern, flexible logging tool

    NSLogger is a high performance logging utility which displays traces emitted by client applications running on macOS, iOS and Android. It replaces traditional console logging traces (NSLog(), Java Log). The NSLogger Viewer runs on macOS and replaces Xcode, Android Studio or Eclipse consoles. It provides powerful additions like display filtering, defining log domain and level, image and binary logging, message coloring, traces buffering, timing information, link with source code, etc. Accept...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    owfs and owhttpd

    owfs and owhttpd

    Project moved to https://github.com/owfs/owfs/

    Please note that OWFS source code, and all Issue/Tickets/merge requests have now been moved to https://github.com/owfs/owfs/. Developer mailing lists will still be kept at Sourceforge. ---- OWFS -- 1-Wire file system. Use the Dallas 1-Wire and iButton chips with standard filesystem commands. Create temperature loggers. Monitor everything. OWHTTPD -- same system, only used as a light weight web server. OWFS is also ported to embedded routers, Mac OSX and Windows. Basically you can use...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8

    LogRotateWin

    Implementation of logrotate utility for Windows Platform

    This is a Windows implementation of the logrotate utility found in Linux platforms. The goal is to use the same command line parameters and files as the Linux version. If you are going to give a negative rating, please take a little extra time and explain why. I want to improve the program as much as possible, but I need feedback. Thank you! Source code is available on GitHub: https://github.com/plecos/logrotatewin Now available on Chef Supermarket: https...
    Leader badge
    Downloads: 350 This Week
    Last Update:
    See Project
  • 9
    StupidKeylogger

    StupidKeylogger

    A Terrific Keystroke Recorder

    This tacky program hides itself in the subject’s PC (Windows XP or later), and silently records all keyboard and mouse operations. It is launched automatically with PC start, then stores data in ASCII code with record-date. Now all you have to do is- collect the record, and decode it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 10
    PCNetMonitor

    PCNetMonitor

    Computer performance display and logging program

    Local and remote computer performance display and logging program with Excel plotting interface and many other powerful features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LinuxID

    LinuxID

    LinuxID is an easy console-service for distro identification and more!

    LinuxID is capable of identifying your distro, getting what it's based on and every detail related to it. So it could print "Linux Mint 16 Petra", and then all its details and its base OS: "Ubuntu 13.10, Saucy Salamander", and various other info. It is open-source and written in C++. Source code is commented and can be found in the "Files" tab. To run the program, download "LinuxID" file and run it accordingly: navigate to where you downloaded the file and type this: ./LinuxID If you have...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    File system/directory monitoring utilities with loggin and task processing support (can execute files or make a WCF service call). Multiple configuration options. Source code libraries can be used to create a custom file system monitor.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 13
    el2sl mean Event Lot to SysLog. This program start as windows service and send windows event logs to syslog server over network. Source code avialable on github: https://github.com/Sheridan/el2sl
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    My Simple LogBook
    MSLB is a crossplatform Simple Logbook program / application to write work logs or even a diary. MSLB can also use a bunch of presets that you can add with a simple doubleclick :) Logs get saved in a simple folder system. And its all portable.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Windows Tail

    Windows Tail

    Windows Tail: A version of Linux tail. Tail for windows.

    Windows Tail is a Windows version of Unix and Linux tail command. Tail for Windows. I wanted to make it easier to use tail in the windows environment. You can even add it to the open with dialog in windows explorer. This is great tool if you need to monitor log files. Now: Create Application Alerts! Email Alerts and SMS Alerts using SMTP! Record Tail Session to log a File! Saves location of tailed or viewed files! Works on Linux Systems using Mono! and much much more! The source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    unique.timestamp provides a universally unique identifier which is also a human-readable timestamp. It includes a command line executable, a set of C routines for embedding into your own code, and some utilities for manipulating unique timestamps.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    RS-232 Data Logger
    Allows you to redirect all communication data from RS232 compliant serial port device into a text file for further analysis. RS232 Data Logger redirects data from any available serial port/ports and works under Virtual Machine.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    This project is a fork of the SNARE windows client to provide the TCP feature listed in the SNARE documentation, but which is only available in their commercial version. I've kept the code modifications in a subversion repository in the past along with specific parameters for an employer. I've "replayed" the changes I've made to the project over the last few years here. The source code used to be here on SourceForge but it became too confusing for people looking for the original SNARE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This software is a simple multiplatform (wxWidgets) GUI for the concatenation of gzipped log files (for example in /var/log directory). It's used for concatenate the log from another our software: SmileGPSLogger (Symbian S60)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A syslog service intended for use in home and small office enviorments for collecting log data from for example firewalls and other syslog enabled devices. The service is implemented in C# and runs on .Net framework 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    We are looking for a general solution that monitors execution of any program, regardless of the programing language it has been written in, or the accessibility to source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project involves adding code to the Linux kernel to implement crash dumps for performing post-failure analysis of a kernel crash.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Mezzanit.Log (Mezzlog) is a logging library which allows to make consistent, cross-assembly reports from the application runs. Final report destination (XML file, database table) can be set/changed during run-time without code re-compilation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Extensible .NET Logger written in C#, w/ advanced message queuing allowing for complete asynchronous use (it won\\\'t stop your code). Core system is in place with simple text logging. Looking to add circular logging, multiple file spanning, and db log
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    playstation (psx) development tools: includes disassembler, code profiler, and cd mastering tools (split off from the World Foundry GDK).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.