7569 shaares
228 private links
228 private links
7341 results
tagged
0
Livestreamer is a command-line utility that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. There is also an API available for developers who want access to the video stream data.
Hermalle-Sous-Huy
Tech companies are run by a feckless leadership accountable to no one, creating a toolkit for authoritarianism while hypnotized by science-fiction fantasy.
<?
$table = json_decode(file_get_contents('emoji.json'));
//print_r($table); //take a peak
foreach ($table as $k => $emoji)
foreach ($emoji->short_names as $shortname)
echo "'{$shortname}' => '{$emoji->unified}', \n";
?>