Giter Club home page Giter Club logo
GOLDEN BUDDHA3W83W8⬆️ᵒⁿˡʸᵖʸ﹠ᵖʸᶠʳᵃᵐᵉʷᵒʳᵏ photo

sbibek086 Goto Github PK

followers: 0.0 following: 0.0 repos: 9.0 gists: 1.0

Name: GOLDEN BUDDHA3W83W8⬆️ᵒⁿˡʸᵖʸ﹠ᵖʸᶠʳᵃᵐᵉʷᵒʳᵏ

Type: User

Bio: ToSelf: Do from codespace( Start by forkin from 4th link in vscode-remote-try-node repo) if possible, if not only then VScode. : BASHES R FRENS, dont be afraid

Read Docus 1st. If still, then STACKOVERFLOW CURES MY PROBLEM. Ans other q to build my karma 🐍👨🏾‍💻 🧠 image


All things VScode

Untitled

image


vscodee

About-Bibek

I am in GMT +5:45 Timezone. I use Google Calendar and http://worldchatclock.com/

Now that you read above Open Source Docus, lets begin open-sourcing skills in our https://github.com/sbibek086/Git-and-Github-Guides. Submitted Pull Requests'll be merged by managers in this repo.

hhhhhhh https://calendar.google.com/calendar/u/0?cid=c2JpYmVrMDg2QGdtYWlsLmNvbQ


Just Random Sticky Notes to Self to feed my eyes: CAMTASIA RECORD DEV CMD LOGS to ErStha YT for future ref

DOCKER is My First GoTo when building app or sthg. Below shows WHY HOW :) my words- yes, doing docker way is 10step to 5step thing but need to know port mapping etc concept expertly. so not recommended unless know these. So, unless know, do localhost way primary way

dockerWorkFlow

dockerCmds

docker run -d -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=mysite -e MYSQL_PASSWORD=password --name mysitedb -v "$PWD/database":/var/lib/mysql mysql

docker2

docker pull wordpress
docker run -d -e WORDPRESS_DB_NAME=mysite -e WORDPRESS_DB_USER=mysite -e WORDPRESS_DB_PASSWORD=password --name wordpress --link mysitedb -p 80:80 -v "$PWD/html":/var/www/html wordpress

Do all this wholesome in DockerCompose.yml way


image

image

about api sdk

hhhhhhh

I am Markdown Click pen pencil icon in this README in new tab
to see whats written to produce this effect & more of other markdowns effect in this README
In case of numbering & bulleting style markdown
1. numbered
2. if just Enter, numbering will simply populate to 2
double enter to destroy it. same with -
Markdowns are supported in not only this README, but also in wikis, gist, issue, PR comments etc
to find out where its supported simply look if M! symbol exists at bottom right corner
just ignore 100 other fancy BS markdowns I DONT need it
tiny enter, tab can have drastic effect on markdown, take care
  • for todos not completed
  • for todos completed

Below JS is syntax highlighted. find how, simply clicking edit.

// program to validate an email address
function validateEmail(email_id) {
    const regex_pattern =      /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|
(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
    
    if (regex_pattern.test(email_id)) {
        console.log('The email address is valid');
    }
    else {
        console.log('The email address is not valid');
    }
}
validateEmail('[email protected]');
validateEmail('hello@com');

Untitledddddddddd.

py

GOLDEN BUDDHA3W83W8⬆️ᵒⁿˡʸᵖʸ﹠ᵖʸᶠʳᵃᵐᵉʷᵒʳᵏ's Projects

simplereactcounter icon simplereactcounter

forked so that I cud comment concept next to code. NO react, only Py. but for forkPower demo, save thisRepo

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.