- 인천작업실
- 東京事変
- Shena Ringo
- 이슬비침
- sony nex vg20
- 라즈베리파이 와이파이
- 월디스플레이
- 시이나링고
- IR sensor
- 막달운동
- 라즈베리파이 모니터벽
- 도쿄지헨
- Skins
- OPT #EAD
- 흥성전기
- 세실내과
- 러쉬 해외 직구
- 동경사변
- piwall
- Arduino
- 시온여성병원
- raspberrypi wifi
- wall display raspberrypi
- formex E400
- 세운전자상가
- formex
- 파이월
- 東京事變
- 4대 대첩
- 유학생 건강검진
- Today
- Total
목록분류 전체보기 (470)
'_'
DM-7538-01: DIGITAL + MEDIA THEORY
https://github.com/risd-web/wd-winter18 1/3 Joseph Müller-Brockmann poster (exercise) Hyper Text Markup Language 1/8 Inline block; - >div> and is different. Makes small space.. Centering: block element (margin auto-that has w,h property) / inline element (text-align: center;) Meta content > for responsive layout Css reset : https://meyerweb.com/eric/tools/css/reset/ 1/9 https://caniuse.com/ .lay..
down votehttps://stackoverflow.com/questions/20039765/how-to-apply-a-css-3-blur-filter-to-a-background-image Abolishing the need for an extra element, along with making the content fit within the document flow rather than being fixed/absolute like other solutions.Achieved using.content { overflow: auto; position: relative; }Overflow auto is needed, else the background will be offset by a few pix..
Basically, GitHub is sort of system creating repository at GitHub and copy&clone it to our local computer. By this way, it works like google drive. But it needs to be set up using terminal with command line, and steps are like this :1. Create repository from GitHub2. Copy&Clone it to local machine my terminal3. work in that folder and commit > push to GitHub </iframe cd ~/..
https://en.wikipedia.org/wiki/Harold_Cohen_(artist) http://www.computerhistory.org/revolution/story/231
http://www.instructables.com/id/Automatic-Water-Dispenser-for-Pets-Raspberry-Pi/ Rasberry PI SSH >https://www.raspberrypi.org/documentation/remote-access/ssh/unix.md PIbakery > http://www.pibakery.org/index.html ApplePIbaker >https://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/ Etcher >https://etcher.io/https://www.raspberrypi.org/magpi/pi-sd-etcher/ Most of the steps for..
search path basically, if you use lots of max examples to create max patcher, you will encounter many sample patchers. These are all installed in your labtop with your Max, so you can open and use them. In order to find out the patcher, you can use Max menu in UI.
Basic Sound play tutorial for myself - in order to play sound or waveform, the objects used in this structures are these : buffer~ cycle~play~groove~sfplay~basic logic is like this : buffer~ object reads and storages sound file into its storage and play~ object receives the info and connect to dac~ or ezdac~(visual) to play as sound. Also using dac~ allows max patcher to play single local patche..