Vibhuti Jainvibhutijain.hashnode.dev·Aug 22, 2024Day 8 Task: Shell Scripting ChallengeTasks: Task 1: Comments In shell scripting, comments are used to annotate the code, making it easier to understand and maintain. Comments are ignored by the shell during execution. Here's how to use comments in shell scripts: Single-Line Comments Us...shell
Satakshi Shanvisatakshi.hashnode.dev·Jul 26, 2024Understanding JavaScript String Methods: A Practical GuideStrings are one of the most fundamental data types in JavaScript. They are used to represent and manipulate text. JavaScript provides a variety of built-in methods to handle strings efficiently. Today, we'll explore some essential string methods, inc...1 likeJavaScript
danny jonesjoensdanny567.hashnode.dev·Apr 18, 2024What Is the Purpose and Importance of Calculus in Math?Calculus is a special kind of math that helps us understand things that change. Before calculus, math could only help with static objects (those that didn't move at all). But everything around us is constantly moving and changing. Stars in the sky, t...1 likeeducation
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 30, 2023Assigning unsigned to signed types and vice versaLet's explore the interactions between signed and unsigned variables in C with complete examples, including the binary representations in the outputs. These examples will illustrate the effects of sign and zero extension, especially in corner cases. ...C Programmingsigned integer
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 24, 2023Build your structures differentlyIn C programming, structures are used to group different types of variables under a single name. Initializing a structure involves setting its member variables to specific values. Here are different ways to initialize structures in C, along with exam...62 readsC Programmingstruct
Subhodeep goswamisubhodeep-devops-blogs.hashnode.dev·Mar 23, 2023Dev Ops Day03To view what's written in a file. To change the access permissions of files. To check which commands you have run till now. To remove a directory/ Folder. To create a fruits.txt file and to view the content. Add content in devops.txt (One in eac...33 readsDevops
Ashish Kumarashishkumar25.hashnode.dev·Nov 5, 2022Introduction to Web and HTMLWeb: Web is the common name of the World Wide Web ,people use this name commonly. When the internet comes into the picture and it spreads around the globe then we need something to share information with the internet then this World Wide Web comes in...112 readsassignment
Shivam Pandeyrisehoneix.hashnode.dev·Jul 21, 2022Selector in CssCss can be Describes as how HTML elements should be look at the Screen. but Question arise how do we can select these Elements more efficiently.Because there are many types of Selector in the CSS which help us to make our work more easier like Univ...33 readsWeb Development