Jameel Matin (cutiepatootiebear)

cutiepatootiebear

Geek Repo

Location:Los angeles

Github PK Tool:Github PK Tool

Jameel Matin's repositories

Language:JavaScriptLicense:GPL-3.0Stargazers:1Issues:2Issues:0

Rock-Paper-Scissors

Play the popular RPS game with Javascript! https://cutiepatootiebear.github.io/Rock-Paper-Scissors/

Language:JavaScriptStargazers:1Issues:2Issues:0

3_page_website

The assignment for today is to create a 3 page website with 3 html files and one congruent css file.

Stargazers:0Issues:2Issues:0
Language:C#Stargazers:0Issues:2Issues:0

99-Bottles-of-Juice-using-while-loop

Write a loop that prints out the following song. Starting at 99, and ending at 1 bottle. 99 bottles of juice on the wall! 99 bottles of juice! Take one down, pass it around... 98 bottles of juice on the wall! 98 bottles of juice on the wall! 98 bottles of juice! Take one down, pass it around... 97 bottles of juice on the wall! ... 2 bottles of juice on the wall! 2 bottles of juice! Take one down, pass it around... 1 bottle of juice on the wall! 1 bottle of juice on the wall! 1 bottle of juice! Take one down, pass it around... 0 bottles of juice on the wall! Some Notes: Note the pluralization of the word "bottle" when you go from 2 bottles to 1 bottle. Your text editor may try to autocorrect your ellipses ... to the ellipses character … Do not use the ellipses character for this quiz.

Language:JavaScriptStargazers:0Issues:3Issues:1

temperature-converter

What can we do with celcius, fahrenheit and kelvin? Let's see... https://cutiepatootiebear.github.io/temperature-converter/

Language:JavaScriptStargazers:0Issues:2Issues:0
Language:CSSStargazers:0Issues:3Issues:0

activisionTest

“Attached is a desktop and mobile comp along with the background image as a separate asset. We want the candidates to create a responsive page that when clicking the button it opens a youtube video in a modal. The candidate shouldn’t use any libraries other than jquery and the button should be created using CSS”

Language:CSSStargazers:0Issues:2Issues:0

anonymous-function-expression

Write an anonymous function expression that stores a function in a variable called "laugh" and outputs the number of "ha"s that you pass in as an argument.

Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

buildtriangle

create a function called buildTriangle() that will accept an input (the triangle at its widest width) and will return the string representation of a triangle. See the example output below. buildTriangle(10); Returns: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Language:JavaScriptStargazers:0Issues:2Issues:0
Stargazers:0Issues:2Issues:0

flex

center a box

Language:HTMLStargazers:0Issues:2Issues:0

git

Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.

Language:CLicense:NOASSERTIONStargazers:0Issues:2Issues:0
License:BSD-3-ClauseStargazers:0Issues:1Issues:0
Language:HTMLStargazers:0Issues:2Issues:0

html5-boilerplate

A professional front-end template for building fast, robust, and adaptable web apps or sites.

Language:JavaScriptLicense:MITStargazers:0Issues:2Issues:0

HTML_CSS

04/22/20 VIT HTMLCSS.MD

Language:HTMLStargazers:0Issues:2Issues:0

mern-game

MERN stack game app

Language:JavaScriptStargazers:0Issues:2Issues:0
Stargazers:0Issues:2Issues:0

ng-apps

various ng projects

Language:TypeScriptStargazers:0Issues:2Issues:0

react-retrogames

A fun app written in Node.js/React/Redux

Language:JavaScriptStargazers:0Issues:2Issues:0

secret-santa

Assign secret Santas amongst your friends.

Language:HTMLStargazers:0Issues:2Issues:0

series-of-ternary-statements

/* * Programming Quiz - Navigating the Food Chain (3-8) * * Use a series of ternary operator to set the category to one of the following: * - "herbivore" if an animal eats plants * - "carnivore" if an animal eats animals * - "omnivore" if an animal eats plants and animals * - undefined if an animal doesn't eat plants or animals * * Notes * - use the variables `eatsPlants` and `eatsAnimals` in your ternary expressions * - `if` statements aren't allowed ;-) */

Stargazers:0Issues:2Issues:0
Language:HTMLStargazers:0Issues:2Issues:0

vetsWhoCodePre

Build a website telling about you and include your favorite things and then push it to GitHub. Bonus points if you use GitHub Pages or surge.sh to host your site.

Language:CSSStargazers:0Issues:2Issues:0

vit_group1

add collab

Stargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

What-do-I-wear-

Use the sizing chart above, create a series of logical expressions that prints the size of a t-shirt based on the measurements

Language:JavaScriptStargazers:0Issues:3Issues:2

while-loops

We're going to have you program your own version of FizzBuzz called "JuliaJames" (yes, imaginative, right?) Keep in mind that in an interview, you would want to write efficient code with very little duplication. We don't want you to worry about that for this question. Just focus on practicing using loops. Directions: Write a while loop that: Loop through the numbers 1 to 20 If the number is divisible by 3, print "Julia" If the number is divisible by 5, print "James" If the number is divisible by 3 and 5, print "JuliaJames" If the number is not divisible by 3 or 5, print the number

Language:JavaScriptStargazers:0Issues:3Issues:0