Posts
-
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
-
basketball_reference_web_scraper
NBA Stats API via Basketball Reference
For documentation about installing the package and API methods see the documentation page.
Tags: #python • basketball-reference • nba
subscribe via RSS