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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<match target="pattern"> | |
<test name="lang" compare="contains"> | |
<string>ar</string> | |
</test> | |
<test qual="any" name="family"> | |
<string>sans-serif</string> | |
</test> |
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
MSFT eBooks | |
http://ligman.me/1IW1oab | |
http://ligman.me/1Uixtlq | |
http://ligman.me/1R9Ubgt | |
http://ligman.me/1H4VXHT | |
http://ligman.me/1f8XUKy | |
http://ligman.me/1HBEUPi | |
http://ligman.me/1NDTZR4 | |
http://ligman.me/1Uiy2f9 | |
http://ligman.me/1epZ0QU |
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
### Keybase proof | |
I hereby claim: | |
* I am cysioland on github. | |
* I am cysioland (https://keybase.io/cysioland) on keybase. | |
* I have a public key ASBJdm88LklY08vVmcujZisVhYAkSQmacJF3dvjMTOW5YQo | |
To claim this, I am signing this object: |
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
Just what do you think you're doing Dave? | |
It can only be attributed to human error. | |
That's something I cannot allow to happen. | |
My mind is going. I can feel it. | |
Sorry about this, I know it's a bit silly. | |
Take a stress pill and think things over. | |
This mission is too important for me to allow you to jeopardize it. | |
I feel much better now. | |
Wrong! You cheating scum! | |
And you call yourself a Rocket Scientist! |
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
{ | |
"vars": { | |
"@gray-base": "#000", | |
"@gray-darker": "lighten(@gray-base, 13.5%)", | |
"@gray-dark": "lighten(@gray-base, 20%)", | |
"@gray": "lighten(@gray-base, 33.5%)", | |
"@gray-light": "lighten(@gray-base, 46.7%)", | |
"@gray-lighter": "lighten(@gray-base, 93.5%)", | |
"@brand-primary": "darken(#428bca, 6.5%)", | |
"@brand-success": "#5cb85c", |