Posts

  • TikTokBot

    Consider sponoring me here

    This project downloads the trending tiktok videos and compiles them into a video.

    NOTE: VERY OUT OF DATE if you want submit a PR to update the code using TikTokApi’s new versions

    NOTE This project will most likely be behind my TikTok-API. Adapt that to use FFMpeg if you want a better experience TikTok-API. I will still update this just it will most likely be a few updates behind that other repo.

    Tags: #python • tiktok • ffmpeg

  • minimal-json

    A fast and small JSON parser and writer for Java

    You can parse JSON from a String or from a java.io.Reader. You don’t need to wrap your reader in a BufferedReader, as the parse method uses a reading buffer.

    JsonValue value = Json.parse(string);
    

    Tags: #java

  • django-social-network

    Django based social network

    A Django 4.0 -based open source social network application.

    Tags: #python • django • social-network

  • 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

subscribe via RSS