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

  • one_gadget

    The best tool for finding one gadget RCE in libc.so.6

    When playing ctf pwn challenges we usually need the one-gadget RCE (remote code execution), which leads to call execve('/bin/sh', NULL, NULL).

    This gem provides such gadgets finder, no need to use objdump or IDA-pro every time like a fool :wink:

    To use this tool, type one_gadget /path/to/libc in command line and enjoy the magic :laughing:

    Tags: #ruby • ctf • pwnable

  • OctoPrint-Enclosure

    OctoPrint Enclosure Plugin

    I’m moving away from it, and when ready the replacement plugin would be here: https://github.com/vitormhenrique/OctoPrint-Enclosure-V2

    Tags: #python • temperature-sensor • enclosure

  • obsidian-image-toolkit

    An Obsidian plugin for viewing an image.

    When you click an image, it will be popped up and you can preview, zoom, move, rotate, flip, invert and copy the image.

    Tags: #typescript

  • laravel-request-docs

    Effortless API documentation tool for Laravel applications. Swagger alternative.

    • Light and Dark mode
    • Automatic rules fetching from injected Request and by regexp
    • Automatic routes fetching from Laravel Routes
    • Support for Laravel logs
    • Support for SQL query and query time
    • Support for HTTP response time and memory consumption
    • Support for Authorization Headers
    • Support for File uploads
    • Support for Eloquents events
    • Display extra documentation using markdown
    • Saves history previous requests
    • Added filters to sort, group and filter routes by methods, controllers, middlewares, routes
    • Export Laravel API, routes, rules and documentation to Postman and OpenAPI 3.0.0

    Tags: #php • laravel • laravel-package

  • goby

    Command-line role-playing game framework

    Goby is a Ruby framework for creating CLI-based role-playing games. Goby comes with out-of-the-box support for 2D map development, background music, monster battles, customizable items & map events, stats, equipment, and so much more. With thorough testing and documentation, it’s even easy to expand upon the framework for special, unique features. If you are looking to create the next classic command-line RPG, then look no further!

    Goby will always be free and open source software. If you have any questions, please contact nskins@umich.edu.

    Tags: #ruby • text-rpg • rpg

  • ngx-monaco-editor

    Monaco Editor component for Angular 2 and Above

    • Angular <= 4: v3.x.x
    • Angular 5: v5.x.x
    • Angular 6: v6.x.x
    • Angular 7: v7.x.x
    • Angular 8: v8.x.x
    • Angular 9: v9.x.x
    • Angular 10: v10.x.x
    • Angular 12: v12.x.x

    Using this Module you can utilize the Monaco Editor as an Angular Component. Feel free to contribute, raise feature requests and make it better.

    Supports all the options available in monaco-editor Monaco Editor Options

    Tags: #typescript • monaco-editor • angular

  • gitium

    Keep all your WordPress code on git with a simple plugin and a repo

    Gitium was built in 2013 to provide our clients a more simple and error-free method to integrate a new git version control into their code management flow.

    Gitium was developed by the awesome engineering team at Presslabs, a Managed WordPress Hosting provider.

    For more open-source projects, check Presslabs Code.

    Tags: #php • wordpress • wordpress-plugin

  • emoji-selector-for-gnome

    This extension provide a popup menu with some emojis ; clicking on an emoji copies it to the clipboard.

    This GNOME shell extension provides a searchable popup menu displaying most emojis ; Clicking on an emoji copies it to your clipboard.

    Tags: #javascript • gnome • gnome-shell-extension

  • welcome-android

    A customizable welcome screen

    If you want to use a button in a custom fragment instead of the default done button, call useCustomDoneButton(true) on the builder and new WelcomeFinisher(MyFragment.this).finish() in the button’s OnClickListener.

    Bottom Layouts

    The layout shown beneath the pages can be changed with the bottomLayout Builder method, which uses the WelcomeConfiguration.BottomLayout enum. The possible values are explained below.

    Tags: #java • android-library • android-ui

subscribe via RSS