$ uname -r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
result = [ | |
{ | |
"job_cycle": [ | |
3, | |
7, | |
8 | |
], | |
"job_setup": [ | |
5, | |
5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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> |