Skip to content

Instantly share code, notes, and snippets.

View Awadje's full-sized avatar
🎯
Focusing

Michael Awad Awadje

🎯
Focusing
View GitHub Profile
<h1>Time Management App</h1>
<app-area-detail></app-area-detail>
<router-outlet></router-outlet>
@Awadje
Awadje / week-roster.html
Created November 8, 2020 19:26
Create a Spartan Mindset Weekplanner Angular App
<table>
<thead>
<tr>
<th></th>
<th>
<span>Monday</span>
</th>
<th>
<span>Tuesday</span>
</th>
@Awadje
Awadje / Rubybank.rb
Last active February 10, 2017 11:45
Codecadamy Final Exercise
class Account
private
def pin(pin)
@pin = 1234
end
private
def pin_error
return "Access denied: incorrect PIN."
end
@Awadje
Awadje / Movie Database.rb
Last active February 9, 2017 09:03
Codecadamy Movie Database
movies = {
Spiderman: 4
}
puts "Enter a choice ('add', 'update', 'display', 'delete'):"
choice = gets.chomp.downcase
case choice
when "add"
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class TextController : MonoBehaviour {
public Text text;
private enum States {cell, mirror, sheets_0, lock_0, cell_mirror, sheets_1,