markdown AEposterizeTime.md

AEposterizeTime.md
1コマずつ切り替わるとうるさいので、posterizeTimeで表示を間引く

[![Image from Gyazo](https://i.gyazo.com/7a48a9ec06951e25cb99970f7459683d.gif)](https://gyazo.com/7a48a9ec06951e25cb99970f7459683d)

```
posterizeTime(3);random([640, 480])
```

cf. [timeメソッドとposterizeTimeメソッド](https://motiondesign81.com/timemethod/)

markdown sqlplus cheatsheet

SQLPLUS使った数据库の接続方法とか。

sqlplus_cheatsheet.md
sqlplus / sysdba

markdown 提示

tooltip-accessibility.md
The problem with tooltips and what to do instead: https://adamsilver.io/articles/the-problem-with-tooltips-and-what-to-do-instead/

markdown DOS有用的命令

DOS commands.md
`dir /P` - listuje katalog co stronę

markdown 使用降价

Using_markdown
### Example Markup

- [x] Additional markup is supported, including @mentions, #references, [github](https://github.com/stephane777), **emphasis**, and <del>HTML tags</del>.
- [x] List syntax is required.
  - You can nest lists below, too!
- [x] This item is completed.
- [ ] This item is not complete.
- 
### Add a picture
![Portfolio image](https://flic.kr/p/2a1CbBd)
### Add a link
[Portfolio](https://stephane777.github.io/Portfolio/)

markdown 有用的链接

Useful link
https://guides.github.com/introduction/flow/

https://help.github.com/en/articles/git-and-github-learning-resources

https://guides.github.com/introduction/git-handbook/

### emoji
https://gist.github.com/rxaviers/7360908

### Basic writing and formating syntax
https://help.github.com/en/articles/basic-writing-and-formatting-syntax

markdown 创建分支

Create branch
### Github workflow

1. Create a branch

    git clone https://github.com/stephane777/github-slideshow.git
    
    cd github-slideshow
    
    git branch my-slideshow
    
    git push --set-upstream origin 

2. commit a file
  
    check what is the current branch
    git branch

    git checkout my-slide
    
    touch _posts/0000-01-02-stephane777.md
    
    cat _posts/0000-01-02-stephane777.md
    
    git add _posts/0000-01-02-stephane777.md
    
    git commit -m "add a new file"
    
    git push

3. Open a pull request

make some change to the file

4. Merge your pull request
    git checkout master

    git merge my-slide
    
    git push

// delete your branch locally 
    git branch -d my-slide






    

markdown Evitar sorpresas

avoid-surprises.md
Si tu projecto se va a atrasar porque te encontraste una piedra en el camino levanta la mano, coméntalo. Tu equipo, tu manager, y el manager de tu manager te lo agradecerán.
https://medium.com/@rhoml/como-individuos-debemos-aprender-a-no-dar-sorpresas-e502613f3da3

markdown 如何在语义上进行标记

tag-semantically.md
Flowchart: http://html5doctor.com/downloads/h5d-sectioning-flowchart.pdf

markdown Mobelaris优化

notes.md
# Mobelaris Optimizing

### modules cut down

MagePsycho_Easypathhints