521 Commits (f058d7d647b1ede2304ef59f9b938fb55340144c)

Author SHA1 Message Date
Igor Chubin 453904eb92
Merge pull request #76 from Nondv/divide-emacs
[emacs] move some info to separate files
5 years ago
Igor Chubin 32e18c603a
Merge pull request #77 from Nondv/patch-1
[ruby] merge if/else with if/elsif/else
5 years ago
Dmitry Non d68cc4281a delete recursion from root
there's theory/recursion for that
5 years ago
Dmitriy Non 32ab01e12a
remove extra empty line 5 years ago
Dmitriy Non 4cabda0a56
[ruby] merge if/else with if/elsif/else
No need to add extra lines to the output. Shorter is better :)
5 years ago
Dmitry Non 0dd42bed00 [emacs] move macros info to new file 5 years ago
Dmitry Non 246adf89fc [emacs] move dired to new file 5 years ago
Dmitry Non 6ae4d1ad45 [emacs] move telnet to new file 5 years ago
Dmitriy Non 6083bca0a8
[ruby][case] Add a note about ===
A bit advanced but required knowledge about the magic in `case`
5 years ago
Dmitriy Non 10313bda28
add note on ruby -l switch
Quite a useful switch for one-liners
5 years ago
Igor Chubin ed061663ba
Merge pull request #71 from lucis-fluxum/python3-args-kwargs
*args, **kwargs for python
5 years ago
Igor Chubin fec7314c85
Merge pull request #72 from lucis-fluxum/python3-super
Superclass __init__ and parameters in python
5 years ago
Igor Chubin 4752f11b4c
Merge pull request #70 from lucis-fluxum/python3-threads
Basic multithreading for python
5 years ago
Igor Chubin 8e793c7755
Merge pull request #69 from lucis-fluxum/python3-classes
Basic python classes and methods
5 years ago
Luc Street 83e59ad722 Mention use of splat operator to unpack arguments 5 years ago
Luc Street d03c115396 Basic multithreading for python 5 years ago
Luc Street d1e103ad15 Superclass __init__ and parameters in python 5 years ago
Luc Street e25ea979f5 *args, **kwargs for python 5 years ago
Luc Street 5a81bc7c1d Basic python classes and methods 5 years ago
Luc Street 8b04830b56 Add python list comprehension sheet 5 years ago
Dayne Broderson 7f9c0b04dc
Create dcfldd 5 years ago
Anatoli Babenia 57156de1a3
Cheat sheet for PostgreSQL 5 years ago
Thomas Sullivan a0a7ced9b4 synced cargo and _rust/Cargo 5 years ago
Igor Chubin a21c2c2fdf
Merge pull request #61 from mwl/patch-1
Wildcards (`*`) should always be in single quotes
5 years ago
Igor Chubin 9be9095dea
Merge pull request #63 from sullivant/rust
Added page for Cargo package manager.
5 years ago
Igor Chubin affa6bad69
Merge pull request #64 from angoca/master
More instructions for Db2
5 years ago
Andres Gomez Casanova 5026a1a373
Create sqlpl 5 years ago
Andres Gomez Casanova 536bea6d49
Update queries 5 years ago
Andres Gomez Casanova 0f69119a48
Update dml 5 years ago
Andres Gomez Casanova dea825fcc4
Update ddl 5 years ago
Andres Gomez Casanova b87e883de5
Update dcl 5 years ago
Igor Chubin cdea744f8e added sheets/_latex/_info.yaml 5 years ago
Thomas Sullivan 2600ab05ee Added page for Cargo package manager. 5 years ago
Thomas Sullivan cb468a8080 added latex 5 years ago
Martin Westergaard Lassen 474823fbd7
Wildcards (`*`) should always be in single quotes
Otherwise bash might expand with if matches are found
5 years ago
Igor Chubin b01259c674
Merge pull request #58 from jmcguire/patch-1
update aspell
5 years ago
Hai Vu 30c09038ce
Fix Merge two dicts
The square brackets are wrong and will generates a `SyntaxError`, the correct way is to use curly brackets. I have tested this before making the update.
5 years ago
Justin McGuire 90ad9e4458
update aspell
fixing spell -> aspell
5 years ago
Igor Chubin 85e8e86feb added nim support 5 years ago
Alexander Popov 16e40d1c0f Add cheatsheet for kafka-consumer-groups cli 5 years ago
Igor Chubin 065d3151bb
Merge pull request #55 from AlexVPopov/kafka-topics
Add a cheat sheet for kafka-topic cli
5 years ago
Thomas 69edd93083
Added quick "check for equals" step 5 years ago
Alexander Popov 3f288b74e7 Add a cheat sheet for kafka-topic cli 5 years ago
Thomas 9cc0359b7c
updated git - added branch cheat 5 years ago
Igor Chubin 8e8730f431 Merge branch 'master' of https://github.com/chubin/cheat.sheets 5 years ago
Altynbek Isabekov d7cfd90004 find: "-exec" example for renaming files by changing extension and preserving base name. 5 years ago
Igor Chubin f22076391e Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 72da844ecb
Merge pull request #51 from SirFerdek/patch-1
ssh: add info about escape sequences
6 years ago
redroc d37d75a41e
really remove the files 6 years ago
SirFerdek 5e78f9e43c
ssh: add info about escape sequences
Most useful for terminating unresponsive sessions
6 years ago
Igor Chubin e4126d28d5 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 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
6 years ago
Igor Chubin 359f951b32 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 63e3b49623
added description 6 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.
6 years ago
Igor Chubin ec5a60f309 solidity: added external links 6 years ago
Igor Chubin 2064de1acc new cheat sheet: xfs_repair 6 years ago
Igor Chubin 2defb200ac added rosetta name to language info 6 years ago
Igor Chubin 28c83cc34a added _octave/ 6 years ago
Igor Chubin 731fd8d277 slsc: minor fixes 6 years ago
Igor Chubin ae1ed4c8c2 new cheat sheet: slsc (fixes #124) 6 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
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
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
flip phillips b9db3c7dde added levelspec for wolfram language 6 years ago
Flip Phillips b4d38d89c2
python -> wolfram language 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 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
Luc Street e6e08d59bb Basic threading for rust 6 years ago
Luc Street cbb9f2901f Case statement for ruby 6 years ago
Luc Street 452105cfbf Control flow for ruby 6 years ago
Igor Chubin a0bcc287fc added rustup 6 years ago
Igor Chubin 00f0ebbee4 new cheath sheet: cargo 6 years ago
Igor Chubin 4cef72c6f3 extended dumpe2fs sheet 6 years ago
Igor Chubin a34d279cb8
Merge pull request #35 from dufferzafar/patch-2
Create mhwd
6 years ago
Shadab Zafar d0a05d7206
Create dumpe2fs 6 years ago
Shadab Zafar 4408f767eb
Create mhwd 6 years ago
Igor Chubin ec30bb2c49
s/lvcreate/lvextend/ 6 years ago
Maximilian Kalus a00a1922b1 Added lvextend sheet. 6 years ago
Guillermo Gabarrín 54095dab99 Fix nmap parameter for scanning specific port 6 years ago
Igor Chubin d17a0477a8 new commands: dracut, skipcpio 6 years ago
Igor Chubin a14b5f5665 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin e0edd42dd5
Merge pull request #32 from WebDragon/patch-2
New sheet: ccze for colorizing logs
6 years ago
Scott R. Godin 216c9ea80d
New sheet: ccze for colorizing logs
added first cheat for ccze using named pipes to colorize multiple files at once while tailing them in the shell
6 years ago
Scott R. Godin c0a9f940b2
Update bash 6 years ago
Scott R. Godin 04e39026e9
Adding additional usefuls
additional redirection tricks
convert spaces to underscores
named pipes for colorizing tail of multiple files
6 years ago
Igor Chubin 6c234eb88c fixed alignment in _rust/Types 6 years ago
Igor Chubin 4ca9d684c5
removed extra lines 6 years ago
Luc Street 2e7ca2de6c rust/Types: Static method example and turbofish
- Note behavior of inferring/setting generic types
6 years ago
Luc Street b8600d8082 rust/Types: Add reminder for different forms of 'self' parameter 6 years ago
Igor Chubin 25f882d1db added sheets/yay 6 years ago
Shadab Zafar c887a68f54
Create libreoffice 6 years ago
Michael 64d45729c9
Add reflog, add moving most recent commit
Reflog is a great way to quickly find a place you want to go back in time to. Also, sometimes you accidentally committed something to one branch and you want to move it to another branch, but in your panic forget how to move it over. These two concepts can be very useful when combined, and it nice to have a cht.sh reminder of how to accomplish the task.
6 years ago
Igor Chubin ce96789040 rewritten swift/types 6 years ago
Igor Chubin f9eb3eaa3b minifix 6 years ago
Igor Chubin 331d24fa46 swift/types: text as comments 6 years ago
Igor Chubin fe5e714d3e
Merge pull request #27 from lf-araujo/master
swift types
6 years ago
luis 7f7bbc564e swift types 6 years ago
Marek Madejski b1abf6b7f3
'for else' fix
small logic and syntax fix
6 years ago
Igor Chubin d2e0916c04 initial wolfram cheat sheets 6 years ago
Igor Chubin e4289b35ed removed empty lines from paragraphs 6 years ago
Igor Chubin a7d55c049f
Merge pull request #8 from neilhwatson/master
Intial attempt at a Perl entry on subroutines
6 years ago
Igor Chubin 80f7d2f460
Merge pull request #13 from KindDragon/patch-1
[git] Added command for reset and checkout branch
6 years ago
Igor Chubin 569403fe8e
Merge pull request #14 from TrangOul/patch-1
default params, named params, args, kwargs
6 years ago
Igor Chubin 14d3a967f6
Merge pull request #15 from TrangOul/patch-2
for and while loops
6 years ago
Igor Chubin 824e70d5a3
Merge pull request #16 from Fruitseller/patch-1
Fix typo in js/hello
6 years ago
Igor Chubin 450d94fc96
Merge pull request #19 from HairyFotr/master
Fix typos
6 years ago
Asternitix b77e828f8a
Update weirdness 6 years ago
Guillaume Claret 93bdb9fe97
Remove reference to Perl5 6 years ago
Igor Chubin e5693c9b7f renamed: sheets/Solidity/ => sheets/_solidity/ 6 years ago
Igor Chubin 18ecee12db
Merge pull request #20 from WizardOfAus/patch-1
Create _info.yaml
6 years ago
Igor Chubin ef6c5a65ee renamed: sheets/Solidity => sheets/solidity 6 years ago
Igor Chubin a1ecaf0ffd
Merge pull request #21 from WizardOfAus/patch-2
Create Solidity
6 years ago
Igor Chubin ed7d8f9b9a
Merge pull request #22 from alphardex/master
add Python 1line
6 years ago
Joe Paravisini 05caee0220
Added spoken voice list to Say sheet 6 years ago
Nameless God 449697e030
add Python 1line 6 years ago
WizardOfAus c380df46c4
Create Solidity
Add skeleton for proposed language to be added
6 years ago
WizardOfAus e251ada263
Create _info.yaml
Adding skeleton for all currently available languages
6 years ago
HairyFotr df2101d2fb
Fix typos 6 years ago
Chris Poole 3dd8b5c4e9 Scala - Added ManipulatingCollections sheet and minor tidy for DataStructures 6 years ago
Igor Chubin 09340dbbca added git-add 6 years ago
Chris Poole d5e06fc20f Added to Scala Functions, ControlStructures, PatternMatching, Variables and add a new Options sheet 6 years ago
Piotr Bronkalla b3edb3dd38
Fix typo 6 years ago
Marek Madejski 006df4fcf0
for and while loops 6 years ago
Marek Madejski 4c3adf6405
default params, named params, args, kwargs 6 years ago
Arkady Shapkin aa5d53f243
[git] Added command for reset and checkout branch 6 years ago
minomi 6bf55a986a add python install way 6 years ago
Igor Chubin 4b5cf64143 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Alibek Datbayev 7d4a3aa475
Fixed language name (Python -> Rust) in /rust/
Probably a copy-past error.
6 years ago
Salvador Ribolzi b1f4b6b7e7
Typos. 6 years ago
Igor Chubin 2b3a1db204 updated az 6 years ago
Igor Chubin c9c3111645 added sheets/dhcpdump 6 years ago
Igor Chubin e37f8137e9 added nmap 6 years ago
Mike Perez 96f2cd5cfd
Update curl cheat sheet with redirect
Adding command example of downloading a file and following 301 redirects.
6 years ago
Igor Chubin 12709b2f6b added skeleton for all currently available languages 6 years ago
Igor Chubin 8b5dcc1c11 added _redis/ 6 years ago
Igor Chubin 04e9b96186 renamed c++ into cpp 6 years ago
Igor Chubin 04a707bdcd renamed _c++ into _cpp 6 years ago
Igor Chubin b50a079657 mongo: added drop() 7 years ago
Igor Chubin 927a32dc1f added open-port to az 7 years ago
Igor Chubin 355bb4f903 added az vm list example 7 years ago
Igor Chubin 105e2fdeba added ranlib 7 years ago
Igor Chubin 5344362d8b added objdump 7 years ago
Igor Chubin a89b6b27e8 added nm 7 years ago
Igor Chubin a05d7a596e added ibus-daemon in xkb 7 years ago
Igor Chubin 1b410651f7 added xkb compose advanced support 7 years ago
Igor Chubin 7a0017a08b fixed comment signs in _psql/* 7 years ago
Igor Chubin 0567975504 added _perl6 (initial) 7 years ago
Igor Chubin 39d95f9f8d perl6 initial cheat sheet 7 years ago
Igor Chubin 34643b849c p6doc cheat sheet 7 years ago
Igor Chubin bb585782f8 psql cheat sheet 7 years ago
Igor Chubin ef63ab7a8f added find 7 years ago
Igor Chubin c78472fc0a added MegaCli 7 years ago
Igor Chubin 7fd17116ae added rclone 7 years ago
Igor Chubin b11cc92cd9 added awk 7 years ago
Igor Chubin 38140fcc13 added redis cheat sheets (automatically generated) 7 years ago
Igor Chubin c0d6f0a8b5 added PostgreSQL chet sheets 7 years ago
Igor Chubin 39db552a7e added sheets/blktrace 7 years ago
Igor Chubin 4fd805f234 mongo new commands 7 years ago
Igor Chubin de9cd1b440 added mongo and _mongo 7 years ago
Igor Chubin 7c499158b8 moved dd 7 years ago
Igor Chubin be643c9ab9 added resize2fs 7 years ago
Igor Chubin c18544204c lvcreate: how to clone 7 years ago
Neil H watson 2243178be4 Intial attempt at a Perl entry on subroutines 7 years ago
Igor Chubin fbe957f77d Merge branch 'master' of https://github.com/chubin/cheat.sheets 7 years ago
Igor Chubin 7f07bf05ca
redirection order + notes about command -v 7 years ago
Igor Chubin c871551ac1 Merge branch 'master' of https://github.com/chubin/cheat.sheets 7 years ago
Neil H watson cdfe819088 Bash additions 7 years ago
Igor Chubin 6d4d860279 added scsi_logging_level 7 years ago
Igor Chubin c27065011f joined related parts with # 7 years ago
Igor Chubin e0a494a321 _python/recursion 7 years ago
Igor Chubin 4cfbf51349 added _theory/recursion 7 years ago
lepatrick714 94ff968814 Added general recursion and python recursion 7 years ago
lepatrick714 b44697ec5c Added python lambda 7 years ago
lepatrick714 59a70b33bf Added some python features 7 years ago
lepatrick714 79b845a668 Added more c++ fun 7 years ago
lepatrick714 0723e91d05 Started addition of C++ cheat 7 years ago
Igor Chubin 2e7f6cefff added smartctl 7 years ago
Igor Chubin 92b26a0e10 added bash-snippets 7 years ago
Igor Chubin eb9a8a46cf updated Bash-Snippets cheat sheets 7 years ago
Igor Chubin b6047c4075 renamed Bash-Snippets + fixed Bash-Snippets 7 years ago
Alex Epstein df1bf4d234 Adding description to each tool and created parent bash-snippets sheet 7 years ago
Alex Epstein 74add8a095 Adding bash-snippets tools
Didnt add cheat as i thought that was a little recursive
7 years ago
Igor Chubin 9ff7ea4d0c fixes in sgdisk 7 years ago
Igor Chubin be1a006a09 added lshw and udevadm 7 years ago
Igor Chubin e8171ba1ca jq cheat sheet fixed 7 years ago
Igor Chubin 826abea1b5 added jq 7 years ago
Igor Chubin 29b189900b added ocaml and opam 7 years ago
Igor Chubin 1b7956f8b7 function 7 years ago
Igor Chubin 2622e117db added erlang related pages 7 years ago
Igor Chubin 2a2e850311 added julia 7 years ago
Igor Chubin 899027b76c added elm 7 years ago
Igor Chubin cd71d1e76c added htop 7 years ago
Igor Chubin 2ad293df0d added exec 7 years ago
Igor Chubin c8996cda79 added ocaml and _ocaml 7 years ago
Igor Chubin 475e68295a added swipl 7 years ago
Igor Chubin 987b18d4e3 added _kotlin 7 years ago
Igor Chubin 01aab64d71 added js and js/hello 7 years ago
Igor Chubin b87ad5012a javascript oneliners 7 years ago
Igor Chubin e6590556bc jshint and jslint 7 years ago
Igor Chubin aebb6e6cdb added _js/weirdness 7 years ago
Igor Chubin 265d393772 xsel 7 years ago
Igor Chubin 0d5a776260 ipython 7 years ago
Igor Chubin ffff753b43 perlcol 7 years ago
Igor Chubin 031442e1d9 added perl one-liners 7 years ago
Igor Chubin 2727c7d4b5 added gifify 7 years ago
Igor Chubin 598cf08489 pup 7 years ago
Igor Chubin 61530f32d9 identify 7 years ago
Igor Chubin 1e5b5388e3 added sheets/xsltproc 7 years ago
Igor Chubin 41a78d99a3 xctool 7 years ago
Igor Chubin 790a0baafa xcodebuild 7 years ago
Igor Chubin b9242f4a16 system_profiler 7 years ago
Igor Chubin 6c646f1087 system_profiler 7 years ago
Igor Chubin 32763947f4 qlmanage 7 years ago
Igor Chubin f1971eda08 xattr 7 years ago
Igor Chubin f07d6cae99 airport 7 years ago
Igor Chubin 06cd167c5d drutil 7 years ago
Igor Chubin 25a2b19a66 ditto 7 years ago
Igor Chubin 132ec4d9ac pmset 7 years ago
Igor Chubin 1cefbd4f88 caffeinate 7 years ago
Igor Chubin 9b58446f59 diskutil 7 years ago
Igor Chubin 269bcf2b12 carthage 7 years ago
Igor Chubin e53c70522a look 7 years ago
Igor Chubin 9a85fffe78 python 7 years ago