Skip to content

Instantly share code, notes, and snippets.

View CharaD7's full-sized avatar
🏠
Working from home

Joy Ayitey CharaD7

🏠
Working from home
View GitHub Profile
@CharaD7
CharaD7 / .gitconfig
Last active November 14, 2022 17:44
Git config settings for alx students
[alias]
i = init
f = fetch
pr = fetch origin +refs/pull/*/head:refs/remotes/origin/pr/*
cl = clone
rao = remote add origin
rso = remote set-url origin
acm = "!f() { git add . && git commit -m \"$(echo $@)\"; }; f";
@CharaD7
CharaD7 / cloudSettings
Last active August 2, 2021 17:09
This gist should work easily for all those who tried the old version of bitfumes gist from sarthaksavvy. This is a cloud-based global settings configuration for Visual Studio Code (VSCode) for all platforms. I made some changes to the versions and version dependencies and tested it thoroughly, do not hesitate to contact me if things don't go wel…
{"lastUpload":"2020-09-03T08:25:59.907Z","extensionVersion":"v3.4.3"}
@CharaD7
CharaD7 / .gitconfig
Last active August 6, 2021 18:31 — forked from sarthaksavvy/.gitconfig
Git configuration
[alias]
acm = "!f() { git add . && git commit -m \"$(echo $@)\"; }; f";
c = checkout
com = checkout master
cob = checkout -b
b = branch
# Delete branches.
# -d for normal delete, -D for forced delete
# Example g bd branch_name OR g bD branch_name
@CharaD7
CharaD7 / Keybase.md
Created September 12, 2018 14:37
Keybase gist

Keybase proof

I hereby claim:

  • I am charad7 on github.
  • I am charad7 (https://keybase.io/charad7) on keybase.
  • I have a public key ASADNr4JPMEV2hL-4Lz742-TeSINmMxi1WnN_Zp9NX-J_Qo

To claim this, I am signing this object:

@CharaD7
CharaD7 / Keybase
Created September 12, 2018 14:36
Keybase gist
### Keybase proof
I hereby claim:
* I am charad7 on github.
* I am charad7 (https://keybase.io/charad7) on keybase.
* I have a public key ASADNr4JPMEV2hL-4Lz742-TeSINmMxi1WnN_Zp9NX-J_Qo
To claim this, I am signing this object:
@CharaD7
CharaD7 / currency_symbols.php
Created September 22, 2016 15:29 — forked from gibbs/currency_symbols.php
An array of currency symbols as HTML entities
<?php
$currency_symbols = array(
'AED' => '&#1583;.&#1573;', // ?
'AFN' => '&#65;&#102;',
'ALL' => '&#76;&#101;&#107;',
'AMD' => '',
'ANG' => '&#402;',
'AOA' => '&#75;&#122;', // ?
'ARS' => '&#36;',
'AUD' => '&#36;',