Skip to content

0-BINARY-1/Programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmer

Here in this repository I upload content related to C programming, PHP, HTML, CSS, and JavaScript.

Note:

Replace the images, audio and video content with your own files to have it work properly.

Table of contents

About

Collection of program questions, program solutions, and their explanation regarding C, PHP, HTML/CSS, and JS. It also consist readme file in each folder which explain how to nevigate and purpose each folder content"

Repository layout

Suggested structure:

  • /Programmer
    • /CSS
      1. CSS_programs_all (folder)
      2. CSS_explained.md
      3. CSS_questions.md
      4. README.md
    • /HTML
      1. HTML_programs_all (folder)
      2. HTML_explained.md
      3. HTML_questions.md
      4. README.md
    • /JS
      1. JS_programs_all (folder)
      2. JS_explained.md
      3. JS_questions.md
      4. README.md
    • /PHP_Programs
      1. PHP_programs_all (folder)
      2. PHP_questions.md
      3. README.md
    • /c_Programs
      1. Array_Matrix_String (folder)
      2. Basic_Programs (folder)
      3. File_Handling (folder)
      4. Function_Structure (folder)
      5. Pointer (folder)
      6. Series_and_Conversion (folder)
      7. C_EXPLAINED.md
      8. C_QUESTION.md
      9. README.md
    • readme.md — this file
    • .gitignore
    • .gitattributes
    • LICENSE

Pre-Requsit before starting

Requirements for C Programming

  • Programming software with proper C compiler. (e.g: Dev C++ by orwelldevcpp in sourceforge.net

Requirements for HTML, CSS and JS (Client-side scripting) - Frontend

  • Modern browser like google chrome, brave, etc.
  • Text editor like SublimeText or Visual Studio Code which are installed properly and necessary extensions are present.

Requirements for PHP (Server-side scripting) - Backend

  • Modern browser like google chrome, brave, etc.
  • Xampp control panel for setting the local web development environment
  • Text editor like SublimeText or Visual Studio Code which are installed properly and necessary extensions are present.

Other requirements:

  • Github account to maintain the track of different versions of code.
  • git bash to help add, commit, push the change to the gitrepo and to peroform other git operations

About

Repository consisting all the basic and fundamental program related to HTML, CSS and JS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors