Posts
-
melgan
MelGAN vocoder (compatible with NVIDIA/tacotron2)
Unofficial PyTorch implementation of MelGAN vocoder
Tags: #python β’ tts β’ neural-vocoder
-
gradle-download-task
Adds a download task to Gradle that displays progress information
plugins { id "de.undercouch.download" version "4.1.1" }Tags: #java β’ gradle β’ downloader
-
doiuse
:bomb: Lint CSS for browser support against caniuse database.
Lint CSS for browser support against Can I use database.
Tags: #javascript
-
eloquent-json-relations
Laravel Eloquent relationships with JSON keys
This Laravel Eloquent extension adds support for JSON foreign keys to
BelongsTo,HasOne,HasMany,HasOneThrough,HasManyThrough,MorphTo,MorphOneandMorphManyrelationships.
It also provides many-to-many relationships with JSON arrays.Tags: #php
-
mindfulness-at-the-computer
Helps you stay mindful of your breathing while using your computer
This application reminds you to take breaks from the computer, helps you remember to stay in touch with and be mindful of your breathing and body while sitting at the computer, and helps you concentrate on breathing in and out when you need a breathing pause.
The application website has more information (including screenshots and downloads).
The application is written in Python and uses Qt/PyQt for the front-end.
License: GPLv3
Social: Gitter chat
This project is beginner-friendly: You can ask for help in the Gitter chat room and we will try to help you. Also we try to provide documentation useful for newcomers
Tags: #python β’ mindfulness β’ breathing
-
laravel-moderation
A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
A simple Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
Keep your application pure by preventing offensive, irrelevant, or insulting content.
Tags: #php β’ laravel β’ moderation
-
Laravel-Geographical
Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances
Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances.
First either update your database or add this to a migration for each model:
$table->double('longitude'); $table->double('latitude');Finally in your model use:
use Geographical;Tags: #php
-
phunctional
β‘οΈ Ξ» PHP functional library focused on simplicity and performance
Phunctional is heavily inspired by Clojure and some other PHP libraries like iter, compose and felpado.
The main principles that we have in mind developing this library are:
- A collection can be any iterable PHP object, arrays or generators
- Favor composition vs inheritance
- Be lazy when you can
- Avoid state, state is (usually) evil!
- Simplicity over easiness
- Break the above rules if it makes sense
All of this can be resumed with a word: Immutability.
Tags: #php β’ functional-programming β’ map
-
laravel-localization-to-vue
Make Laravel standard localization files available in format required by various JavaSript localization packages
This package collects all localizations from resources/lang directory and itβs sub-directories and converts them to plain array
which can later be converted to JSON object and used with libraries like Vue, Angular, etc.Tags: #php
-
rails-controller-testing
Brings back
assignsandassert_templateto your Rails testsThis gem brings back
assignsto your controller tests as well asassert_templateto both controller and integration tests.Note: This gem is only useful once
assignsandassert_templatehave been removed from Rails.Tags: #ruby
subscribe via RSS