Skip to content

Instantly share code, notes, and snippets.

View yyildiz's full-sized avatar

Yusuf Yildiz yyildiz

View GitHub Profile
import { VirtualTypeScriptEnvironment } from "@typescript/vfs";
import { CompilerOptions } from "typescript";
enum ModuleResolutionKind {
Classic = 1,
NodeJs = 2,
}
importScripts("https://unpkg.com/@typescript/[email protected]/dist/vfs.globals.js");
importScripts(
@yyildiz
yyildiz / chat-frontend.js
Created October 11, 2017 02:34 — forked from martinsik/chat-frontend.js
Node.js chat frontend and server
$(function () {
"use strict";
// for better performance - to avoid searching in DOM
var content = $('#content');
var input = $('#input');
var status = $('#status');
// my color assigned by the server
var myColor = false;

Clock

Clock made with mainly css except for a tiny piece of canvas. The animation is purely css.

A Pen by Yildiz on CodePen.

License.