Giter VIP home page Giter VIP logo

reference's Introduction

  • 👋 Hi, I’m @Fechin
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

reference's People

Contributors

adam-cowley avatar aixcyi avatar alingavriliuc avatar asif-reh avatar bradgermain avatar deividgp avatar fechin avatar hlk9 avatar ivansaul avatar jessinthecloud avatar kebap avatar keivan-sf avatar know120 avatar kod3x avatar larry4xie avatar lypsisrudiansyah avatar matheusfelipeog avatar mk3-14159 avatar mohdjishin avatar okolyachko avatar pakcyberbot avatar pallavhydro avatar pratikpwr avatar randy8080 avatar saksham-shrey avatar shenmian avatar tanducmai avatar teetajp avatar unreal0901 avatar xelemental avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reference's Issues

bash cheatsheet: improvements

most important ones should be explained.

set -o errexit # abort on nonzero exitstatus
set -o nounset # abort on unbound variable
set -o pipefail # don't hide errors within pipes

trap finish EXIT ERR
for cleanup stuff.

debugging: bash -x or set -x

There are some explanations missing like the following:

echo "Hello $VAR"                     # using variable and printing to the shell window output
echo "${VAR}wide web"             # using variable in continuous text safely

Rest looks very clean.

Cheatsheet request: parallel

Hi Randy,
I'm a big fan of quickref.me, it's a huge help to me daily when I need to look something up quickly and is one of the first things I pull up when I'm doing a CTF.

One of the things that isn't there right now is a cheatsheet to GNU parallel. It's something I use occasionally, but not often enough to have the syntax fully memorized - it'd be super cool to have it as a page on quickref.me.

Thanks!

Cheatsheet request: Kotlin

A clear description of what you want

  • would like to request another cheatsheet about Kotlin
  • Java
  • and VUE . as simple like your php and javascript

Thanks

Cheatsheet request: php

A clear description of what you want

  • I'd like to request a php codes like what you did on python and css, You really did a great job.

Refer URL

Cheatsheet request: Doom Emacs

Doom is a great fork of Emacs and does things differently. It would be great if we could get better cheatsheets on that. Of course, the currently existing ref on emacs is great and I can see reason not to include this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.