Skip to content

Instantly share code, notes, and snippets.

View v4run's full-sized avatar
🏃‍♂️
...

Varun Vasan V v4run

🏃‍♂️
...
View GitHub Profile
@v4run
v4run / README.md
Created April 18, 2023 04:24 — forked from dsample/README.md
ASCII art diagrams

ASCI art characters for creating diagrams

Characters:

Single line

  • ASCII code 191 = ┐ ( Box drawing character single line upper right corner )
  • ASCII code 192 = └ ( Box drawing character single line lower left corner )
  • ASCII code 193 = ┴ ( Box drawing character single line horizontal and up )
  • ASCII code 194 = ┬ ( Box drawing character single line horizontal down )
@v4run
v4run / cloudSettings
Last active March 4, 2019 16:59
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-04T16:59:05.399Z","extensionVersion":"v3.2.5"}

Keybase proof

I hereby claim:

  • I am v4run on github.
  • I am varunv (https://keybase.io/varunv) on keybase.
  • I have a public key whose fingerprint is AD17 9B29 390F BF71 F528 08D6 6AA8 2406 D57C 71B1

To claim this, I am signing this object:

@v4run
v4run / markdown.css
Last active August 29, 2015 14:18 — forked from imjasonh/markdown.css
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
# in case of conflict with local nginx:
# make sure in all *.confs (
# also in default and example to avoid error like
# 'nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)'
# )
# set for instance "listen 127.0.0.1:80" instead of "listen *:80"
# docker & network settings
DOCKER_IMAGE_NAME="maxexcloo/nginx-php" # build of nginx-php - for example
DOCKER_CONTAINERS_NAME="nginx_bridged" # our container's name
#!/bin/bash
# References
# http://www.computerhope.com/unix/nc.htm#03
# https://github.com/daniloegea/netcat
# http://unix.stackexchange.com/questions/26715/how-can-i-communicate-with-a-unix-domain-socket-via-the-shell-on-debian-squeeze
# http://unix.stackexchange.com/questions/33924/write-inside-a-socket-open-by-another-process-in-linux/33982#33982
# http://www.linuxjournal.com/content/more-using-bashs-built-devtcp-file-tcpip
# http://www.dest-unreach.org/socat/
# http://stuff.mit.edu/afs/sipb/machine/penguin-lust/src/socat-1.7.1.2/EXAMPLES