출처: https://m.blog.naver.com/dreamteller/222064990751 선언문: https://www.christiantoday.co.kr/news/340664
[전국 317개 대학, 1,857명 교수 명단]
- ICT폴리텍대학(1명)
- 김광훈
- KC대학교(7명)
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Raw Mouse Event Capture Test</title> | |
| <style> | |
| body { | |
| margin: 0; | |
| padding: 20px; |
| # This script will download the audio of the YouTube video and save it in the same directory as your Python script. | |
| # The audio file will be in .mp4 format, which is the default audio format for YouTube videos. | |
| # Please remember to replace 'your_url' with the actual URL of the YouTube video you want to download. | |
| # Also, please be aware of and respect the terms of service of YouTube and any applicable copyright laws when downloading videos or audio. | |
| from pytube import YouTube | |
| import re | |
| import os | |
| def download_youtube_audio(link): |
| void setup() | |
| { | |
| frameRate(1000); | |
| size(1024,768); | |
| textSize(50); | |
| } | |
| void draw() | |
| { | |
| int now=millis(); |
| pad = lambda s: s + (16 - len(s) % 16) * chr(16 - len(s) % 16) |
출처: https://m.blog.naver.com/dreamteller/222064990751 선언문: https://www.christiantoday.co.kr/news/340664
[전국 317개 대학, 1,857명 교수 명단]
| ; generated by PrusaSlicer 2.2.0+win64 on 2020-10-13 at 05:38:43 UTC | |
| ; | |
| ; external perimeters extrusion width = 0.45mm | |
| ; perimeters extrusion width = 0.45mm | |
| ; infill extrusion width = 0.45mm | |
| ; solid infill extrusion width = 0.45mm | |
| ; top infill extrusion width = 0.40mm | |
| ; first layer extrusion width = 0.42mm |
| import glob | |
| import ruamel.std.zipfile as zipfile | |
| import re | |
| import os.path | |
| import os | |
| import shutil | |
| originalDir = 'Original' | |
| reducedDir = 'Reduced' |