Skip to content

Instantly share code, notes, and snippets.

View 2947721120's full-sized avatar

炎木 2947721120

  • 炎木
  • 中国,安徽,合肥
View GitHub Profile
@2947721120
2947721120 / index.html
Created November 20, 2015 23:48
Untitled benchmark (http://jsbench.github.io/#99df5b03760cc6886a09) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Untitled benchmark</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
@2947721120
2947721120 / Custom Toggle Switch Inspiration (Pure CSS).markdown
Last active March 22, 2016 00:07
Custom Toggle Switch Inspiration (Pure CSS)

Custom Toggle Switch Inspiration (Pure CSS)

A simple toggle in pure CSS3 with a clean HTML markup which includes a label. Leave the label blank if you want do not want any text.

A Pen by Aditya Bhandari on CodePen.

License.

@2947721120
2947721120 / AngularJS code Highlight.markdown
Last active March 30, 2016 16:00
AngularJS code Highlight
@2947721120
2947721120 / data-structure.js
Last active May 2, 2016 00:44 — forked from sararob/data-structure.js
在火力地堡基于角色的安全性
/*
这个例子展示了如何使用你的数据结构为基础
你的火力地堡安全规则来实现基于角色的安全性。我们店
每个用户通过他们的Twitter uid和使用以下简单的方法
为用户角色:
0 - GUEST客人
10 - USER 用户
20 - MODERATOR 主持人
@2947721120
2947721120 / AngularJS with Firebase Demo.markdown
Last active July 9, 2016 12:42
AngularJS with Firebase Demo
@2947721120
2947721120 / index.html
Created July 6, 2016 09:19
我自己的网页
<div class="container-fluid">
<div class="slide" id="s1">
<div class="slide" id="s2">
<div class="slide" id="s3">
<div class="slide" id="s4">
<div class="slide" id="s5">
<ul id="menu">
<a href="#s1">
<li class="icon fa fa-home" id="home"></li>
@2947721120
2947721120 / Material Design Media Object.markdown
Created July 6, 2016 09:21
Material Design Media Object
@2947721120
2947721120 / Angular + Firebase + OAuth.markdown
Last active July 23, 2016 10:43
Angular + Firebase + OAuth

Angular + Firebase + OAuth 角+火力数据+第三方登陆(谷歌,github,脸谱等)

A Pen by 杨俊 on CodePen.

License.