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
BEGIN:VCALENDAR | |
BEGIN:VEVENT | |
DTSTART:20210101 | |
DTEND:20210101 | |
RRULE:FREQ=WEEKLY;BYDAY=SA;BYSETPOS=-1 | |
SUMMARY:Weekend Start | |
END:VEVENT | |
BEGIN:VEVENT | |
DTSTART:20210101 | |
DTEND:20210101 |
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
sudo pacman -S ttf-freefont ttf-arphic-uming ttf-baekmuk |
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
# Load SDL2 | |
find_program(LSB_RELEASE_EXEC lsb_release) | |
execute_process(COMMAND ${LSB_RELEASE_EXEC} -is OUTPUT_VARIABLE LSB_RELEASE_ID_SHORT OUTPUT_STRIP_TRAILING_WHITESPACE) | |
message("Your distro is ${LSB_RELEASE_ID_SHORT}") | |
find_package(SDL2 REQUIRED) | |
if ("${LSB_RELEASE_ID_SHORT}" STREQUAL "Arch") | |
message("Arch distro detected, using Arch CMake linkage") | |
target_link_libraries(ProjectName SDL2::SDL2) | |
else () | |
message("Non-Arch distro detected, using normal linkage") |
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
blink { | |
-webkit-animation: 1s linear infinite condemned_blink_effect; | |
/* for Safari 4.0 - 8.0 */ | |
animation: 1s linear infinite condemned_blink_effect; | |
} | |
@-webkit-keyframes condemned_blink_effect { | |
/* for Safari 4.0 - 8.0 */ | |
0% { | |
visibility: hidden; |
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
function refreshenv | |
{ | |
powershell -NonInteractive - <<\EOF | |
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" | |
Update-SessionEnvironment | |
# Round brackets in variable names cause problems with bash | |
Get-ChildItem env:* | %{ | |
if (!($_.Name.Contains('('))) { |
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 --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h | |
index 0094beb299..433a623963 100644 | |
--- a/gtk/gtkfilechooserprivate.h | |
+++ b/gtk/gtkfilechooserprivate.h | |
@@ -32,10 +32,14 @@ | |
#include "gtktreestore.h" | |
#include "gtktreeview.h" | |
#include "gtkbox.h" | |
+#include "gtkiconview.h" | |
+#include "gtkscale.h" |
I hereby claim:
- I am yatima1460 on github.
- I am yatima1460 (https://keybase.io/yatima1460) on keybase.
- I have a public key whose fingerprint is 148D 0F92 20DA 5884 6803 75F5 BC2B 811C 62B3 A067
To claim this, I am signing this object: