- 이 1개의 index.html 에서 나머지 md들을 불러오는 구조
- index.html만 받은 다음에 모두 로딩되고 난 후 client에서 다시 md들을 받아서 약간 느림. 그래서 만화 뜨는게 느림
- https://www.python.org/downloads/ 에서 2.7.8.msi 설치.
- 김슬님 제공
- 제어판 -> 시스템 -> 고급 시스템 설정 -> 고급 -> 환경변수
- 맨 뒤에 파이썬 설치한 경로 추가
- 예) ;C:\Python27\Scripts;C:\Python27
- ㅇㅇㅇ님이 2014-11-08 15:50 에 작성한 글이 모티브
- 어제 미팅이 있어서 강남에서 연극보고 저녁은 차이나 팩토리에서 엄청 수다를 떨었습니다. 그런데 전에도 들은 이야기지만 왜 그렇게 외부에서 활동을 하냐는 질문을 들었습니다.
- 그럴때마다 반 농담삼아 회사에서 억울한 일이 있어서 보상심리에 밖에서 논다고 이야기했는데.. 솔직히 돈이나 명예? 이런것을 바라고 여러 모임에 참석하고 발표한다면 수지타산에 맞지 않습니다.
- 가족이 힘들어지면(지방 발령이나 잦은야근) 지금 당장이라도 모든 활동 뿐만 아니라 좋다고 자랑하던 지금 직장도 옮길 생각이 있습니다. 지금도 모든 공부는 아기랑 놀고 아기 취침시간인 저녁 8시에 이후에만 합니다. 게다가 와이프가 훨씬 많은 돈을 벌어다주고 있으니;;
- 그럼에도 개발자 모임이나 스터디 강의 등을 하는 이유는 그런 모임을 통해서 내가 부족한 것을 알고 진짜 고수들로부터 자극을 받기 위하는 것이 첫번째. >- 두번째로 내가 안다고 생각한 것도 직접 남에게 설명해보면 안다고 생각했지만 모르고 있는 것을 파악할 수 있습니다.(메타인지와 학습 피라미드)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import numpy as np | |
import matplotlib.pyplot as plt | |
import serial | |
sr = serial.Serial('/dev/tty.usbmodem1421',9600) | |
plt.axis([0, 1000, 0, 256]) | |
plt.ion() | |
plt.show() |
- jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
- Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
- AngularJS - Conventions based MVC framework for HTML5 apps.
- Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
- lawnchair - Key/value store adapter for indexdb, localStorage
- lxml - Pythonic binding for the C libraries libxml2 and libxslt.
- boto - Python interface to Amazon Web Services
- Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Fabric - Library and command-line tool for streamlining the use of SSH for application deployment or systems administration task.
- PyMongo - Tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.
- Celery - Task queue to distribute work across threads or machines.
- pytz - pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
- saltfactory's blog :: 터미널에서 프롬프트(Prompt)에 나타나는 정보와 색상 변경하기
- command line - How do I set fish as the default shell? - Ask Ubuntu
- /etc/shells에 /usr/local/bin/fish 추가
- chsh -s /usr/local/bin/fish 설정
- Russell91/pythonpy · GitHub: py를 bash처럼 사용할 수 있다. 강추! sed 문법을 외울 필요 없음
- 마진 콜의 진면목을 알아주기 위한 리뷰(스포 있음): 이건 꼭 읽어보자. 이 영화를 이해하기 위해서 필요한 배경지식들.
- 리먼 브라더스 사태, 우리는 과연 그들을 욕할 자격이 있을까?: 용어들 설명됨
- 용어 설명
- 리만 브라더스가 망한 이유: 좀 쉽게 풀어써줌
- 리만 브라더스
- 2008년 9월 세계금융위기
- 서브프라임 모기지 사태
- [서브프라임 모기지 사태 - wiki](http://ko.wikipedia.org/wiki/2008%EB%85%84_%EC%84%9C%EB%B8%8C%ED%94%84%EB%9D%BC%EC%9E