Skip to content

Instantly share code, notes, and snippets.

View mohammadhb's full-sized avatar
🚬
Smoking Binaries to Ashes

Mohammad Hosein Balkhani mohammadhb

🚬
Smoking Binaries to Ashes
  • @CarpinoTaxi @usc-devs
  • GNU/Linux Kernel
  • 00:57 (UTC +03:30)
View GitHub Profile
@NimaMX
NimaMX / .vimrc
Last active May 3, 2024 14:56
My vim configuration (Airline + Powerline Font + NerdTree+ netrw)
set nocompatible
filetype indent plugin on
syn on
" vim vundle
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'ycm-core/YouCompleteMe'
Plugin 'VundleVim/Vundle.vim'
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 17, 2024 18:24
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@plentz
plentz / nginx.conf
Last active July 17, 2024 09:16
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048