Showing 1122 open source projects for "gridlab-d"

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.
    Start Free
  • $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
  • 1
    dizzy-omega

    dizzy-omega

    Dizzy Omega - sequel of Dizzy Y game

    Dizzy Omega - Dizzy on Mars - the game with 3D graphic, but 2D logic. Dizzy is the character of graphic-text adventures, puzzles of Codemaster and Oliver Twins games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    d2inc

    d2inc

    Generate array from data.

    'd2inc' is a command line tool to convert binary data to array declaration for various programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Vrapper

    Vrapper

    Vim-like editing in Eclipse

    Vrapper is an eclipse plugin which acts as a wrapper for existing eclipse text editors to provide a Vim-like input scheme for moving around and editing text. Eclipse Update Site: http://vrapper.sourceforge.net/update-site/stable
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4

    ODFR

    Software for simulation of slow motional EPR spectra in aligned media

    ODFR is intended for simulation of slow-motional EPR spectra for spin-probes (especially nitroxide radicals) in partially oriented samples. The main purpose of the program is the simulation of EPR spectrum angular dependences. Both single- and multiprocessor versions are available. The detailed description of all models and approximations used in the program is contained in the following reference: A.Kh.Vorobiev, A.V.Bogdanov, T.S.Yankova, N.A.Chumakova, “Spin probe determination of...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    L¡¦JACS est une application en Java permettant d¡¦analyser les données de la carte SIM pour visualiser sous une interface graphique les composants suivants : „h Les contacts du repertoire. „h Les messages texte SMS dans la SIM. „h Les services de nom de fournisseur. „h La table de services SIM. „h Le numero d¡¦identification de la carte. „h L¡¦information IMSI. „h L¡¦annuaire des numeros ADN.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    Ghawwas_V4

    An open source system for Arabic corpora processing

    ...Ghawwas V4.0 provides the following main functions: a. Frequency list for single word and N-Grams b. Concordance c. Collocation (MI, CHI Squared, LL, T-Score, Z Score, Dice, Log Dice, Weirdness Coefficient) d. Lexical patterns search e. Two corpora frequency profile comparison based on MI, CHI, LL, T-Score, Z Score, Dice, Log Dice, Weirdness Coefficient f. Accept Windows and UTF-8 character encoding g. Accept TXT, DOC, DOCX, RTF and HTML formats h. Export the processing results in CSV file format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Docker Nexus3

    Docker Nexus3

    Dockerized version of Nexus Repo Manager 3

    An official Sonatype-maintained Docker image for Nexus Repository Manager 3 (Community & Pro editions). It packages the repository manager with out-of-the-box settings, optimized for container platforms—featuring persistence, configuration overrides, and separate licensing options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    aex-mi6

    aex-mi6

    old aex builds for sagit

    ...This TWRP is recommended for AospExtended https://github.com/xiaomi-msm8998/device_xiaomi_sagit/releases/tag/3.2.3-4 You can use it with f2fs and ext4 Installation: 1: Dirty flash from AEX pie (stay on ext4) * normal flash the zip as always :D 2: Clean flash ext4 *reboot to the TWRP and format data + wipe all *reboot to recovery *Flash ROM and GApps *boot 3: Clean flash f2fs *reboot to the TWRP and format data + wipe all *reboot to recovery *select wipe > advanced wipe select cache then select repair or change file system and select F2FS *Do the same step with Data (*reboot to recovery) *Flash ROM and GApps *boot Thanks to Vantom and Ahmed Ali Based on our love demon.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    CsvIgniter
    Este proyecto te permite crear archivos csv desde la base de datos con la función INTO OUTFILE de sql, ademas agrega los encabezados de columna de manera dinámica, solo configura las variables iniciales y obtén tu csv. $fecha_hoy=date('d-m-Y'); $ruta_descarga = 'C:/Program Files/Apache24/htdocs/CsvIgniter/tmp/';//no olvides el / del final $nombre_carpeta_a_descargar = 'FOLDER1'; $descarga_nav = TRUE; //ESTO HABILITA O DESHABILITA LA DESCARGA $bd = "tu_base_de_datos"; $tabla = "tu_tabla"; //WHERE $wheres = ""; $prefijo_reportes_archivos = "CSV Sample 1 - Title "; $momento = "{$fecha_hoy}";//date("Y-m-d h-i-s"); //AQUI PUEDES AGREGAR MAS DETALLES DE LA HORA $registros_por_csv = 1000000; //reducir si el archivo se corrompe $delimiter = ','; $enclosure = '"'; $newline = '\n';
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 10
    XlsxIgniter
    Este proyecto de codeigniter incluye la librería xlsxwriter, las ventajas son la base de php para generar los reportes, solo configuras las variables en el controlador y el reporte se genera conforme a los valores: $fecha_hoy=date('d-m-Y'); $ruta_descarga = 'C:/tmp/xlsx/SC/';//no olvides el / del final $nombre_carpeta_a_descargar = 'FOLDER'; $datos_reporte_serializado = FALSE; //CACHE SERIALIZADO (NO ALMACENAR MAS DE 100 MIL REGS) $descarga_nav = FALSE; //ESTO HABILITA O DESHABILITA LA DESCARGA $bd = "TU_BASEDEDATOS"; $tabla = "TU_TABLAOVISTA"; //WHERE $wheres = ""; $prefijo_reportes_archivos = "Nombre del Reporte "; $momento = "{$fecha_hoy}";//date("Y-m-d h-i-s"); //AQUI PUEDES AGREGAR MAS DETALLES DE LA HORA $autorxlsx = 'DANIEL GUZMÁN'; $compañiaxlsx = 'COMPAÑIA CORP...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    DRAKON Editor

    DRAKON Editor

    A free cross-platform editor for the DRAKON visual language.

    ...Architects and quality assurers can express a high-level view of how their product works. DRAKON serves them to explain the dynamics of a software system. Software engineers can use DRAKON Editor to build algorithms in Go, Java, Processing.org, D, C#, C, C++, Python, Tcl, Javascript, Erlang and Lua.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 12
    DetectorCalibration

    DetectorCalibration

    Peak and global efficiency of radiation source-detector equipment

    ...Can be used along with RadiationHelper (Beta_Gamma_MC module with Geant4 checkbox selected) but make sure that inside RadiationHelper folder there is MonteCarloPath.txt file having the first line pointing to the path of detector.exe folder (e.g. D:\\DetectorCalibration\\Build) and, if on Linux, next lines pointing to the Geant4 data. RadiationHelper is found here: https://sourceforge.net/projects/radiationhelper/ Source code included. Also, available on GitHub: https://github.com/ZiliasTheSaint/DetectorCalibration.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    dpans2texi

    Converts the sources of the Common Lisp standard to the Texinfo format

    ... * Single-key index lookup with completion: i. * Single-key full text regexp search: s * Convenient symbol lookup from source code: C-h C-i (or C-c C-d h from slime).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    octave-intinf

    Infinite-precision integer arithmetic for Octave, written in Octave

    ...The supported operations are: >> s = a = intinf (126) % Creation of intinf-class object from integer or string >> b = intinf ('-792716404922304611755050042308687') >> c = a + b % Addition >> d = a - b % Subtraction >> e = c * d % Multiplication >> f = (e - a^2) / b % Exponentiation, division >> f == -b % Logical operators >> [q, r] = intinf_divide (b^2, a) % Divsion and remainder >> x = intinf_rand (100) % Random number (here, with 100 digits) TODO: * Better errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    D-Tailor

    D-Tailor

    D-Tailor: automated analysis and design of DNA sequences

    ...However, our ability to design sequences to interrogate multifactorial biological processes and further engineer biological functions is lagging behind. DNA-Tailor (D-Tailor) is a fully extendable software framework for biological sequence analysis and multi-objective sequence design. D-Tailor permits the seamless integration of an arbitrary number of sequence analysis tools into a Monte-Carlo algorithm that evolves synthetic sequences towards user-defined goals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ...*Odexed *Zipaligned *Extreme Debloated *S9 Dolby Atmos working. include * Deknoxed * System Optimizations * Better Ram Managment * Tweaks * Magisk Root * Init D tweaks * Tweaks * Better Stability & Performance *Much more find out by you guys
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Space International SHIKA Crypto-suite

    Space International SHIKA Crypto-suite

    High-grade military diplomatics-grade cryptography suite

    ...The diplomatic and military standard cipher approved for even TOP SECRET storage, processing and transmission by Space International senates, militaries and government agencies. The cryptography components in the suite for the Q (D, Z) family of cryptographic components are fully magnetic-proof. Designed by Ann Space, Chiko Space and Mika Space, senators of the Most High Senate of Space International, and military generals of the special division of the Infinite Military of Space International (Navy). Better than Serpent, Twofish and AES ciphers. Fully unbreakable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Harmony music

    Harmony music

    Sleek music player for Spotify, SoundCloud, Google Play Music

    ...Plugins are available for Spotify, SoundCloud, Google Play Music, Hype Machine, YouTube, Reddit, Deezer and local files. Install various themes and easily switch to a secondary one with Cmd+D. Pre-installed themes: Basic, Dark, Arc & Vibrancy on Mac OS. All the operations you make on Harmony are mirrored on the cloud. Like a Spotify track on Harmony, it will be liked on your phone. Harmony can be controlled using keyboard shortcuts and media keys. Press? to see the list of available shortcuts. Whatever size you want it to be, it will follow you. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    Prerequesiti Dove avere disponibili i testi d' esame già tagliati dentro una cartella zippata "EXAM.zip". DESCRIZIONE Geometry Exam Simulator è un simulatore per le prove d' esame del corso di Algebra/Geometria del corso di Ingegneria informatica a Bologna. Divertitevi a studiare in modo interattivo :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PoroElasticity

    This code solves 3-D poroelasticity problems

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    2D Java Chess

    A two-dimensional classic game of Chess.

    A fun game of Chess in 2-D created in Java. This game has basic features implemented, but we expect to push out a multiplayer version soon.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    IntelliJDashPlugin

    IntelliJDashPlugin

    A smart and simple plugin that provides keyboard shortcut access

    ...To install the plugin in your IDE go to Preferences -> Plugins -> Browse repositories and search for "Dash". The default shortcut assigned to smart-search is Cmd-Shift-D (Mac OS X) or Ctrl-Shift-D (Windows, Linux). A menubar command named "Smart-Search Documentation" can be found in the "Tools" menu. The plugin either searches for the statement at caret position or the current selection. It will identify the programming language in use and request filtered results accordingly. A non filtered search over all documentation entries can be invoked by adding the Alt modifier key to the shortcut. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    OpenRTDynamics

    A framework for implementing real-time control systems

    - - - T H I S P R O J E C T M O V E D T O G I T H U B - - - A framework for the implementation of advanced real-time control systems which uses signal/block-based schematics (like Simulink) extended by several features like state machines and online-exchangeable sub-simulations. Besides, this framework properly handles multiple threads, their communication, allows to synchronise control systems to external events (e.g. variable timers or incoming network packages) and provides many other nice features. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PCGen :: An RPG Character Generator

    PCGen :: An RPG Character Generator

    RPG character generator for RPG d20 systems.

    PCGen is a free open source RPG character generator (d20 systems). All datafiles are ASCII so they can be modified by users for their own campaigns. Please join us at http://groups.yahoo.com/group/pcgen/. Support email: help@pcgen.org
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project