This file contains 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
DB 'TEXTLOGO' | |
DW 00015H | |
DW 00405H | |
DW 001f8H | |
DW 00060H | |
DW 00020H | |
DW 00004H | |
DB 000H | |
; |
This file contains 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
// ATmega328P watchdog test sketch | |
#include <avr/wdt.h> | |
int inByte = 0; | |
int led = 13; | |
void setup() { | |
wdt_disable(); | |
Serial.begin(115200); | |
Serial.print("ATmega328P watchdog test sketch\r\n"); | |
pinMode(led, OUTPUT); |
This file contains 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
/* | |
* mec_csum_outer.c: check/fix outer checksum | |
* Should be run on the encrypted image | |
*/ | |
#include <stdio.h> | |
#include <string.h> | |
#include <arpa/inet.h> | |
#include "mmapfile.h" | |
int main(int argc, char *argv[]) |
This file contains 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
signal sender=org.freedesktop.DBus -> dest=:1.236 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired | |
string ":1.236" | |
method call sender=:1.236 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_call'" | |
method call sender=:1.236 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_return'" | |
method call sender=:1.236 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='error'" | |
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=407 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged | |
string ":1.237" |
This file contains 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
signal sender=org.freedesktop.DBus -> dest=:1.238 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired | |
string ":1.238" | |
method call sender=:1.238 -> dest=org.freedesktop.DBus serial=3 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_call'" | |
method call sender=:1.238 -> dest=org.freedesktop.DBus serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='method_return'" | |
method call sender=:1.238 -> dest=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch | |
string "eavesdrop=true,type='error'" | |
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=411 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged | |
string ":1.239" |
This file contains 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 -rupN original/data/greeter.ui changed/data/greeter.ui | |
--- original/data/greeter.ui 2012-07-31 00:05:50.000000000 +0200 | |
+++ changed/data/greeter.ui 2012-09-29 09:21:25.000000000 +0200 | |
@@ -317,6 +317,15 @@ | |
</object> | |
</child> | |
</object> | |
+ <object class="GtkWindow" id="background_window"> | |
+ <property name="name">background_window</property> | |
+ <property name="can_focus">False</property> |
This file contains 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
# Maintainer: Jameson Pugh <imntreal@gmail.com> | |
# Contributor: Swift Geek < swift geek ât gmail døt cøm> | |
pkgname=lib32-libappindicator | |
_pkgbasename=libappindicator | |
pkgver=12.10.0 | |
pkgrel=1 | |
pkgdesc="Library to allow applications to export a menu into the Unity Menu bar (GTK+ 2 library)" | |
arch=('i686' 'x86_64') | |
url="https://launchpad.net/libappindicator" |
This file contains 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 -rupN badv2/bindings/Makefile.am good/bindings/Makefile.am | |
--- badv2/bindings/Makefile.am 2012-07-11 19:28:34.000000000 +0200 | |
+++ good/bindings/Makefile.am 2012-12-15 11:26:57.000000000 +0100 | |
@@ -3,7 +3,6 @@ SUBDIRS = \ | |
vala | |
else | |
SUBDIRS = \ | |
- python \ | |
vala | |
endif |
This file contains 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
[Desktop Entry] | |
Name=Slic3r | |
Comment=STL-to-GCODE translator for RepRap printers | |
Exec=slic3r.pl --gui | |
Icon=/usr/bin/vendor_perl/var/Slic3r_128px.png | |
Terminal=0 | |
Type=Application | |
Encoding=UTF-8 | |
Categories=Development;Application; |
NewerOlder