I hereby claim:
- I am borisfaure on github.
- I am billiob (https://keybase.io/billiob) on keybase.
- I have a public key whose fingerprint is A03F 74A6 51C4 36DA 002A D7C8 5787 DA62 0CE5 17D1
To claim this, I am signing this object:
| diff --git a/data/themes/default/core.edc b/data/themes/default/core.edc | |
| index ab0d2e9a..5c0dca23 100644 | |
| --- a/data/themes/default/core.edc | |
| +++ b/data/themes/default/core.edc | |
| @@ -66,6 +66,11 @@ group { name: "terminology/core"; | |
| action: STATE_SET "movie" 0.0; | |
| target: "terminology.background"; | |
| } | |
| + part { name: "terminology.bg_fade"; type: RECT; | |
| + description { state: "default" 0.0; |
I hereby claim:
To claim this, I am signing this object:
| /* edje_cc txt.edc && edje_player txt.edj */ | |
| collections { | |
| group { name: "base"; | |
| parts { | |
| part { name: "bg"; type: RECT; | |
| description { state: "default" 0.0; | |
| color: 247 240 215 255; | |
| } | |
| } | |
| part { name: "base"; type: RECT; |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <sys/time.h> | |
| #define CLS "\e[2J" | |
| #define COUNT 1000 | |
| int w,h,mode; |
I hereby claim:
To claim this, I am signing this object:
| /* gcc -ggdb3 -std=gnu99 dnd.c -o dnd -lX11 */ | |
| #include <stdbool.h> | |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <X11/Xlib.h> | |
| #include <X11/Xutil.h> | |
| #include <X11/Xos.h> | |
| #include <X11/Xatom.h> |