Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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