Pinned Repositories
Artificial-Interlligence-Lab
All the resources including codes and assignments are in this repositories. if you want to interested in learning some AI concept so come here and enjoy.
Assembly-language
Mostly codes are written in 16 bits .
Assembly-project
Bootstrap
Bootstrap is a potent front-end framework used to create modern websites and web apps. It's open-source and free to use, yet features numerous HTML and CSS templates for UI interface elements such as buttons and forms. Bootstrap also supports JavaScript extensions.
C-Crash-Course
In this repository all the pattrens and aadvance problems are included .
Cascading-Style-Sheets-CSS
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages.
Cloud-Computing
This course includes the Amazon web service (AWS) in which we are working with different kinds of instances like EC2 instances and many more if you are interested in the cloud compting course than follow this playlist and open this repo. All the assignments and resources are included in this repo.
Coding-Interview-Prep
If you're looking for free coding exercises to prepare for your next job interview, we've got you covered. This section contains hundreds of coding challenges that test your knowledge of algorithms, data structures, and mathematics. It also has a number of take-home projects you can use to strengthen your skills, or add to your portfolio.
Linix
Linux® is an open source operating system (OS). An operating system is the software that directly manages a system's hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work.
Staking-Dapp-and-Earn-Rewards
At its core, dApp staking is similar to staking on validators, but in this new paradigm, dApp stakers — also known as nominators — can nominate their Astar/Shiden tokens on dApps they want to support. At every block, a portion of the rewards goes to dApp staking.
jkbells's Repositories
jkbells/Artificial-Interlligence-Lab
All the resources including codes and assignments are in this repositories. if you want to interested in learning some AI concept so come here and enjoy.
jkbells/Assembly-language
Mostly codes are written in 16 bits .
jkbells/Coding-Interview-Prep
If you're looking for free coding exercises to prepare for your next job interview, we've got you covered. This section contains hundreds of coding challenges that test your knowledge of algorithms, data structures, and mathematics. It also has a number of take-home projects you can use to strengthen your skills, or add to your portfolio.
jkbells/Build-a-Drum-Machine
Drum Machine project for freecodecamp in this project there is few buttons that you can use to beat it up and this will create sound for you.
jkbells/-Build-a-Markdown-Previewer
Markdown-Previewer project for freecodecamp
jkbells/Build-a-Random-Quote-Machine
This is a project a random qoute machine in this project a user can click the button and a new quote can generates and also it has a option to upload to the twitter.
jkbells/JavaScript-Algorithms-and-Data-Structures-Projects
Projects This is it — time to put your new JavaScript skills to work. These projects are similar to the algorithm scripting challenges you've done before – just much more difficult. Complete these 5 JavaScript projects to earn the JavaScript Algorithms and Data Structures certification.
jkbells/Database-Systems-Lab
In this repository all the lab tasks of database(SQL) is here if you are interested to learn the SQL language than come here and enjoy your skills
jkbells/Regular-Expressions
Regular expressions, often shortened to "regex" or "regexp", are patterns that help programmers match, search, and replace text. Regular expressions are very powerful, but can be hard to read because they use special characters to make more complex, flexible matches. In this course, you'll learn how to use special characters, capture groups, positive and negative lookaheads, and other techniques to match any text you want.
jkbells/probability-and-statistics-with-python
Probability deals with predicting the likelihood of future events, while statistics involves the analysis of the frequency of past events. Probability is primarily a theoretical branch of mathematics, which studies the consequences of mathematical definitions.
jkbells/Personal-Portfolio-Webpage
This is my personal portfolio webpage and in this i have a details of all my projects and others things.
jkbells/Technical-Documentation-Page
This is a technical Documentation page for javascript this page is related to all the information gather for learning the javascript.
jkbells/Product-Landing-Page
This is a product landing page build for selling my products and all the details are given.
jkbells/Programmers-Survey-form
This is a survey form that i will create for programmers in which programmers can enters his information and submit the form.
jkbells/Tribute-page
This is a tribute page for steve jobs that i will created using html and css only. User Stories: Your tribute page should have an element with a corresponding id="main", which contains all other elements You should see an element with an id of title, which contains a string (i.e. text), that describes the subject of the tribute page (e.g. "Dr. Norman Borlaug") You should see either a figure or a div element with an id of img-div Within the img-div element, you should see an img element with a corresponding id="image" Within the img-div element, you should see an element with a corresponding id="img-caption" that contains textual content describing the image shown in img-div You should see an element with a corresponding id="tribute-info", which contains textual content describing the subject of the tribute page You should see an a element with a corresponding id="tribute-link", which links to an outside site, that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to _blank in order for your link to open in a new tab Your #image should use max-width and height properties to resize responsively, relative to the width of its parent element, without exceeding its original size Your img element should be centered within its parent element Fulfill the user stories and pass all the tests below to complete this project. Give it your own personal style. Happy Coding!
jkbells/SQL-Structured-Query-Language
SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.
jkbells/Travel-Website-Using-SQL-and-PHP
This is a website that i created in my free time its a simple travel website user can enter his data in a given form and the data can store in other database and then we can also download the data to futher perform operation in excel. If you can understand this code then you should have someknowledge of fronted end and backend.
jkbells/Computer-Networks-Lab-CL3001
A network is a collection of computers, servers, mainframes, network devices, peripherals, or other devices connected to allow data sharing. An example of a network is the Internet, which connects millions of people all over the world.
jkbells/Numerical-Computing-CS2008
Numerical computing is an approach for solving complex mathematical problems using only simple arithmetic operations. Numerical computations invariably involve a large number of arithmetic calculations and, therefore, require fast and efficient computing devices.
jkbells/Theory-of-Automata-CS3005
Automata Theory is a branch of computer science that deals with designing abstract selfpropelled computing devices that follow a predetermined sequence of operations automatically. An automaton with a finite number of states is called a Finite Automaton.
jkbells/Software-Design-and-Analysis-CS3004
Software analysis and design includes all activities, which help the transformation of requirement specification into implementation. ... Software analysis and design is the intermediate stage, which helps human-readable requirements to be transformed into actual code.
jkbells/Operating-system-Lab-CL2006
Operating system lab contents are posted in this repository like Assignments and other thing lab manual etc.
jkbells/Operating-Systems-CS2006
Os is the most essential course in computer science degree and all of the contents like assignment resources and book are in this repo.Come here and learn some skills related to (OS) and improve your coding skills
jkbells/Object-Oriented-Programming
Object oriented programming is one step further away to programming fundamentals . This type of programming are related to objects that we are using in the codes . My all of codes are written in c++ .
jkbells/Data-structure-CS201
In this repository all the class material like assignments and orther codes are included all the stuff is present in the c++ version of code .
jkbells/SASS-Syntactically-Awesome-StyleSheets
Sass, or "Syntactically Awesome StyleSheets", is a language extension of CSS. It adds features that aren't available in basic CSS, which make it easier for you to simplify and maintain the style sheets for your projects. In this Sass course, you'll learn how to store data in variables, nest CSS, create reusable styles with mixins, add logic and loops to your styles, and more.
jkbells/Css-Grid
CSS Grid Layout excels at dividing a page into major regions or defining the relationship in terms of size, position, and layer, between parts of a control built from HTML primitives. Like tables, grid layout enables an author to align elements into columns and rows.
jkbells/CSS-Flexbox
Flexbox is a powerful, well-supported layout method that was introduced with the latest version of CSS, CSS3. With flexbox, it's easy to center elements on the page and create dynamic user interfaces that shrink and expand automatically. In this course, you'll learn the fundamentals of flexbox and dynamic layouts by building a Twitter card.
jkbells/Responsive-Web-Design-Principles
There are many devices that can access the web, and they come in all shapes and sizes. Responsive web design is the practice of designing flexible websites that can respond to different screen sizes, orientations, and resolutions. In this course, you'll learn how to use CSS to make your webpages look good, no matter what device they're viewed on.
jkbells/Applied-Visual-Design-Course
Visual design is a combination of typography, color theory, graphics, animation, page layout, and more to help deliver your unique message. In this course, you'll learn how to apply these different elements of visual design to your webpages.