Showing 58 open source projects for "grid control"

View related business solutions
  • 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
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1

    SGsimv2

    smart grid co-simulation

    SGsim is a co-simulation framework consists mainly of the network simulator OMNeT++ and the power grid simulator OpenDSS. Related Publications: Abdalkarim Awad, Peter Bazan and Reinhard German, " A Short Tutorial On Using SGsim Framework For Smart Grid Applications" Proceedings of the 10th EAI on Performance Evaluation Methodologies and Tools 2016, Taormina, Italy, pp.1-6, October 2016 Abdalkarim Awad, Peter Bazan and Reinhard German, " Co-Simulation-Based Evaluation of Volt-VAR Control," IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), Ljubljana, Slovenia, pp. 1-6, October 2016 Abdalkarim Awad, Peter Bazan and Reinhard German, "SGsim: Co-Simulation Framework for ICT-Enabled Power Distribution Grids," (MMB & DFT 2016), Münster, Germany, pp. 5-8, April 2016 Abdalkarim Awad, Peter Bazan and Reinhard German, "SGsim: a Simulation Framework for Smart Grid Applications," Proceedings of the IEEE International Energy Conference (ENERGYCON 2014), Dubrovnik, Croatia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Masonry

    Masonry

    A cascading grid layout plugin

    Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet. All sizing and styling of items is handled by your own CSS. tem sizes can be set with percentages for responsive layouts. With the masonry layout mode, set percentage-width columnWidth with element sizing. Set percentPosition: true so item positions are likewise set...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JPIV

    JPIV

    Particle Image Velocimetry

    JPIV is a platform independent, graphical stand-alone application for Particle Image Velocimetry (PIV) written in Java. PIV is an optical technique for measuring fluid flow velocities. JPIV moved to GitHub. Please visit us at: https://eguvep.github.io/jpiv/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    RAPSim - Microgrid Simulator

    RAPSim - Microgrid Simulator

    An easy to use GUI enables electric source and grid simulation.

    ...This software is helpful for optimal placement of distributed generation units in a micro grid. RAPSim is designed for use in science and classroom with a simple to use graphical interface. It is an easily extendable framework that supports users in implementation of their own models, for grid objects, and algorithms for grid control.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    Webiness

    Webiness

    Lightweight PHP framework

    Webiness is lightweight PHP framework based on MVC design pattern. It has a very straightforward installation process that requires only a minimal configuration, so it can save you a lot of hassle. Also, it canbe an ideal choice if you want to avoid PHP version conflict, as it works on all PHP versions from 5.3. Webiness extensively uses the lazy loading technique so, in most cases, it is faster then other frameworks. It can be used for rapid prototyping of web applications. Webiness is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    L-GRID
    L-GRID: a Light portal to access Grid via Web. It provides the control over the complete lifecycle of a Grid Job, from its submission and status monitoring, to the output retrieval. It is client-server application. The L-GRID server is hosted on gridui.sns.it. gridui.sns.it is GRID EGI User Interface for public access which supports "dteam","gridit","infngrid","lhcb","ops","theophys" virtual organizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    WinDbgTool

    Simplify managed dumps analysis.

    ...Tool is intended to automate such analysis for managed application dumps. WinDbgTool is also able to parse some WinDbg commands output and display results not using plain text but via grid control which can filter and sort data.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 8

    EODG

    EODG is a web application to upload/download files from a local folder

    The EO Data Gateway application provide web access to a local EO repository both for upload and download of Earth Observation data products. EODG has been designed to be a simple input/output gateway to the ESA Earth Observation data stored in the ESA Grid-Processing On Demand systems. Anyway, it can be used for sharing any other of files. EODG provides per user control (via groups) on files download and uploads (number of concurrent downloads, number of files downloaded per month, total size of files uploaded, download speed, etc…), usage statistics, a template system and custom anti-virus scan and post-processing operations on the uploaded files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ScorePlus(Sensorweb Laboratory)
    ScorePlus is a cyber physical testbed for smart grid that addresses the intelligent control, communication, and interactions about the complex smart grid cyber physical system. By introducing virtual time to the emulation platform and implementing a global synchronization module, scoreplus is able to advance the system clock as fast as possible, while preserving the synchronization between an event driven based power simulator (GridLAB-D) and a real time based network emulator (CORE).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    RuzzleSolver

    RuzzleSolver

    Takes in a ruzzle input and solves it

    What does it do ? 1. Takes in a Ruzzle grid as input and finds all words that can be formed. 2. An automatic swiper that in conjunction with Bluestacks lets you swipe every possible word thereby getting an insanely high score ! How does it work ? 1. Runs a DFS on the Ruzzle grid and at each instance checks if the word formed is a valid one. 2. Since the size of a grid is just 4 x 4, optimizations (such as using a suffix tree) aren't that important. 3. The total list of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A simple grid control to mock up tables in clinical trials. Also includes 'checklog', a visual log-parser for checking SAS log files, 'sasmake', a makefiles generator, and 'graphpirate', a tool for reverse-engineering graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ActiveFolder

    ActiveFolder

    ActiveFolder can be integrated with existed scientific computation.

    Welcome to the ActiveFolder project, the open source for management simulataion data and reproducing. ActiveFolder provide data reproduction for comparative study and searching reproduction data, by storing data coupled with provenance information. ActiveFolder is integrated existed grid computing service and cloud services. And also, ActiveFolder can be integrated with existed scientific computation, analysis and visualization software without modification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Kazuki

    A small, customizable automation framework

    Kazuki provides a base to develop small and reliable automation scripts using Ruby and Selenium-webdriver. The aim of the project is to remain small and simple, there are no complex tool and yet can automate any website quickly and easily. Kazuki is built with BDD in mind, but it's not BDD, but rather a domain-specific language with a similar structure. The point of this is to make the code readable, while still being Ruby code in all it's extent. There is no pseudo-code/interpreter, you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    git-cal

    git-cal

    github like contributions calendar on terminal

    git-cal generates a terminal-friendly contribution calendar for your Git activity, echoing the familiar heatmap seen on hosting sites but rendered in plain text. It scans your repositories’ commit history and aggregates changes per day, then prints a compact grid that highlights streaks and quieter periods. The output works in standard shells, making it handy for dashboards, status emails, or a lightweight snapshot of productivity without opening a browser. Options typically let you choose...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vMotion Detector

    vMotion Detector

    vMotion Detector for Linux & Windows Platforms

    vMotion Detector is an application suite designed for Oracle OEM, Oracle Grid or Nagios that allows a Windows or Linux Guest VM detect when it has its Session ID modified due to an underlying DRS or HA clustered environment change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Gridderface

    Keyboard-heavy inferface for marking grid-based puzzles in Java.

    A Java graphical interface for simply notating, marking, solving grid-based puzzles (Nikoli-style, or crossword-like puzzles) neatly on the computer. Intended for heavy keyboard users as for vi, but some mouse control works too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MyInventory

    MyInventory

    Decentralized inventory for opensimulator accounts

    This project is just starting up, therefore there isn't anything usable to download yet! The inventory (clothes, shapes, attachments etc.) of an avatar is traditionally stored centrally in the databases of the grid. If a user only visits one or maybe two grids, this central storage works quite well, but as more and more grids are starting to appear, the centralist thinking starts to become frustrating. Each time a user creates an account on a new grid, the user is faced with a nearly empty inventory, and has to spend time searching for suitable clothes and accessories. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Selenity

    Selenity

    A plugin for Selenium, It makes it really easy using Selenium Grid

    A plugin for Selenium, It makes it really easy using Selenium Grid inside Eclipse and running your System Tests. (Also available as standalone application.) Features 1. Start/Stop Selenium Hub with desired settings 2. Supports up to 5 Selenium Remote Control 3. Custom Logging level both for Selenity and Selenium 4. Test launcher for simple tests, Can run many tests simultaneously. (Going to be a full custom test utility)
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    jCircuits

    jCircuits

    An easy-to-use Simulation of Hardware-Gates

    A very easy-to-use but complex Gate-Simulation.You can simulate various gatters like AND, NAND, OR, NOR, NOT, XOR. And also build Flip-Flops, Full Adders and other compley structures. In other words its a register-Transfer Simulation of Hardware-Processes. There are also 2 Applet-Versions - the full Version and a only-Display-Version ---------- USEFUL TIPS: ---------- Always enter the Edit-Mode (swiss knife) bevor editing something ;) [!! IMPORTANT !!] Try out the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Battlefield Java is simple grid and turned based battle simulation game for Java developers. It requires you to develop a Ruler to control your game pieces. Battlefield Java is a great way to learn Java while having fun and doing battle with your friends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FedStage DRMAA for LSF library is an implementation of Open Grid Forum DRMAA 1.0 (Distributed Resource Management Application API) specification for the submission and control of jobs to Platform LSF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Instrument Element is a Grid/Cloud component that provides the computational/data Grid with an abstraction of real instruments, and Users with a more interactive interface to control them. More information: http://instrumentelem.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A JavaScript grid component for displaying and editing tabular data in DHTML-based tables. The grid provides rich client-side API, column sorting and resizing capabilities, multiple in-cell editors, filtering, searching and grouping functionality, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KTable is a custom SWT table widget that provides a flexible grid of cells to display data. Since it is custom-drawn, it does not have the restrictions of the native SWT Table control.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    BVHplay is a free, lightweight, Python-based, multi-OS, open-source playback utility for BVH animation files. Features include mouseless camera control, optional grid and camera position displays, frame-by-frame step buttons, and a slider bar.
    Downloads: 3 This Week
    Last Update:
    See Project
Auth0 Logo