Showing 1123 open source projects for "gridlab-d"

View related business solutions
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    This program allows you to create a special partiton form your RAM memory ! GENERAL WARRNING!!! After reboot the data form this partition will be lost!! For increasig RAMDISK size edit /boot/grub/grub.cfg adding ramdisk_size=1000000(this is 1GB) at the end of line containing kernel /vmlinuz-3.5.0.27 (whatever kernel you have). Youtube...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    jQuery Shapeshift

    jQuery Shapeshift

    A dynamic grid system with drag and drop functionality

    ...Shapeshift uses jQuery UI Draggable/Droppable for help with the drag and drop system. Luckily, there is already a plugin called jQuery Touch Punch, which provides touch support for jQuery UI D/D. It can be found in the vendor folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Riggy is a dice `bot for pbIRC RPGs. He is specialized to provide a fair interface for D&D, d20, GURPS, White Wolf, Shadowrun and Mirima Tyalie dice systems. He also includes random name generation and miscellaneous IRC utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Snake 2D

    Snake 2D

    Simple single and multiplayer 2D snake game

    Simple single and multiplayer 2D snake game If you like it please drop a Like! :D
    Downloads: 49 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • 5
    Buscador semántico y ontológico: está compuesto de distintas partes programas en diferentes lenguajes: a. Ficheros PHP b. Ficheros en JavaScript (AJAX) c. Hojas de estilo CSS d. Necesidad de instalación de servidor APACHE y TomCat para su correcto funcionamiento. e. Descripción breve del funcionamiento: Mediante los ficheros PHP, con formularios que recogen la información a través variables POST y GET actúa en conjunto con los ficheros en JavaScript (AJAX) y envían la petición al servidor en SOLR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mr. BallGuy 2

    Mr. BallGuy 2

    The place to download Mr. BallGuy 2!

    Mr. BallGuy 2 is the 2nd installment of my first very successful game, Mr. BallGuy. This project is still 100% open source :D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Razr D

    Razr D

    DSDS Android 4.1 JB mobile phone.

    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    2D P2P RPG Engine

    Java Client + JS/Canvas Server-Side System, with maintained Objects

    This has been a big dream of mine, and I've spent the last 5 years learning everything I could about Software Design, Web Design, and most important of all, Game Design, so I could develop my own Game Engine and make games as I pleased, and I figure what better way to make myself popular in the real world than to release an Open-Source 2D Peer-2-Peer Self-Containable Web Server/Client Game Engine, and CHALLENGE other people to make branches for their own spin-off projects. I WANT a project devoted to D&D, AND Space Games, AND Platformers. I'm taking a D&D-BASED path, but putting my own knowledge and imagination into it. So, honestly, the quickest way to contribute is to make a SourceForge, directly message me and request for a Branch, and literally take the time to TACKLE issues as they're found. I'll be teaching some of my own peers to program through this, and if you feel inspired to do so, tell me, and I'll devote a Branch to your private team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SMJ remote controlled sockets

    Use your arduino to control remote controlled sockets by SMJ.

    Cheap Home Automation. Use an Arduino to control power-sockets in your home. Step 1: Get a pack of "SMJ remote controlled sockets". Step 2: Allocate channels (A-D) and buttons (1-3) to lamps and gizmo's around your home. Step 3: Connect an Arduino to an Aurel Wireless RTX-MID-3V transceiver (see code for mapping). Step 4: Load sketch on your Arduino (v11 is latest). Step 5: Place batch file (Windows). Your com port might not be com3. Step 6: Set up windows task scheduler. Get fancy and use "Sunwait4Windows" for dusk/dawn scheduling. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10

    gc_hole_filling

    Depth map hole filling using graph cuts

    Code to fill missing holes in a depth map using a second-order smoothness prior. Implemented in matlab using graph cuts. Accompanies the paper "Herrera C., D., Kannala, J., Ladicky, L., Heikkila, J., Depth map inpainting under a second-order smoothness prior, SCIA, 2013"
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    LIMS-A

    Laboratory Information Management System with Complete Lab. Automation

    ...This Project is created by Fatih University Computer Engineering Students .. Hasan SARMAN Hamadou Doudoun Niangadou Feugang Kemegni Fabrice it helps to automate complete lab system. its originally created to use on a R&D lab. if you wish you can use it on every kind of labs. it comes with Client Server based Access control Mechanism which cordinate access control with registered projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Linux UDP Port Test - sendudp

    SendUDP allows you to send UDP packets to test a datagram application.

    ...sendudp is very simple to use even simpler that telnet, to use it you have to be familiar with the destination IP address, the IP could be v4 or v6, the PORT and you must define a message to test, here is an example: sendudp -d 196.44.87.65:3877 -m "Test message." Or sendudp -d example.com:3877 -m "Test message." while {-d} stands for destination and port, and {-m} stands for the message to send, enjoy using sendudp and I hope it saved you time from writing your own UDP tester. License: CC3.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ai4a configurations

    configurations for App Inventor

    ...forum/ai4a V1.4.6.zip is the current version. Use it unless you know what you are doing. notes for bs 64. it is an older configuration https://groups.google.com/d/msg/usgsuacwai/xYFZViW1XEg/7AgXfzJWf7IJ
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    OR-WRT

    Firmware for home-made robots

    Firmware for robots made using OpenWRT router and open-robotics.ru hardware
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 15
    Australis Mate 1.6

    Australis Mate 1.6

    Australis Mate Edition L.T.S 32 bit

    ...Note **** login name is ( linux ) NO password needed (just press enter) If installed you could set your own User name and password. ************************************************************* For Virtual Box users use this install. Auto Log in https://docs.google.com/file/d/0B0eO_d_3xTouQXB4QUQ2RS1fYWs/edit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Oscilloscope components, including 100MHz quad A/D, VHDL code for Xilinx FPGA, and driver for Octave or Matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Questor

    Questor

    A 2-D game

    2-D Game made by UberGames productions, the main objective of the game is to complete all the quests, defeat as many monsters possible, and reach the highest level!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Game is a 3-d version of the old 8-bit life game, with physics added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KGSM-USB-D is a GNU/Linux USB driver for KGSM Khomp boards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    3dt

    3dt

    3D tetris-like game for Windows

    3D tetris-like game for Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ...There is a new version of this project called OpenBracketChallenge on GitHub thanks to @ joeyl9: https://github.com/joeyl9/OpenBracketChallenge !!! ------ This is an easy-to-use PHP/MySQL web application for running a NCAA D-I basketball "March Madness" tournament bracket pool competition. Users submit their brackets; once the tournament starts, they can see how they fare against the competition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mutualisation d'expertise en encodage TEI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    steganoroute

    steganoroute

    Send steganographed text messages to mtr with fake hops in the network

    Steganoroute is a tool to send steganographed text messages to another computer over the network. The receiver must make a traceroute to the sender using the mtr program (and pressing 'd' once to switch the display mode to the continuous graph). This tool, the sender, creates several fake hops and makes them answer the ICMP packets (or not) to write the letters one by one on the mtr client screen.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Student Control

    Student Control

    Let's stream the student's screen to your own one.

    ...Also you have a little tool-collection, so you can for example shutdown the student's pc or lock the mouse. And the best: It's free to use. (What a suprise on sourceforge :D) This Programm was part of a schoolproject in 02/2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A jQuery plugin for drawing and interacting with chemical diagrams. Follows an MVC design for integration with different visualization components, like 3-D viewers or tabular formats. Support for popular chemical formats.
    Downloads: 0 This Week
    Last Update:
    See Project