Skip to content

Instantly share code, notes, and snippets.

View SamAsEnd's full-sized avatar

Samson Endale SamAsEnd

View GitHub Profile
@SamAsEnd
SamAsEnd / ethiopic.php
Created September 2, 2016 19:34
Ethiopian Date conversion(based on JDN)
<?php
/**
* Return a true if the year is a leap year based on the ethiopian calendar.
*
* @param int $year the ethiopian date to be checked
*
* @return bool
*/
function ethiopian_is_leap_year($year)
@SamAsEnd
SamAsEnd / index.html
Created April 12, 2016 13:49
Canvas Example: Ethiopian flag ... kinda
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Multi Media Class</title>
<style>
canvas {
border: 1px #000 solid;
margin: 50px auto;
display: block;