Skip to content

Instantly share code, notes, and snippets.

@haneefmubarak
haneefmubarak / StarWars.cpp
Created April 30, 2020 09:38
The StarWars C++ library that yield's the Star Wars integral type.
#include "StarWars.hpp"
StarWars::StarWars (void) {}
StarWars::StarWars (int x) {
if (x < 1 || x > 9) {
this->invalid ();
}
value = x;
### Keybase proof
I hereby claim:
* I am haneefmubarak on github.
* I am haneefmubarak (https://keybase.io/haneefmubarak) on keybase.
* I have a public key ASCigIpdl9QVYReS_LI4H0rO_okluaZhag0fM3zuio65jgo
@haneefmubarak
haneefmubarak / watevs.s
Last active August 8, 2016 23:42
chrome tab testcase
vec xlat rwqA
vec xlat rwq,
vec xlat rptxxyf,
vec xlat rmg1a3llyfrmg1rmg1
vec xlat rmg1a3llyfrmg1rmg1,
vec xlat rmg1a3llyfrmg1rmg1.
@haneefmubarak
haneefmubarak / APB-SEM-I-INC-FR
Created January 21, 2014 03:49
AP Bio Semester I Final Review (Incomplete)
> Written by Haneef Mubarak using [StackEdit](https://stackedit.io/).
Biochemistry
============
Biochemistry is the field of study on how the particulars of the interactions of atoms and molecules allows and affects the existence and development of life.
@haneefmubarak
haneefmubarak / StressProject.html
Last active December 23, 2015 05:59
Stress Project
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<style>
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;