Skip to content

Instantly share code, notes, and snippets.

@porst17
porst17 / LG-UF85.conf
Last active November 23, 2015 14:47
UMS debug files
#----------------------------------------------------------------------------
# Profile for LG WebOS TVs.
# See DefaultRenderer.conf for descriptions of all the available options.
#
RendererName = LG UG85 TV
RendererIcon = LG-UB820V.png
# ============================================================================
# This renderer has sent the following string/s:
@porst17
porst17 / websockify-test.html
Last active September 2, 2015 10:14
A basic example of connecting a website to a shell command using WebSockets and websockify
<!--
run on console:
websockify --wrap-mode=respawn 1234 -- bash -c 'cat | netcat -q -1 -k -l 1234'
replace 'cat' with the command of your choice
/-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org" />
@porst17
porst17 / logfile2.txt
Created December 16, 2013 10:30
Log of "gradlew clean jfxDeploy --debug" for https://github.com/porst17/javafx-gradle-bug/tree/f1e75c785ecd6505509c7ea96c3b60efb5356a45 on Ubuntu Linux 12.04, Oracle JDK 1.7.0_45, gradle 1.8
11:29:31.536 [DEBUG] [org.gradle.logging.internal.DefaultLoggingConfigurer] Finished configuring with level: DEBUG, configurers: [org.gradle.logging.internal.OutputEventRenderer@6c7d22, org.gradle.logging.internal.logback.LogbackLoggingConfigurer@8b7aca, org.gradle.logging.internal.JavaUtilLoggingConfigurer@12a87f4]
11:29:32.433 [DEBUG] [org.gradle.logging.internal.DefaultLoggingConfigurer] Finished configuring with level: DEBUG, configurers: [org.gradle.logging.internal.OutputEventRenderer@6c7d22, org.gradle.logging.internal.logback.LogbackLoggingConfigurer@8b7aca, org.gradle.logging.internal.JavaUtilLoggingConfigurer@12a87f4]
11:29:32.437 [INFO] [org.gradle.BuildLogger] Starting Build
11:29:32.438 [DEBUG] [org.gradle.BuildLogger] Gradle user home: /home/user/.gradle
11:29:32.438 [DEBUG] [org.gradle.BuildLogger] Current dir: /media/sf_IMAGINARY/javafx-gradle-bug
11:29:32.439 [DEBUG] [org.gradle.BuildLogger] Settings file: null
11:29:32.439 [DEBUG] [org.gradle.BuildLogger] Build file: null
11:29:32.456 [DEBUG
@porst17
porst17 / gist:7300948
Created November 4, 2013 10:47
Log of "gradlew jfxDeploy --debug" for https://github.com/porst17/javafx-gradle-bug
11:45:03.685 [DEBUG] [org.gradle.logging.internal.DefaultLoggingConfigurer] Finished configuring with level: DEBUG, configurers: [org.gradle.logging.internal.OutputEventRenderer@45974736, org.gradle.logging.internal.logback.LogbackLoggingConfigurer@4ec44deb, org.gradle.logging.internal.JavaUtilLoggingConfigurer@39d7a7b3]
11:45:04.344 [DEBUG] [org.gradle.logging.internal.DefaultLoggingConfigurer] Finished configuring with level: DEBUG, configurers: [org.gradle.logging.internal.OutputEventRenderer@45974736, org.gradle.logging.internal.logback.LogbackLoggingConfigurer@4ec44deb, org.gradle.logging.internal.JavaUtilLoggingConfigurer@39d7a7b3]
11:45:04.348 [INFO] [org.gradle.BuildLogger] Starting Build
11:45:04.348 [DEBUG] [org.gradle.BuildLogger] Gradle user home: /Users/test/.gradle
11:45:04.348 [DEBUG] [org.gradle.BuildLogger] Current dir: /Users/test/Desktop/IMAGINARY/javafx-gradle-bug
11:45:04.349 [DEBUG] [org.gradle.BuildLogger] Settings file: null
11:45:04.350 [DEBUG] [org.gradle.BuildLogger] Build file: nul