Skip to content

Instantly share code, notes, and snippets.

View VxlerieUwU's full-sized avatar
🏴

Valérie ROUX VxlerieUwU

🏴
View GitHub Profile
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
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);
+
@VxlerieUwU
VxlerieUwU / run_exe_file_in_wine
Last active June 16, 2018 11:41 — forked from csarigoz/run_exe_file_in_wine
Applescript for Running an exe file in wine
tell application "Terminal"
do script "wine /path/to/your/exe/file"
end tell
#include <Servo.h>
Servo myservo;
const int servoPin = 9;
const int buttonPin = 12;
const int ledPin = 13;
void setup() {
myservo.attach(servoPin);