Showing 37 open source projects for "linux process sxplorer"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    reko

    reko

    Reko is a binary decompiler

    ... contain additional information about a binary file, helpful to the decompilation process or for formatting the output. The decompiler engine then proceeds to analyze the input binary. Reko has the ambition of supporting decompilation of various processor architectures and executable file formats with minimal user intervention. For a complete list, see the supported binaries page.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    Chocolatey

    Chocolatey

    Chocolatey - the package manager for Windows

    Chocolatey has the largest online registry of Windows packages. Chocolatey packages encapsulate everything required to manage a particular piece of software into one deployment artifact by wrapping installers, executables, zips, and/or scripts into a compiled package file. Package submissions go through a rigorous moderation review process, including automatic virus scanning. The community repository has a strict policy on malicious and pirated software. Many organizations face the ongoing...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    MQTTnet

    MQTTnet

    High performance .NET library for MQTT based communication

    .... Tested on the local machine (Intel i7 8700K) with MQTTnet client and server running in the same process using the TCP channel. The app for verification is part of this repository and stored in /Tests/MQTTnet.TestApp.NetCore. List of connected clients available. Supports connected clients with different protocol versions at the same time. Able to publish its own messages (no loopback client required). Able to receive every message (no loopback client required).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    ML.NET

    ML.NET

    Open source and cross-platform machine learning framework for .NET

    ... that automates the process of building best performing models for your Machine Learning scenario. All you have to do is load your data, and AutoML takes care of the rest of the model building process. ML.NET has been designed as an extensible platform so that you can consume other popular ML frameworks (TensorFlow, ONNX, Infer.NET, and more) and have access to even more machine learning scenarios, like image classification, object detection, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Paket

    Paket

    A dependency manager for .NET with support for NuGet packages and Git

    ... version (read more). You have no control over this process. Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Brighter

    Brighter

    A framework for building messaging apps with .NET and C#

    ... Microservices using messaging via a lightweight broker. Brighter provides support for CQRS architecture. It provides a simple library for routing commands and events to handlers. Brighter allows you to offload work from your web process to a worker process via a task queue. This allows in or out-of-process handlers. Brighter can act as a communications library for microservices, allowing commands or events to be passed between services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CSharpier

    CSharpier

    CSharpier is an opinionated code formatter for c#

    CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules. The printing process was ported from prettier but has evolved over time. CSharpier can also format on save in your editor or as a pre-commit hook. Then you can ensure code was formatted with a CI/CD tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UXF

    UXF

    Framework for creating human behaviour experiments in Unity

    The Unity Experiment Framework (UXF) is an open-source package for the Unity3D game engine that can be used to assist the development of virtual reality human behavior experiments. Developed by Jack Brookes, Immersive Cognition Group, University of Leeds. Automates the process of collecting the variables you define within your task, and stores them simple CSV files. Time-series data such as the position and rotation of an object can be easily acquired and split into one file per trial. Allows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ASP.NET Minimal APIs Made Easy

    ASP.NET Minimal APIs Made Easy

    A light-weight REST API development framework for ASP.Net 6

    It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate. Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks. Convenient business logic validation & error responses. Easy access to environment & configuration settings. Supports policy/permission/role/claim based security. In-process pub/sub event...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    NUnit 3 Framework

    NUnit 3 Framework

    NUnit 3 Framework

    ... the required logic. In other cases, particularly in extending the engine, we rely on a plugin architecture. When running tests in a separate process, the console and gui runners make use of the NUnit Agent program, nunit-agent.exe. Although not directly run by users, nunit-agent does load and execute tests and users need to be aware of it, especially when debugging is involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XSharpDev

    XSharpDev

    XSharp Repository for the Compiler source code

    The Roslyn folder contains (modified) source from Roslyn The XSharp folder contains our own source for the compiler, documentation and other components. For the build process of the compiler we create our own "specialized" version of the CSharp Compiler. The source for this compiler and codeanalysis.dll is in the Tools folder. This compiler will translate some of the Roslyn Namespaces from CSharp into XSharp to prevent name conflicts when assemblies of both origins are in memory at the same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Polly

    Polly

    A .NET resilience and transient-fault-handling library for policies

    ..., spikes in load, all challenge 100% reliability. Polly helps you navigate the unreliable network. By providing resilience strategies in fluent-to-express policies such as Retry, WaitAndRetry, and CircuitBreaker, Polly can help you reduce fragility, and keep your systems and customers connected. Example usages are fault-tolerance for any distributed systems and inter-process calls, such as WCF, RESTful calls between microservices, calls to cloud services, Internet of Things connectivity, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Imgbot

    Imgbot

    An Azure Function solution to crawl through all of your image files

    .... But the truth is if you don’t optimize your images, you are losing out. Web pages with optimized images load faster. Faster pages have higher conversion rates, lower bounce rates, and happier users. And of course, smaller images reduce bandwidth costs for you and your visitors. Setting up and configuring your own tools can be a complicated and lengthy process. That means you are not focusing on shipping your next big update. With a few clicks, you can install Imgbot and permanently solve it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    P/Invoke

    P/Invoke

    A library containing all P/Invoke code so you don't have to import it

    ... Framework, .NET Core and .NET Standard. Win32 APIs for all Windows versions are welcome. Special Windows Store targeted assemblies omit p/invoke signatures to banned APIs so your Store apps can depend on these libraries without getting rejected by the Store certification process. Provide a slightly higher than lowest level API for P/Invoke signatures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    QistasLinks-Serial-Communication-Library

    The perfect solution for projects that depend on serial communications

    QistasLinks: C# library, make serial interface(RS232) communication easy and efficient for any project utilizing a serial connection. With its user-friendly methods and robust features, QistasLinks simplifies the process of establishing communication with microcontrollers and facilitates seamless data exchange, By integrating QistasLinks into your application, you can benefit from enhanced performance and extended capabilities, making it the ideal choice for any project relying on serial...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Chromely

    Chromely

    Build cross platform HTML desktop apps on .NET

    For developers who are interested in WebView2 there is EdgeSharp, an offshoot of Chromely. Chromely is a lightweight alternative to Electron.NET, Electron for .NET/.NET Core developers. Chromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps based on Xilium.CefGlue, CefSharp implementations of embedded Chromium (CEF) without WinForms or WPF, but can be extended to use WinForms or WPF. Chromely uses Windows, Linux and MacOS native GUI API as "thin" chromium...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    taskt

    taskt

    Free and open-source robotic process automation (rpa)

    taskt (formerly sharpRPA) is the first truly free, easy-to-use, and open-source process automation client built on the .NET Framework in C#. taskt allows you to build and design process automation without needing to write application code. taskt allows you to automate the boring stuff and create efficienies by giving you the power to craft a digital workforce that executes and performs rule-based automation. No API? No Problem! Included is a "what you see is what you get" bot designer...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    This project consists of a linux kernel driver and some user-mode libraries. They allow a process to create a virtual usb host controller. Real or virtual usb devices can be "plugged" into this controller.
    Leader badge
    Downloads: 161 This Week
    Last Update:
    See Project
  • 19
    VRTK

    VRTK

    An example of how to use the Tilia packages to create great content

    VRTK is a collection of useful, reusable solutions to common problems found when building for virtual reality. VRTK aims to help productivity by speeding up the creation process from prototyping ideas to building complete solutions. The passion behind VRTK is to try and enable as many people as possible to build for VR, from seasoned developers to complete beginners who have a wonderful idea in their head but are unsure of how to create it. VRTK aims to be easy to understand so the absolute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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 out-of-process...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Michel Max Spread - XLSX Loader/Creator

    Michel Max Spread - XLSX Loader/Creator

    Michel Max MMSpread is an API XLSX files without the MS Excel ins...

    ...: - Fill from SQL Data Reader. - Fill from Data Set. - Fill from Data Table. - Sort Spreadsheets by Name. - Save to File. - Save to Byte Array. - Sate to Base64String. - Save to HTML Link - Configurable Temporary Working Path (used in the process of Loading a XLSX File or Creating (Saving) an XLSX File. Note: Example codes available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Effinator

    A complete code generator for Entity Framework based Architecture

    Effinator is a open source application developed in C#.Net basically its a code generator to build your Basic Architecture based on Entity Framework and best practice patterns. In a gist, with this tool instead of writing CRUD codes for each database table this project will generate it for you saving you time and effort in creating a repetitive process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Nexus: Database WinForm Usercontrol

    Nexus: Database WinForm Usercontrol

    ECM / DMS, Projectmanagement, TimeRecording, ... ERP

    Nexus is a databaseapp-designer to develop databasedriven apps or embedd dbdriven WinForm-Controls into your app. This project is here, to open sources for programmers who want to adapt something to FileBase - ECM or JobTicker which were written for Nexus. Problems? Questions? Contact me -> info@biternal.com or visit http://www.biternal.com/german_filebase.html TAGS: ECM DMS Scann Workflow Archive Revision Timerecording Database Front-Ends Search Query Report Development .NET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SirOne xMouse

    SirOne xMouse

    Make your mouse faster!

    Our project was born from the idea of creating gravitational fields near the visual controllers in a given application.In case of cursor “braking” near the controllers, gravitational fields are formed and become active, aiding and improving the correct placement and selection of the desired controller. All this process doesn’t put any restriction in free cursor movements: the fields are activated only in case of cursor braking near a predefined control. No unwanted interrelations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next