Linux Infrared Remote Control library

Controlling LIRC From the Web http://alexba.in/blog/2013/02/23/controlling-lirc-from-the-web/ lirc_web is a nodejs app that creates a web interface & JSON API for the LIRC project. It uses lirc_node to handle communication between LIRC and nodejs. https://github.com/alexbain/lirc_web An internet-enabled air conditioner remote running on the Raspberry Pi. https://github.com/tpudlik/RaspAC

» Read more

CatBoost

CatBoost – это новый метод машинного обучения, основанный на градиентном бустинге. Он внедряется в Яндексе для решения задач ранжирования, предсказания и построения рекомендаций. С ее помощью можно эффективно обучать модели на разнородных данных, в том числе таких, которые трудно представить в виде чисел (например, виды облаков или категории товаров). https://habr.com/ru/company/yandex/blog/333522/

» Read more

Integrate Firebase With PHP

There are alot of services available on internet for creating real-time databases and communication systems. For instance Pusher, Onesignal, and Google’s Firebase are famous tools for that. https://www.cloudways.com/blog/php-firebase-integration/

» Read more

Twitch URLs Extactor

Small website to extract raw stream urls from twitch http://pwn.sh/tools/getstream.html The website uses Streamlink, a fork of Livestreamer. Discussion on Reddit

» Read more

C Tutorials

C Tutorial C Basics C Examples http://2016-aalto-c.mooc.fi/en/Module_1/ learn-c.org hexlet.io/courses/introduction_to_c

» Read more

Cloud Speech-to-Text

Speech-to-text conversion powered by machine learning and available for short-form or long-form audio. Price: $0.006 USD / 15 seconds (= $1.44 / 1 hour) https://cloud.google.com/speech-to-text/

» Read more

unzip unicode files

Try using p7zip. However p7zip doesn’t work well for non UTF-8 encodings, but if you only need for UTF-8, then that’s an easy solution. apt-get update apt-get install p7zip-full 7z x thefile.zip

» Read more

Project: Twitch videos

A web interface to download videos from Twitch in a single file. Additional options could be provided: select time range (start and stop) create screenshots upload to YouTube

» Read more