Skip to content

Instantly share code, notes, and snippets.

View khalid-hussain's full-sized avatar
💭
Have some patience. I'll get back to you. If not, remind me.

Mohammad Khalid Hussain khalid-hussain

💭
Have some patience. I'll get back to you. If not, remind me.
  • Malaysia
View GitHub Profile
if (parseFloat(app.version) < 6) mainFunction();
else
app.doScript(
mainFunction,
ScriptLanguage.JAVASCRIPT,
undefined,
UndoModes.ENTIRE_SCRIPT,
"Copy English translation frames' text"
);
# OUR HEADING
```{=openxml}
<w:bookmarkStart w:id="1" w:name="inherit"/>
<w:sdt>
<w:sdtPr>
<w:docPartObj>
<w:docPartGallery w:val="Table of Contents"/>
<w:docPartUnique/>
</w:docPartObj>
@khalid-hussain
khalid-hussain / alMansoor-translations.md
Last active May 22, 2019 03:17
Al-Mansoor Welfare Foundation Translations

Video 1

  • Title: د دغو ماشومانو څيرو کې دا خوښي ډيره موده پس ستاسو په مرستو راغلې
  • Short Desc.: Mentally disabled children
  • Place: Zaheer Village, Kama, Nangarhar
  • Link: https://www.youtube.com/watch?v=rIdVkvgH_EA
  • Translated Link: https://www.youtube.com/watch?v=5FDDt8QZPEU
  • Status: Done
  • Languages: [EN, AR]
@khalid-hussain
khalid-hussain / .bash_profile
Last active December 20, 2016 16:59
Khalid's Windows .bash_profile
# generated by Git for Windows
test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc
# UTF-8 Encoding
chcp.com 65001
# Ruby on Rails related
export SSL_CERT_DIR=/mingw64/ssl/certs
export SSL_CERT_FILE=/mingw64/ssl/cert.pem
@khalid-hussain
khalid-hussain / .bashrc
Last active December 20, 2016 16:58
Khalid's Windows .bashrc
export TERM=xterm-256color
# [aliases]
# Git Related
alias gitp="git push origin master"
alias gitc="git commit -m"
alias gita="git add"
alias gits="git status"
## Pandoc Related
/*
Taken from: http://helplogger.blogspot.com/2013/10/css-keyboard-keys-on-blogger.html
*/
.key {
border:1px solid gray;
font-size:1.2em;
box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;