Showing 100 open source projects for "cpu-g"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 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
  • 1
    HWSensors

    HWSensors

    All information from hardware sensors on your Mac

    HWSensors is a software bundle that includes drivers and applications that allow you to access information from hardware sensors available on your Mac. FakeSMC is an open source SMC device driver/emulator developed by netkas (http://netkas.org/). NOTE: FakeSMC & Plugins starting from v915 provide additional sensors information to HWMonitor then running on Macs. By installing FakeSMC on real Mac you should consider you know what you are doing and how to recover your system if something...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 2
    FalansterCity3D

    FalansterCity3D

    3D urban environment renderer : browser-app ; as well as a GTA clone

    ...Why not try it directly at the link below? http://nerdofalgorithms.altervista.org/secondary_pages/page_11.php Even on smarthones or whatever, as long as it has a browser and sufficient CPU-speed. Whereas the CPU requirements are actually very low. And with some little sponsoring, this could also come to a full completion, leading to a mind-blowing product in little time. And also produce spin-offs like something similar, but written in C++, and featuring nice, textured OpenGL graphics, and even lower system requirements ; and even more... . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    jsSID

    pure JavaScript SID soundchip emulator and player for Web Audio API

    A very lightweight (14kbyte, samplecycle-based) and fast SID emulator written entirely in pure JavaScript (from scratch) for the Web Audio API, supported by most major web-browsers. No need for Flash/Java or other plugins to play SID files directly in the browser by the visitors of the webpage... See it in action with an example playlist: http://hermit.sidrip.com/player.html NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Generator express

    Generator express

    An express generator for Yeoman, based on the express command line

    An express-generator for Yeoman, based on the express command line tool. Make sure you have yo installed: npm install -g yo. Install the generator globally: npm install -g generator-express. Run: yo express and select Basic. Add --coffee if you require CoffeeScript. Run: grunt or gulp to run the local server at localhost:3000, the grunt/gulp tasks include live reloading for views, css in public/css and restarting the server for changes to app.js or js in routes/.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    Web VMStat

    Web VMStat

    Prettify vmstats in your browser

    ...It takes the type of data normally shown by the vmstat command and presents it in a cleaner visual interface. The app streams system metrics through WebSocket communication using websocketd. It charts those metrics with Smoothie Charts, giving users a live view of CPU, memory, I/O, swap, and other system activity. The project is meant as a lightweight process that can be installed on machines a user wants to monitor. Overall, it is a useful demo and monitoring utility for turning command-line Linux performance data into a more readable web dashboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Simple 8-bit Assembler Simulator

    Simple 8-bit Assembler Simulator

    Simple 8-bit Assembler Simulator with Angular.js

    ...The console output uses memory mapping and maps a specific portion of the memory to the console. Thus writing to the console output is as simple as writing into a specific memory location. The CPU reads instructions from the memory and executes them. The memory contains our program code and can be used by the program to store data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    G-Framework Web3.0 ToolKit
    This is the most advanced and complete new generation tool for creating Web applications. You can create your own "Web Applications" once writing very few lines of code and make it simply accessible from anywhere in the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    vtop

    vtop

    A graphical activity monitor for the command line

    Vtop is a free and open-source activity monitor for the command line. It’s written in node.js and can be easily extended. It uses Unicode braille characters to draw CPU and Memory charts, helping you visualize spikes. We also group processes with the same name together. We calculate the CPU percentage as a total of your overall system power. 100% is all cores and HyperThreads maxed out. This is different to how Apple Activity monitor works. If your terminal supports mouse events (like iTerm) then you can click on the items in the process list. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    BossDataSave

    A PHP database management system with Naija pidgin language version.

    This is a Php software that helps for the utilization of databases with ease. It also has Naija pidgin language option. It incorporates some javascripts, css and html for better productivity and efficiency. I'm also trying to expand the uses of Naija language in IT globally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10

    ThunderstormDistributor

    Distribute jobs to compute nodes on dynamic clusters

    ThunderstormDistributor is a queuing system that distributes jobs and computational workload across dynamic clusters in the cloud. It manages the assignment of jobs to maximize CPU and memory usage and prevent oversubscription of compute nodes. It also performs advanced statistics collection on individual compute nodes and jobs to graph the distribution of disk, network, CPU, and memory usage over time, which facilitates the advanced optimization and tuning of computational workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    ...To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Vista/Windows 7 sidebar gadget to observe the cpu load of a Linux server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GeAnn
    ...Tasks such as document relevance assessment or image clustering can be represented in game form to achieve comparable label quality at significantly lower cost and high user satisfaction. Citing: If you use GeAnn, please refer to C. Eickhoff, C. G. Harris, A. P. de Vries and P. Srinivasan. "Quality through Flow and Immersion: Gamifying Crowdsourced Relevance Assessments". In SIGIR 2012
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Occursions

    Fast customizable time series web database for big data like log files

    ...Occursions asynchronously tails log files and indexes the individual lines in each log file as each line is written to disk so you don't even have to wait for a second after an event happens to search for it. Occursions uses custom disk backed data structures to create and search its indexes so it is very efficient at using CPU, memory and disk. You can extend Occursions with shared libraries to support your own file formats, even binary file formats!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    DNET Live-Stats

    project no longer maintained

    A multilingual, PHP-based internet portal, without using a MySQL database. It shows the actual statistics of your distributed.net team out of the log-file of your dnet-proxy and additional information, including prognosis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ACGVision is a software monitoring system developped in Java and using SOAP WebServices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tradutor de línguas de sinais para tradução interativa de português/francês e LIBRAS/LFS. Este dicionário utiliza técnicas de reconhecimento de imagem CIRATEG (USP), vídeos do site da UDESC e WEB LSF LEXIQUE, bem como a API de tradução do G
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Server++
    A free PHP based server monitoring script. The script is designed focussing on minimum memory usage and an attractive user interface. Server++ uses Google Chart API to provide server information in an easy to understand and an enhanced way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Placeto CMS
    ...Written to be fast and to use as little memory as possible. Placeto CMS offers browser and server caching, provides gzip compression and to cut down on bandwidth and CPU time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Tpl makes it easy to serialize your C data using just a handful of API functions. The data is stored in its native binary form for maximum efficiency. C, Perl and XML supported. Data is portable across CPU types and OS's from Unix to Mac to Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Wibut is a web interface (web based) back-up tool. Hourly, daily, weekly, monthly, annual and time specific back-up processes can be performed without so much memory and CPU consuption. Wibut can be used for low-scale and high-scale back-up works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Google emergency map. Main use: times of weather emergencies. Contains: locations and details for food, water, downed power lines, shelters, and gas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Twole G is a cooperative web based software used to manage the requestes for water systems. You can see a demo at http://twole.isolasoftware.it/twole1.7/(username: admin, password: twole). The system is implemented with GWT 1.4 and gwt-ext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Site intranet permettant de gérer une communauté (ici d'étudiants d'un męme batiment) et donc d'accroitre la communication entre eux (news, mini-forum, mail, chat, annuaire, ...). En fonctionnement ici : http://g-le-net.no-ip.com/interne/ (accčs rése
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Uechi.APM.Web

    Uechi APM Web Server Performance Monitor Open Source

    Uechi APM Web is an APM (Application Performance Management) Open Source Server Performance Monitor written and developed in Java and C # for all Linux and Windows platforms. The Uechi.APM.Web offers a complete resource for unlimited monitoring servers in real time. Have full control of the CPU consumption, memory, disk and network traffic. Communication is done via TCP Protocol Socket connection. More information, please visit: http://uechi.com.br/uechi-apm-web-eng/
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo