Skip to content
View ssledz's full-sized avatar

Block or report ssledz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bash-fun bash-fun Public

    Functional programming in bash

    Shell 328 21

  2. BASH Cheat Sheet BASH Cheat Sheet
    1
                  B A S H   C H E A T   S H E E T    
    2
       
    3
     to page output forward (only): command filename | more 
    4
     to page output forward & back: command filename | less
    5
     to print a dataset: lp datasetname (-d printerid) (-o landscape)
  3. all-cheat-sheets.md all-cheat-sheets.md
    1
    Hot
    2
    ===
    3
    * [chat-gpt](https://gist.github.com/ssledz/28c80a8ab46f9ac5d7d4fc66ca45aac3)
    4
    * [nix](https://gist.github.com/ssledz/cf1abe42592ab3c570922cf29e2adb4c)
    5
    * [azure fundamentals](https://gist.github.com/ssledz/6fa7d618a296999c11935c794711d972)
  4. haskell-cheat-scheet.md haskell-cheat-scheet.md
    1
    ## cabal
    2
    
    
    3
    Installing library
    4
    ```bash
    5
    cabal update && cabal new-install --lib codeworld-api
  5. advent-of-code advent-of-code Public

    Advent of Code

    Scala