Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonliao/everything-i-learn
:space_invader: put everything I learn here
https://github.com/jasonliao/everything-i-learn
Last synced: about 2 months ago
JSON representation
:space_invader: put everything I learn here
- Host: GitHub
- URL: https://github.com/jasonliao/everything-i-learn
- Owner: jasonliao
- Created: 2015-03-04T01:02:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T16:15:10.000Z (almost 8 years ago)
- Last Synced: 2023-02-28T13:25:31.298Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 4.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I'm sharing Everything I Learn here!
## cutSquare
裁剪图片的裁剪框 导入该js 把div的id设置为`L_cutSquare` 在css添加
```CSS
#L_cutSquare {
position: absolute;
display: none;
width: 120px;
height: 120px;
border: 1px black solid;
}
```## loading
纯CSS3实现
## nodejs
- **authentication-of-express-node-js-applications**(A video about passport.js)
- **create-server-side-mvc-apps-with-node-and-express**(A video for create MVC app with express)
- **express-crash-course** (also a video)
- **mastering-node-js** (some note and demo about《Mastering Node.js》)
- **node-js-in-action** (some note and demo about《Node.js In Acrion》)
- advanced-express
- chatrooms
- connect
- express
- handing-mongodb-with-mongoose
- handing-submitted-files
- handing-upload-files
- handling-callbacks
- handling-event-emitters
- parallel-flow
- serial-flow
- static-file-sever
- todo
- work-tracking-app-with-mysql
- **learnyounode** (some note when I play [learnyounode](http://nodeschool.io/#workshoppers))## Reactjs
- A simple React Demo (Playlist)
- react and webpack## sector_menu
扇形菜单
## Simple-and-effective-dropdown-login-box
codepen上的一个demo
## tearable-cloth
canvas与JavaScript面向对象的完美结合
## Note
I put my markdown note here!
```javascript
+ -- _HTML
+ -- _CSS
+ -- _JavaScript
| + -- Array.prototype.md
| + -- _Something ablout ES2015
| | + -- index.html
| + -- _ES6 in depth
| | + -- An Introduction.md
| | + -- Interators and the for-of loop
+ -- README.md
```## ES2015
the things I learn ES2015
- ES6 - The future is now
- Essential ES6
- Trangle JS ES6
- ES6 Right Now
- JavaScript Generators
- ES6 - The new JavaScript
- ES6 - JavaScript grown up