Commit Graph

  • be76804476 Add file 'umask' terminalforlife 2019-11-13 15:46:30 +0000
  • 9feb9d7ddf Add a multitude of examples for apt-get terminalforlife 2019-11-13 15:44:46 +0000
  • 4a67b1d9ad Add file 'apt-get' terminalforlife 2019-11-13 15:14:04 +0000
  • 27c86e12f5 Add a number of examples for udisksctl terminalforlife 2019-11-13 15:11:49 +0000
  • f5ec296286 Add 'udisksctl' file terminalforlife 2019-11-13 14:55:27 +0000
  • 134e596b71
    Merge pull request #81 from terminalforlife/master Igor Chubin 2019-11-06 20:42:58 +0100
  • cddd2c0e11 List executable files found in PATH terminalforlife 2019-11-06 17:36:10 +0000
  • a7e9bd13e1 Add 'nl' file and show basic example terminalforlife 2019-11-06 16:34:45 +0000
  • f04907ea0d Add examples and clean up existing ones terminalforlife 2019-11-06 16:20:51 +0000
  • 76109ca8cd Add 'sed' and give example of in-place changes terminalforlife 2019-11-06 15:22:56 +0000
  • 8af39f5168 Merge with upstream master terminalforlife 2019-11-06 14:50:38 +0000
  • 69bbce3d28 Add vignette and grayscale example terminalforlife 2019-11-06 14:47:22 +0000
  • 0f22053f54 Fix and clean code and comments terminalforlife 2019-11-06 14:23:50 +0000
  • 2a42d6b73d
    Merge pull request #79 from terminalforlife/master Igor Chubin 2019-11-06 08:45:36 +0100
  • 21739f72f3
    Merge pull request #80 from tuffacton/master Igor Chubin 2019-11-06 08:43:43 +0100
  • 3bb0fbb1c8
    Added missing / Igor Chubin 2019-11-06 08:43:26 +0100
  • 6530225403
    sheet for /proc pseudo-directory Nic Acton 2019-11-05 20:46:45 -0500
  • 86007dd5db Delete extension-specific files using logic terminalforlife 2019-11-06 00:50:46 +0000
  • 8e5e9dd0a4 Minor comment cleanup, to keep it consistent terminalforlife 2019-11-06 00:45:05 +0000
  • d69a3c8e3a Very useful when you need to test for certain permissions. I imagine this would be most useful when dealing with more advanced permission schemes. terminalforlife 2019-11-06 00:36:07 +0000
  • c12d8e2df2 Show counting lines awk reads from STDIN terminalforlife 2019-11-06 00:28:10 +0000
  • ff4af91485 Access environment variables from within awk. terminalforlife 2019-11-06 00:18:59 +0000
  • fec416c763 Show using awk without data via STDIN terminalforlife 2019-11-06 00:11:43 +0000
  • 8566d86739
    Merge pull request #73 from Nondv/patch-4 Igor Chubin 2019-10-15 16:07:36 +0200
  • f7f987fd68
    Merge pull request #74 from Nondv/patch-5 Igor Chubin 2019-10-15 16:07:21 +0200
  • 453904eb92
    Merge pull request #76 from Nondv/divide-emacs Igor Chubin 2019-10-15 16:06:15 +0200
  • 32e18c603a
    Merge pull request #77 from Nondv/patch-1 Igor Chubin 2019-10-15 16:06:05 +0200
  • e5fae9de86
    Merge pull request #78 from Nondv/remove-recursion-from-root Igor Chubin 2019-10-15 16:05:57 +0200
  • d68cc4281a delete recursion from root Dmitry Non 2019-10-15 10:51:24 +0100
  • 32ab01e12a
    remove extra empty line Dmitriy Non 2019-10-15 10:39:34 +0100
  • 4cabda0a56
    [ruby] merge if/else with if/elsif/else Dmitriy Non 2019-10-15 10:38:24 +0100
  • 0dd42bed00 [emacs] move macros info to new file Dmitry Non 2019-10-15 10:21:12 +0100
  • 246adf89fc [emacs] move dired to new file Dmitry Non 2019-10-15 10:19:32 +0100
  • 6ae4d1ad45 [emacs] move telnet to new file Dmitry Non 2019-10-15 10:17:30 +0100
  • 6083bca0a8
    [ruby][case] Add a note about === Dmitriy Non 2019-10-15 10:03:35 +0100
  • 10313bda28
    add note on ruby -l switch Dmitriy Non 2019-10-15 09:55:32 +0100
  • ed061663ba
    Merge pull request #71 from lucis-fluxum/python3-args-kwargs Igor Chubin 2019-10-04 16:30:31 +0200
  • fec7314c85
    Merge pull request #72 from lucis-fluxum/python3-super Igor Chubin 2019-10-04 16:30:16 +0200
  • 4752f11b4c
    Merge pull request #70 from lucis-fluxum/python3-threads Igor Chubin 2019-10-04 16:29:57 +0200
  • 8e793c7755
    Merge pull request #69 from lucis-fluxum/python3-classes Igor Chubin 2019-10-04 16:29:09 +0200
  • 3f52721f6b
    Merge pull request #68 from lucis-fluxum/python-list-comprehension Igor Chubin 2019-10-04 16:28:56 +0200
  • 83e59ad722 Mention use of splat operator to unpack arguments Luc Street 2019-10-02 15:58:12 -0700
  • d03c115396 Basic multithreading for python Luc Street 2019-10-02 15:50:54 -0700
  • d1e103ad15 Superclass __init__ and parameters in python Luc Street 2019-10-02 15:34:49 -0700
  • e25ea979f5 *args, **kwargs for python Luc Street 2019-10-02 15:24:05 -0700
  • 5a81bc7c1d Basic python classes and methods Luc Street 2019-10-02 15:17:02 -0700
  • 8b04830b56 Add python list comprehension sheet Luc Street 2019-10-02 14:55:26 -0700
  • 9c2ace4582
    Merge pull request #67 from dayne/patch-2 Igor Chubin 2019-09-26 10:26:23 +0200
  • 7f9c0b04dc
    Create dcfldd Dayne Broderson 2019-09-25 10:36:52 -0800
  • e7b4520639
    Merge pull request #66 from abitrolly/patch-1 Igor Chubin 2019-09-15 20:23:55 +0200
  • 57156de1a3
    Cheat sheet for PostgreSQL Anatoli Babenia 2019-09-11 13:45:58 +0300
  • a0b2c9e20c
    Merge pull request #65 from sullivant/master Igor Chubin 2019-08-19 08:16:15 +0300
  • a0a7ced9b4 synced cargo and _rust/Cargo Thomas Sullivan 2019-08-06 08:28:53 -0500
  • a21c2c2fdf
    Merge pull request #61 from mwl/patch-1 Igor Chubin 2019-08-06 13:58:36 +0200
  • 9be9095dea
    Merge pull request #63 from sullivant/rust Igor Chubin 2019-08-06 13:57:21 +0200
  • affa6bad69
    Merge pull request #64 from angoca/master Igor Chubin 2019-08-06 13:56:14 +0200
  • 5026a1a373
    Create sqlpl Andres Gomez Casanova 2019-08-05 22:56:57 -0500
  • 536bea6d49
    Update queries Andres Gomez Casanova 2019-08-05 22:56:21 -0500
  • 0f69119a48
    Update dml Andres Gomez Casanova 2019-08-05 22:55:13 -0500
  • dea825fcc4
    Update ddl Andres Gomez Casanova 2019-08-05 22:54:03 -0500
  • b87e883de5
    Update dcl Andres Gomez Casanova 2019-08-05 22:51:35 -0500
  • cdea744f8e added sheets/_latex/_info.yaml Igor Chubin 2019-08-02 15:00:21 +0200
  • 60833be60a
    Merge pull request #62 from sullivant/latex Igor Chubin 2019-08-02 14:51:54 +0200
  • 2600ab05ee Added page for Cargo package manager. Thomas Sullivan 2019-08-02 07:46:07 -0500
  • cb468a8080 added latex Thomas Sullivan 2019-08-02 07:45:00 -0500
  • 61da2ff364 Merge branch 'master' of github.com:sullivant/cheat.sheets Thomas Sullivan 2019-08-02 07:39:42 -0500
  • f2d25d4372 Added _latex section and basic information. Thomas Sullivan 2019-08-02 07:32:33 -0500
  • 4d419f4b6a
    Merge pull request #3 from sullivant/latex Thomas 2019-08-02 07:34:19 -0500
  • e3c1fc6fae Added _latex section and basic information. Thomas Sullivan 2019-08-02 07:32:33 -0500
  • 474823fbd7
    Wildcards (`*`) should always be in single quotes Martin Westergaard Lassen 2019-08-01 14:19:46 +0200
  • aa7810821d Added a small section to help cover the use of the Cargo package manager Thomas Sullivan 2019-07-26 13:04:31 -0500
  • ff80c8bd83 Merge remote-tracking branch 'upstream/master' Thomas Sullivan 2019-07-26 12:59:51 -0500
  • b01259c674
    Merge pull request #58 from jmcguire/patch-1 Igor Chubin 2019-07-25 16:06:54 +0200
  • e5bfb48005
    Merge pull request #59 from htv2012/patch-1 Igor Chubin 2019-07-25 16:06:43 +0200
  • 30c09038ce
    Fix Merge two dicts Hai Vu 2019-07-25 06:53:08 -0700
  • 90ad9e4458
    update aspell Justin McGuire 2019-07-24 14:21:56 -0400
  • 85e8e86feb added nim support Igor Chubin 2019-07-06 19:59:57 +0000
  • 156a175c62
    Merge pull request #57 from AlexVPopov/kafka-consumer-groups Igor Chubin 2019-06-27 20:54:13 +0200
  • 16e40d1c0f Add cheatsheet for kafka-consumer-groups cli Alexander Popov 2019-06-27 14:18:24 +0300
  • 065d3151bb
    Merge pull request #55 from AlexVPopov/kafka-topics Igor Chubin 2019-06-24 21:52:17 +0200
  • 34f84a6022
    Merge pull request #56 from sullivant/patch-1 Igor Chubin 2019-06-24 21:52:01 +0200
  • 69edd93083
    Added quick "check for equals" step Thomas 2019-06-24 12:41:48 -0500
  • 3f288b74e7 Add a cheat sheet for kafka-topic cli Alexander Popov 2019-06-14 11:06:50 +0300
  • 9182a0a8d3
    Merge pull request #2 from chubin/master Thomas 2019-05-31 14:42:22 -0500
  • 60e2e4647d
    Merge pull request #54 from sullivant/master Igor Chubin 2019-05-09 21:09:54 +0200
  • b0bef8bef5
    Merge pull request #1 from sullivant/sullivant-patch-git-branch Thomas 2019-05-09 13:46:27 -0500
  • 9cc0359b7c
    updated git - added branch cheat Thomas 2019-05-09 13:46:10 -0500
  • 8e8730f431 Merge branch 'master' of https://github.com/chubin/cheat.sheets Igor Chubin 2019-05-01 10:22:51 +0000
  • 9d0d133a5c
    Merge pull request #53 from isabekov/master Igor Chubin 2019-05-01 12:22:29 +0200
  • d7cfd90004 find: "-exec" example for renaming files by changing extension and preserving base name. Altynbek Isabekov 2019-05-01 11:43:34 +0200
  • f22076391e Merge branch 'master' of https://github.com/chubin/cheat.sheets Igor Chubin 2019-04-16 20:38:30 +0000
  • 72da844ecb
    Merge pull request #51 from SirFerdek/patch-1 Igor Chubin 2019-04-16 22:38:07 +0200
  • b3ffdb2c76
    Merge pull request #52 from redroc/master Igor Chubin 2019-04-16 22:37:45 +0200
  • d37d75a41e
    really remove the files redroc 2019-04-16 21:57:17 +0200
  • 5e78f9e43c
    ssh: add info about escape sequences SirFerdek 2019-03-22 12:44:23 +0100
  • e4126d28d5 Merge branch 'master' of https://github.com/chubin/cheat.sheets Igor Chubin 2019-03-15 12:15:36 +0000
  • 33c4382f63
    Merge pull request #50 from blaszczakphoto/patch-1 Igor Chubin 2019-03-15 13:15:17 +0100
  • e388d3bfb5
    awk: how to display only first column of text with Mariusz Błaszczak 2019-03-15 11:03:07 +0100
  • 359f951b32 Merge branch 'master' of https://github.com/chubin/cheat.sheets Igor Chubin 2019-03-07 07:34:45 +0000
  • 63e3b49623
    added description Igor Chubin 2019-03-07 08:34:31 +0100