Coder Social home page Coder Social logo

my_scripts's Introduction

##==========================================================================##
##                              GRIERA SCRIPTS                              ##
##==========================================================================##

All my scripts follows these rules:
  · Their names start with 'my_' pattern
  · Delimiter used between words is underscore '_'
    (e.g., my_cut_string, my_add_date, etc.).
  · Their bodies start with a detailed description explaining how to use them.
  · Include an usage() function that outputs a brief description explainning 
    how to run them. This function will be called when the script is run
    without any argument. This rule is not apply to scripts which no need
    arguments in order to execute them.

Also, all of them have a debugging mode in order to detect posible crashes.
This mode prints the output of commands used inside the functions to
standard output. To enable it, just type '-d' flag as the first parameter
when yo run a script. The rule for implementing it is to define a variable
inside the script called 'DBG', that will be set up to 1 if first argument
is equal to '-d'.

my_scripts's People

Contributors

griera avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.