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
| #!/usr/bin/env python | |
| import os | |
| import subprocess | |
| import sys | |
| from threading import Thread | |
| from time import sleep | |
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
| #!/usr/bin/env python | |
| import os | |
| import subprocess | |
| import sys | |
| from threading import Event, Thread | |
| from time import sleep | |
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
| var fs = require('fs'); | |
| var file_tree = ['test1.txt', 'test2.txt']; | |
| var data = ['d1', 'd2']; | |
| for(i in file_tree) { | |
| fp = fs.createWriteStream(file_tree[i]); | |
| for(i in data) { |
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
| import os | |
| os.chroot('/tmp') | |
| os.chroot('../../') | |
| print(os.listdir('/')) |
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
| 14x arduino uno Rev3 | |
| 24,40€ http://www.watterott.com/de/Arduino-Uno | |
| 15x arduino Proto Shield - Wireless SD Shield | |
| 23,68€ http://www.watterott.com/de/Shield-Wireless-SD-Shield | |
| 14x Digi XB24-AWI-001 | |
| 25,95€ http://www.reichelt.de/Bausaetze-Module/ZIGBEE-XBEE-D/index.html?ACTION=3&GROUPID=3636&ARTICLE=108350&SHOW=1&START=0&OFFSET=16& | |
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
| arduino-Netzworkemulator | |
| Entwickeln eines Emulators für <a | |
| href="http://arduino.cc/">arduino</a> und IEEE 802.15.4-Netzwerke | |
| <p><a href="http://arduino.cc/">arduino</a> ist eine | |
| Hardware-Plattform für einfache Computer, z.B. Sensorknoten, |
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
| diff -r 9d3609c787c4 build_debian.sh | |
| --- a/build_debian.sh Tue May 08 12:35:21 2012 +0200 | |
| +++ b/build_debian.sh Tue May 08 13:32:19 2012 +0200 | |
| @@ -144,6 +144,11 @@ | |
| bin/python bootstrap.py -c buildout_${buildout_variant}.cfg | |
| bin/buildout -Nc buildout_${buildout_variant}.cfg | |
| +# Pull and update adhocracy changes. | |
| +# Since this script is targeting test users / new developers, we do want this. | |
| +# Because experienced developers may not want the behavior, we do *not* set always-update = true for all users in buildout_development.cfg |
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
| For more context, see http://www.sudo.ws/sudo/alerts/netmask.html . | |
| diff -u -r sudo-1.8.4p4/plugins/sudoers/match_addr.c sudo-1.8.4p5/plugins/sudoers/match_addr.c | |
| --- sudo-1.8.4p4/plugins/sudoers/match_addr.c 2012-03-12 19:02:11.000000000 +0100 | |
| +++ sudo-1.8.4p5/plugins/sudoers/match_addr.c 2012-05-11 21:47:59.000000000 +0200 | |
| @@ -92,6 +92,7 @@ | |
| } | |
| if (j == sizeof(addr.ip6.s6_addr)) | |
| debug_return_bool(true); | |
| + break; |
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
| While: | |
| Installing. | |
| Getting section sphinxbuilder. | |
| Initializing section sphinxbuilder. | |
| Installing recipe collective.recipe.sphinxbuilder. | |
| Error: There is a version conflict. | |
| We already have: Jinja2 2.6 | |
| *************** PICKED VERSIONS **************** | |
| [versions] | |
| collective.recipe.sphinxbuilder = 0.7.1 |
OlderNewer