Skip to content

Instantly share code, notes, and snippets.

View UmarGit's full-sized avatar
:octocat:
Senior Software Engineer

Umar Ahmed UmarGit

:octocat:
Senior Software Engineer
View GitHub Profile

Hi 👋, I'm UmarGit 🚀 (aka Umar Ahmed)

A Student | Mentor | Full Stacks Developer | React.js | Vue.js

umargit

  • 🔭 I’m currently working on One Quiz App

  • 🌱 I’m currently learning React.js | Vue.js | As Full Stacks

  • 👯 I’m looking to collaborate on One Quiz App

@ijleesw
ijleesw / install-openmp-macos.sh
Created December 4, 2018 14:45
Install OpenMP on MacOS
#!/bin/bash
# Install
brew install llvm
brew install libomp
# Compile
# clang++ test.cpp -o test -Xpreprocessor -fopenmp -lomp
@huytd
huytd / customize.material-dark-theme.md
Last active September 2, 2023 13:03
My minimal Emacs config

;; Automatically generated
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(anzu-cons-mode-line-p nil)