View configure.xml
<!-- | |
Netbeans Platform Download-and-Config | |
Copyright 2013, 2016, Andrew Bythell <abythell@ieee.org> | |
http://angryelectron.com/ | |
This Ant script is used to download and configure the Netbeans platform, | |
allowing Netbeans platform applications to be built without the IDE. | |
--> | |
<project name="configure-platform" default="configure" basedir="."> |
View Password.java
/* | |
* Change passwords stored in LDAP | |
* Copyright Andrew Bythell, abythell@ieee.org | |
*/ | |
package com.angryelectron.ldap; | |
import com.unboundid.ldap.sdk.*; | |
import java.io.FileInputStream; | |
import java.io.IOException; | |
import java.io.UnsupportedEncodingException; |
View arduino-firmware-stk500.diff
diff --git a/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/makefile b/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/make | |
index 1fb4ed3..a2782ac 100755 | |
--- a/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/makefile | |
+++ b/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/makefile | |
@@ -116,7 +116,7 @@ OBJDIR = . | |
# Path to the LUFA library | |
-LUFA_PATH = ../.. | |
+LUFA_PATH = ../../LUFA |
NewerOlder