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-840B takes around 2 minutes to load and 4GB in memory. Managed with LMDB, glove-840B can 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

    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.

    View Documentation

    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

  • Use npm or yarn to install the library

    npm i --save react-native-gallery-toolkit
    

    Also, 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

    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, Pick and Record. 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.ts at some point.

    Tags: #typescript

subscribe via RSS