Skip to content

Instantly share code, notes, and snippets.

View moe-elsadig's full-sized avatar
🎯
Focusing

Moe Abdalla moe-elsadig

🎯
Focusing
View GitHub Profile
@moe-elsadig
moe-elsadig / uoj-moe-elsadig.xml
Last active December 27, 2023 12:21
Mendeley University of Jordan custom reference format
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="expanded">
<info>
<title>University of Jordan Style - Mohmmed E. B. Abdalla - Mohmmed Abdalla</title>
<title-short>APA</title-short>
<id>https://csl.mendeley.com/styles/707862761/uoj-moe-elsadig</id>
<link href="http://www.zotero.org/styles/apa" rel="self"/>
<link href="http://www.zotero.org/styles/apa-6th-edition" rel="template"/>
<link href="https://apastyle.apa.org/style-grammar-guidelines/references/examples" rel="documentation"/>
<author>

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@moe-elsadig
moe-elsadig / .gitconfig
Created July 22, 2019 21:19 — forked from codexico/.gitconfig
git alias
# https://gist.github.com/codexico/2a34c0d599f3af93b46f
[color]
# Use colors in Git commands that are capable of colored output when
# outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.)
ui = auto
[color "branch"]