View allah
cc72ff00-a113-48f4-be18-2dda8db52355 | |
1f92e565-148c-4f73-bfec-a93422278dbb | |
354fd68e-f05a-4df3-82e2-4603a92a1a3f | |
f9a6b946-7186-463e-b859-633f52e33e9e | |
51330a5a-79bd-4257-84d7-fa85444a6436 | |
920d2637-5505-4ce9-a4fe-dcb2fe4c43ed | |
90674968-4cb5-47a7-a616-cdd11e17c22c | |
5d805781-12bc-451a-a46c-c9f00605460b | |
155e9abc-9268-4ccf-b773-54a9160ca0e6 |
View debug.diff
diff --git a/src/CbTypes.c b/src/CbTypes.c | |
index 4239c549..8b1b5e30 100644 | |
--- a/src/CbTypes.c | |
+++ b/src/CbTypes.c | |
@@ -207,6 +207,8 @@ cb_mini_tweet_parse_entities (CbMiniTweet *t, | |
int max_entities; | |
gboolean direct_duplicate = FALSE; | |
+ g_debug("XXX Parsing entities for tweet %ld", t->id); | |
+ |
View run_exe_file_in_wine
tell application "Terminal" | |
do script "wine /path/to/your/exe/file" | |
end tell |
View CatFeeder.ino
#include <Servo.h> | |
Servo myservo; | |
const int servoPin = 9; | |
const int buttonPin = 12; | |
const int ledPin = 13; | |
void setup() { | |
myservo.attach(servoPin); |