Skip to content

Instantly share code, notes, and snippets.

View painnick's full-sized avatar

Heedong Im painnick

  • NCsoft
  • South Korea
View GitHub Profile
@painnick
painnick / gist:19a03c540402e2ecc41b1eef37276d42
Last active August 29, 2023 13:54
Bambu Labs MQTT Commands
Push ALL
{
"pushing": {
"sequence_id": "1",
"command": "pushall"
}
}
barLightOn
@painnick
painnick / package_digistump_modified_index.json
Last active May 24, 2021 06:23
Digistump AVR Boards(Support Jeyson Nano)
{
"packages":[
{
"name":"digistump",
"maintainer":"Digistump",
"websiteURL":"http://digistump.com",
"email":"support@digistump.com",
"help":{
"online":"https://digistump.com/board"
},
@painnick
painnick / ES - API Heatmap
Last active February 20, 2019 01:02
Elastic Search 명령어
GET api-*/_search
{
"size": 0,
"aggs" : {
"Date" : {
"date_histogram" : {
"field" : "logtime",
"interval": "day",
"format" : "yyyy.MM.dd",
"time_zone": "+09:00"