Skip to content

Instantly share code, notes, and snippets.

View sparkleholic's full-sized avatar

Junil Kim sparkleholic

  • LG Electronics Software Platform Lab
  • Seoul, Korea
View GitHub Profile
@sparkleholic
sparkleholic / devmode
Last active April 11, 2016 06:19
How to check if webOS TV is enabled or not
# if developer mode app is installed on the webOS TV.
# it will open several ports for communicating with SDK like CLI (command line interface) tools.
# if sdk doesn't work properly with dev-mode-enabled TV,
# you can check if the ports are opened.
### Linux / OSX(mac)
# Using netcat, you can check the following ports.
## 1. Check 9922 tcp port ##
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
@sparkleholic
sparkleholic / README.md
Created March 20, 2019 08:35 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")