Skip to content

Instantly share code, notes, and snippets.

View jukbot's full-sized avatar
🏠
Working from home

Juk - a search builder jukbot

🏠
Working from home
  • CalCal
  • Bangkok, Thailand
  • X @jukbot
View GitHub Profile
#include <TM1637Display.h>
#include <Arduino.h>
#include <Firebase.h>
#include <FirebaseArduino.h>
#include <FirebaseCloudMessaging.h>
#include <FirebaseError.h>
#include <FirebaseHttpClient.h>
#include <FirebaseObject.h>
#include <time.h>
#include <ESP8266WiFi.h>
@jukbot
jukbot / temp data
Last active November 13, 2017 05:19
result = [
{
"job_cycle": [
3,
7,
8
],
"job_setup": [
5,
5,
@jukbot
jukbot / shared-style.html
Last active January 7, 2018 22:29
for review
<link rel="import" href="../../bower_components/polymer/polymer-element.html">
<dom-module id="shared-styles">
<template>
<style>
:host {
display: block;
}
/* Picnic CSS v6.4.0 */
html {
@jukbot
jukbot / keybase.md
Created January 8, 2018 19:40
keybase-verify

Keybase proof

I hereby claim:

  • I am jukbot on github.
  • I am jukbot (https://keybase.io/jukbot) on keybase.
  • I have a public key ASDMZCSH_wrD5FNEA1KBkT4LRJdLUbn-Ml7xuQgKRiIZbwo

To claim this, I am signing this object:

@jukbot
jukbot / README.md
Created February 8, 2018 17:08 — forked from addyosmani/README.md
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version

@jukbot
jukbot / config.yml
Created March 6, 2018 10:30
CircleCi
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
working_directory: ~/bluezebra
docker:
# specify the version you desire here
@jukbot
jukbot / google-chart-styles.html
Created March 13, 2018 20:43
Google chart web component timeline hover patch
<dom-module id="google-chart-styles">
<template>
<style>
:host .google-visualization-tooltip-action:hover {
background-color: #eeeeee;
}
:host .google-visualization-tooltip {
border:solid 1px #bdbdbd;
border-radius: 2px;
{
"sid": "57130500244",
"full_name": "Chukkrit Visitsaktavorn",
"department": "Computer Science",
"faculty": "School of Information Technology",
"university": "KMUTT",
"organization": "www.sit.kmutt.ac.th",
"certificates": [
{
"title": "IBM Watson Workshop",
@jukbot
jukbot / clean-up-boot-partition-ubuntu.md
Created June 28, 2018 05:22 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
{
"editor.smoothScrolling": true,
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"editor.formatOnSave": false,
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"eslint.validate": [{
"language": "vue",
"autoFix": true