Posts

  • react-native-app-intro-slider

    Simple and configurable app introduction slider for react native

    An easy-to-use yet very configurable app introduction slider/swiper based on FlatList that supports RTL.

    yarn add react-native-app-intro-slider
    

    Tags: #typescript

  • numpy-stl

    Simple library to make working with STL files (and 3D objects in general) fast and easy.

    pip install numpy-stl
    
    from stl import mesh
    
    # Load an STL file (auto-detects binary/ASCII)
    your_mesh = mesh.Mesh.from_file('model.stl')
    
    # Inspect
    print(f'{len(your_mesh)} triangles')
    print(f'Bounding box: {your_mesh.min_} to {your_mesh.max_}')
    
    # Save
    your_mesh.save('output.stl')
    

    Tags: #python β€’ python3 β€’ python2

  • chewy

    High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client

    Chewy is an ODM (Object Document Mapper), built on top of the official Elasticsearch client.

    Tags: #ruby β€’ elasticsearch β€’ elasticsearch-client

  • mongoose

    Mongoose module for Nest framework (node.js) 🍸

    Mongoose module for Nest.

    Tags: #typescript β€’ nest β€’ nestjs

  • bull

    Bull module for Nest framework (node.js) :cow:

    Monorepo containing Nest modules for Bull and BullMQ packages.

    Tags: #typescript β€’ nestjs β€’ nest

  • seccomp-tools

    Provide powerful tools for seccomp analysis

    Powerful tools for seccomp analysis.

    This project is aimed primarily (but not exclusively) at analyzing seccomp sandboxes in CTF pwn challenges. Some features are CTF-specific, but they’re just as useful for analyzing real-world seccomp filters.

    Tags: #ruby β€’ seccomp β€’ seccomp-filter

  • LavaSrc

    [!IMPORTANT] For LavaSrc v3 (Lavaplayer v1 & Lavalink v3) look here

    Tags: #java β€’ lavaplayer β€’ spotify

  • wa-sqlite

    WebAssembly SQLite with support for browser storage extensions

    This is a WebAssembly build of SQLite with support for writing SQLite virtual filesystems completely in Javascript. This allows alternative browser storage options such as IndexedDB and Origin Private File System. Applications can opt to use either a synchronous or asynchronous (using Asyncify or JSPI) SQLite library build (an asynchronous build is required for asynchronous extensions).

    IndexedDB and several Origin Private File System virtual file systems are among the examples provided as proof of concept. A table comparing the different VFS classes is here.

    Try the demo or run benchmarks with a modern desktop web browser. More information is available in the FAQ, discussion forums, and API reference.

    Tags: #javascript β€’ sqlite β€’ webassembly

  • Through the MagicLink class we can create a secure link that later being visited will perform certain actions, which will allow us offer secure content and even log in to the application.

    [!WARNING] Migrate actions is required if you are upgrading from version 2.24.2 or earlier. Please see the Migrate actions section for detailed instructions.

    Tags: #php β€’ laravel β€’ authentication

  • TheGlowingLoader

    TheGlowingLoader is the highly configurable library to indicate progress and is natively created for Android Platform. It is an implementation of a design composed by Shashank Sahay.

    Android Library which is the implementation of The Glowing Loader created by Shashank Sahay.

    I have made it so that it can be easily customized. You can change line stroke width, line colors, particle colors, disable several effects etc.

    Library supports OS on API 14 and above.

    Download Demo Apk

    Demo Video

    Tags: #java β€’ library β€’ android

subscribe via RSS