475 projects for "source code computer" with 2 filters applied:

  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 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
    TTFTP provides a TFTP client for the Dallas Semiconductor TINI embedded Java computer. Currently TFTP support is provided as InputStream/OutputStream classes and as a command line. Plans for the future include integration into SLUSH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A distributed internet super computer. Inspired by the likes of Seti@Home & distribted.net, but open source and introducing a market place concept for tasks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Computer,Service,Network,Users,Document Attachment manager. With a Tree structure in PGSQL DBMS, Can manage One or more network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OS for embedded and mobile devices based on tiny byte-code interpreter and FORTH language compiler (into platform-independent byte-code). In other word its smallest programming language realization works on any type computer with any OS
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Some example exercises about distributed systems in computer science. Some code examples for Java RMI, Java Server Socket and Peer to Peer Systems written in Java. Probably using the Hibernate framework and some other Java Technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Local Content Server transforms Plone into a robust Learning Object Repository. It supports IMS content package transport, content preview, and object identification and registration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jabber bot to administrate your computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pegatron Utility access almost all the computer hardware, including PCI (PCI Express), I/O Space, CPU, RAM, ACPI etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A network phisical mapping and switch scrypts generation system in PHP(Zend Framework)&MySQL -script generation for (just now) HP switches -physical network routes, from computer via switch to patchpanel
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    funcgen shall provide a web frontend to monitor and change the settings of a function generator. Its possible that the function generator is connected to a diffrent computer than the webserver the frontend is running at. Frontend is written in Java/JSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Library dedicated to the parsing of network protocols and designed to be fast, auto-adaptive, asynchronous, modular and completely independent from client/server code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JDiag is an open source system information/diagnostics tool written in Java. It gathers information from various places in the system and places it into one log file for easy analysis by computer professionals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The application sleep timer will start applications and close them after a specified time. Thus you can listen music with your computer and after you fell asleep the player will be stopped. The GUI is using wxWidgets. Win/Unix
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WebHarder is very simple web-based file manager. Clients can manage own file storage via web interface. It will be optimized for computer academy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This program makes it possible to transfert files from a computer to another via SSL/TCP/IP. It is composed of a part to listening of possible requests, the server, and of one or more customers. Pure Java program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    High-performance computing code and libraries used in the High Performance Computing subject in Telecommunications Engineering at the University of Granada (http://geneura.ugr.es/~jmerelo/asignaturas/AAP)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QUAFF is a C++ library for designing and running parallel code onto any MPI aware system by providing an eay to use -- yet efficient -- API based on algorithmic skeletons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Crossing Calls is a macro-based api for NASM to abstract syscalls and make portable assembly code. The project actuallly works on FreeBSD, DragonFlyBSD, Linux, Win32, DOS. We trying to include Minix 2 now and expand the syscalls range.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    pySrcBackup

    Python Based Source Backup

    Automatically detects changes to local source code repository, for an arbitrary version control system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NES Open Switch

    NES Open Switch

    The 'NES Open Switch' network protocol stack.

    ...The stack can be used on any operating system which supports POSIX 2001 API. The build system is written in Make. The stack is released under the NES RED License, and it is an open-source software. [repository] (https://github.com/nes-repo/NES-Open-Switch)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PLCduino

    Open Source PLC based on the arduino platform

    PLCduino is an open hardware alternative for industrial and home automation. It uses the well known ATmega chips as main processor, the same used on Arduino. This means that PLCduino is code-compatible with all arduino sketches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Control-Freak

    Visual Automation & UI Authoring

    This is a general purpose tool optimized for managing, programming and automating machines, services and apps or just loose parts of code snippets. It comes with a visual block language and a visual GUI designer which lets you inter connect and automate all sorts of devices. It has built-in support for TCP, UDP, Serial, MQTT, SSH, Arduino/Raspberry-PI or access to your custom API via HTTP. Public Homepage: http://pearls-media.com/control-freak/ On Github:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Chor

    A choreography programming language for concurrent systems

    Chor is a strongly-typed choreography programming language for distributed systems. In Chor, the behaviour of a system is written down as a global program (a choreography) where all the message exchanges between the participants are explicit. Choreographies are statically checked against protocol specifications, given as types, enabling type-directed global programming. Finally, Chor supports the automatic generation of systems from a choreography. With Chor, you do not have to worry about...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    alefa

    alefa: Control the launch and execution of other programs.

    "alefa" is a command line utility that allows to control the launch and execution of other programs. "alefa" means "run", "go", "launch" or "execute" in malagasy language. It is often useful to write (more or less) simple scripts to rerun some commands until they "succeed", or to launch other commands indefinitely. There are numerous common use cases. Such things should be easily automated so that we can do other tasks without being distracted and without having to restart such...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB