415 Commits (cd41a3e2ca59e114cf45db992209e2950a67c2b0)
 

Author SHA1 Message Date
Igor Chubin 33c4382f63
Merge pull request #50 from blaszczakphoto/patch-1
awk: how to display only first column of text with
5 years ago
Mariusz Błaszczak e388d3bfb5
awk: how to display only first column of text with
It might be useful e.g. when removing docker containers:
docker ps -a | grep openeir | awk '{print $1 }' | xargs docker rm
5 years ago
Igor Chubin 359f951b32 Merge branch 'master' of https://github.com/chubin/cheat.sheets 5 years ago
Igor Chubin 63e3b49623
added description 5 years ago
Igor Chubin be51c59f43
Merge pull request #49 from kingparra/master
add cheat sheet for dar
5 years ago
Chris King-Parra 3db27724bb
add cheat sheet for dar
A simple cheat sheet consisting of the bare
minimum needed to use dar. Dars HOWTO
has many examples of complex usage, but
none on the most basic use cases.
5 years ago
Igor Chubin ec5a60f309 solidity: added external links 5 years ago
Igor Chubin 2064de1acc new cheat sheet: xfs_repair 5 years ago
Igor Chubin 2defb200ac added rosetta name to language info 5 years ago
Igor Chubin 28c83cc34a added _octave/ 5 years ago
Igor Chubin 731fd8d277 slsc: minor fixes 5 years ago
Igor Chubin ae1ed4c8c2 new cheat sheet: slsc (fixes #124) 5 years ago
Igor Chubin 732e4a54e0 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin eee7ee3edc new files: bonnie, ssh 6 years ago
Igor Chubin c5d06f620d
Merge pull request #46 from angoca/master
New Cheat Sheet for Db2
6 years ago
Igor Chubin feb72b81db
Merge pull request #47 from dschu-lab/patch-1
Added example for resolveall script
6 years ago
Julian Müller e1e26c56a6
Added example for resolveall script
This is useful when the DNS server responds with multiple A records for a given domain.
6 years ago
Andres Gomez Casanova 805c0634dc
Create queries 6 years ago
Andres Gomez Casanova 50b9d2b3ef
Create tcl 6 years ago
Andres Gomez Casanova 3bc9ec0faa
Create dml 6 years ago
Andres Gomez Casanova 18391f9690
Create dcl 6 years ago
Andres Gomez Casanova 93df127601
Create ddl 6 years ago
Andres Gomez Casanova 7d87e4c454
Create listing-and-describing 6 years ago
Andres Gomez Casanova 94231322c0
Create general 6 years ago
Andres Gomez Casanova 3ae6b6729d
Create _info.yaml 6 years ago
Andres Gomez Casanova c27ecb516e
Create cli 6 years ago
Igor Chubin 683e589ddb Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 448dedcfdd
Merge pull request #45 from dayne/rhash
adding initial rhash cheatsheet
6 years ago
Dayne Broderson ac52913c57 adding initial rhash cheatsheet 6 years ago
Igor Chubin 4c198dad60 new command: fio 6 years ago
Igor Chubin 7b5c63a108
Merge pull request #43 from flipphillips/patch-1
python -> wolfram language
6 years ago
Igor Chubin 297c27293d
Merge pull request #44 from flipphillips/master
added levelspec for wolfram language
6 years ago
flip phillips b9db3c7dde added levelspec for wolfram language 6 years ago
Flip Phillips b4d38d89c2
python -> wolfram language 6 years ago
Igor Chubin d2650d904b
Merge pull request #42 from dayne/patch-1
Create tmate cheatsheet
6 years ago
Dayne Broderson 9124fbafd4
Create tmate cheatsheet
Provide all the core usage examples from tmate.io
6 years ago
Igor Chubin 242a70a60c added shellcheck 6 years ago
Igor Chubin 54ba5234a4 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 3e4d039458
Merge pull request #37 from lucis-fluxum/patch-2
Control flow for ruby
6 years ago
Igor Chubin b8e8f97ffb
removed empty lines 6 years ago
Igor Chubin ed3a100d0f
Merge pull request #38 from lucis-fluxum/patch-3
Case statement for ruby
6 years ago
Igor Chubin 2d4c430e4f
Merge pull request #39 from lucis-fluxum/patch-4
Basic threading for rust
6 years ago
Igor Chubin 27899c6f94
removed not needed line separators 6 years ago
Igor Chubin 0043ea8acd
Update threads 6 years ago
Igor Chubin 217d5b54d0
Merge pull request #40 from lucis-fluxum/patch-5
Add forkbomb for bash :)
6 years ago
Igor Chubin a06d9bfd9b
Update forkbomb 6 years ago
Igor Chubin 77e109bb50
Merge pull request #41 from lucis-fluxum/patch-6
Using/plotting series in Mathematica
6 years ago
Igor Chubin e951a12fd3
Update series 6 years ago
Luc Street 97d960b5c3 Using/plotting series in Mathematica 6 years ago
Luc Street a9a4cc6c79 Add forkbomb for bash :) 6 years ago