Posts

  • konsta

    Mobile UI components made with Tailwind CSS

    Konsta UI - Pixel perfect mobile UI components built with Tailwind CSS with iOS and Material Design components for React, Vue & Svelte

    Tags: #javascript • mobile • ui-components

  • ruby-macho

    🔩 A pure-Ruby library for parsing Mach-O files.

    The Mach-O file format is used by macOS and iOS (among others) as a general purpose binary format for object files, executables, dynamic libraries, and so forth.

    Tags: #ruby • apple • ruby-library

  • 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

subscribe via RSS