Skip to content

Instantly share code, notes, and snippets.

View LiMeii's full-sized avatar
💭
Be yourself, Love yourself, Safe yourself.

LiMeii LiMeii

💭
Be yourself, Love yourself, Safe yourself.
View GitHub Profile
@LiMeii
LiMeii / score-circle-svg-demo.html
Created March 15, 2021 07:33
score circle implemented with svg
<html>
<head>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<style>
.circle-wrap {
position: relative;
width: 70px;
@LiMeii
LiMeii / score-circle-canvas-animatioin.html
Created March 15, 2021 06:53
score circle animation implemented with canvas
<html>
<head>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<style>
body {
margin: 0px;
@LiMeii
LiMeii / score-circle-canvas-demo.html
Created March 15, 2021 06:49
score circle implemented with circle
<html>
<head>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<style>
.canvas-container {
position: relative;
margin: 80px;
@LiMeii
LiMeii / .gemrc file
Created June 17, 2019 09:00
sometimes you cannot find .gemrc file after install Ruby, copy this one to your home folder.
# http://guides.rubygems.org/command-reference/#gem-environment
---
gem: --no-document
benchmark: false
verbose: true
update_sources: true
sources:
- http://rubygems.org
backtrace: true
bulk_threshold: 1000
@LiMeii
LiMeii / introrx.md
Created April 1, 2019 02:48 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing