Skip to content

Instantly share code, notes, and snippets.

@stefanolafs
stefanolafs / pinyinConvert.html
Last active August 29, 2015 14:14
PinyinConverter
<!DOCTYPE html>
<html>
<head>
<title>Pinyin Converter</title>
<meta charset="UTF-8">
<meta name="author" content="Stefán Ólafsson">
<link rel="stylesheet" type="text/css" href="pinyinConvertStyle.css">
<script src="pinyinConvertCode.js"></script>
@stefanolafs
stefanolafs / StefanYuleTree
Created December 1, 2014 13:20
Megaflott C++ jólatré með eða án stjörnu! How cool can you get?!
#include <iostream>
#include <cstdlib>
#include <cctype>
using namespace std;
void with_star(int n);
void no_star(int n);
int main()
{