├── .gitignore ├── Angular1 ├── README.md └── angular1-custom-directive.md ├── Angular2[Deprecated] ├── README.md ├── angular2-Ng-Module.md ├── angular2-Ng-Routing-tuto.md ├── angular2-ang2cli-firebase-auth.md ├── angular2-ang2cli-firebase-database.md ├── angular2-ang2cli-firebase-hosting.md ├── angular2-blog.md ├── angular2-cheatsheet-guide.md ├── angular2-code-school-teach.md ├── angular2-current-outcome.md ├── angular2-http-and-observables-tuto.md ├── angular2-lifecycle-hooks.md ├── angular2_youtube--60min-tuto.md ├── react_vs_angular2.md └── start_angular2.md ├── Angular4 └── angular4-deploy-github-pages.md ├── Babylon.js ├── README.md ├── babylon.js-tuto.md └── babylon.js-v3.0.md ├── Browserify ├── README.md └── browserify-getting-started.md ├── CPP ├── README.md ├── class-struct_difference.md ├── cpp-good-code-guide.md ├── cpp-teach-blog-eairship.md └── cpp.cli.compile.md ├── CSS ├── README.md ├── css-3d-transforms-tuto.md ├── css-bootstrap-gridview.md ├── css-center-sort.md ├── css-creative-tim-css-template.md ├── css-css-database.md ├── css-drawing-tuto.md ├── css-dynamicdrive-site.md ├── css-effeckt-library.md ├── css-fix-scrollbar.md ├── css-flat-framework.md ├── css-framework.md ├── css-free-web-template.md ├── css-html-lion.md ├── css-igniteui-ui-framework.md ├── css-kick-start-tuto.md ├── css-layout-teach.md ├── css-opentuto-teach.md ├── css-pure-timeline.md ├── css-responsive-website-design-tuto.md ├── css-sass-choice-reason.md ├── css-script.md ├── css-simple-3d-cube.md ├── css-skeleton-framework.md ├── css-tuto-tcpschool.md ├── css-unit-compare.md ├── css-w3s-responsive-web-tuto.md ├── css-youtube-teach.md └── eun.cho_html_css_gdg_seoul_ppt.md ├── Canvas ├── README.md ├── canvas-2d-library-konva.md ├── canvas-angular-game-tuto.md ├── canvas-basic-tuto.md ├── canvas-game-tuto.md └── canvas-naverd2.md ├── Cheerio ├── README.md ├── cheerio-reference-guide.md └── cheerio-youtube-tuto.md ├── Chrome-extension ├── README.md ├── chrome-extensions-example-guide.md ├── chrome-extensions-getting-started-tuto.md └── chrome-extensions-youtube-tuto.md ├── D3 ├── README.md ├── d3.js-book_scott_murray.md ├── d3.js-example_list.md ├── d3.js-tuto.md └── d3.js_tutorials-wiki.md ├── Deepstream ├── README.md ├── deepstream-angular-tuto.md └── deepstream-youtube-tuto.md ├── Docker ├── README.md ├── docker-apache-php.md └── docker-slideshare-tuto.md ├── ES5 ├── README.md ├── es5-annotated-api.md └── es5-compatibility-table.md ├── ES6 ├── README.md ├── es6-features.md ├── es6-iterator-for-of.md ├── es6-maps-and-sets.md ├── es6-private-memer.md └── es6-youtube-tuto.md ├── Elm ├── README.md ├── elm-mdl.md ├── elm-packages.md └── elm-youtube-tuto.md ├── Firebase ├── README.md ├── firebase-get-started-web.md └── firebase-search-tuto.md ├── Framer ├── README.md ├── framer.js-code-example.md └── framer.js-docs.md ├── Game ├── README.md └── tutorials-in-game-blog.md ├── Git ├── README.md ├── git-branch-tactic-with-git-flow.md └── git-flow.md ├── Github ├── README.md ├── github-ignore-default.md └── gitpage-setup.md ├── Gulp ├── README.md ├── gulp-plugin-list.md └── gulp-youtube-tuto.md ├── HTML ├── README.md ├── html-injectiion-quick-ref.md ├── html-video-tag.md ├── html-web-cross-browsing.md └── html-web-dev-mistake.md ├── HTTP ├── README.md ├── http-cors-issue.md ├── http-state-code.md └── http.cookie_session.md ├── Intellij ├── Intellij-blog.md └── README.md ├── Ionic ├── README.md └── ionic_start-guide.md ├── Ionic2 ├── README.md ├── ionic-market.md ├── ionic2-dev-post.md ├── ionic2-slides-intro.md ├── ionic2_basic-app_tuto.md ├── ionic2_manual.md ├── ionic2_mobile-app_tuto.md ├── ionic2_youtube--60min-app-tuto.md └── ionic2_youtube-tuto.md ├── JavaScript ├── README.md ├── es6-book.md ├── javascript-ajax-history.md ├── javascript-arrow-function.md ├── javascript-custom-element.md ├── javascript-eloquent_tuto.md ├── javascript-es6-classes.md ├── javascript-interview-questions.md ├── javascript-jsdoc.md ├── javascript-pure-pinch-zoom.md ├── javascript-touch-event.md ├── javascript-web-reference.md ├── javascript-webcam.md ├── javascript-youtube-design-patterns-tuto.md ├── javascript.-simple-chess-ai-md ├── javscript-array-object.md ├── not_need_jquery.md ├── promise-json-async.md └── vanilla-javascript.md ├── Kotlin ├── README.md └── kotlin-info.md ├── Linux ├── README.md ├── linux-permission-setup.md ├── linux-ubuntu-php5-pdo-module-install.md └── ubuntu-14.04-scala-and-sbt-install.md ├── Markdown └── README.md ├── Material2 ├── README.md ├── material2-getting-started.md ├── material2-icons.md └── material2-palette-color.md ├── Math ├── README.md └── linear-algebra-youtube.md ├── MySQL ├── README.md └── mysql-example-beginners.md ├── NPM ├── README.md └── npm-check-updates.md ├── Node.js ├── README.md └── module │ └── Async │ ├── README.md │ └── node.js-module-async.md ├── Phaser ├── Phaser.js-framework.md ├── Phaser.js-game-tuto.md └── README.md ├── Pixi.js ├── README.md └── pixi.js-community-tuto.md ├── README.md ├── RESTful-API ├── README.md ├── juwon_kim_restful-api-ppt.md ├── restful-api_rule.md └── what-restful-api.md ├── React-Native ├── README.md └── react-native-node-tuto.md ├── React ├── README.md ├── react-basic-youtube-tuto.md ├── react-slideshare-multi-flatform.md └── react-youtube-teach.md ├── SQL ├── README.md ├── sql-join.md ├── sql-normalization.md ├── sql-web-sql-formatter.md └── sql-web-sql-test.md ├── SVG ├── README.md └── svg-path-tuto.md ├── Server ├── README.md ├── server-ubuntu-apache2-default-port-setup.md └── server-ubuntu-apache2-install.md ├── Shell ├── README.md └── shell-cook-book-blog.md ├── Slim ├── README.md ├── slim-restful-api-tuto.md └── slim-slim_vs_lumen.md ├── Spring ├── JpetStore-sample-spring-code.md └── README.md ├── Three.js ├── README.md ├── three.js-3d-board-game-tuto.md ├── three.js-3d-matrix-projection-example.md ├── three.js-3d-max-webgl-loader.md ├── three.js-3d-maya-webgl-loader.md ├── three.js-3d-model-json-exporter.md ├── three.js-angular-example.md ├── three.js-basic-tuto.md ├── three.js-bounding-collision-detection.md ├── three.js-cookbook-online-demo.md ├── three.js-dat.gui.md ├── three.js-drag-and-drop-objects.md ├── three.js-editor-youtube-tuto.md ├── three.js-editor.md ├── three.js-framer.js-use-tuto.md ├── three.js-hatena-blog-tuto-jp.md ├── three.js-how-3d-graphics.md ├── three.js-johannes-tuto.md ├── three.js-maddog-youtube.tuto.md ├── three.js-object-loader-type.md ├── three.js-physijs.plugin.md ├── three.js-raycaster.md ├── three.js-search-matrix.md ├── three.js-simple-collision-detection.md ├── three.js-slide-112page-tuto.md ├── three.js-structure.md ├── three.js-tuto-mad-dog.md ├── three.js-tutorial-sets.md ├── three.js-tween.js-circle.md ├── three.js-udacity-video-tuto.md └── three.js-youtube-tuto.md ├── TypeScript ├── README.md ├── typescript-basic-tuto.md ├── typescript-oop-info.md ├── typescript-postscript.md ├── typescript-quick-start.md └── typescript-setup-test-tuto.md ├── VS-CODE ├── README.md └── vs-code-sync-ftp.md ├── Vue.js ├── README.md └── vue.js_start-guide.md ├── WEB-Cloud-IDE ├── Codenvy │ ├── README.md │ └── codenvy-info.md ├── Goorm │ ├── README.md │ └── goorm-info.md ├── README.md ├── Visual_Studio_Team_Services │ ├── README.md │ └── VSTS-info.md └── cloudIDE-info.md ├── War-game ├── README.md └── war-game-qr-code-puzzle.md ├── WebGL ├── README.md ├── webgl-bswebgl-tuto.md ├── webgl-coord.md ├── webgl-grammar-info.md ├── webgl-learningwebgl-tuto.md ├── webgl-model-view-projection-matrix.md └── webgl-pure-camera.md ├── WebRTC ├── README.md ├── webrtc-p2p-video-chat.md ├── webrtc-sample-code.md └── webrtc-video-chat-demo.md ├── Webpack2 ├── README.md └── webpack2-module bundling-tuto.md └── algorithm ├── README.md ├── algorithm-time-complexity.md ├── backjoon-algorithm-2017-1to2month-tech.md └── code-plus.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Angular1/README.md: -------------------------------------------------------------------------------- 1 | # Angular1 -------------------------------------------------------------------------------- /Angular1/angular1-custom-directive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular1/angular1-custom-directive.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/README.md: -------------------------------------------------------------------------------- 1 | # Angular2 -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-Ng-Module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-Ng-Module.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-Ng-Routing-tuto.md: -------------------------------------------------------------------------------- 1 | ## Ng-Rouing 베이직한 라우팅 튜토리얼 2 | ##### https://coryrylan.com/blog/introduction-to-angular-2-routing -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-ang2cli-firebase-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-ang2cli-firebase-auth.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-ang2cli-firebase-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-ang2cli-firebase-database.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-ang2cli-firebase-hosting.md: -------------------------------------------------------------------------------- 1 | ## Angular2-CLI Firebase-Hosting 빌드 유튜브 튜토리얼 2 | ##### https://youtu.be/82PRCg4QfpE -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-blog.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-cheatsheet-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-cheatsheet-guide.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-code-school-teach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-code-school-teach.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-current-outcome.md: -------------------------------------------------------------------------------- 1 | ## Angular 2 : 어디까지 왔을까 2 | ##### http://han41858.tistory.com/23 -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-http-and-observables-tuto.md: -------------------------------------------------------------------------------- 1 | ## Angular2 HTTP and Observables 튜토리얼 2 | 3 | ##### https://youtu.be/mSV0AihITxo -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2-lifecycle-hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/angular2-lifecycle-hooks.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/angular2_youtube--60min-tuto.md: -------------------------------------------------------------------------------- 1 | ## Angular2 유튜브 60분 튜토리얼 강좌 2 | ##### https://youtu.be/-zW1zHqsdyc -------------------------------------------------------------------------------- /Angular2[Deprecated]/react_vs_angular2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/react_vs_angular2.md -------------------------------------------------------------------------------- /Angular2[Deprecated]/start_angular2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular2[Deprecated]/start_angular2.md -------------------------------------------------------------------------------- /Angular4/angular4-deploy-github-pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Angular4/angular4-deploy-github-pages.md -------------------------------------------------------------------------------- /Babylon.js/README.md: -------------------------------------------------------------------------------- 1 | # Babylon.js -------------------------------------------------------------------------------- /Babylon.js/babylon.js-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Babylon.js/babylon.js-tuto.md -------------------------------------------------------------------------------- /Babylon.js/babylon.js-v3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Babylon.js/babylon.js-v3.0.md -------------------------------------------------------------------------------- /Browserify/README.md: -------------------------------------------------------------------------------- 1 | # Browserify 2 | -------------------------------------------------------------------------------- /Browserify/browserify-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Browserify/browserify-getting-started.md -------------------------------------------------------------------------------- /CPP/README.md: -------------------------------------------------------------------------------- 1 | # C++ -------------------------------------------------------------------------------- /CPP/class-struct_difference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CPP/class-struct_difference.md -------------------------------------------------------------------------------- /CPP/cpp-good-code-guide.md: -------------------------------------------------------------------------------- 1 | ## 바람직한 C++ 프로그램 작성법 2 | ##### http://yotop93.blogspot.kr/2015/04/c.html -------------------------------------------------------------------------------- /CPP/cpp-teach-blog-eairship.md: -------------------------------------------------------------------------------- 1 | ## 누구나 다 이해할 수 있는 프로그래밍 첫걸음 C++ 강좌 2 | ##### http://blog.eairship.kr/159 -------------------------------------------------------------------------------- /CPP/cpp.cli.compile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CPP/cpp.cli.compile.md -------------------------------------------------------------------------------- /CSS/README.md: -------------------------------------------------------------------------------- 1 | # CSS -------------------------------------------------------------------------------- /CSS/css-3d-transforms-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-3d-transforms-tuto.md -------------------------------------------------------------------------------- /CSS/css-bootstrap-gridview.md: -------------------------------------------------------------------------------- 1 | ## Bootstrap 그리드뷰 2 | ##### http://unikys.tistory.com/371 -------------------------------------------------------------------------------- /CSS/css-center-sort.md: -------------------------------------------------------------------------------- 1 | ## CSS 가운데(중앙) 정렬 2 | ##### http://webdir.tistory.com/31 -------------------------------------------------------------------------------- /CSS/css-creative-tim-css-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-creative-tim-css-template.md -------------------------------------------------------------------------------- /CSS/css-css-database.md: -------------------------------------------------------------------------------- 1 | ## CSSDB.co UI라이브러리, 프레임워크 모음 사이트 2 | ##### http://cssdb.co -------------------------------------------------------------------------------- /CSS/css-drawing-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-drawing-tuto.md -------------------------------------------------------------------------------- /CSS/css-dynamicdrive-site.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-dynamicdrive-site.md -------------------------------------------------------------------------------- /CSS/css-effeckt-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-effeckt-library.md -------------------------------------------------------------------------------- /CSS/css-fix-scrollbar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-fix-scrollbar.md -------------------------------------------------------------------------------- /CSS/css-flat-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-flat-framework.md -------------------------------------------------------------------------------- /CSS/css-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-framework.md -------------------------------------------------------------------------------- /CSS/css-free-web-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-free-web-template.md -------------------------------------------------------------------------------- /CSS/css-html-lion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-html-lion.md -------------------------------------------------------------------------------- /CSS/css-igniteui-ui-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-igniteui-ui-framework.md -------------------------------------------------------------------------------- /CSS/css-kick-start-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-kick-start-tuto.md -------------------------------------------------------------------------------- /CSS/css-layout-teach.md: -------------------------------------------------------------------------------- 1 | ## CSS 레이아웃을 배웁시다 2 | ##### http://ko.learnlayout.com -------------------------------------------------------------------------------- /CSS/css-opentuto-teach.md: -------------------------------------------------------------------------------- 1 | ## 겁나 빠른 웹 레시피 2 | ##### https://opentutorials.org/course/2473 -------------------------------------------------------------------------------- /CSS/css-pure-timeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-pure-timeline.md -------------------------------------------------------------------------------- /CSS/css-responsive-website-design-tuto.md: -------------------------------------------------------------------------------- 1 | ## 반응형 웹사이트 디자인 튜토리얼 Drew Ryan 2 | ##### https://youtu.be/RMg6t7MjIt8 -------------------------------------------------------------------------------- /CSS/css-sass-choice-reason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-sass-choice-reason.md -------------------------------------------------------------------------------- /CSS/css-script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-script.md -------------------------------------------------------------------------------- /CSS/css-simple-3d-cube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-simple-3d-cube.md -------------------------------------------------------------------------------- /CSS/css-skeleton-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/CSS/css-skeleton-framework.md -------------------------------------------------------------------------------- /CSS/css-tuto-tcpschool.md: -------------------------------------------------------------------------------- 1 | ## CSS 튜토리얼 TCP스쿨 2 | 3 | ##### http://tcpschool.com/css/intro -------------------------------------------------------------------------------- /CSS/css-unit-compare.md: -------------------------------------------------------------------------------- 1 | ## 웹 코딩에 필요한 CSS 단위와 사이즈 비교 표 2 | 3 | ##### http://somgle.tistory.com/92 -------------------------------------------------------------------------------- /CSS/css-w3s-responsive-web-tuto.md: -------------------------------------------------------------------------------- 1 | ## W3S 반응형 웹 디자인 튜토리얼 2 | ##### http://www.w3schools.com/css/css_rwd_intro.asp -------------------------------------------------------------------------------- /CSS/css-youtube-teach.md: -------------------------------------------------------------------------------- 1 | ## Envato CSS 유튜브 강의 2 | ##### http://youtu.be/yTHTo28hwTQ?list=PLgGbWId6zgaWZkPFI4Sc9QXDmmOWa1v5F -------------------------------------------------------------------------------- /CSS/eun.cho_html_css_gdg_seoul_ppt.md: -------------------------------------------------------------------------------- 1 | ## 조은 html/css 11/5 GDG DevFest 2016 Seoul에서 발표자료 2 | ##### https://goo.gl/Bcr1mY -------------------------------------------------------------------------------- /Canvas/README.md: -------------------------------------------------------------------------------- 1 | # Canvas -------------------------------------------------------------------------------- /Canvas/canvas-2d-library-konva.md: -------------------------------------------------------------------------------- 1 | ## 캔버스 2d 라이브러리 Konva 2 | 3 | ##### http://konvajs.github.io -------------------------------------------------------------------------------- /Canvas/canvas-angular-game-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Canvas/canvas-angular-game-tuto.md -------------------------------------------------------------------------------- /Canvas/canvas-basic-tuto.md: -------------------------------------------------------------------------------- 1 | ## CANVAS 기초 강좌 2 | 3 | ##### http://unikys.tistory.com/274 -------------------------------------------------------------------------------- /Canvas/canvas-game-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Canvas/canvas-game-tuto.md -------------------------------------------------------------------------------- /Canvas/canvas-naverd2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Canvas/canvas-naverd2.md -------------------------------------------------------------------------------- /Cheerio/README.md: -------------------------------------------------------------------------------- 1 | # Cheerio -------------------------------------------------------------------------------- /Cheerio/cheerio-reference-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Cheerio/cheerio-reference-guide.md -------------------------------------------------------------------------------- /Cheerio/cheerio-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Cheerio.js 웹 스크래핑 유튜브 튜토리얼 2 | ##### https://youtu.be/RgyN-d_XIRU -------------------------------------------------------------------------------- /Chrome-extension/README.md: -------------------------------------------------------------------------------- 1 | # Chrome-extension -------------------------------------------------------------------------------- /Chrome-extension/chrome-extensions-example-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Chrome-extension/chrome-extensions-example-guide.md -------------------------------------------------------------------------------- /Chrome-extension/chrome-extensions-getting-started-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Chrome-extension/chrome-extensions-getting-started-tuto.md -------------------------------------------------------------------------------- /Chrome-extension/chrome-extensions-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## 크롬 익스텐션 유튜브 튜토리얼 2 | ##### https://youtu.be/jyhu42WSC6Y?list=PLYxzS__5yYQlWil-vQ-y7NR902ovyq1Xi -------------------------------------------------------------------------------- /D3/README.md: -------------------------------------------------------------------------------- 1 | # D3.js -------------------------------------------------------------------------------- /D3/d3.js-book_scott_murray.md: -------------------------------------------------------------------------------- 1 | ## D3.js 튜토리얼 Scott Murray 2 | ##### http://alignedleft.com/tutorials/d3 -------------------------------------------------------------------------------- /D3/d3.js-example_list.md: -------------------------------------------------------------------------------- 1 | ## D3.js 1897개 예제 리스트 모음 2 | ##### http://christopheviau.com/d3list/ -------------------------------------------------------------------------------- /D3/d3.js-tuto.md: -------------------------------------------------------------------------------- 1 | ## D3.js 튜토리얼 콘텐츠 2 | ##### https://www.dashingd3js.com/table-of-contents -------------------------------------------------------------------------------- /D3/d3.js_tutorials-wiki.md: -------------------------------------------------------------------------------- 1 | ## D3.js 튜토리얼 강좌 모음 위키 2 | ##### https://github.com/d3/d3/wiki/Tutorials -------------------------------------------------------------------------------- /Deepstream/README.md: -------------------------------------------------------------------------------- 1 | # Deepstream -------------------------------------------------------------------------------- /Deepstream/deepstream-angular-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Deepstream/deepstream-angular-tuto.md -------------------------------------------------------------------------------- /Deepstream/deepstream-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Deepstream 유튜브 튜토리얼 2 | 3 | ##### https://youtu.be/xWA6DgQ0sgU?list=PLW19HdjP9cfu_7TMUiSII33_pnHJQF3Eb -------------------------------------------------------------------------------- /Docker/README.md: -------------------------------------------------------------------------------- 1 | # Docker -------------------------------------------------------------------------------- /Docker/docker-apache-php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Docker/docker-apache-php.md -------------------------------------------------------------------------------- /Docker/docker-slideshare-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Docker/docker-slideshare-tuto.md -------------------------------------------------------------------------------- /ES5/README.md: -------------------------------------------------------------------------------- 1 | # ES5 -------------------------------------------------------------------------------- /ES5/es5-annotated-api.md: -------------------------------------------------------------------------------- 1 | ## ES5 주석 코멘트 가이드 2 | 3 | ##### https://es5.github.io -------------------------------------------------------------------------------- /ES5/es5-compatibility-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/ES5/es5-compatibility-table.md -------------------------------------------------------------------------------- /ES6/README.md: -------------------------------------------------------------------------------- 1 | # ES6 -------------------------------------------------------------------------------- /ES6/es6-features.md: -------------------------------------------------------------------------------- 1 | ## ES6 특징 가이드 2 | 3 | ##### http://es6-features.org/#Constants -------------------------------------------------------------------------------- /ES6/es6-iterator-for-of.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/ES6/es6-iterator-for-of.md -------------------------------------------------------------------------------- /ES6/es6-maps-and-sets.md: -------------------------------------------------------------------------------- 1 | ## ES6 Map과 Set 2 | 3 | ##### http://2ality.com/2015/01/es6-maps-sets.html -------------------------------------------------------------------------------- /ES6/es6-private-memer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/ES6/es6-private-memer.md -------------------------------------------------------------------------------- /ES6/es6-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## ES6 유튜브 튜토리얼 2 | 3 | ##### https://youtu.be/gG6WVECkHCk?list=PLs_WqGRq69UiUS__h3TVon-Z5fFSr79xh -------------------------------------------------------------------------------- /Elm/README.md: -------------------------------------------------------------------------------- 1 | # Elm -------------------------------------------------------------------------------- /Elm/elm-mdl.md: -------------------------------------------------------------------------------- 1 | ## Elm 머티리얼 디자인 라이브러리 2 | 3 | ##### https://debois.github.io/elm-mdl/ -------------------------------------------------------------------------------- /Elm/elm-packages.md: -------------------------------------------------------------------------------- 1 | ## 엘름 패키지 2 | 3 | #### http://package.elm-lang.org/ 4 | -------------------------------------------------------------------------------- /Elm/elm-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Elm 유튜브 강좌 2 | 3 | ##### https://youtu.be/Rf2CkojtxFw?list=PLJbE2Yu2zumBjR9uDes8DBq4algPzZ1qO -------------------------------------------------------------------------------- /Firebase/README.md: -------------------------------------------------------------------------------- 1 | # Firebase -------------------------------------------------------------------------------- /Firebase/firebase-get-started-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Firebase/firebase-get-started-web.md -------------------------------------------------------------------------------- /Firebase/firebase-search-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Firebase/firebase-search-tuto.md -------------------------------------------------------------------------------- /Framer/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Framer/framer.js-code-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Framer/framer.js-code-example.md -------------------------------------------------------------------------------- /Framer/framer.js-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Framer/framer.js-docs.md -------------------------------------------------------------------------------- /Game/README.md: -------------------------------------------------------------------------------- 1 | ## Game -------------------------------------------------------------------------------- /Game/tutorials-in-game-blog.md: -------------------------------------------------------------------------------- 1 | ## 웹 2D, 3D 게임 튜토리얼 블로그 2 | 3 | ##### http://pandaqi.com/Games -------------------------------------------------------------------------------- /Git/README.md: -------------------------------------------------------------------------------- 1 | # Git -------------------------------------------------------------------------------- /Git/git-branch-tactic-with-git-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Git/git-branch-tactic-with-git-flow.md -------------------------------------------------------------------------------- /Git/git-flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Git/git-flow.md -------------------------------------------------------------------------------- /Github/README.md: -------------------------------------------------------------------------------- 1 | # Github 2 | -------------------------------------------------------------------------------- /Github/github-ignore-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Github/github-ignore-default.md -------------------------------------------------------------------------------- /Github/gitpage-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Github/gitpage-setup.md -------------------------------------------------------------------------------- /Gulp/README.md: -------------------------------------------------------------------------------- 1 | # Gulp 2 | -------------------------------------------------------------------------------- /Gulp/gulp-plugin-list.md: -------------------------------------------------------------------------------- 1 | ## Gulp 플러그인 목록 2 | 3 | ##### http://gulpjs.com/plugins -------------------------------------------------------------------------------- /Gulp/gulp-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Gulp 유튜브 튜토리얼 강좌 2 | 3 | ##### https://youtu.be/CxM1RYnCYwM -------------------------------------------------------------------------------- /HTML/README.md: -------------------------------------------------------------------------------- 1 | # HTML -------------------------------------------------------------------------------- /HTML/html-injectiion-quick-ref.md: -------------------------------------------------------------------------------- 1 | ## HTML Injection 빠른 가이드 2 | 3 | ##### http://mutantzombie.github.io/HIQR/hiqr.html -------------------------------------------------------------------------------- /HTML/html-video-tag.md: -------------------------------------------------------------------------------- 1 | ## 의 속성과 메소드 정리 2 | 3 | ##### https://taegon.kim/archives/3058 -------------------------------------------------------------------------------- /HTML/html-web-cross-browsing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/HTML/html-web-cross-browsing.md -------------------------------------------------------------------------------- /HTML/html-web-dev-mistake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/HTML/html-web-dev-mistake.md -------------------------------------------------------------------------------- /HTTP/README.md: -------------------------------------------------------------------------------- 1 | # HTTP -------------------------------------------------------------------------------- /HTTP/http-cors-issue.md: -------------------------------------------------------------------------------- 1 | ## CORS 크로스 도메인 이슈 2 | 3 | ##### http://ooz.co.kr/232 -------------------------------------------------------------------------------- /HTTP/http-state-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/HTTP/http-state-code.md -------------------------------------------------------------------------------- /HTTP/http.cookie_session.md: -------------------------------------------------------------------------------- 1 | ## 쿠키와 세션에 대해 알아보자 2 | 3 | ##### https://cinabrosite.wordpress.com/2017/01/24/cookie_session/ -------------------------------------------------------------------------------- /Intellij/Intellij-blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Intellij/Intellij-blog.md -------------------------------------------------------------------------------- /Intellij/README.md: -------------------------------------------------------------------------------- 1 | # Intellij -------------------------------------------------------------------------------- /Ionic/README.md: -------------------------------------------------------------------------------- 1 | # Ionic -------------------------------------------------------------------------------- /Ionic/ionic_start-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Ionic/ionic_start-guide.md -------------------------------------------------------------------------------- /Ionic2/README.md: -------------------------------------------------------------------------------- 1 | # Ionic2 -------------------------------------------------------------------------------- /Ionic2/ionic-market.md: -------------------------------------------------------------------------------- 1 | ## 아이오닉 템플렛 마켓 2 | 3 | ##### https://market.ionic.io 4 | 5 | -------------------------------------------------------------------------------- /Ionic2/ionic2-dev-post.md: -------------------------------------------------------------------------------- 1 | ## Ionic2 하이브리드앱 개발기 2 | 3 | ##### https://www.slideshare.net/deview/124-67552757 -------------------------------------------------------------------------------- /Ionic2/ionic2-slides-intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Ionic2/ionic2-slides-intro.md -------------------------------------------------------------------------------- /Ionic2/ionic2_basic-app_tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Ionic2/ionic2_basic-app_tuto.md -------------------------------------------------------------------------------- /Ionic2/ionic2_manual.md: -------------------------------------------------------------------------------- 1 | ## Ionic2 기본 사용 메뉴얼 정리 가이드 2 | 3 | ##### http://mobicon.tistory.com/488 4 | -------------------------------------------------------------------------------- /Ionic2/ionic2_mobile-app_tuto.md: -------------------------------------------------------------------------------- 1 | ## Ionic2 첫 모바일앱 튜토리얼 2 | 3 | ##### http://gonehybrid.com/build-your-first-mobile-app-with-ionic-2-angular-2/ -------------------------------------------------------------------------------- /Ionic2/ionic2_youtube--60min-app-tuto.md: -------------------------------------------------------------------------------- 1 | ## Ionic2 유튜브 60분 앱만들기 튜토리얼 강좌 2 | ##### https://www.youtube.com/watch?v=ilM8YorL_jI -------------------------------------------------------------------------------- /Ionic2/ionic2_youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Ionic2 유튜브 튜토리얼 강좌 2 | ##### https://youtu.be/zx5vKPmOABM -------------------------------------------------------------------------------- /JavaScript/README.md: -------------------------------------------------------------------------------- 1 | # JavaScropt -------------------------------------------------------------------------------- /JavaScript/es6-book.md: -------------------------------------------------------------------------------- 1 | ## 자바스크립트 ES6무료서적 2 | 3 | ##### http://exploringjs.com/es6 -------------------------------------------------------------------------------- /JavaScript/javascript-ajax-history.md: -------------------------------------------------------------------------------- 1 | ## Ajax의 역사와 서베이 2 | 3 | ##### http://huns.me/development/1291 -------------------------------------------------------------------------------- /JavaScript/javascript-arrow-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/javascript-arrow-function.md -------------------------------------------------------------------------------- /JavaScript/javascript-custom-element.md: -------------------------------------------------------------------------------- 1 | ## Javascript 커스텀 엘리먼트 2 | 3 | ##### https://www.w3.org/TR/custom-elements -------------------------------------------------------------------------------- /JavaScript/javascript-eloquent_tuto.md: -------------------------------------------------------------------------------- 1 | ## 희한한 자바스크립트책 튜토리얼 초판본 2 | 3 | ##### http://eloquentjavascript.net -------------------------------------------------------------------------------- /JavaScript/javascript-es6-classes.md: -------------------------------------------------------------------------------- 1 | ## 자바스크립트 ES6 클래스 2 | 3 | ##### https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Classes -------------------------------------------------------------------------------- /JavaScript/javascript-interview-questions.md: -------------------------------------------------------------------------------- 1 | ## 자바스크립트 인터뷰 문제 2 | 3 | ##### https://www.testdome.com/d/javascript-interview-questions/2 -------------------------------------------------------------------------------- /JavaScript/javascript-jsdoc.md: -------------------------------------------------------------------------------- 1 | ## 자바스크립트 JSDoc 2 | 3 | ##### usejsdoc.org/index.html -------------------------------------------------------------------------------- /JavaScript/javascript-pure-pinch-zoom.md: -------------------------------------------------------------------------------- 1 | ## Javascript 순수한 핀치 줌 2 | 3 | ##### http://stackoverflow.com/questions/11183174/simplest-way-to-detect-a-pinch -------------------------------------------------------------------------------- /JavaScript/javascript-touch-event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/javascript-touch-event.md -------------------------------------------------------------------------------- /JavaScript/javascript-web-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/javascript-web-reference.md -------------------------------------------------------------------------------- /JavaScript/javascript-webcam.md: -------------------------------------------------------------------------------- 1 | ## Javascript 웹캠 튜토리얼 2 | 3 | ##### https://www.html5rocks.com/ko/tutorials/getusermedia/intro -------------------------------------------------------------------------------- /JavaScript/javascript-youtube-design-patterns-tuto.md: -------------------------------------------------------------------------------- 1 | ## 자바스크립트 디자인패턴 유튜브 강좌 (Jeremy McPeak) 2 | 3 | ##### https://youtu.be/mG20htjwoBY?list=PLrzrNeNx3kNHsaPfrpPo0AlW-MhJE6gOA -------------------------------------------------------------------------------- /JavaScript/javascript.-simple-chess-ai-md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/javascript.-simple-chess-ai-md -------------------------------------------------------------------------------- /JavaScript/javscript-array-object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/javscript-array-object.md -------------------------------------------------------------------------------- /JavaScript/not_need_jquery.md: -------------------------------------------------------------------------------- 1 | ## jQuery없이 웹개발할시 도움되는 사이트 2 | 3 | ##### http://youmightnotneedjquery.com/ -------------------------------------------------------------------------------- /JavaScript/promise-json-async.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/promise-json-async.md -------------------------------------------------------------------------------- /JavaScript/vanilla-javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/JavaScript/vanilla-javascript.md -------------------------------------------------------------------------------- /Kotlin/README.md: -------------------------------------------------------------------------------- 1 | # Kotlin -------------------------------------------------------------------------------- /Kotlin/kotlin-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Kotlin/kotlin-info.md -------------------------------------------------------------------------------- /Linux/README.md: -------------------------------------------------------------------------------- 1 | # Linux -------------------------------------------------------------------------------- /Linux/linux-permission-setup.md: -------------------------------------------------------------------------------- 1 | ## 리눅스 퍼미션 권한 조정 2 | 3 | #### https://www.conory.com/note_linux/19194 -------------------------------------------------------------------------------- /Linux/linux-ubuntu-php5-pdo-module-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Linux/linux-ubuntu-php5-pdo-module-install.md -------------------------------------------------------------------------------- /Linux/ubuntu-14.04-scala-and-sbt-install.md: -------------------------------------------------------------------------------- 1 | ## 우분투 14.04에서 Scala와 sbt 설치하기 2 | 3 | ##### http://qiita.com/f2um2326/items/99b073d110989f36e6c3 -------------------------------------------------------------------------------- /Markdown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Markdown/README.md -------------------------------------------------------------------------------- /Material2/README.md: -------------------------------------------------------------------------------- 1 | # Material2 -------------------------------------------------------------------------------- /Material2/material2-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Material2/material2-getting-started.md -------------------------------------------------------------------------------- /Material2/material2-icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Material2/material2-icons.md -------------------------------------------------------------------------------- /Material2/material2-palette-color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Material2/material2-palette-color.md -------------------------------------------------------------------------------- /Math/README.md: -------------------------------------------------------------------------------- 1 | Math -------------------------------------------------------------------------------- /Math/linear-algebra-youtube.md: -------------------------------------------------------------------------------- 1 | ## 개발자를 위한 기초 선형대수 2 | 3 | ##### https://www.youtube.com/watch?v=ND2gJVxZUaM -------------------------------------------------------------------------------- /MySQL/README.md: -------------------------------------------------------------------------------- 1 | # MySQL -------------------------------------------------------------------------------- /MySQL/mysql-example-beginners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/MySQL/mysql-example-beginners.md -------------------------------------------------------------------------------- /NPM/README.md: -------------------------------------------------------------------------------- 1 | # NPM -------------------------------------------------------------------------------- /NPM/npm-check-updates.md: -------------------------------------------------------------------------------- 1 | ## NPM 패키지 목록 업데이트 체크 2 | 3 | ##### https://www.npmjs.com/package/npm-check-updates -------------------------------------------------------------------------------- /Node.js/README.md: -------------------------------------------------------------------------------- 1 | # Node.js -------------------------------------------------------------------------------- /Node.js/module/Async/README.md: -------------------------------------------------------------------------------- 1 | # Async.js -------------------------------------------------------------------------------- /Node.js/module/Async/node.js-module-async.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Node.js/module/Async/node.js-module-async.md -------------------------------------------------------------------------------- /Phaser/Phaser.js-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Phaser/Phaser.js-framework.md -------------------------------------------------------------------------------- /Phaser/Phaser.js-game-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Phaser/Phaser.js-game-tuto.md -------------------------------------------------------------------------------- /Phaser/README.md: -------------------------------------------------------------------------------- 1 | # Phaser.js -------------------------------------------------------------------------------- /Pixi.js/README.md: -------------------------------------------------------------------------------- 1 | # Pixi.js -------------------------------------------------------------------------------- /Pixi.js/pixi.js-community-tuto.md: -------------------------------------------------------------------------------- 1 | ## PixiJS 튜토리얼 모음 2 | ##### http://www.pixijs.com/tutorials -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TIL 2 | 3 | Today I Learned 4 | -------------------------------------------------------------------------------- /RESTful-API/README.md: -------------------------------------------------------------------------------- 1 | # RESTful-API -------------------------------------------------------------------------------- /RESTful-API/juwon_kim_restful-api-ppt.md: -------------------------------------------------------------------------------- 1 | ## RESTful API 제대로 만들기 2 | ##### http://www.slideshare.net/ssuser7887b3/restful-api -------------------------------------------------------------------------------- /RESTful-API/restful-api_rule.md: -------------------------------------------------------------------------------- 1 | ## RESTful-API 7가지 규칙 정리 2 | ##### http://jdub7138.blog.me/220641137782 -------------------------------------------------------------------------------- /RESTful-API/what-restful-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/RESTful-API/what-restful-api.md -------------------------------------------------------------------------------- /React-Native/README.md: -------------------------------------------------------------------------------- 1 | # React-Native -------------------------------------------------------------------------------- /React-Native/react-native-node-tuto.md: -------------------------------------------------------------------------------- 1 | ## React-Native & Node 유튜브 강좌 2 | ##### https://youtu.be/_Mb-Q_A9ofU?list=PLzQWIQOqeUSNX_ZDqt9L3TMSwFa9GbIwp -------------------------------------------------------------------------------- /React/README.md: -------------------------------------------------------------------------------- 1 | # React -------------------------------------------------------------------------------- /React/react-basic-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## React 베이직 유튜브 튜토리얼 2 | ##### https://www.youtube.com/watch?v=QqLkkBKVDyM -------------------------------------------------------------------------------- /React/react-slideshare-multi-flatform.md: -------------------------------------------------------------------------------- 1 | ## ReactJS로 시작하는 멀티플랫폼 개발하기 2 | ##### http://www.slideshare.net/taggon/reactjs-55995670 -------------------------------------------------------------------------------- /React/react-youtube-teach.md: -------------------------------------------------------------------------------- 1 | ## REACT JS TUTORIAL 유튜브 강의 2 | ##### https://www.youtube.com/watch?v=MhkGQAoc7bc&list=PLoYCgNOIyGABj2GQSlDRjgvXtqfDxKm5b -------------------------------------------------------------------------------- /SQL/README.md: -------------------------------------------------------------------------------- 1 | # SQL -------------------------------------------------------------------------------- /SQL/sql-join.md: -------------------------------------------------------------------------------- 1 | ## 다양한 조인(JOIN)기법 2 | 3 | #####http://blog.ngelmaum.org/entry/lab-note-sql-join-method -------------------------------------------------------------------------------- /SQL/sql-normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/SQL/sql-normalization.md -------------------------------------------------------------------------------- /SQL/sql-web-sql-formatter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/SQL/sql-web-sql-formatter.md -------------------------------------------------------------------------------- /SQL/sql-web-sql-test.md: -------------------------------------------------------------------------------- 1 | ## 웹에서 SQL 쿼리문 테스트하기 2 | 3 | ##### http://sqlfiddle.com/ -------------------------------------------------------------------------------- /SVG/README.md: -------------------------------------------------------------------------------- 1 | # SVG -------------------------------------------------------------------------------- /SVG/svg-path-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/SVG/svg-path-tuto.md -------------------------------------------------------------------------------- /Server/README.md: -------------------------------------------------------------------------------- 1 | # Server -------------------------------------------------------------------------------- /Server/server-ubuntu-apache2-default-port-setup.md: -------------------------------------------------------------------------------- 1 | ## 우분투 아파치 웹 기본포트 변경 2 | #### http://www.bloger.kr/46 3 | -------------------------------------------------------------------------------- /Server/server-ubuntu-apache2-install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Server/server-ubuntu-apache2-install.md -------------------------------------------------------------------------------- /Shell/README.md: -------------------------------------------------------------------------------- 1 | # Shell -------------------------------------------------------------------------------- /Shell/shell-cook-book-blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Shell/shell-cook-book-blog.md -------------------------------------------------------------------------------- /Slim/README.md: -------------------------------------------------------------------------------- 1 | # Slim -------------------------------------------------------------------------------- /Slim/slim-restful-api-tuto.md: -------------------------------------------------------------------------------- 1 | ## php-slim 프레임워크로 RESTful-API 구현 튜토리얼 2 | 3 | #### https://youtu.be/DHUxnUX7Y2Y -------------------------------------------------------------------------------- /Slim/slim-slim_vs_lumen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Slim/slim-slim_vs_lumen.md -------------------------------------------------------------------------------- /Spring/JpetStore-sample-spring-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Spring/JpetStore-sample-spring-code.md -------------------------------------------------------------------------------- /Spring/README.md: -------------------------------------------------------------------------------- 1 | # Spring -------------------------------------------------------------------------------- /Three.js/README.md: -------------------------------------------------------------------------------- 1 | # Three.js -------------------------------------------------------------------------------- /Three.js/three.js-3d-board-game-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-3d-board-game-tuto.md -------------------------------------------------------------------------------- /Three.js/three.js-3d-matrix-projection-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-3d-matrix-projection-example.md -------------------------------------------------------------------------------- /Three.js/three.js-3d-max-webgl-loader.md: -------------------------------------------------------------------------------- 1 | ## Three.js 3D Max 제작물 webgl에서 로드 2 | 3 | ##### https://www.youtube.com/watch?v=0TLjpWJclhc -------------------------------------------------------------------------------- /Three.js/three.js-3d-maya-webgl-loader.md: -------------------------------------------------------------------------------- 1 | ## Three.js 3D Maya 제작물 webgl에서 로드 2 | 3 | ##### https://www.youtube.com/watch?v=QRJGhO3fExg -------------------------------------------------------------------------------- /Three.js/three.js-3d-model-json-exporter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-3d-model-json-exporter.md -------------------------------------------------------------------------------- /Three.js/three.js-angular-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-angular-example.md -------------------------------------------------------------------------------- /Three.js/three.js-basic-tuto.md: -------------------------------------------------------------------------------- 1 | ## Three.js 기본적인 렌더링 튜토리얼 2 | 3 | ##### https://threejs.org/docs/index.html#Manual/Introduction/Creating_a_scene -------------------------------------------------------------------------------- /Three.js/three.js-bounding-collision-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-bounding-collision-detection.md -------------------------------------------------------------------------------- /Three.js/three.js-cookbook-online-demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-cookbook-online-demo.md -------------------------------------------------------------------------------- /Three.js/three.js-dat.gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-dat.gui.md -------------------------------------------------------------------------------- /Three.js/three.js-drag-and-drop-objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-drag-and-drop-objects.md -------------------------------------------------------------------------------- /Three.js/three.js-editor-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Three.js 에디터 유튜브 튜토리얼 2 | 3 | ##### https://youtu.be/rqn-KPnh3hM -------------------------------------------------------------------------------- /Three.js/three.js-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-editor.md -------------------------------------------------------------------------------- /Three.js/three.js-framer.js-use-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-framer.js-use-tuto.md -------------------------------------------------------------------------------- /Three.js/three.js-hatena-blog-tuto-jp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-hatena-blog-tuto-jp.md -------------------------------------------------------------------------------- /Three.js/three.js-how-3d-graphics.md: -------------------------------------------------------------------------------- 1 | ## Three.js 3D 그래픽 튜토리얼 2 | 3 | ##### http://content.mindofmatthew.com/how_3d_works/ -------------------------------------------------------------------------------- /Three.js/three.js-johannes-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-johannes-tuto.md -------------------------------------------------------------------------------- /Three.js/three.js-maddog-youtube.tuto.md: -------------------------------------------------------------------------------- 1 | ## Three.js 유튜브 강의 Mad dog tuto 2 | 3 | #### https://www.youtube.com/channel/UCVwgXgY_IVef4KqQh2liUxg/videos -------------------------------------------------------------------------------- /Three.js/three.js-object-loader-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-object-loader-type.md -------------------------------------------------------------------------------- /Three.js/three.js-physijs.plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-physijs.plugin.md -------------------------------------------------------------------------------- /Three.js/three.js-raycaster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-raycaster.md -------------------------------------------------------------------------------- /Three.js/three.js-search-matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-search-matrix.md -------------------------------------------------------------------------------- /Three.js/three.js-simple-collision-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-simple-collision-detection.md -------------------------------------------------------------------------------- /Three.js/three.js-slide-112page-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-slide-112page-tuto.md -------------------------------------------------------------------------------- /Three.js/three.js-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-structure.md -------------------------------------------------------------------------------- /Three.js/three.js-tuto-mad-dog.md: -------------------------------------------------------------------------------- 1 | ## Three.js 베이직 튜토리얼 mad dog 2 | 3 | ##### https://youtu.be/9fg93FzfamU?list=PLOGomoq5sDLutXOHLlESKG2j9CCnCwVqg -------------------------------------------------------------------------------- /Three.js/three.js-tutorial-sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-tutorial-sets.md -------------------------------------------------------------------------------- /Three.js/three.js-tween.js-circle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/Three.js/three.js-tween.js-circle.md -------------------------------------------------------------------------------- /Three.js/three.js-udacity-video-tuto.md: -------------------------------------------------------------------------------- 1 | ## Three.js 유다시티 동영상 강의 2 | 3 | ##### https://www.udacity.com/course/interactive-3d-graphics--cs291 -------------------------------------------------------------------------------- /Three.js/three.js-youtube-tuto.md: -------------------------------------------------------------------------------- 1 | ## Three.js 유튜브 베이직 강좌 2 | 3 | ##### https://www.youtube.com/watch?v=Zpo4xcDHAL4 -------------------------------------------------------------------------------- /TypeScript/README.md: -------------------------------------------------------------------------------- 1 | # TypeScript -------------------------------------------------------------------------------- /TypeScript/typescript-basic-tuto.md: -------------------------------------------------------------------------------- 1 | ## 타입스크립트 (TypeScript) 기초강좌 2 | 3 | ##### http://m.blog.naver.com/love_junim/220643652716 -------------------------------------------------------------------------------- /TypeScript/typescript-oop-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/TypeScript/typescript-oop-info.md -------------------------------------------------------------------------------- /TypeScript/typescript-postscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/TypeScript/typescript-postscript.md -------------------------------------------------------------------------------- /TypeScript/typescript-quick-start.md: -------------------------------------------------------------------------------- 1 | ## TYPESCRIPT 퀵스타트 2 | ##### https://www.typescriptlang.org/docs/tutorial.html -------------------------------------------------------------------------------- /TypeScript/typescript-setup-test-tuto.md: -------------------------------------------------------------------------------- 1 | ## TYPESCRIPT 환경 설정 및 테스트 2 | ##### https://blog.wonhada.com/?p=296 -------------------------------------------------------------------------------- /VS-CODE/README.md: -------------------------------------------------------------------------------- 1 | # VS-CODE -------------------------------------------------------------------------------- /VS-CODE/vs-code-sync-ftp.md: -------------------------------------------------------------------------------- 1 | ## VS CODE내에서 FTP 연동 2 | 3 | ##### http://boneman.tistory.com/entry/Visual-Studio-Code-FTP-%EC%97%B0%EB%8F%99 -------------------------------------------------------------------------------- /Vue.js/README.md: -------------------------------------------------------------------------------- 1 | # Vue.js -------------------------------------------------------------------------------- /Vue.js/vue.js_start-guide.md: -------------------------------------------------------------------------------- 1 | ## Vue.js 퀵스타트 가이드 2 | 3 | #####https://vuejs.org/guide/ -------------------------------------------------------------------------------- /WEB-Cloud-IDE/Codenvy/README.md: -------------------------------------------------------------------------------- 1 | # Codenvy 2 | -------------------------------------------------------------------------------- /WEB-Cloud-IDE/Codenvy/codenvy-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WEB-Cloud-IDE/Codenvy/codenvy-info.md -------------------------------------------------------------------------------- /WEB-Cloud-IDE/Goorm/README.md: -------------------------------------------------------------------------------- 1 | # Goorm 2 | -------------------------------------------------------------------------------- /WEB-Cloud-IDE/Goorm/goorm-info.md: -------------------------------------------------------------------------------- 1 | # Goorm 클라우드 IDE 관련 소식 2 | ## 웹에서 프로그래밍을 하자! GoormIDE 소개 및 베타 신청 방법 3 | ##### http://thdev.net/502 -------------------------------------------------------------------------------- /WEB-Cloud-IDE/README.md: -------------------------------------------------------------------------------- 1 | # WEB-Cloud-IDE 2 | -------------------------------------------------------------------------------- /WEB-Cloud-IDE/Visual_Studio_Team_Services/README.md: -------------------------------------------------------------------------------- 1 | # Visual Studio Team Services 2 | -------------------------------------------------------------------------------- /WEB-Cloud-IDE/Visual_Studio_Team_Services/VSTS-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WEB-Cloud-IDE/Visual_Studio_Team_Services/VSTS-info.md -------------------------------------------------------------------------------- /WEB-Cloud-IDE/cloudIDE-info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WEB-Cloud-IDE/cloudIDE-info.md -------------------------------------------------------------------------------- /War-game/README.md: -------------------------------------------------------------------------------- 1 | # War-game -------------------------------------------------------------------------------- /War-game/war-game-qr-code-puzzle.md: -------------------------------------------------------------------------------- 1 | ## 워게임 QR코드 퍼즐 2 | 3 | #### http://n3wo1d.tistory.com/2 -------------------------------------------------------------------------------- /WebGL/README.md: -------------------------------------------------------------------------------- 1 | # WegGL -------------------------------------------------------------------------------- /WebGL/webgl-bswebgl-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WebGL/webgl-bswebgl-tuto.md -------------------------------------------------------------------------------- /WebGL/webgl-coord.md: -------------------------------------------------------------------------------- 1 | ## WebGL 좌표계 2 | 3 | ##### https://myounggun.github.io/webgl-coord -------------------------------------------------------------------------------- /WebGL/webgl-grammar-info.md: -------------------------------------------------------------------------------- 1 | ## WebGL 필수 용어 정리 2 | ##### https://myounggun.github.io/webgl-words -------------------------------------------------------------------------------- /WebGL/webgl-learningwebgl-tuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WebGL/webgl-learningwebgl-tuto.md -------------------------------------------------------------------------------- /WebGL/webgl-model-view-projection-matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WebGL/webgl-model-view-projection-matrix.md -------------------------------------------------------------------------------- /WebGL/webgl-pure-camera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/WebGL/webgl-pure-camera.md -------------------------------------------------------------------------------- /WebRTC/README.md: -------------------------------------------------------------------------------- 1 | # WebRTC -------------------------------------------------------------------------------- /WebRTC/webrtc-p2p-video-chat.md: -------------------------------------------------------------------------------- 1 | ## WebRTC P2P 비디오 채팅 튜토리얼 2 | 3 | ##### https://youtu.be/ieBtXwHvoNk -------------------------------------------------------------------------------- /WebRTC/webrtc-sample-code.md: -------------------------------------------------------------------------------- 1 | ## WebRTC 샘플 코드 2 | 3 | ##### https://github.com/webrtc/samples -------------------------------------------------------------------------------- /WebRTC/webrtc-video-chat-demo.md: -------------------------------------------------------------------------------- 1 | ## WebRTC 비디오 채팅 데모 2 | 3 | ##### https://youtu.be/VsPco9VYSfs -------------------------------------------------------------------------------- /Webpack2/README.md: -------------------------------------------------------------------------------- 1 | # Webpack2 -------------------------------------------------------------------------------- /Webpack2/webpack2-module bundling-tuto.md: -------------------------------------------------------------------------------- 1 | ## 웹팩2 모듈 번들링 튜토리얼 2 | 3 | #### https://www.sitepoint.com/beginners-guide-to-webpack-2-and-module-bundling -------------------------------------------------------------------------------- /algorithm/README.md: -------------------------------------------------------------------------------- 1 | # algorithm -------------------------------------------------------------------------------- /algorithm/algorithm-time-complexity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/algorithm/algorithm-time-complexity.md -------------------------------------------------------------------------------- /algorithm/backjoon-algorithm-2017-1to2month-tech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/u4bi-dev/TIL/HEAD/algorithm/backjoon-algorithm-2017-1to2month-tech.md -------------------------------------------------------------------------------- /algorithm/code-plus.md: -------------------------------------------------------------------------------- 1 | ## 알고리즘 온라인 강의 : 코드 플러스 2 | ##### https://code.plus/ --------------------------------------------------------------------------------