Skip to content

Instantly share code, notes, and snippets.

View opensourcekam's full-sized avatar
🎯
Focusing

✨OSKAM✨ opensourcekam

🎯
Focusing
View GitHub Profile
@opensourcekam
opensourcekam / countAverageKAR
Created October 16, 2014 19:31
Count positive and negative numbers and compute the average of numbers
//Kameron Robinson LAB 5.1 10/16/2014
import java.util.*;
public class countAverageKAR{
public static void main(String[] args)
{
int pos = 0;
int neg = 0;
int sum = 0;
@opensourcekam
opensourcekam / Kameron Robinson - Portfolio.markdown
Created August 31, 2015 06:26
Kameron Robinson - Portfolio
/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section */
/***********************************************/
/****************************************/
/* HubSpot Style Boilerplate */
<div class="container">
<form class="form-signin">
<h2 class="form-signin-heading">Please sign in</h2>
<label for="inputEmail" class="sr-only">Email address</label>
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required="" autofocus="">
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required="">
<div class="checkbox">
<label>
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:51
twitch.tv-Zealot
mixin tile
div.block.tile
div.pivoter
div
span#status ◉
span#username
img(src='')#prev
// All the good stuff :)
meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0')
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:53
searchApedia
main.animated.fadeIn
section
p.animated.bounce SearchAPedia
input#search.btn-5(name="search")
button(value="submit" type="search") 👀
a(href="https://en.wikipedia.org/wiki/Special:Random" target="_blank")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🎲
section#results
article.wikiPage
p#def click 👀 to search & 🎲 to see a random article.
@opensourcekam
opensourcekam / index.jade
Last active September 17, 2016 12:54
Todays Weather
main.animated.fadeIn
section
span#weatherIcon.animated I need to know where you are
section#weather
span
//img(src="http://userpages.umbc.edu/~ka12/codePen_Assets/meteocons-icons/SVG/43.svg")
section#location
span
//img(src="http://userpages.umbc.edu/~ka12/codePen_Assets/meteocons-icons/SVG/44.svg")
section#temp
@opensourcekam
opensourcekam / angular-directory.markdown
Last active September 17, 2016 12:55
Angular Directory
@opensourcekam
opensourcekam / index.jade
Created September 17, 2016 12:55
Kamalculator
h1#title.animated.fadeIn Kamalculator
main#container.col.animated.fadeIn
div.window
article#ansWindow
div.keys
ul.keypad2.keypads
each val in ["+", "-", "/", "*","C"]
button#op(
type='button'
name= val
@opensourcekam
opensourcekam / abstractbackgrounds.markdown
Created September 17, 2016 12:56
abstractBackgrounds