Skip to content

Instantly share code, notes, and snippets.

View MladenMladenov's full-sized avatar

Mladen Mladenov MladenMladenov

  • Sofia, Bulgaria
View GitHub Profile
@MladenMladenov
MladenMladenov / index.html
Last active February 16, 2016 21:15
job-website
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>This is my project website</title>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,500,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="script.js" type="text/javascript"></script>
function calcSupply(age, maxAge, food, foodPerDay){
var ageF = age;
var maxAgeF = maxAge;
var foodF = food;
var foodPerDayF = foodPerDay;
var year = 365;
var yearsAhead = maxAgeF - ageF;
var daysAhead = yearsAhead * year;
var totalFood = daysAhead*foodPerDay;
console.log(totalFood +"kg of "+ foodF+ " would be enough until I am "+maxAgeF+" years old.");
function calcCylinderVol(arr){
var radius =Number(arr[0]) ;
var height = Number(arr[1]);
var volume = Math.PI*(Math.pow(radius,2))*height;
var precisevolume = volume.toFixed(3);
console.log(precisevolume);
}
input{
border:none;
background: #cfff99;
width: 200px;
height:50px;
margin-top:20px;
font-size:30px;
}
input:active{
border:none;
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body onResize="changeImage();">
<div id = "container">
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TheMagicWard
{
class TheMagicWard
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
class PingPongLAB
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class DrawCar
{
static void Main()
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class DecToBin
{
static void Main()
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Globalization;
class PrintADeck
{
static void Main()