Posts

  • react-native-background-job

    Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.

    Schedule background jobs that run your JavaScript when your app is in the background or if you feel brave even in foreground.

    The jobs will run even if the app has been closed and, by default, also persists over restarts.

    This library relies on React Native’s HeadlessJS which is currently only supported on Android.

    On the native side it uses either Firebase JobDispatcher or a AlarmManager.

    • Firebase JobDispatcher (default): The jobs can’t be scheduled exactly and depending on the Android API version different period time is allowed. FirebaseJobDispatcher is the most battery efficient backward compatible way of scheduling background tasks.

    • AlarmManager by setting exact to true: Simple propriatery implementation that is only ment to be used while testing. It only cares about executing on time, all other parameters are ignored - job is not persisted on reboot.

    Tags: #java • react-native • scheduled-jobs

  • nextrtc-signaling-server

    NextRTC is simple WebRTC signaling server written in java. It provides signal exchange and easy to integrate API

    NextRTC is a rich java library providing WebRTC signaling server. You can use it as standalone web application, or add it as a tenant to your existing Spring application. It uses WebSocket (JSR 356) to communicate with clients. Front end client to NextRTC is available here.

    Tags: #java • nextrtc • webrtc

  • CacoCloud

    A simple, fast and secure PHP/AngularJS based feed and mail reader, password and bookmark manager.

    A simple, fast and secure PHP/AngularJS based single user feed and mail reader, password and bookmark manager. CacoCloud is divided into a RESTful PHP backend storing all data into a SQLite database and an SPA frontend based on AngularJs.

    I have mainly written CacoCloud to fit my personal needs, but maybe it fits your needs, too.

    You can find some screenshots in the wiki.

    Tags: #php

  • folio

    Page based routing for Laravel.

    Laravel Folio is a powerful page based router designed to simplify routing in Laravel applications.

    Tags: #php

  • Reconnoitre

    A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.

    Reconnoitre although a well loved tool I’ve maintained for a few years now, in my opinion, pales in functionality to building your own enumeration approach within Interlace. I strongly recommend anybody looking to take Infosec beyond the OSCP to spend some time looking into this project.

    Tags: #python • oscp • penetration-testing

  • 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

subscribe via RSS