• Stars
    star
    2
  • Language
  • Created almost 8 years ago
  • Updated almost 8 years ago

Reviews

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

Repository Details

This is Material angular Cards Check this files

More Repositories

1

Leetcode-Solutions

Easy understand JS solutions for problems on leetcode which beats 90% at least. Hope you enjoy the journey of learning data structures and algorithms.
JavaScript
4
star
2

Software-Engineer-Resume

Front-End_Developer_Resume
JavaScript
3
star
3

JavaScript-Image-Sliders

Now we need to handle the Next and Prev button clicks and call the corresponding functions to change the image. HTML:
JavaScript
2
star
4

Indeterminate-Check-boxes-

Checkbox inputs can only have two states: checked or unchecked. They can have any value, but they either submit that value (checked) or don't (unchecked) with a form submission. The default is unchecked. You can control that in HTML like this:
HTML
2
star
5

KondalDurgam

Hey! πŸ‘‹πŸΌ I'm KondalDurgam. I'm an independent software engineer that loves to create and share useful content about computer science & the web when I'm somehow not writing code because I have no life whatsoever
2
star
6

Top-Interview-Problems-Easy-

Most of the classic interview questions have multiple solution approaches. For the best practice result, we strongly advise you to go through this list at least a second time, or even better - a third time. By the second attempt, you may discover some new tricks or new methods. By the third time, you should find that your code appear to be more concise compared to your first attempt. If so, congratulations!
2
star
7

Resume

When you think about job descriptions, you probably think of job ads posted by employers. But the most important job descriptions may be the ones you create yourself, when you’re describing past positions on your resume. Job descriptions show prospective employers what you have accomplished in the positions you've held. They also provide a synopsis of your experience and skills. Well-written descriptions for each job you have held will help get your resume noticed and selected for interviews.
JavaScript
2
star
8

ReactJs

React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
JavaScript
2
star
9

Bit-Counting

Write a function that takes an (unsigned) integer as input, and returns the number of bits that are equal to one in the binary representation of that number. Example: The binary representation of 1234 is 10011010010, so the function should return 5 in this case
HTML
2
star
10

JavaScript-Image-slider

Image Slider Now we need to handle the Next and Prev button clicks and call the corresponding functions to change the image. HTML:
1
star
11

seed-project

angular2-seed
1
star
12

Email-Templates

Responsive Email Template
1
star
13

Email-templte

1
star
14

Kondalraodurgam

1
star
15

Kondal

I"m A cReAtIvE Designer
1
star
16

Server-runs

sample server runs
JavaScript
1
star
17

sample-server

JavaScript
1
star
18

Simple-Array-Sum

Given an array of integers, find the sum of its elements. Input Format The first line contains an integer, , denoting the size of the array. The second line contains space-separated integers representing the array's elements. Output Format Print the sum of the array's elements as a single integer. Sample Input 6 1 2 3 4 10 11 Sample Output 31 Explanation We print the sum of the array's elements: .
1
star
19

angular2-seed-project

angular2-seed A simple starter project demonstrating the basic concepts of Angular 2. Usage Clone or fork this repository Make sure you have node.js installed version 5+ Make sure you have NPM installed version 3+ WINDOWS ONLY run npm install -g webpack webpack-dev-server typescript to install global dependencies run npm install to install dependencies run npm start to fire up dev server open browser to http://localhost:3000 if you want to use other port, open package.json file, then change port in --port 3000 script
1
star
20

Hacker-Rank-Simple-array-Sum

Given an array of integers, find the sum of its elements. Input Format The first line contains an integer, , denoting the size of the array. The second line contains space-separated integers representing the array's elements. Output Format Print the sum of the array's elements as a single integer. Sample Input 6 1 2 3 4 10 11 Sample Output 31 Explanation We print the sum of the array's elements: .
JavaScript
1
star