Skip to content

Instantly share code, notes, and snippets.

@fc4soda
fc4soda / css-trick.html
Created May 3, 2018 06:10
css canvas draw ark
<!DOCTYPE html>
<html>
<body>
<canvas id="myCanvas" width="300" height="150" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML5 canvas tag.</canvas>
<script>
var c = document.getElementById("myCanvas");
@fc4soda
fc4soda / .vimrc
Created September 21, 2018 04:56
my vimrc config copy from @amix3k
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Maintainer:
" Amir Salihefendic — @amix3k
"
" Awesome_version:
" Get this config, nice color schemes and lots of plugins!
"
" Install the awesome version from:
"
" https://github.com/amix/vimrc