I hereby claim:
- I am disappear9 on github.
- I am disappear9 (https://keybase.io/disappear9) on keybase.
- I have a public key ASDBQrFYJyc1dWzant8uL0SWn8-NuvJkfoYZH6-Iw6EIpAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <Arduino.h> | |
| #include <Syslog.h> | |
| #include <WiFi.h> | |
| #include <ESPmDNS.h> | |
| #include <WiFiUdp.h> | |
| // Syslog | |
| #define SYSLOG_SERVER "192.168.1.200" // IP of Syslog-server | |
| #define SYSLOG_PORT 514 // Port of Syslog-server | |
| #define DEVICE_HOSTNAME "ESP-Debug" // How this client appears at Syslog-server |
| version: "3" | |
| networks: | |
| dns_service: | |
| enable_ipv6: true | |
| ipam: | |
| config: | |
| - subnet: 172.100.0.0/16 | |
| gateway: 172.100.0.1 |
| //https://github.com/srikanth-lingala/zip4j/blob/c4c993cb143db99832eadd03699bd8228a9793b8/src/main/java/net/lingala/zip4j/util/Zip4jUtil.java#L217 | |
| public class ZipPass { | |
| public static void main(String[] args) throws Throwable { | |
| String password = "克拉拉"; | |
| System.out.println(password.toCharArray()); | |
| byte[] encbytes = new byte[password.toCharArray().length]; | |
| for (int i = 0; i < password.toCharArray().length; i++) { |
| # -*- coding: UTF-8 -*- | |
| import os | |
| import re | |
| import time | |
| from selenium import webdriver | |
| from selenium.webdriver import Chrome,ChromeOptions | |
| # Settings | |
| path = r"E:\unitypackage\Archive" |
| /** | |
| * Marlin 3D Printer Firmware | |
| * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
| * | |
| * Based on Sprinter and grbl. | |
| * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or |
| /** | |
| * Marlin 3D Printer Firmware | |
| * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
| * | |
| * Based on Sprinter and grbl. | |
| * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or |
| /** | |
| * Marlin 3D Printer Firmware | |
| * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
| * | |
| * Based on Sprinter and grbl. | |
| * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or |
| # MKS Gen l V2.1 | |
| #=============================================================================# | |
| [stepper_x] | |
| step_pin: PF0 | |
| dir_pin: !PF1 | |
| enable_pin: !PD7 | |
| microsteps: 16 | |
| full_steps_per_rotation: 200 |