Posts

  • django-post_office

    A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.

    Django Post Office is a simple app to send and manage your emails in Django. Some awesome features are:

    • Designed to scale, handles millions of emails efficiently
    • Allows you to send email asynchronously
    • Multi backend support
    • Supports HTML email
    • Supports inlined images in HTML email
    • Supports database based email templates
    • Supports multilingual email templates (i18n)
    • Built in scheduling support
    • Works well with task queues like RQ or Celery
    • Uses multiprocessing and threading to send a large number of emails in parallel

    Tags: #python

  • typecho-markdown

    A markdown parse plugin for typecho.

    • Typecho 1.2.0 or higher
    • PHP 8.2 or higher

    Tags: #php • typecho • parsedown

  • simple-sms

    Send and receive SMS messages with Laravel

    Simple SMS is an easy to use package for Laravel that adds the capability to send and receive SMS/MMS messages to mobile phones from your web app. It currently supports a free way to send SMS messages through E-Mail gateways provided by the wireless carriers. The package also supports 9 paid services, Call Fire, EZTexting, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, Zenvia, and JustSend.

    Tags: #php • sms • zenvia

  • TeamSpeak-3-Java-API

    A Java wrapper of TeamSpeak’s 3 server query API.

    • Contains almost all server query functionality! (see TeamSpeak 3 Server Query Manual)
    • Built-in keep alive method
    • Threaded event-based system
    • Both synchronous and asynchronous implementations available
    • Can be set up to reconnect and automatically resume execution after a connection problem
    • Utilizes SLF4J for logging abstraction and integrates with your logging configuration

    Tags: #java • teamspeak • teamspeak3

  • KnpGaufretteBundle

    Easily use Gaufrette in your Symfony projects.

    As this bundle is an integration for Symfony of the [Gaufrette][gaufrette-homepage] library, it requires you to first install [Gaufrette][gaufrette-homepage] in your project.

    Note that, you need to install separately the adapters you want to use. You can find more details about these packages here, and the full list adapters on packagist.

    Tags: #php • filesystem • bundle

  • 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

subscribe via RSS