Skip to content

Instantly share code, notes, and snippets.

View LukasBombach's full-sized avatar
👨‍👩‍👧‍👦
Proud father

Lukas Bombach LukasBombach

👨‍👩‍👧‍👦
Proud father
View GitHub Profile
import QtQuick 2.1
import QmlVlc 0.1
Rectangle {
id: bg
color: bgcolor
VlcVideoSurface {
id: videoOutput
source: vlcPlayer
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>nw mediacenter</title>
</head>
<body>
<object type="application/x-chimera-plugin" width="640" height="360" id="webchimeraplayer">
<param name="filename" value="http://archive.org/download/CrayonDragonAnAnimatedShortFilmByTonikoPantoja/Crayon%20Dragon%20-%20An%20animated%20short%20film%20by%20Toniko%20Pantoja.mp4" />
import QtQuick 2.1
import QtQuick.Layouts 1.0
import QmlVlc 0.1
Rectangle {
id: bg
color: bgcolor
VlcVideoSurface {
id: videoOutput
<div id="editor">
<ul id="controls">
<li><button data-tag="strong">B</button></li>
<li><button data-tag="em">i</button></li>
<li><button data-tag="h1">H1</button></li>
<li><button data-tag="h2">H2</button></li>
<li><button data-tag="h3">H3</button></li>
</ul>
<div id="document">
Integer posuere erat a ante venenatis dapibus posuere velit aliquet. ...
class App extends Component {
static get transition() {
return {
component: 'div',
transitionName: 'fade',
transitionEnterTimeout: 500,
transitionLeaveTimeout: 500,
};
}
<system>
<fullname>CPS1</fullname>
<name>cps1</name>
<path>~/RetroPie/roms/cps1</path>
<extension>.zip .ZIP .fba .FBA</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/pifba/fba2x %ROM%" </command>
<!-- alternatively: <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/fba-libretro/svn-current/trunk/fb_alpha_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/fba/retroarch.cfg %ROM%"</command> -->
<platform>arcade</platform>
<theme></theme>
</system>
[
{
"id": "1253",
"GameTitle": "Secret of Mana",
"ReleaseDate": "08/06/1993",
"Platform": "Super Nintendo (SNES)"
},
{
"id": "1311",
"GameTitle": "Secret of Evermore",
{
"title": "Secret of Mana",
"alternateTitles": [
"Seiken Densetsu 2"
],
"releaseDate": "1993-08-05T22:00:00.000Z",
"description": "A young boy unearths an ancient sword, disgracing his village and unleashing a curse. Exiled from his hometown, he must travel to the ends of the earth to mend his mistake. Allies and Elementals will aid him in his fight against the Empire and the long-forgotten power they plan to unleash.",
"genres": [
"Action",
"Role-Playing"
import winston from 'winston';
const logger = new (winston.Logger)({
levels: {
trace: 9,
input: 8,
verbose: 7,
prompt: 6,
debug: 5,
info: 4,
@LukasBombach
LukasBombach / gist:2943fc2a1cb5fd4bbd1c3e6b477ce033
Last active January 15, 2017 20:45
Installing Plex Media Server on Debian on a Pine64
sudo apt-get install apt-transport-https
sudo dpkg --add-architecture armhf
echo "deb [arch=armhf] https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list
sudo apt-get update
sudo apt-get install binutils:armhf plexmediaserver-installer -y --force-yes