Posts
-
lmdb-embeddings
Fast word vectors with little memory usage in Python
Query word vectors (embeddings) very quickly with very little querying time overhead and far less memory usage than gensim or other equivalent solutions. This is made possible by Lightning Memory-Mapped Database.
Inspired by Delft. As explained in their readme, this approach permits us to have the pre-trained embeddings immediately โwarmโ (no load time), to free memory and to use any number of embeddings similtaneously with a very negligible impact on runtime when using SSD.
For instance, in a traditional approach
glove-840Btakes around 2 minutes to load and 4GB in memory. Managed with LMDB,glove-840Bcan be accessed immediately and takes only a couple MB in memory, for a negligible impact on runtime (around 1% slower).Tags: #python โข word โข vectors
-
ts-toolbelt
โ Higher Type Safety for TypeScript
- ๐ About
- ๐ฉ Features
- ๐ Getting started
- ๐ Documentation
- ๐ง Good to know
- ๐ฃ Announcements
- ๐ Contributing
- ๐ Running tests
- ๐ง Compatibility
- ๐ Sponsoring issues
- ๐ฎ Whatโs next
- ๐ Acknowledgements
Tags: #typescript โข types โข typescript-library
-
ocra
One-Click Ruby Application Builder
home :: https://github.com/larsch/ocra/
issues :: http://github.com/larsch/ocra/issues
forum :: http://groups.google.com/group/ruby-ocra
Tags: #ruby
-
hasura-backend-plus
๐Auth and ๐ฆStorage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.
- ๐จ Fully customizable with sensible defaults.
- ๐ Easy to setup, can be deployed anywhere.
- ๐ Two-factor authentication support.
- ๐ Third-party OAuth providers: Google, GitHub, Facebook, Apple, Twitter, Microsoft Live, Linkedin.
- ๐ Highly customisable storage rules on any S3-compatible instance.
- ๐จ Optional email account verification.
- ๐จ Secure email and password change.
- ๐ JWKS endpoint.
- โ Optional checking for Pwned Passwords.
- ๐ Rate limiting.
- ๐จโ๐ป Written 100% in TypeScript.
Tags: #typescript โข hasura โข graphql
-
glimmer.js
Central repository for the Glimmer.js project
Welcome to Glimmer.js! Glimmer.js is actually a made up of lots of small packages, so this meta-repo exists to help you find what youโre looking for.
Tags: #typescript โข glimmer โข glimmerjs
-
TraceKit
Attempts to create stack traces for unhandled JavaScript exceptions in all major browsers.
Not all browsers support stack traces on error objects, but TraceKit squeezes out as much useful information as possible and normalizes it. 3kB minified + gzipped
Tags: #javascript
-
tesla-api
๐ A Ruby gem and unofficial documentation of Teslaโs JSON API for the Model S, 3, X, and Y.
This is unofficial documentation of the Tesla JSON API used by the iOS and Android apps. The API provides functionality to monitor and control the Model S (and future Tesla vehicles) remotely. The project provides both a documentation of the API and a Ruby library for accessing it.
If any folks at Tesla are reading this, Iโd love to help coordinate a developer program for your APIs. If thereโs any way I can be helpful, please feel free to get in contact. Also, Iโd love to be in the beta firmware program :wink:
Tags: #ruby โข tesla โข api
-
react-native-gallery-toolkit
Reanimated 2 powered gallery implementation
Use npm or yarn to install the library
npm i --save react-native-gallery-toolkitAlso, you need to install react-native-reanimated@2.0.0-alpha.7 (the new 2 version) and react-native-gesture-handler, and follow their installation instructions.
Expo is not currently supported because this library uses the latest version of Reanimated 2 (expo supports right now only alpha.6.1).
Tags: #typescript โข gallery โข android
-
react-native-deep-linking
Simple route-matching library to handle deep links
React Native route-matching library to handle deep links.
Tags: #javascript โข react-native โข deep-linking
-
type-zoo
A menagerie of useful type operators for TypeScript
TypeScript ships with some handy user-definable type operators:
Partial,Readonly,PickandRecord. However many other useful operators have been demonstrated in GitHub issue comments and elsewhere. This repository is intended to collect all this folklore in one place, so you can stop copying and pasting these solutions into project after project.PRs more than welcome! Please note that this library is intended to be fully static, i.e. it has no runtime component, only a type definition file. The idea is that these could all potentially make their way into
lib.d.tsat some point.Tags: #typescript
subscribe via RSS