Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View becheru's full-sized avatar

Alex Becheru becheru

View GitHub Profile

Keybase proof

I hereby claim:

  • I am becheru on github.
  • I am becheru (https://keybase.io/becheru) on keybase.
  • I have a public key whose fingerprint is 969B 3C8B 9D09 2DC8 7B96 5134 B8E6 E161 3F6B EF66

To claim this, I am signing this object:

@becheru
becheru / Markdown.md
Last active November 28, 2017 20:39
MarkDown_Crash_Course

This is h1

This is h2

This is h3

This is h4

This is h5
This is h6

Lists

Un-ordered list

@becheru
becheru / C_coding_style_RO.md
Last active March 1, 2018 08:35
Acest document se doreste a fii un indreptar al stilului de scriere a programelor in limbajul C

Indreptar de scriere a programelor in limbajul C

Reguli generale

Cu exceptii rare, nici o linie de cod nu trebuie sa fie mai lunga de 80 de caractere, numarad atat spatiile si tab-urile. Astfel, se evita scrierea unor linii de cod alambicate si ne asiguram ca un potential cititor nu este nevoit sa faca scroll orizontal.

Pentru identarea la dreapta se va folosii tab-ul, indiferent de sistemul

@becheru
becheru / vim
Created January 12, 2022 13:04
#APPEND
a - append after current character
A - append at the end of line
#CHANGE
c + motion
ci" - change inside "..."
ci{ - change inside {}
ce - change till the last char of current word
cb - change till the first character of current word
#install tmux
brew install tmux
#tmux version
tmux -V
#location of tmux conf
~/.tmux.conf
#start new session