Skip to content
View DevGW's full-sized avatar
🔥
building ... things!
🔥
building ... things!

Highlights

  • Pro

Organizations

@CrypTechStudios @DevGhostWriters

Block or report DevGW

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. Gist Table of Contents #table_of_con... Gist Table of Contents #table_of_contents
    1
    
                  
    2
    # DevGW's Gists
    3
    ## Table of Contents
    4
    ### Categories: [#ANSI](#ANSI-2) | [#awk](#awk-1) | [#bash](#bash-9) | [#cheatsheet](#cheatsheet-12) | [#circleci](#circleci-1) | [#configs](#configs-1) | [#CRLF](#CRLF-1) | [#curl](#curl-1) | [#docker](#docker-1) | [#feedmonster](#feedmonster-1) | [#git](#git-2) | [#header](#header-1) | [#hha_ank](#hha_ank-26) | [#lepton](#lepton-1) | [#m1](#m1-1) | [#markdown](#markdown-1) | [#mysql](#mysql-1) | [#passenger](#passenger-1) | [#prompt](#prompt-1) | [#python](#python-2) | [#react](#react-3) | [#RoR](#RoR-10) | [#rpi](#rpi-1) | [#rspec](#rspec-1) | [#ruby](#ruby-3) | [#screen](#screen-1) | [#sed](#sed-1) | [#table_of_contents](#table_of_contents-1) | [#template](#template-1) | [#unicode](#unicode-1) | [#Uncategorized](#Uncategorized-88)
    5
    ### ANSI (*2*)
  2. Script to generate table of contents... Script to generate table of contents for user's gists #python #git #gists #scripts
    1
    #!/usr/bin/python3
    2
    import requests
    3
    import json
    4
    import re
    5
    import sys
  3. ANSI terminal color codes #ANSI ANSI terminal color codes #ANSI
    1
    \033[XXm
    2
    30 black             90 gray
    3
    31 red 		         91 bright red
    4
    32 green             92 bright green
    5
    33 yellow            93 bright yellow
  4. Unicode Cheatsheet #hha_ank #cheatsh... Unicode Cheatsheet #hha_ank #cheatsheet #unicode
    1
    ### Symbols
    2
    
                  
    3
        ✈   \u2708 airplane
    4
        ❄   \u2744 snowflake
    5
        ⚑   \u2691 flag
  5. Sed Cheatsheet #hha_ank #cheatsheet ... Sed Cheatsheet #hha_ank #cheatsheet #bash #sed
    1
    ## In place replacements
    2
    
                  
    3
    ### In-place replacement (GNU)
    4
    
                  
    5
    ```bash
  6. Cron Cheatsheet #hha_ank Cron Cheatsheet #hha_ank
    1
    ```
    2
    SHELL=/bin/bash
    3
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    4
    MAILTO=root
    5
    ```