Giter Site home page Giter Site logo

saadaakash / compiler-linux-git-aws-essentials Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.79 MB

Compiler | Linux | GIT Basics | AWS Essentials : C, Lex & YACC Codes, Lexical Analyzers & Parsers in Java & C++ and Important Resources with Examples

Lex 0.81% C 88.74% C++ 1.45% Yacc 7.61% Java 1.35% Makefile 0.01% Shell 0.02% Roff 0.02%

compiler-linux-git-aws-essentials's Introduction

Compiler-Linux-GIT-AWS-Essentials GitHub license Coverage Status PRs Welcome first-timers-only Friendly Maintenance Open Source Love svg1 made-with-love

Compiler | Linux | GIT Basics | AWS Essentials: C, Lex & YACC Codes, Lexical Analyzers & Parsers in Java & C++ and Important Resources with Examples

Directory Structure

The following is a high level overview of relevant files and folders.

Compiler-Linux-GIT-AWS-Essentials/
├── AWS/
│   └── Resources
├── Compiler/
│   ├── 01IntroLex/
│   ├── 02CalculatorAnalyzerAndParser/
│   ├── 03RegexOfIPadressAndURL
│   ├── 04NumberAndAssignmentStatementAnalyzer/
│   ├── 05RecursiveDescentParserJava/
│   ├── 06RecursiveDescentParserC++/
│   ├── 07ThreeACForAssignmentAndConditional/
│   ├── 08ThreeACForAssignmentCondAndFunc/
│   ├── 09TargetCodeForLangX/
│   └── 10OptimizedMIPSForSPIMProcessor/
├── Git/
│   └── Resources
├── Linux/  
│   └── Resources/    
│       ├── ReadME
│       └── ...
└── PythonScripts
    └── Gists/ 

Contributing

Create a branch

  1. git checkout master from any folder in your local Compiler-Linux-GIT-AWS-Essentials repository
  2. git pull origin master to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Make the change

  1. Change/Add the codes
  2. Save the files and check the codes if it has successfl build config.

Test the change

  1. If possible, test the codes the way you want.

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Added Resources on AWS EC2 and S3 Buckets or Added Python 3.x One Liner HTTP Server Script) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the Compiler-Linux-GIT-AWS-Essentials and you should see recently pushed branches.
  4. Follow GitHub's instructions and open up a pull request.
  5. If possible, include screenshots of visual changes.

License

The code base is GLWTS licensed.

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.