@anumau011
code and decode
Nothing here yet.
Nothing here yet.
Feb 16 · 4 min read · Java technology functions as both a platform and a programming language. High-level object-oriented language Java has a specific syntax and structure. A Java platform is a specific setting where Java programming language programs can be used. Java pl...
Join discussionFeb 16 · 3 min read · PROMPT ENGINEERING A prompt is just the initial tokens. For example, if you give an LLM the initial tokens [1, 2, 3], it will predict the output for you. The next tokens would be [1, 2, 3, 4, 5, 6]. A prompt written by an LLM is not very good because...
Join discussionAug 19, 2025 · 1 min read · INSTALATION : GO TO https://git-scm.com/ DOWNLOAD AS PER YOUR OS GOTO FOLDER WHICH YOU WANT TO UPLOAD OPEN TERMINAL/CMD IN THAT FOLDER. BASIC COMMANDS YOU FOLLOW Set Name and Email Globally (Applies to all your Git projects) git config --global user....
Join discussion