diff --git a/2Ramakrishna/1.py b/2Ramakrishna/1.py deleted file mode 100644 index 8ce186e..0000000 --- a/2Ramakrishna/1.py +++ /dev/null @@ -1,16 +0,0 @@ -a = 9 -b = 5 - -less_than = a < b -greater_than = a > b -less_than_or_equal = a <= b -greater_than_or_equal = a >= b -equal = a == b -not_equal = a != b - -print("a < b:", less_than) -print("a > b:", greater_than) -print("a <= b:", less_than_or_equal) -print("a >= b:", greater_than_or_equal) -print("a == b:", equal) -print("a != b:", not_equal) diff --git a/2Ramakrishna/2.py b/2Ramakrishna/2.py deleted file mode 100644 index 1d02eb8..0000000 --- a/2Ramakrishna/2.py +++ /dev/null @@ -1,12 +0,0 @@ -x = True -y = False - -and_result = x and y -or_result = x or y -not_result_x = not x -not_result_y = not y - -print("x and y:", and_result) -print("x or y:", or_result) -print("not x:", not_result_x) -print("not y:", not_result_y) diff --git a/2Ramakrishna/3.py b/2Ramakrishna/3.py deleted file mode 100644 index 27a320e..0000000 --- a/2Ramakrishna/3.py +++ /dev/null @@ -1,8 +0,0 @@ -total = 10 - -total += 5 -total -= 3 -total *= 2 -total /= 4 - -print("Final total:", total) diff --git a/2Ramakrishna/4.py b/2Ramakrishna/4.py deleted file mode 100644 index 037a53d..0000000 --- a/2Ramakrishna/4.py +++ /dev/null @@ -1,17 +0,0 @@ -my_list = [1, 2, 3, 4, 5] - -# Identity operators -a = my_list -b = [1, 2, 3, 4, 5] - -is_same_object = a is my_list -is_not_same_object = b is not my_list - -# Membership operators -element_in_list = 3 in my_list -element_not_in_list = 6 not in my_list - -print("a is my_list:", is_same_object) -print("b is not my_list:", is_not_same_object) -print("3 in my_list:", element_in_list) -print("6 not in my_list:", element_not_in_list) diff --git a/2Ramakrishna/test b/2Ramakrishna/test deleted file mode 100644 index 07d5bba..0000000 --- a/2Ramakrishna/test +++ /dev/null @@ -1 +0,0 @@ -testinglab: try to create a file in your dir under my creditials ... just want to see is your dir protected or not diff --git a/Akhilesh/Akhi b/Akhilesh/Akhi deleted file mode 100644 index 2b5cacc..0000000 --- a/Akhilesh/Akhi +++ /dev/null @@ -1,3 +0,0 @@ -Hi Team, - -India won the world cup after 17 Years😍. \ No newline at end of file diff --git a/AnilB/AnilB b/AnilB/AnilB deleted file mode 100644 index 21f956f..0000000 --- a/AnilB/AnilB +++ /dev/null @@ -1,2 +0,0 @@ -Hi - This is Anil Kumar B AWS devops Engineer \ No newline at end of file diff --git a/ApsanaMohammad/file1 b/ApsanaMohammad/file1 deleted file mode 100644 index 127f3f4..0000000 --- a/ApsanaMohammad/file1 +++ /dev/null @@ -1,3 +0,0 @@ -hi -I am apsana -I am student of devops \ No newline at end of file diff --git a/Ashok/File1 b/Ashok/File1 deleted file mode 100644 index 030da06..0000000 --- a/Ashok/File1 +++ /dev/null @@ -1,3 +0,0 @@ -Hello world - -Welcome to Devops ! diff --git a/Ashok/Wen-inf/index.jsp b/Ashok/Wen-inf/index.jsp deleted file mode 100644 index 6223842..0000000 --- a/Ashok/Wen-inf/index.jsp +++ /dev/null @@ -1,5 +0,0 @@ - - -

MIND CIRCUIT TRAINING INSTITUTE - WE JUST DONT TRAIN PEOPLE, WE BUILD TECHIES

- - diff --git a/Ashok/newjavacode b/Ashok/newjavacode deleted file mode 100644 index 6aeab28..0000000 --- a/Ashok/newjavacode +++ /dev/null @@ -1,49 +0,0 @@ - - 4.0.0 - in.javahome - myweb - war - 12.2.0 - Mindcircuit Home myweb - http://maven.apache.org - - - kammana - http://3.83.18.215:9000/ - - - - - - - junit - junit - 3.8.1 - test - - - - - - - NexusRepo - http://100.25.155.112:8081/repository/mc-snapshot/ - - - - NexusRepo - http://100.25.155.112:8081/repository/mc-release/ - - - - - - maven1 - Maven.org - http://repo1.maven.org/maven2 - - - - - diff --git a/DINESHREDDY/PERSONAL/DINI b/DINESHREDDY/PERSONAL/DINI deleted file mode 100644 index bcc0248..0000000 --- a/DINESHREDDY/PERSONAL/DINI +++ /dev/null @@ -1,3 +0,0 @@ -I AM K.DINESH FROM NELLORE DISTRICT. -I AM LEARNING AWS DEVOPS. -I BELIEVE THAT I DEFINITELY GET A JOB BY LEARNNG THIS COURSE. \ No newline at end of file diff --git a/DINESHREDDY/PUBLIC/ENGINEERING b/DINESHREDDY/PUBLIC/ENGINEERING deleted file mode 100644 index 4639f06..0000000 --- a/DINESHREDDY/PUBLIC/ENGINEERING +++ /dev/null @@ -1,4 +0,0 @@ -I AM K.DINESH. -I AM A B.TECH GRADUATE OF 2024. -I COMPLETED MY ENGINEERING IN NARAYANA ENGINEERING COLLEGE GUDUR. -I GOT 8 CGPA. diff --git a/GaneshFolder/Ganeshfile b/GaneshFolder/Ganeshfile deleted file mode 100644 index 38ea118..0000000 --- a/GaneshFolder/Ganeshfile +++ /dev/null @@ -1,3 +0,0 @@ -Hi, -This is Ganesh file -updated text diff --git a/Harikrishna/file1 b/Harikrishna/file1 deleted file mode 100644 index d839978..0000000 --- a/Harikrishna/file1 +++ /dev/null @@ -1,3 +0,0 @@ -Hi Frineds, - -This is Hari, Happy learning to all!!! \ No newline at end of file diff --git a/Madhavi/Test file.txt b/Madhavi/Test file.txt deleted file mode 100644 index afb17a7..0000000 --- a/Madhavi/Test file.txt +++ /dev/null @@ -1 +0,0 @@ -Hello Everyone.... \ No newline at end of file diff --git a/AnilKumar b/Madhu1 similarity index 100% rename from AnilKumar rename to Madhu1 diff --git a/ApsanaMohammad/file2 b/Madhu2 similarity index 100% rename from ApsanaMohammad/file2 rename to Madhu2 diff --git a/ApsanaMohammad/file3 b/Madhu3 similarity index 100% rename from ApsanaMohammad/file3 rename to Madhu3 diff --git a/Madhukiran/madhukiran b/Madhukiran/madhukiran deleted file mode 100644 index cb6a765..0000000 --- a/Madhukiran/madhukiran +++ /dev/null @@ -1,3 +0,0 @@ -Hi - -My name is Madhukiran , Welcome to AWS DEVOPS Batch14 adventure \ No newline at end of file diff --git a/MohammadApsana/java1 b/MohammadApsana/java1 deleted file mode 100644 index 69c8abe..0000000 --- a/MohammadApsana/java1 +++ /dev/null @@ -1,3 +0,0 @@ -hi -I am apsana -I am a student of devops diff --git a/MouryaReddy/Java1 b/MouryaReddy/Java1 deleted file mode 100644 index 34ff035..0000000 --- a/MouryaReddy/Java1 +++ /dev/null @@ -1,5 +0,0 @@ -Hi Madhu Garu, - -I'm very happy with your teaching skill's - -Thank You! \ No newline at end of file diff --git a/MouryaReddy/Java2 b/MouryaReddy/Java2 deleted file mode 100644 index dda7ab8..0000000 --- a/MouryaReddy/Java2 +++ /dev/null @@ -1,4 +0,0 @@ -Hi, - -Learning AWS Devops. - diff --git a/Nagarjunak/Nagaintro b/Nagarjunak/Nagaintro deleted file mode 100644 index f6939b7..0000000 --- a/Nagarjunak/Nagaintro +++ /dev/null @@ -1,5 +0,0 @@ -Hi - My self Nagarjuna.Im from hyderbad. - Im learning aws_devops in Mind circuit instution Batch14. - ive total 7yrs experince in banking and telcom domain as implementaion engineer and also support for Application and production support. - diff --git a/Nagarjunak/shortcodes b/Nagarjunak/shortcodes deleted file mode 100644 index b691d1e..0000000 --- a/Nagarjunak/shortcodes +++ /dev/null @@ -1,2 +0,0 @@ -when number is less than 6 digits we will called it as short codes,mainly it is used for bussiness purpose. -example if we want check dail customer care,ambulance,police etc diff --git a/Nagarjunak/telecom_project b/Nagarjunak/telecom_project deleted file mode 100644 index 7b4a68b..0000000 --- a/Nagarjunak/telecom_project +++ /dev/null @@ -1,7 +0,0 @@ -Telefonica group (TGS) -Mobifone -orange france -vodafone -elisa -TDC denkmark -3sweden diff --git a/Niharika/Niharika/Domains/Banking b/Niharika/Niharika/Domains/Banking deleted file mode 100644 index 3cf5d22..0000000 --- a/Niharika/Niharika/Domains/Banking +++ /dev/null @@ -1,3 +0,0 @@ -Banking domain applications have a complex structure, multi-layered workflows, and a broad range of features. On top of that, as most of them deal with sensitive data, the level of data protection should also be impeccable. - -This post is a checklist for anyone involved in banking domain application management. After finishing the article, you’ll have a better understanding of why it’s so challenging to test banking domain product, what steps to take, and the best ways to approach the process. \ No newline at end of file diff --git a/Niharika/Niharika/Domains/Cloud b/Niharika/Niharika/Domains/Cloud deleted file mode 100644 index 48e85e2..0000000 --- a/Niharika/Niharika/Domains/Cloud +++ /dev/null @@ -1,12 +0,0 @@ -Cloud computing enables people to access software applications, data storage and other services over the internet instead of through traditional physical servers in a back office. - -The cloud computing model enables users of internet-based computing services to be charged for what they consume on a pay-per-use basis. This is often referred to as a consumption-based pricing model and is a departure from more traditional subscription-based pricing models. - -There are three main types of cloud services: - -Software as a service. SaaS refers to on-demand hosted services that provide access to business applications. -Platform as a service. PaaS refers to web-based services and deployment of applications in the cloud. -Infrastructure as a service. IaaS refers to virtualized computing resources over the internet and often offer storage. -Cloud services are attractive to many businesses because they don't need to buy and maintain their own physical technology products, software, storage and infrastructure. - -The cloud computing world is currently dominated by a handful of large, public cloud service providers (CSPs) and their products. These include AWS, Google Cloud Platform (GCP) and Microsoft Azure. These vendors can deliver the same service to hundreds of thousands -- or even millions -- of customers across different industries at an attractive price point. \ No newline at end of file diff --git a/Niharika/Niharika/Domains/Ecommerce b/Niharika/Niharika/Domains/Ecommerce deleted file mode 100644 index 89185ed..0000000 --- a/Niharika/Niharika/Domains/Ecommerce +++ /dev/null @@ -1,9 +0,0 @@ -Key E-commerce Domains for QA Engineers - -1. Company Structures - -Business-to-business, or B2B, transactions are facilitated by e-commerce platforms and frequently entail sizable orders and intricate negotiating procedures. Features like bulk ordering, safe payment methods, and effective order fulfillment must be properly verified, according to QA experts. - -Business-to-Consumer, or B2C, is the most popular e-commerce model in which companies sell to customers directly. QA engineers make sure that the checkout, payment, and product browsing procedures are all sea]mless by concentrating on the user experience. - -C2C (Consumer-to-Consumer): Online marketplaces and other platforms where people sell to other people directly. Features like user identification, safe chat platforms, and efficient dispute resolution procedures must be tested by QA engineers. \ No newline at end of file diff --git a/Niharika/Niharika/Domains/Healthcare b/Niharika/Niharika/Domains/Healthcare deleted file mode 100644 index 3efd21d..0000000 --- a/Niharika/Niharika/Domains/Healthcare +++ /dev/null @@ -1,11 +0,0 @@ -Benefits of Healthcare Domain Knowledge for QA Engineers - -Improved Test Design and Execution: QA engineers with domain expertise are better equipped to create and carry out test scenarios that more closely mimic actual user interactions and use (Hossain, 2020). They can pinpoint crucial areas for testing and allocate their resources appropriately by being aware of the clinical processes and data flow that occur within the healthcare system. - -More Defect Detection: QA engineers are more equipped to recognize and report issues pertaining to functionality, usability, and standard compliance when they possess a greater comprehension of healthcare language and laws (Reddy, 2021). By doing this, the possibility of software faults affecting patient care and safety may be greatly decreased. - -Good Communication and Cooperation: Developers, medical professionals, and other stakeholders may communicate and work together more effectively when there is domain expertise (Hossain, 2020). Based on their comprehension of the domain context, QA engineers are able to articulate their results, talk about possible hazards, and provide solutions. - -QA engineers may achieve more efficiency and shorter testing times by streamlining the testing process and concentrating on the most important features of the product, as well as by comprehending the intended behavior (Guru99, 2023). - -Enhanced Regulatory Compliance: To guarantee that healthcare software complies with legal requirements and protects patient data, a detailed grasp of industry laws and standards, such as HIPAA, DICOM, and HL7, is essential (Reddy, 2021). \ No newline at end of file diff --git a/Niharika/Niharika/JobTitles/BAs b/Niharika/Niharika/JobTitles/BAs deleted file mode 100644 index 7c40170..0000000 --- a/Niharika/Niharika/JobTitles/BAs +++ /dev/null @@ -1,9 +0,0 @@ -Defining the scope of the project and providing well-documented requirements - -Identifying business needs and prioritizing features - -Representing the business owner and handling communication with the development team and stakeholders - -Researching the market, competitors, and user feedback - -Ensuring easy onboarding and user satisfaction \ No newline at end of file diff --git a/Niharika/Niharika/JobTitles/Devs b/Niharika/Niharika/JobTitles/Devs deleted file mode 100644 index 085a6ee..0000000 --- a/Niharika/Niharika/JobTitles/Devs +++ /dev/null @@ -1,17 +0,0 @@ -Project management: Estimating, planning, and managing tasks. - -Software quality: Ensuring the quality of the software produced. - -Teamwork: Collaborating with other team members. - -Understanding user needs. - -Breaking down product features into tasks and estimates. - -Completing sprint tasks within the iteration. - -Adopting technical practices and standards. - -Reporting progress in standups. - -Working closely with product owners and scrum masters. \ No newline at end of file diff --git a/Niharika/Niharika/JobTitles/QAs b/Niharika/Niharika/JobTitles/QAs deleted file mode 100644 index d5b1b12..0000000 --- a/Niharika/Niharika/JobTitles/QAs +++ /dev/null @@ -1,17 +0,0 @@ -Building the team - -Setting quality standards and determining essential metrics for the QA process - -Performing cross-functional evaluation - -Implementing balance - -Selecting the testing tools - -Manual QA engineers are responsible for manual testing that’s performed when automated testing is impossible or unnecessary - -Test automation engineers are in charge of developing scripts for automated tests that ensure fast and effective checks of your product - -Technical leads are in charge of solving technical issues - -Team leads are responsible for solving issues connected to people and processes. \ No newline at end of file diff --git a/Niharika/Niharika/JobTitles/SM b/Niharika/Niharika/JobTitles/SM deleted file mode 100644 index 331941e..0000000 --- a/Niharika/Niharika/JobTitles/SM +++ /dev/null @@ -1,11 +0,0 @@ -Ensuring that the team follows the Agile principles and practices - -Leading and facilitating sprint planning, daily stand-up, sprint review, and sprint retrospective meetings - -Coaching and mentoring team members and product owner on Agile values and principles - -Resolving any issues or impediments that arise and removing roadblocks that could hamper the team’s productivity - -Monitoring the team’s progress and ensuring quality and timeliness of deliverables - -Promoting continuous improvement and collaboration within the team and the organization \ No newline at end of file diff --git a/Niharika/Niharika/Prog_Lang/Java b/Niharika/Niharika/Prog_Lang/Java deleted file mode 100644 index 8cdfa46..0000000 --- a/Niharika/Niharika/Prog_Lang/Java +++ /dev/null @@ -1 +0,0 @@ -Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere (WORA),meaning that compiled Java code can run on all platforms that support Java without the need to recompile.Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. Although its syntax is similar to that of C and C++, the Java language has fewer low-level facilities than either of them. The Java runtime provides dynamic capabilities (such as reflection and runtime code modification) that are typically not available in traditional compiled languages. \ No newline at end of file diff --git a/Niharika/Niharika/Prog_Lang/Kotlin b/Niharika/Niharika/Prog_Lang/Kotlin deleted file mode 100644 index 16f7e53..0000000 --- a/Niharika/Niharika/Prog_Lang/Kotlin +++ /dev/null @@ -1 +0,0 @@ -Kotlin is a cross-platform, statically typed, general-purpose high-level programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript (e.g., for frontend web applications using React) or native code via LLVM (e.g., for native iOS apps sharing business logic with Android apps).Language development costs are borne by JetBrains, while the Kotlin Foundation protects the Kotlin trademark. \ No newline at end of file diff --git a/Niharika/Niharika/Prog_Lang/Python b/Niharika/Niharika/Prog_Lang/Python deleted file mode 100644 index 1feac1e..0000000 --- a/Niharika/Niharika/Prog_Lang/Python +++ /dev/null @@ -1,7 +0,0 @@ -Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. - -Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library. - -Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0. Python 2.0 was released in 2000. Python 3.0, released in 2008, was a major revision not completely backward-compatible with earlier versions. Python 2.7.18, released in 2020, was the last release of Python 2. - -Python consistently ranks as one of the most popular programming languages, and has gained widespread use in the machine learning community. \ No newline at end of file diff --git a/Niharika/Niharika/Prog_Lang/Ruby b/Niharika/Niharika/Prog_Lang/Ruby deleted file mode 100644 index e79920f..0000000 --- a/Niharika/Niharika/Prog_Lang/Ruby +++ /dev/null @@ -1,3 +0,0 @@ -Ruby is an interpreted, high-level, general-purpose programming language. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. - -Ruby is dynamically typed and uses garbage collection and just-in-time compilation. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. According to the creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, BASIC, Java, and Lisp. \ No newline at end of file diff --git a/PraveenVarma/Alluri b/PraveenVarma/Alluri deleted file mode 100644 index 35327da..0000000 --- a/PraveenVarma/Alluri +++ /dev/null @@ -1,17 +0,0 @@ -function introduceYourself() { - const name = "Praveen Alluri"; - const age = 25; - const profession = "Devops Engineer"; - const hobbies = ["Web surfing", "mountain climbing", "photography"]; - - console.log("Hello! My name is " + name + "."); - console.log("I am " + age + " years old."); - console.log("I work as a " + profession + "."); - console.log("In my free time, I enjoy:"); - - hobbies.forEach(function(hobby, index) { - console.log((index + 1) + ". " + hobby); - }); -} - -introduceYourself(); diff --git a/PraveenVarma/nofile b/PraveenVarma/nofile deleted file mode 100644 index 2287b54..0000000 --- a/PraveenVarma/nofile +++ /dev/null @@ -1 +0,0 @@ -there is no file under this name but it still opened when i use "vi editor" diff --git a/PraveenVarma/test1 b/PraveenVarma/test1 deleted file mode 100644 index b157ed2..0000000 --- a/PraveenVarma/test1 +++ /dev/null @@ -1 +0,0 @@ -Investing in eduction is waste of money! it teaches you how to become a slave diff --git a/README.md b/README.md deleted file mode 100644 index 510f0f3..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# b14projectrepo -b14projectrepo , this is a playground for BATCH14 AWS DEVOPS LEARNERS diff --git a/Ramakrishna/Docker b/Ramakrishna/Docker deleted file mode 100644 index 05e92a9..0000000 --- a/Ramakrishna/Docker +++ /dev/null @@ -1,29 +0,0 @@ - -#!/bin/bash -# Update package manager repositories -sudo apt-get update -# Install necessary dependencies -sudo apt-get install -y ca-certificates curl -# Create directory for Docker GPG key -sudo install -m 0755 -d /etc/apt/keyrings -# Download Docker's GPG key -sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o -/etc/apt/keyrings/docker.asc -# Ensure proper permissions for the key -sudo chmod a+r /etc/apt/keyrings/docker.asc -# Add Docker repository to Apt sources -echo "deb [arch=$(dpkg --print-architecture) signedby=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ -$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ -sudo tee /etc/apt/sources.list.d/docker.list > /dev/null -# Update package manager repositories -sudo apt-get update -sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin -docker-compose-plugin - -Save this script in a file, for example, install_docker.sh, and make it executable using: - -chmod +x install_docker.sh - -Then, you can run the script using: - -./install_docker.sh diff --git a/Ramakrishna/Golanguage/arrays.go b/Ramakrishna/Golanguage/arrays.go deleted file mode 100644 index 61b8e1a..0000000 --- a/Ramakrishna/Golanguage/arrays.go +++ /dev/null @@ -1,40 +0,0 @@ -package main - -import "fmt" - -func main() { - - const conferenceTickets int = 50 - var remainingTickets uint = 50 - conferenceName := "Go Conference" - bookings := []string{} - - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) - - var firstName string - var lastName string - var email string - var userTickets uint - - // asking for user input - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - // book ticket in system - remainingTickets = remainingTickets - userTickets - bookings = append(bookings, firstName+" "+lastName) - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) - fmt.Printf("These are all our bookings: %v\n", bookings) -} - diff --git a/Ramakrishna/Golanguage/basic.go b/Ramakrishna/Golanguage/basic.go deleted file mode 100644 index 2ab31bf..0000000 --- a/Ramakrishna/Golanguage/basic.go +++ /dev/null @@ -1,8 +0,0 @@ -package main - -import "fmt" - -func main() { - fmt.Print("Hello World") -} - diff --git a/Ramakrishna/Golanguage/functions.go b/Ramakrishna/Golanguage/functions.go deleted file mode 100644 index 9da34b2..0000000 --- a/Ramakrishna/Golanguage/functions.go +++ /dev/null @@ -1,98 +0,0 @@ -package main - -import ( - "fmt" - "strings" -) - -const conferenceTickets int = 50 - -var remainingTickets uint = 50 -var conferenceName = "Go Conference" -var bookings = []string{} - -func main() { - - greetUsers() - - for { - - firstName, lastName, email, userTickets := getUserInput() - isValidName, isValidEmail, isValidTicketNumber := validateUserInput(firstName, lastName, email, userTickets) - - if isValidName && isValidEmail && isValidTicketNumber { - - bookTicket(userTickets, firstName, lastName, email) - - firstNames := printFirstNames() - fmt.Printf("The first names %v\n", firstNames) - - if remainingTickets == 0 { - // end program - break - } - } else { - if !isValidName { - fmt.Println("firt name or last name you entered is too short") - } - if !isValidEmail { - fmt.Println("email address you entered doesn't contain @ sign") - } - if !isValidTicketNumber { - fmt.Println("number of tickets you entered is invalid") - } - continue - } - } -} - -func printFirstNames() []string { - firstNames := []string{} - - for _, booking := range bookings { - var names = strings.Fields(booking) - firstNames = append(firstNames, names[0]) - } - return firstNames -} - -func getUserInput() (string, string, string, uint) { - var firstName string - var lastName string - var email string - var userTickets uint - - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - return firstName, lastName, email, userTickets -} - -func validateUserInput(firstName string, lastName string, email string, userTickets uint) (bool, bool, bool) { - isValidName := len(firstName) >= 2 && len(lastName) >= 2 - isValidEmail := strings.Contains(email, "@") - isValidTicketNumber := userTickets > 0 && userTickets <= remainingTickets - return isValidName, isValidEmail, isValidTicketNumber -} - -func greetUsers() { - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) -} - -func bookTicket(userTickets uint, firstName string, lastName string, email string) { - remainingTickets = remainingTickets - userTickets - bookings = append(bookings, firstName+" "+lastName) - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) -} - diff --git a/Ramakrishna/Golanguage/if-else.go b/Ramakrishna/Golanguage/if-else.go deleted file mode 100644 index 33e7a6c..0000000 --- a/Ramakrishna/Golanguage/if-else.go +++ /dev/null @@ -1,94 +0,0 @@ -package main - -import ( - "fmt" - "strings" -) - -func main() { - - const conferenceTickets int = 50 - var remainingTickets uint = 50 - conferenceName := "Go Conference" - bookings := []string{} - - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) - - for { - var firstName string - var lastName string - var email string - var userTickets uint - - // asking for user input - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - // validate user input - isValidName := len(firstName) >= 2 && len(lastName) >= 2 - isValidEmail := strings.Contains(email, "@") - isValidTicketNumber := userTickets > 0 && userTickets <= remainingTickets - - if isValidName && isValidEmail && isValidTicketNumber { - - // book ticket in system - remainingTickets = remainingTickets - userTickets - bookings = append(bookings, firstName+" "+lastName) - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) - - // print only first names - firstNames := []string{} - for _, booking := range bookings { - var names = strings.Fields(booking) - firstNames = append(firstNames, names[0]) - } - fmt.Printf("The first names %v\n", firstNames) - - // exit application if no tickets are left - if remainingTickets == 0 { - // end program - fmt.Println("Our conference is booked out. Come back next year.") - break - } - } else { - if !isValidName { - fmt.Println("firt name or last name you entered is too short") - } - if !isValidEmail { - fmt.Println("email address you entered doesn't contain @ sign") - } - if !isValidTicketNumber { - fmt.Println("number of tickets you entered is invalid") - } - continue - } - } - - // Switch statement example - city := "London" - - switch city { - case "New York": - // booking for New York conference - case "Singapore", "Hong Kong": - // booking for Singapore & Hong Kong conference - case "London", "Berlin": - // booking for London & Berlin conference - case "Mexico City": - // booking for Mexico City conference - default: - fmt.Print("No valid city selected") - } -} - diff --git a/Ramakrishna/Golanguage/loops.go b/Ramakrishna/Golanguage/loops.go deleted file mode 100644 index 8a92341..0000000 --- a/Ramakrishna/Golanguage/loops.go +++ /dev/null @@ -1,52 +0,0 @@ -package main - -import ( - "fmt" - "strings" -) - -func main() { - - const conferenceTickets int = 50 - var remainingTickets uint = 50 - conferenceName := "Go Conference" - bookings := []string{} - - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) - - for { - var firstName string - var lastName string - var email string - var userTickets uint - - // asking for user input - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - // book ticket in system - remainingTickets = remainingTickets - userTickets - bookings = append(bookings, firstName+" "+lastName) - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) - - // print only first names - firstNames := []string{} - for _, booking := range bookings { - var names = strings.Fields(booking) - firstNames = append(firstNames, names[0]) - } - fmt.Printf("The first names %v\n", firstNames) - } -} - diff --git a/Ramakrishna/Golanguage/maps.go b/Ramakrishna/Golanguage/maps.go deleted file mode 100644 index a0da2c3..0000000 --- a/Ramakrishna/Golanguage/maps.go +++ /dev/null @@ -1,106 +0,0 @@ -package main - -import ( - "fmt" - "strconv" - "strings" -) - -const conferenceTickets int = 50 - -var remainingTickets uint = 50 -var conferenceName = "Go Conference" -var bookings = make([]map[string]string, 0) - -func main() { - - greetUsers() - - for { - - firstName, lastName, email, userTickets := getUserInput() - isValidName, isValidEmail, isValidTicketNumber := validateUserInput(firstName, lastName, email, userTickets) - - if isValidName && isValidEmail && isValidTicketNumber { - - bookTicket(userTickets, firstName, lastName, email) - - firstNames := printFirstNames() - fmt.Printf("The first names %v\n", firstNames) - - if remainingTickets == 0 { - // end program - break - } - } else { - if !isValidName { - fmt.Println("firt name or last name you entered is too short") - } - if !isValidEmail { - fmt.Println("email address you entered doesn't contain @ sign") - } - if !isValidTicketNumber { - fmt.Println("number of tickets you entered is invalid") - } - continue - } - } -} - -func printFirstNames() []string { - firstNames := []string{} - - for _, booking := range bookings { - firstNames = append(firstNames, booking["firstName"]) - } - return firstNames -} - -func getUserInput() (string, string, string, uint) { - var firstName string - var lastName string - var email string - var userTickets uint - - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - return firstName, lastName, email, userTickets -} - -func validateUserInput(firstName string, lastName string, email string, userTickets uint) (bool, bool, bool) { - isValidName := len(firstName) >= 2 && len(lastName) >= 2 - isValidEmail := strings.Contains(email, "@") - isValidTicketNumber := userTickets > 0 && userTickets <= remainingTickets - return isValidName, isValidEmail, isValidTicketNumber -} - -func greetUsers() { - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) -} - -func bookTicket(userTickets uint, firstName string, lastName string, email string) { - remainingTickets = remainingTickets - userTickets - - // create user map - var user = make(map[string]string) - user["firstName"] = firstName - user["lastName"] = lastName - user["email"] = email - user["numberOfTickets"] = strconv.FormatUint(uint64(userTickets), 10) - - bookings = append(bookings, user) - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) -} - diff --git a/Ramakrishna/Golanguage/structs.go b/Ramakrishna/Golanguage/structs.go deleted file mode 100644 index d1db58f..0000000 --- a/Ramakrishna/Golanguage/structs.go +++ /dev/null @@ -1,113 +0,0 @@ -package main - -import ( - "fmt" - "strings" -) - -const conferenceTickets int = 50 - -var remainingTickets uint = 50 -var conferenceName = "Go Conference" -var bookings = make([]User, 0) - -type User struct { - firstName string - lastName string - email string - numberOfTickets uint -} - -func main() { - - greetUsers() - - for { - - firstName, lastName, email, userTickets := getUserInput() - isValidName, isValidEmail, isValidTicketNumber := validateUserInput(firstName, lastName, email, userTickets) - - if isValidName && isValidEmail && isValidTicketNumber { - - bookTicket(userTickets, firstName, lastName, email) - - firstNames := printFirstNames() - fmt.Printf("The first names %v\n", firstNames) - - if remainingTickets == 0 { - // end program - break - } - } else { - if !isValidName { - fmt.Println("firt name or last name you entered is too short") - } - if !isValidEmail { - fmt.Println("email address you entered doesn't contain @ sign") - } - if !isValidTicketNumber { - fmt.Println("number of tickets you entered is invalid") - } - continue - } - } -} - -func printFirstNames() []string { - firstNames := []string{} - - for _, booking := range bookings { - firstNames = append(firstNames, booking.firstName) - } - return firstNames -} - -func getUserInput() (string, string, string, uint) { - var firstName string - var lastName string - var email string - var userTickets uint - - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - return firstName, lastName, email, userTickets -} - -func validateUserInput(firstName string, lastName string, email string, userTickets uint) (bool, bool, bool) { - isValidName := len(firstName) >= 2 && len(lastName) >= 2 - isValidEmail := strings.Contains(email, "@") - isValidTicketNumber := userTickets > 0 && userTickets <= remainingTickets - return isValidName, isValidEmail, isValidTicketNumber -} - -func greetUsers() { - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) -} - -func bookTicket(userTickets uint, firstName string, lastName string, email string) { - remainingTickets = remainingTickets - userTickets - - // create user map - var user = User{ - firstName: firstName, - lastName: lastName, - email: email, - numberOfTickets: userTickets, - } - - bookings = append(bookings, user) - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) -} - diff --git a/Ramakrishna/Golanguage/variables.go b/Ramakrishna/Golanguage/variables.go deleted file mode 100644 index 1a3bfd6..0000000 --- a/Ramakrishna/Golanguage/variables.go +++ /dev/null @@ -1,37 +0,0 @@ -package main - -import "fmt" - -func main() { - - const conferenceTickets int = 50 - var remainingTickets uint = 50 - conferenceName := "Go Conference" - - fmt.Printf("Welcome to %v booking application.\nWe have total of %v tickets and %v are still available.\nGet your tickets here to attend\n", conferenceName, conferenceTickets, remainingTickets) - - var firstName string - var lastName string - var email string - var userTickets uint - - // asking for user input - fmt.Println("Enter Your First Name: ") - fmt.Scanln(&firstName) - - fmt.Println("Enter Your Last Name: ") - fmt.Scanln(&lastName) - - fmt.Println("Enter Your Email: ") - fmt.Scanln(&email) - - fmt.Println("Enter number of tickets: ") - fmt.Scanln(&userTickets) - - // book ticket in system - remainingTickets = remainingTickets - userTickets - - fmt.Printf("Thank you %v %v for booking %v tickets. You will receive a confirmation email at %v\n", firstName, lastName, userTickets, email) - fmt.Printf("%v tickets remaining for %v\n", remainingTickets, conferenceName) -} - diff --git a/Ramakrishna/Jenkins b/Ramakrishna/Jenkins deleted file mode 100644 index 4a1194a..0000000 --- a/Ramakrishna/Jenkins +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# Install OpenJDK 17 JRE Headless -sudo apt install openjdk-17-jre-headless -y -# Download Jenkins GPG key -sudo wget -O /usr/share/keyrings/jenkins-keyring.asc \ - https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key -# Add Jenkins repository to package manager sources - echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \ - https://pkg.jenkins.io/debian-stable binary/ | sudo tee \ - /etc/apt/sources.list.d/jenkins.list > /dev/null -# Update package manager repositories - sudo apt-get update -# Install Jenkins -sudo apt-get install jenkins -y - -save this script in a file, for example, install_jenkins.sh, and make it executable using: - - chmod +x install_jenkins.sh - -Then, you can run the script using: - -./install_jenkins.s diff --git a/Ramesh b/Ramesh deleted file mode 100644 index 5629765..0000000 --- a/Ramesh +++ /dev/null @@ -1,2 +0,0 @@ -Hi All, -we are all devops learners. \ No newline at end of file diff --git a/SailajaN/Devops b/SailajaN/Devops deleted file mode 100644 index 2e16467..0000000 --- a/SailajaN/Devops +++ /dev/null @@ -1 +0,0 @@ -Devops day 3 \ No newline at end of file diff --git a/Sample/doc1 b/Sample/doc1 deleted file mode 100644 index 8eab4bb..0000000 --- a/Sample/doc1 +++ /dev/null @@ -1 +0,0 @@ -Working on my 1st Java code diff --git a/Sample/doc2 b/Sample/doc2 deleted file mode 100644 index e69de29..0000000 diff --git a/Sample/javac b/Sample/javac deleted file mode 100644 index 51db234..0000000 --- a/Sample/javac +++ /dev/null @@ -1,28 +0,0 @@ -// Java program to take an integer -// as input and print it -import java.io.*; -import java.util.Scanner; - -// Driver Class -class GFG { - // main function - public static void main(String[] args) - { - // Declare the variables - int num; - - // Input the integer - System.out.println("Enter the integer: "); - - // Create Scanner object - Scanner s = new Scanner(System.in); - - // Read the next integer from the screen - num = s.nextInt(); - - // Display the integer - System.out.println("Entered integer is: " - + num); - } -} - diff --git a/Santhosh/Santhosh1 b/Santhosh/Santhosh1 deleted file mode 100644 index e69de29..0000000 diff --git a/Santhosh/SanthoshKadarla b/Santhosh/SanthoshKadarla deleted file mode 100644 index afff6b0..0000000 --- a/Santhosh/SanthoshKadarla +++ /dev/null @@ -1,6 +0,0 @@ -Hi Team - -This is Santhosh Kadarla -from AWS DEVOPS BATCH 14 - -Please dont delete this file \ No newline at end of file diff --git a/Subramanyam/FirstTextFile.txt b/Subramanyam/FirstTextFile.txt deleted file mode 100644 index 764791b..0000000 --- a/Subramanyam/FirstTextFile.txt +++ /dev/null @@ -1 +0,0 @@ -First file created and moved to central repository of B14. diff --git a/Test b/Test deleted file mode 100644 index e69de29..0000000 diff --git a/PrasadSikha/1stweek/lincode.txt b/ac similarity index 100% rename from PrasadSikha/1stweek/lincode.txt rename to ac diff --git a/code_alter1 b/code_alter1 deleted file mode 100644 index e69de29..0000000 diff --git a/code_alter2 b/code_alter2 deleted file mode 100644 index e69de29..0000000 diff --git a/docker b/docker deleted file mode 100644 index e69de29..0000000 diff --git a/file b/file deleted file mode 100644 index e69de29..0000000 diff --git a/gayatri/file1 b/gayatri/file1 deleted file mode 100644 index 46998c3..0000000 --- a/gayatri/file1 +++ /dev/null @@ -1 +0,0 @@ -new file updated in b14project \ No newline at end of file diff --git a/gayatri/file2 b/gayatri/file2 deleted file mode 100644 index 6c44101..0000000 --- a/gayatri/file2 +++ /dev/null @@ -1,3 +0,0 @@ - - -I am successfully commit my first file to central repository \ No newline at end of file diff --git a/gc b/gc deleted file mode 100644 index e69de29..0000000 diff --git a/gdp/backup.sh b/gdp/backup.sh deleted file mode 100644 index e69de29..0000000 diff --git a/gdp/gdp b/gdp/gdp deleted file mode 100644 index 15ec2c3..0000000 --- a/gdp/gdp +++ /dev/null @@ -1,3 +0,0 @@ -Hi Madhu, - -Your teaching is wonderful. diff --git a/gdp/learning.txt b/gdp/learning.txt deleted file mode 100644 index e69de29..0000000 diff --git a/gdp/test.py b/gdp/test.py deleted file mode 100644 index e69de29..0000000 diff --git a/hema b/hema deleted file mode 100644 index e69de29..0000000 diff --git a/hemalatha/hemafile b/hemalatha/hemafile deleted file mode 100644 index 7a69316..0000000 --- a/hemalatha/hemafile +++ /dev/null @@ -1,3 +0,0 @@ -hello - -everyone \ No newline at end of file diff --git a/insta_au b/insta_au deleted file mode 100644 index 89804ab..0000000 --- a/insta_au +++ /dev/null @@ -1,26 +0,0 @@ -const express = require('express'); -const http = require('http'); -const socketIo = require('socket.io'); - -const app = express(); -const server = http.createServer(app); -const io = socketIo(server); - -io.on('connection', (socket) => { - socket.on('offer', (offer) => { - socket.broadcast.emit('offer', offer); - }); - - socket.on('answer', (answer) => { - socket.broadcast.emit('answer', answer); - }); - - socket.on('candidate', (candidate) => { - socket.broadcast.emit('candidate', candidate); - }); -}); - -server.listen(3000, () => { - console.log('Server is running on port 3000'); -}); - diff --git a/intsa_vc b/intsa_vc deleted file mode 100644 index e69de29..0000000 diff --git a/janardhan/html b/janardhan/html deleted file mode 100644 index 70f9620..0000000 --- a/janardhan/html +++ /dev/null @@ -1,14 +0,0 @@ - Hello guys this is html basic code - - - - -Page Title - - - -

This is a Heading

-

This is a paragraph.

- - - diff --git a/janardhan/jana b/janardhan/jana deleted file mode 100644 index 8f85a65..0000000 --- a/janardhan/jana +++ /dev/null @@ -1,5 +0,0 @@ - Hello guys - - welcome to madhukiran devopstraninghub - - diff --git a/janardhan/java b/janardhan/java deleted file mode 100644 index 1faa0bd..0000000 --- a/janardhan/java +++ /dev/null @@ -1,7 +0,0 @@ - Hello frieds this is java basic code - -public class Main { - public static void main(String[] args) { - System.out.println("Hello World"); - } -} diff --git a/janardhan/python b/janardhan/python deleted file mode 100644 index e69de29..0000000 diff --git a/java1 b/java1 deleted file mode 100644 index d3061d7..0000000 --- a/java1 +++ /dev/null @@ -1,5 +0,0 @@ - - -HI , THIS - -THIS IS EXTRA FEATURE - AC VC ... \ No newline at end of file diff --git a/jenkins b/jenkins deleted file mode 100644 index e69de29..0000000 diff --git a/PrasadSikha/Test1.txt b/july5/ac similarity index 100% rename from PrasadSikha/Test1.txt rename to july5/ac diff --git a/Rock1 b/july5/test similarity index 100% rename from Rock1 rename to july5/test diff --git a/kalki b/kalki index e69de29..43e193e 100644 --- a/kalki +++ b/kalki @@ -0,0 +1,4 @@ +kalki + +ac kdfjskad + diff --git a/kiran b/kiran deleted file mode 100644 index e69de29..0000000 diff --git a/lavanya b/lavanya deleted file mode 100644 index ecb6ef0..0000000 --- a/lavanya +++ /dev/null @@ -1 +0,0 @@ -Hello everyone... diff --git a/lavdir/java b/lavdir/java deleted file mode 100644 index e69de29..0000000 diff --git a/lavdir/sql b/lavdir/sql deleted file mode 100644 index e69de29..0000000 diff --git a/madhu b/madhu deleted file mode 100644 index e69de29..0000000 diff --git a/mahathisree b/mahathisree deleted file mode 100644 index e69de29..0000000 diff --git a/mohammadkarishma b/mohammadkarishma deleted file mode 100644 index c66c2cc..0000000 --- a/mohammadkarishma +++ /dev/null @@ -1,2 +0,0 @@ -Hi sir My name is Mohammad karishma -Welcome to the AWS DEVOPS batch14 adventure diff --git a/navya b/navya deleted file mode 100644 index e69de29..0000000 diff --git a/new.py b/new.py deleted file mode 100644 index e69de29..0000000 diff --git a/newfile b/newfile deleted file mode 100644 index e69de29..0000000 diff --git a/pavani/file1 b/pavani/file1 deleted file mode 100644 index 29503cc..0000000 --- a/pavani/file1 +++ /dev/null @@ -1 +0,0 @@ -Hello Everyone !! \ No newline at end of file diff --git a/priya b/priya deleted file mode 100644 index 6366c06..0000000 --- a/priya +++ /dev/null @@ -1 +0,0 @@ -hello batch14 diff --git a/rajinikanth b/rajinikanth deleted file mode 100644 index e69de29..0000000 diff --git a/ramani b/ramani deleted file mode 100644 index e69de29..0000000 diff --git a/ramani1/hello.go b/ramani1/hello.go deleted file mode 100644 index 943d0ee..0000000 --- a/ramani1/hello.go +++ /dev/null @@ -1,10 +0,0 @@ -package main - -import "fmt" - -func main() { - fmt.Println("Hello, World!") -} - - -#output:Hello world! diff --git a/ramani1/hello.java b/ramani1/hello.java deleted file mode 100644 index 1371935..0000000 --- a/ramani1/hello.java +++ /dev/null @@ -1,9 +0,0 @@ -public class HelloWorld { - public static void main(String[] args) { - System.out.println("Hello, World!"); - } -} - - - -#output:Hello, World! diff --git a/ramani1/hello.py b/ramani1/hello.py deleted file mode 100644 index 145989f..0000000 --- a/ramani1/hello.py +++ /dev/null @@ -1,4 +0,0 @@ -print("Hello, World!") - - -#output:Hello,world! diff --git a/ramani1/ramani b/ramani1/ramani deleted file mode 100644 index ee54753..0000000 --- a/ramani1/ramani +++ /dev/null @@ -1,5 +0,0 @@ -Hello!! - -welcome to aws devops training - -Have a great day! diff --git a/rameshdir/ramesh b/rameshdir/ramesh deleted file mode 100644 index 0bb4c82..0000000 --- a/rameshdir/ramesh +++ /dev/null @@ -1,3 +0,0 @@ -Hi All, - -we are all become a devops engineers. \ No newline at end of file diff --git a/sample.txt b/sample.txt deleted file mode 100644 index f03bc50..0000000 --- a/sample.txt +++ /dev/null @@ -1 +0,0 @@ -practicing bracnch diff --git a/sana1 b/sana1 deleted file mode 100644 index e69de29..0000000 diff --git a/sana2 b/sana2 deleted file mode 100644 index e69de29..0000000 diff --git a/sana3 b/sana3 deleted file mode 100644 index e69de29..0000000 diff --git a/srinivas b/srinivas deleted file mode 100644 index e69de29..0000000 diff --git a/sundeep441 b/sundeep441 deleted file mode 100644 index e69de29..0000000 diff --git a/syam143 b/syam143 deleted file mode 100644 index e69de29..0000000 diff --git a/syamkumar/f1 b/syamkumar/f1 deleted file mode 100644 index a452492..0000000 --- a/syamkumar/f1 +++ /dev/null @@ -1,2 +0,0 @@ -hi this file created by syam -date: 5/7/24 diff --git a/syamkumar/f2 b/syamkumar/f2 deleted file mode 100644 index 0d78a28..0000000 --- a/syamkumar/f2 +++ /dev/null @@ -1,2 +0,0 @@ -this file created by syam - diff --git a/syamkumar/f3 b/syamkumar/f3 deleted file mode 100644 index 1f579c7..0000000 --- a/syamkumar/f3 +++ /dev/null @@ -1 +0,0 @@ -file added diff --git a/sysam1234 b/sysam1234 deleted file mode 100644 index e69de29..0000000 diff --git a/varshith b/varshith deleted file mode 100644 index e69de29..0000000 diff --git a/Rock2 b/varshith1 similarity index 100% rename from Rock2 rename to varshith1 diff --git a/Rock3 b/varshith2 similarity index 100% rename from Rock3 rename to varshith2 diff --git a/SailajaNavuluri b/varshith3 similarity index 100% rename from SailajaNavuluri rename to varshith3 diff --git a/vijay/file1 b/vijay/file1 deleted file mode 100644 index 63cfa76..0000000 --- a/vijay/file1 +++ /dev/null @@ -1,2 +0,0 @@ -Hi This is vijay -Welcome to AWSDEVOPS Training to batch14 \ No newline at end of file diff --git a/vijay/file2 b/vijay/file2 deleted file mode 100644 index f934975..0000000 --- a/vijay/file2 +++ /dev/null @@ -1,2 +0,0 @@ -Hi friends -Welcome to Mindcircuit \ No newline at end of file