Posts
-
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
- In the terminal run following command:
java -jar Selenium-Grid-Extras-Jar.jar -
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
-
Leave the Host name for Grid Hub as default 127.0.0.1
-
Set port to be used by Selenium Grid Hub, default is 4444
- 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
- In the terminal run following command:
-
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 endUgh! 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.1Tags: #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
-
node-maxmind
Maxmind GEO Lookup
Javascript module for Geo IP lookup using Maxmind binary databases (aka mmdb or geoip2). Fastest Maxmind lookup library available - up to 17,000% faster than other libraries. Module has 100% test coverage with comprehensive test suite. It natively works with binary Maxmind database format and doesn’t require any “CSV - {specific lib format}” conversions as some other modules do. Maxmind binary databases are highly optimized for size and performance so there’s no point using other formats.
Tags: #typescript • maxmind • geoip2
-
firebase-functions
Firebase SDK for Cloud Functions
The
firebase-functionspackage provides an SDK for defining Cloud Functions for Firebase.Cloud Functions is a hosted, private, and scalable Node.js environment where you can run JavaScript code. The Firebase SDK for Cloud Functions integrates the Firebase platform by letting you write code that responds to events and invokes functionality exposed by other Firebase features.
Tags: #typescript
subscribe via RSS