• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bootstrap Responsive designed website with featured tabs

More Repositories

1

AVL-Tree

AVL Tree is implemented with very fine and diversified approach of C lang.
C++
2
star
2

Binary-Space-Partitioning-

C++
2
star
3

Expression-Tree

A binary expression tree is a specific kind of a binary tree used to represent expressions. Two common types of expressions that a binary expression tree can represent are algebraic and boolean. These trees can represent expressions that contain both unary and binary operators.
C++
2
star
4

Skip-List-Generic

Skip list is a data structure that allows fast search within an ordered sequence of elements. Fast search is made possible by maintaining a linked hierarchy of subsequences, with each successive sub-sequence skipping over fewer elements than the previous one.
C++
2
star
5

Snake-Game

Snake game implemented in assembly language.
Assembly
2
star
6

JFrame

JFrame with features of filing.
Java
1
star
7

Multiway-Tree

A multiway tree is a tree that can have more than two children. A multiway tree of order m (or an m-way tree) is one in which a tree can have m children.
C++
1
star
8

Verilog-Sets

Counters , Flip Flops, Adders, Arrays and their behaviroural models plus dataflows,
Verilog
1
star
9

Binary-Search-Tree

Perfect and Compelling Code of Binary Search Tree
1
star
10

ROT-Encoder-Decoder

Python
1
star
11

Web-Design

Basic webpage and easy to understands with minimum effort.
HTML
1
star
12

Curriculum-vitae

A curriculum vitae, commonly known as a CV, is an alternative to writing a resume to apply for a job. While a resume is typically a page or two in length, a CV is more detailed and longer. A CV often contains more information on one's academic background than a resume.
HTML
1
star
13

Helpful-Tables

HTML
1
star
14

Rotary-Encoder

A Library for the Arduino environment for using a rotary encoder as an input. Here you can find an Arduino compatible library for using rotary encoders.
C++
1
star
15

PHP-Basics

Variables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is case-sensitive.
PHP
1
star
16

Forms

The HTML <form> element defines a form that is used to collect user input: ... Form elements are different types of input elements, like text fields, checkboxes and radio buttons
HTML
1
star