Search Results for "cpu memory usage" - Page 18

Showing 827 open source projects for "cpu memory usage"

View related business solutions
  • 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
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1

    libvcr

    A C++ library for managing configuration files via regular expressions

    This library is supposed to be used in your C++ programs for managing simple Unix configuration files like /etc/hosts. The library allows to create default configuration, read the configuration file, validate each found option or value with C++ std::regex, automatically remove incorrect options and even merge several configurations with predefined priorities for each option. So it may be useful in programs which use several configuration files. For an extra example of the library usage see...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JavaCá&Lá

    A java middleware for HPC and IoT

    The Java Cá&Lá (or just JCL - www.javacaela.org) is a middleware that integrates high performance computing (HPC) and Internet of things (IoT) in a unique API. It enables asynchronous remote method invocation and distributed shared memory services over multicore computer architectures or over multicomputer clusters. Sensing services are also feasible in JCL IoT version. An API for internal control enables collecting several times and memory usage of tasks submitted to the JCL cluster. Finally...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    waifu2x-cpu-torch-vks

    waifu2x fork without CUDA

    The original is here: https://github.com/nagadomi/waifu2x Differences: - CPU only, no CUDA needed; - double-precision version; - GPU and CPU-trained models (on the fly conversion in memory); - adapted for Lua v5.2 (works with Torch 7 on x32 Ubuntu). 31-12-2016: - removed unneeded data copies, left from CUDA processing; - removed large duplicate files (see "ReadMe" before use).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Metric Collector

    A bash-Script to collect metrics from a Linux system.

    ... >> CPU%, MEM% and ThreadCount from top and ps-command >> disk usage for each mounted device from df-command
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 5

    Elysian-Web-Server

    Lightweight HTTP Server for embedded devices & microcontrollers

    Elysian is a free, open source, lightweight HTTP server implementation written entirely in C. The focus of the implementation is to reduce resource usage while still providing an almost full-scale HTTP Server, making it suitable for use in memory-constrained embedded devices where memory and CPU power are at a premium. The Web Server allows to serve user-friendly HTML pages with images and data enabling embedded monitoring and control functionality into the deployed TCP/IP enabled appliances...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Viorb Monitor

    Viorb Monitor

    Makes easier to know utilization of Computer and Internet

    Viorb Monitor is free for all to use and distribute. Installation: 1. Go To: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html a. Select "Accept License Agreement" b. Download JRE by clicking "jre-8u121-windows-i586.exe" or "jre-8u121-windows-x64.exe" 2. Install downloaded JRE 3. Copy and paste (or unzip) "Viorb Monitor" folder to a safer place 4. Run "Viorb Monitor.exe" or "Viorb Monitor" 5. Click on Control Panel Tab...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mailcheck.js

    mailcheck.js

    Reduce misspelled email addresses in your web apps

    ... to get in the way of how you can show suggestions. Use the suggestion object to display suggestions in your preferred manner. empty is called when there's no suggestion. Mailcheck just passes in the target element. It is a good idea to use this callback to clear an existing suggestion. Mailcheck is decoupled from jQuery, so its usage without jQuery is almost identical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MMMarkdown

    MMMarkdown

    An Objective-C framework for converting Markdown to HTML

    MMMarkdown is an Objective-C framework for converting Markdown to HTML. It is compatible with OS X 10.7+, iOS 8.0+, tvOS, and watchOS. Unlike other Markdown libraries, MMMarkdown implements an actual parser. It is not a port of the original Perl implementation and does not use regular expressions to transform the input into HTML. MMMarkdown tries to be efficient and minimize memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jazzmon is a very simple Java application server memory usage monitor. You get a chart of the memory usage of your server's JVM over the last 12 hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 130+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 10
    HDD Activity Guage/LED Tray Icon

    HDD Activity Guage/LED Tray Icon

    Show physical HDD activities in LED style or performance gauge style

    Show physical HDD (fixed or removable) activities in LED style or performance meter gauge style. Both Win32/Win64 versions are provided. (Virus/Torjan scanned using Avira Pro.) The memory footprint is small and the CPU utilization is also very low (~ 0%), you can verify this by opening your Task Manager (Ctrl-Shift-Esc). This is originally mainly for my personal use since newer notebooks does not have HDD LED light so I quickly write a replacement using Visual Studio C++ 2010. Some...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    waifu2x-ROS

    ReactOS and Windows XP compatible build of waifu2x.

    To speed up, use "-b 256 -j 4" options. The original is there: https://github.com/WL-Amigo/waifu2x-converter-cpp Here are some minor cosmetic changes (switch to control memory usage and slightly reformatted output) and files needed to build under MinGW32-W64. To recompile (in Linux), run "make clean; make". 2016-10-17 UPDATE: added simple GUI. 2016-10-18 FIX: corrected typo, added some crashes handling. 2016-11-20 UPDATE: - added "TTA" and "number of passes" options; - enabled RGB...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Simple Conky Theme
    Selfmade conky theme. Its simple but it shows all necessary informations. For "Lifetime" you need to install tuptime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Setup 1. unzip Fts.zip and place Fts to /home/ dir. 2. copy /home/Fts/Proj/Test/boost_lib.conf and /home/Fts/Proj/Test/Test_lib.conf to /etc/ld.so.conf.d and run "ldconfig" in terminal Reproduce 1. cd into /home/Fts/Proj/Test/cmdcommu/bin/i386-linux/ 2. Open a terminal and Run board 3. Open another terminal and Run AClient 4. Watch the process of board memory usage You may edit the function OnDisconnect youself to try what I said, please use lazarus to open /home/Fts/Proj/Test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    debug_new

    debug_new

    C / C++ everything-memory debugger

    ... platform - Multithreading is supported. - Easy to use and install (just include the header and link the source). - Easily debug memory-leaks. - Easily debug dangling pointers. - Easily debug deallocation method correctness. - Easily debug array index errors (when writing past the end). - Easily profile memory usage and track down memory hawks. - Click-And-Goto-Source support for Visual Studio. - Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    SysMate

    Portable System Monitor

    Portable System Monitor (CPU, RAM, Network traffic, HDD usage, CPU load graph) with task kill and various shutdown functions. Fully customisable colours and background.Can be hidden/shown by pressing left WINDOWS key. Mouse wheel up/down over the GUI controls volume, Wheel button mutes/unmutes sound. Left click on GUI shows/hides the CPU load history graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Otil

    Otil

    All in one system diagnostics utility

    ... between main screens (up/down). Added animations to transition between simple and detailed screens (left/right). What Otil does: Fetches System, CPU, GPU, RAM, HDD, Network, Processes, Services, and Startup information about your machine. Displays this information in a clean and beautiful UI. Inspirations: CPUID CPU-Z, CPUID HWMon, OpenHardwareMonitor, DxDiag, Task Manager Note: Some pages have more information in fullscreen mode. GitHub: http://github.com/Kriogen777/Otil
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CPU Charter Portable

    Tracks CPU Load 24/7, graphically displayed

    Monitor, observe and track total load on your processor / CPU. Catch malware, buggy drivers and troubleshoot performance issues. Particularly useful on media servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SolrLog4j

    SolrLog4j

    Logging framework for Java based on Solr and Log4j

    SolrLog4J is a multi-threaded, lightweight logging framework for Java. It addresses the need to be able to parse and/or examine the massive amount of data generated by application logging. It's goal is to make utilizing the information in these logs more effective, and to eliminate the need for writing custom log parsing scripts. SolrLog4j creates a fully-indexed document repository, and provides a flexible web-based interface for searching the repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    kbar

    Windows Desktop Information Bar

    Provides a set of gadgets in a toolbar on the right side of the screen. Tool bar widgets include: clock, system information, weather, network interface information, network monitor, postit note, and power control. Requires .NET 4.5. You can hide, show, and configure the tool bar and widgets using the icons on each widget and the tray icon in the taskbar. [Still a work in progress. Please use and provide feedback.] Works on Windows 7, 8, and 10.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    P3BSseq

    Parallel processing pipeline for analysis of bisulfite sequencing data

    Bisulfite sequencing (BSseq) processing is among the most cumbersome next generation sequencing (NGS) applications. Though some BSseq processing tools are available, they are scattered, require puzzling parameters and are running-time and memory-usage demanding. We have developed P3BSseq, a parallel processing pipeline for fast, accurate and automatic analysis of BSseq reads that trims, aligns, annotates, records the intermediate results, performs bisulfite conversion quality assessment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ceaty - The Cute CPU Eater

    Ceaty - The Cute CPU Eater

    A small java tool that will consume your CPUs

    Ceaty is a small Java tool that was created to test CPU consumption in a virtual environment were the virtual machines share the same physical machine. Ceaty has quite a big appetite, her favorite food is CPUs with garlic sauce. How to start Ceaty: java -jar Ceaty.jar <threads> Example: This will start 10 threads that will consume your CPU: java -jar Ceaty.jar 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    serverStat

    A simple program for displaying the stats of a server or PC.

    serverStat, brother and updated verson of internetStat, is a simple program designed for quickly checking and showing the stats of a server or PC. It updates the server or PC info every second, and displays it on its very simple interface. It displays, as of now: - RAM usage, in MB and GB - CPU usage, in % - CPU idle time, in % - Internet connection, in ping(ms). More features and stats coming soon! Please post feedback/reviews :) They help alot (just please don't be mean...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    cputime
    cputime chung is a small cpu - memory usage displayer allways visible at the right/bottom corner of the screen written in freebasic.Click on window and press escape 5 seconds to close.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bruce's Custom Sparky Gnome

    Bruce's Custom Sparky Gnome

    Gnome 3 spin of Sparky Linux

    ... varied needs right from the get go. Some come close, but are always missing something that I need. This is my attempt to have it all. My attempt to eliminate the need for Windows entirely. It works for me. It may work for you as well. Why not try it? The ISO weighs in at a just under 4GB. While it is pretty light on resources, I would certainly suggest a modern CPU and GPU. I am running on a Core i5 4460, 16GB of memory and a GTX 960 in my rig. 64BIT USERNAME: live PASSWORD: liveinstall
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Droid Plugin

    Droid Plugin

    A plugin framework on android,Run any third-party apk

    ... to integrate DroidPlugin into the host app. Complete code level separation between host and plugged apps, only system-level message passing method provided by Android allowed. Resources management are also completely separated between host and plugged apps. Process management for plugged apps, idle processed of the plugged app will be timely recycled to guarantee minimum memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project