Linking Dots Linking Dots Linking Dots
Search Results
See All Results

    Join

    Sign In Sign Up
    Night Mode
    © 2025 Linking Dots
    About • Terms • Privacy • Contact Us • Directory

    Language

    Bengali English Arabic French Spanish Portuguese Deutsch Turkish Dutch Italiano Russian Romaian Portuguese (Brazil) Greek

Events

Discover Events My Events

Blogs

Discover Blogs

Groups

Discover Groups My Groups

Pages

Discover Pages Liked Pages

More

Popular Posts Discover Posts Offers Jobs Courses Forums Movies Games
Blogs Pages Groups
Events Jobs Offers See All

Directory

Discover new people, create new connections and make new friends

  • Users
  • Posts
  • Pages
  • Groups
  • Events
  • Games
  • Emam Hosen shared a link
    2024-11-09 13:10:03
    https://roadmap.sh/git-github
    https://roadmap.sh/git-github
    ROADMAP.SH
    Learn Git and GitHub
    Learn about Git and GitHub using this roadmap. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.
    ·869 Views ·0 Reviews
    Please log in to like, share and comment!
  • Shamim Ebrahim updated the profile picture
    2024-11-09 15:19:15
    Love
    2
    ·864 Views ·0 Reviews
    Please log in to like, share and comment!
  • Shamim Ebrahim updated the cover photo
    2024-11-09 15:25:07
    Love
    2
    ·871 Views ·0 Reviews
    Please log in to like, share and comment!
  • Salman Arefin updated the profile picture
    2024-11-09 15:49:51
    Love
    2
    1 Comments ·796 Views ·0 Reviews
    Please log in to like, share and comment!
  • Emam Hosen shared a link
    2024-11-09 17:35:37
    https://medium.com/@sumsourabh14/how-i-use-chatgpt-as-a-frontend-developer-5-ways
    https://medium.com/@sumsourabh14/how-i-use-chatgpt-as-a-frontend-developer-5-ways
    MEDIUM.COM
    How I Use ChatGPT as a Frontend Developer (5 Ways)
    With ChatGPT chat links and screenshots and final result
    Love
    1
    ·1K Views ·0 Reviews
    Please log in to like, share and comment!
  • Emam Hosen shared a link
    2024-11-10 13:33:54
    Compiler Design is the structure and set of principles that guide the
    translation, analysis, and optimization process of a compiler. A Compiler
    is computer software that transforms program source code that is written
    in a high-level language into low-level machine code. It essentially
    translates the code written in one programming language to another
    language without changing the logic of the code. The Compiler also makes
    the code output efficient and optimized for execution time and memory
    space. The compiling process has basic translation mechanisms and error
    detection, it can’t compile code if there is an error. The compiler
    process runs through syntax, lexical, and semantic analysis in the front
    end and generates optimized code in the back end.
    This course plan has been designed keeping all kinds of learners in mind.
    The detailed course is specially planned for all the colleges and
    university students, also the required numerical problems from various
    PYQs pertaining to respective topics are to be included to provide clearer
    insight to any of the exam aspirants.

    The list of topics to be covered in order of top to bottom is as follows:
    1. Introduction
    a. Symbol table
    b. Lexical analyzer
    2. Syntax Analyzer
    a. Ambiguous & Unambiguous Grammar
    b. Left recursive & Right recursive Grammar
    c. Non-deterministic & Deterministic Grammar
    3. Parsers-Top down
    a. Recursive Descent Parsers
    b. LL(1) Parsers
    4. Parsers-Bottom up
    a. Operator Presence Parser
    b. LR Parsers
    5. SDTS: Syntax-Directed Translation Scheme
    a. Top-down & Bottom-up Parsing
    b. Syntax Trees
    c. S-Attributed & L-Attributed SDTs
    6. Intermediate Code Generation
    a. Three Address Codes
    7. Runtime Environment & Code optimization
    a. Loop optimizations
    https://www.nesoacademy.org/cs/12-compiler-design
    Compiler Design is the structure and set of principles that guide the translation, analysis, and optimization process of a compiler. A Compiler is computer software that transforms program source code that is written in a high-level language into low-level machine code. It essentially translates the code written in one programming language to another language without changing the logic of the code. The Compiler also makes the code output efficient and optimized for execution time and memory space. The compiling process has basic translation mechanisms and error detection, it can’t compile code if there is an error. The compiler process runs through syntax, lexical, and semantic analysis in the front end and generates optimized code in the back end. This course plan has been designed keeping all kinds of learners in mind. The detailed course is specially planned for all the colleges and university students, also the required numerical problems from various PYQs pertaining to respective topics are to be included to provide clearer insight to any of the exam aspirants. The list of topics to be covered in order of top to bottom is as follows: 1. Introduction a. Symbol table b. Lexical analyzer 2. Syntax Analyzer a. Ambiguous & Unambiguous Grammar b. Left recursive & Right recursive Grammar c. Non-deterministic & Deterministic Grammar 3. Parsers-Top down a. Recursive Descent Parsers b. LL(1) Parsers 4. Parsers-Bottom up a. Operator Presence Parser b. LR Parsers 5. SDTS: Syntax-Directed Translation Scheme a. Top-down & Bottom-up Parsing b. Syntax Trees c. S-Attributed & L-Attributed SDTs 6. Intermediate Code Generation a. Three Address Codes 7. Runtime Environment & Code optimization a. Loop optimizations https://www.nesoacademy.org/cs/12-compiler-design
    WWW.NESOACADEMY.ORG
    Neso Academy
    Neso Academy offers world-class learning resources on engineering courses, school syllabus, competitive exams, and many more. Every day thousands of students visit Neso Academy and learn various topics from our library. Students can watch lectures, practice questions, and interact with other students making Neso Academy a Global Classroom.
    Wow
    1
    ·1K Views ·0 Reviews
    Please log in to like, share and comment!
  • Shamim Ebrahim added a photo
    2024-11-10 15:55:54
    #Saint_Martin
    #Saint_Martin
    Love
    1
    ·962 Views ·0 Reviews
    Please log in to like, share and comment!
  • Shamim Ebrahim added a photo
    2024-11-11 18:13:38
    Love
    Yay
    2
    1 Comments ·867 Views ·0 Reviews
    Please log in to like, share and comment!
  • Emam Hosen shared a link
    2024-11-12 00:30:18
    “An expression is something that produces a value, while a statement performs an action.“

    Read “33 Concepts Every JavaScript Developer Should Know“ by Codingwinner on Medium: https://blog.codingwinner.com/33-concepts-every-javascript-developer-should-know-ef225a72ed7f
    “An expression is something that produces a value, while a statement performs an action.“ Read “33 Concepts Every JavaScript Developer Should Know“ by Codingwinner on Medium: https://blog.codingwinner.com/33-concepts-every-javascript-developer-should-know-ef225a72ed7f
    BLOG.CODINGWINNER.COM
    33 Concepts Every JavaScript Developer Should Know
    I have collected 50+ articles on this subject which I hope will help you learn better.
    Love
    1
    ·1K Views ·0 Reviews
    Please log in to like, share and comment!
  • Emam Hosen shared a link
    2024-11-14 16:45:24
    https://www.netacad.com/courses/ai-ibm-skillsbuild?courseLang=en-US
    https://www.netacad.com/courses/ai-ibm-skillsbuild?courseLang=en-US
    WWW.NETACAD.COM
    AI Fundamentals with IBM SkillsBuild
    Free online course to learn about artificial intelligence (AI) from IBM SkillsBuild and Cisco Networking Academy. Sign up today!
    ·1K Views ·0 Reviews
    Please log in to like, share and comment!
  • Displaying (11-20 of 885)
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
  • »