313 Commits (32ab01e12aaa09c4226ef146ff94838554cf7238)

Author SHA1 Message Date
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
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 6 years ago
Altynbek Isabekov d7cfd90004 find: "-exec" example for renaming files by changing extension and preserving base name. 6 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