Posts

cisco c link

  c-essentials-1 https://www.netacad.com/courses/c-essentials-1?courseLang=en-US&instance_id=f55d1389-a25c-483b-ae0d-5d1c56e66600 c-essentials-2 https://www.netacad.com/courses/c-essentials-2?courseLang=en-US&instance_id=cf26fdec-42b8-43bb-99bd-d3886035d035

FormDemo.html

  < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Student Registration </ title >     < style >         table , tr , td , th {             font-size : 25px ;         }     </ style > </ head > < body bgcolor = "#ddeeaa" style = " text-align: center;font-size: 25px;" >     < h1 style = " text-align: center;color: blue;" > Student Placement Registration </ h1 >     < form action = "" >         < table style = " margin-left: 600px;" >             < tr >                 < td >< label for = "" > Enter First Name </ label ></ td > ...

ImageExample.html

  < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document </ title >     < style >         img {             width : 250px ;             height : 250px ;             margin : 50px ;             border-radius : 125px ;             float : left ;         }         h1 {             text-align : center ;             color : blue ;         }         table {             border : 1px solid white ;             border-collapse : colla...

run.bat

 cd\ cd tc\bin del *.c del *.cpp del 24* cd\ cd turboc3\bin del *.c del *.cpp del 24*

pom.xml

  < project xmlns = " http://maven.apache.org/POM/4.0.0 " xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation = " http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd " > < modelVersion >4.0.0</ modelVersion > < groupId >lbrce</ groupId > < artifactId >cse</ artifactId > < version >0.0.1-SNAPSHOT</ version > < build > < plugins > < plugin > < groupId >org.apache.maven.plugins</ groupId > < artifactId >maven-compiler-plugin</ artifactId > < version >3.8.1</ version > < configuration > < source >1.8</ source > < target >1.8</ target > </ configuration > </ plugin > < plugin > < groupId >org.apache.maven...

CI & CD Pipe Line Using DevOps

  https://infyspringboard.onwingspan.com/web/en/page/lex_auth_01366558964890009633

Data Structures Previous Question Papers

 Data Structures Previous Question Papers