https://github.com/n0shake/Public-APIs
This is an attempt to categorise different APIs scoured from the web which make their resources available for consumption.
*Items marked with
are open-source *Items marked with 💸 are trial based APIs
https://github.com/n0shake/Public-APIs
This is an attempt to categorise different APIs scoured from the web which make their resources available for consumption.
*Items marked with
are open-source *Items marked with 💸 are trial based APIs
A curated list of awesome Python frameworks, libraries, software and resources.
Inspired by awesome-php.
Build FFmpeg with Intel's QSV enablement on an Intel-based validation test-bed:
Build platform: Ubuntu 18.04LTS
Ensure the platform is up to date:
sudo apt update && sudo apt -y upgrade && sudo apt -y dist-upgrade
Install baseline dependencies first (inclusive of OpenCL headers+)
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
#!/bin/sh | |
### | |
# SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer) | |
# For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos | |
### | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx |