Posts

  • FakeGPS

    FakeGPS is a GPS device simulator, GPS location signal keep output according to the coordinates. By the direction keys on the joystick, the user can simulate walking on the map.

    中文Readme

    FakeGPS is a GPS device simulator. GPS location signal keep output according to the given coordinates. By the direction keys on the joystick, the user can simulate walking on the map.

    Tags: #java

  • koa-ts

    The best practice of building Koa2 with TypeScript

    The best practice of building Koa2 with TypeScript. 中文


    Tags: #typescript • koa2-typescript-guide • koa2

  • forkcms

    Fork is an easy to use open source CMS using Symfony Components.

    1. Make sure you have composer installed.
    2. Run composer create-project forkcms/forkcms . in your document root.
    3. Browse to your website
    4. Follow the steps on-screen
    5. Have fun!

    Tags: #php • cms • symfony

  • JFastText

    Java interface for fastText

    JFastText is a Java wrapper for Facebook’s fastText, a library for efficient learning of word embeddings and fast sentence classification. The JNI interface is built using javacpp.

    The library provides full fastText’s command line interface. It also provides the API for loading trained model from file to do label prediction in memory. Model training and quantization are supported via the command line interface.

    JFastText is ideal for building fast text classifiers in Java.

    Tags: #java • machine-learning • nlp

  • clauneck

    A tool for scraping emails, social media accounts, and much more information from websites using Google Search Results.

    The script will write the results in a CSV file. If it cannot find any one of the information on a website, it will label it as null. For unknown errors happening in-between (connection errors, encoding errors, etc.) the fields will be filled with as error.

    Website Information Type of Information
    serpapi.com contact@serpapi.com Email
    serpapi.com serpapicom Instagram
    serpapi.com serpapicom Facebook
    serpapi.com serp_api Twitter
    serpapi.com null Tiktok
    serpapi.com channel/UCUgIHlYBOD3yA3yDIRhg_mg Youtube
    serpapi.com serpapi Github
    serpapi.com serpapi Medium

    Tags: #ruby • automation • command-line

  • eclipse-collections

    Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

    Eclipse Collections is a comprehensive collections library for Java. The library enables productivity and performance by delivering an expressive and efficient set of APIs and types. The iteration protocol was inspired by the Smalltalk collection framework, and the collections are compatible with the Java Collection Framework types.

    Eclipse Collections is compatible with Java 8+. Eclipse Collections is a part of the OpenJDK Quality Outreach program, and it is validated for different versions of the OpenJDK.

    Tags: #java • eclipse-collections • java-collections

  • timeout

    Timeout provides a way to auto-terminate a potentially long-running operation if it hasn’t finished in a fixed amount of time.

    Timeout provides a way to auto-terminate a potentially long-running operation if it hasn’t finished in a fixed amount of time.

    Previous versions didn’t use a module for namespacing, however

    Tags: #ruby

  • mongock

    Lightweight Java based migration tool

    The official documentation is [here][documentation_link], where you can find everything rom version 3.

    Tags: #java • mongock • mongodb

  • sync-dotenv

    Keep your .env in sync with .env.example

    Projects often rely on environmental variables stored in a .env file to run… and because these variables sometimes contain sensitive data, we never add them to source control. Instead, these variables are added e.g. to a .env.example file so it’s easy to get the project running for other developers. However, it’s very easy to forget to update this file when a variable is added/updated in .env (during development). This can make it difficult for devs to get the project running (locally) because they rely on .env.example file to setup their environment (with their own configs).

    Enter sync-dotenv 🔥

    Tags: #typescript • nodejs • dotenv

  • python-user-agents

    A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.

    • ua-parser >= 0.10.0 is required. Thanks @jnozsc!
    • Added get_device(), get_os() and get_browser() instance methods to UserAgent. Thanks @rodrigondec!

    Tags: #python • user-agent-detection • browser-detection

subscribe via RSS