일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Virtual Box
- MySQL
- Arduino pin map
- Mysql c API
- 코딜리티
- Raspberry Pi
- 아두이노 핀
- web
- database
- mysql api
- 아두이노 wifi
- 아두이노 프로미니
- 아두이노 와이파이
- 아두이노 pro mini
- ubuntu
- HTML
- 웹 프로그래밍
- 데이터베이스
- Codility
- 아두이노 핀맵
- Arduino
- mysql c
- 아두이노 핀 맵
- wifi멀티탭
- 라즈베리파이
- vm
- 아두이노
- 알고리즘
- Arduino pin
- html input
- Today
- Total
목록전체 글 (79)
offfff
구글 API 연동 안해도 음성인식 할 수 있는 파이썬 코드 https://blog.naver.com/molllab/223009587853
두 폴더에서 파일의 확장자는 hwp, pdf로 다르지만 확장자 이외 파일들의 이름이 같은 경우 파일은 삭제해주는 파이썬 코드를 프로그래밍 한 것입니다. import os folder_a = "C:/Users/David/Desktop/testA" folder_b = "C:/Users/David/Desktop/testB" # folder_a에 있는 파일명을 순회합니다. for file in os.listdir(folder_a): # 파일의 확장자가 PDF인 경우에만 진행합니다. if file.endswith(".pdf"): # 파일의 이름과 확장자 제외한 부분을 추출합니다. file_name = file[:-4] # HWP 파일의 경로를 생성합니다. file_path = os.path.join(folder_..
A. Preface 1. I reused some parts from disassembled extension cord. Need modify parts, that is hard. 2. You may understand easily if you have little knowledge of electronic circuits. 3. Prepare : relay(Working under 5Vdc), diode, transistor(2N3904), perfboard, nipper, pliers, jumper cable B. Little comment about parts that I used 1. Relay : If you drain the electricity, it changes the way the el..
A. Preface 1. You may hurt your hands, if you don't be careful. 2. Prepare : extension cord(plug), a strong flat-head screwdriver 3. If you buy the plug which comes assembled with screws, it will be easy to do the work. B. Plug disassembly(1 switch) Difficulty of the work depends on the type of plug. The type of plug that I disassembled may be the hardiest type. It was heat-sealed plug. There wa..
A. Preface1. This post is about a project that uses 'Raspberry Pi' 2. If you have a little knowledge of 'Electronic circuits' and 'C programming', you can make it. - Source code will be shared on my Github.2. It's free to make or improve this project. - Please do not hesitate to ask any questions you may have. - However, I'm not responsible for any damage that may occur as a result of following ..