- connect Arduino to the PC.
- open Arduino IDE.
- open the ArduinoISP example file (File > Examples > ArduinoISP).
- note: if using Arduino Mega, modify the following lines from:
#define RESET 10
import com.cloudbees.hudson.plugins.folder.Folder | |
import hudson.FilePath | |
import jenkins.model.Jenkins | |
def boolean isFolder(String name) { | |
def item = Jenkins.instance.getItemByFullName(name) | |
return item instanceof Folder | |
} | |
def deleteUnusedWorkspace(FilePath root, String path, Boolean dryRun) { |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>HTML5 Canvas Rectangles</title> | |
<style> | |
body { | |
margin: 0; | |
display: flex; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Canvas Player Rotation</title> | |
<style> | |
body { | |
margin: 0; | |
overflow: hidden; |
const useList = false; | |
const curNote = dv.current(); | |
if (!curNote){ | |
dv.span("The current document is not loaded, please reopen it."); | |
return; | |
} | |
let tarFile = await app.vault.getAbstractFileByPath(curNote.file.path); | |
// Get the meta data of the current file | |
const curFileMeta = app.metadataCache.getFileCache(tarFile); | |
const headings = curFileMeta.headings; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>HTML5 Canvas Rectangles</title> | |
<style> | |
body { | |
margin: 0; | |
display: flex; |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>HTML5 Canvas Rectangles</title> | |
<style> | |
body { | |
margin: 0; | |
display: flex; |
This is a rough outline on how to setup altserver-linux
on the 🍓🍰. Wifi refreshing is enabled through the use of netmuxd
, which acts as a proxy from AltServer
to the iDevice (replaces/enhances usbmuxd
).
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>HTML5 Canvas Rectangles</title> | |
<style> | |
body { | |
margin: 0; | |
display: flex; |