Posts

  • OoT-Randomizer

    A randomizer for Ocarina of Time.

    This is a randomizer for The Legend of Zelda: Ocarina of Time for the Nintendo 64.

    Tags: #python

  • StratosphereLinuxIPS

    Slips, a free software behavioral Python intrusion prevention system (IDS/IPS) that uses machine learning to detect malicious behaviors in the network traffic. Stratosphere Laboratory, AIC, FEL, CVUT in Prague.

    Tags: #python • docker • pcap

  • Selenium-Grid-Extras

    Simplify the management of the Selenium Grid Nodes and stabilize said nodes by cleaning up the test environment after the build has been completed

    1. In the terminal run following command:
      java -jar Selenium-Grid-Extras-Jar.jar
      
    2. You will be prompted with several questions, first one will ask you if you want to set this computer as a HUB, Node, or both. Answer 2 for HUB

    3. Leave the Host name for Grid Hub as default 127.0.0.1

    4. Set port to be used by Selenium Grid Hub, default is 4444

    5. You will be asked if you wish to auto update Selenium. If you answer yes, then every time Selenium Grid Extras is started it will check fo the latest version of Selenium Stand Alone Server, IEDriver, and ChromeDriver. If you choose to not auto update, you will be asked what versions of each driver to lock into.

    Tags: #ruby

  • multi-model-server

    Multi Model Server is a tool for serving neural net models for inference

    Tags: #java • mxnet • deep-learning

  • ripper-tags

    fast, accurate ctags generator for ruby source code using Ripper

    fast, accurate ctags generator for ruby source code using Ripper

    Tags: #ruby

  • foxact

    React Hooks/Utils done right. For Browser, SSR, and React Server Components.

    React Hooks/Utils done right. For Browser, SSR, and React Server Components.

    Tags: #typescript • react • react-hooks

  • request_store

    Per-request global storage for Rack.

    Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for Thread.current. Like this:

    def self.foo
      Thread.current[:foo] ||= 0
    end
    
    def self.foo=(value)
      Thread.current[:foo] = value
    end
    

    Ugh! I hate it. But you gotta do what you gotta do…

    Tags: #ruby

  • ACMECert

    PHP client library for Let’s Encrypt and other ACME v2 - RFC 8555 compatible Certificate Authorities

    PHP client library for Let’s Encrypt and other ACME v2 - RFC 8555 compatible Certificate Authorities.
    Version: 3.3.1

    Tags: #php • letsencrypt • certificate

  • seed_migration

    Seed Migration

    Seed Migrations are a way to manage changes to seed data in a rails app in a similar way to how schema migrations are handled.

    Tags: #ruby

  • omniauth-google-oauth2

    Oauth2 strategy for Google

    Strategy to authenticate with Google via OAuth2 in OmniAuth.

    Get your API key at: https://code.google.com/apis/console/ Note the Client ID and the Client Secret.

    For more details, read the Google docs: https://developers.google.com/accounts/docs/OAuth2

    Tags: #ruby • omniauth • google-oauth2

subscribe via RSS