Posts

  • obsidian-webhooks

    Connect obsidian to the internet of things via webhooks

    Obsidian plugin and service that connects your editor to the internet of things through webhooks

    Tags: #typescript • obsidian • obsidian-plugin

  • leaf

    🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly

    Leaf is a PHP micro framework that helps you create clean, simple but powerful web apps and APIs quickly.

    Tags: #php • php-framework • leaf

  • neuralnetworks

    java deep learning algorithms and deep neural networks with gpu acceleration

    Update This is a newer version of the framework, that I developed while working at ExB Research. Currently, you can build the project, but some of the tests are not working. If you want to access the previous version it’s available in the old branch.

    This is a Java implementation of some of the algorithms for training deep neural networks. GPU support is provided via the OpenCL and Aparapi. The architecture is designed with modularity, extensibility and pluggability in mind.

    Tags: #java

  • omniauth-facebook

    Facebook OAuth2 Strategy for OmniAuth

    📣 NOTICE We’re looking for maintainers to help keep this project up-to-date. If you are interested in helping please open an Issue expressing your interest. Thanks! 📣

    These notes are based on master, please see tags for README pertaining to specific releases.

    Facebook OAuth2 Strategy for OmniAuth.

    Supports OAuth 2.0 server-side and client-side flows. Read the Facebook docs for more details: http://developers.facebook.com/docs/authentication

    Tags: #ruby

  • chatgpt-spring-boot-starter

    a chatgpt starter based on Openai Official Apis.

    This starter is based on OpenAi Official Apis. You can use chatgpt in springboot project easily.

    Tags: #java • starter • chatgpt

  • searchable

    A php trait to search laravel models

    Simply add the package to your composer.json file and run composer update.

    "nicolaslopezj/searchable": "1.*"
    

    Tags: #php • laravel • search

  • blueprint

    A code generation tool for Laravel developers.

    Blueprint requires a Laravel application running a supported version of Laravel. Currently that is Laravel 10.38 or higher.

    Tags: #php

  • localer

    Automatic detecting missing I18n translations tool.

    Add this line to your application’s Gemfile:

    gem 'localer'
    

    And then execute:

    $ bundle
    

    Or install it yourself as:

    $ gem install localer
    

    Tags: #ruby • i18n • dependency-analysis

  • netty-4-user-guide-demos

    Netty demos. (Netty 案例大全)

    Demos of Netty 4.x User Guide 《Netty 4.x 用户指南》/《Netty原理解析与开发实战》,文中用到的例子源码。

    Tags: #java • netty

  • MidiWriterJS

    ♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON.

    • addEvent({event}, mapFunction)
    • setTempo(tempo)
    • addText(text)
    • addCopyright(text)
    • addTrackName(text)
    • addInstrumentName(text)
    • addMarker(text)
    • addCuePoint(text)
    • addLyric(text)
    • setTimeSignature(numerator, denominator)

    Tags: #javascript • music • midi

subscribe via RSS