KakaoTech
  • 블로그
  • 맥오토메이터
  • 비글본블랙
  • 아두이노
  • chatGPT
  • FreeRTOS
  • 매뉴얼
  • 알림

guileschool 블로그

To Make Your Life Easier
가일스쿨은 당신의 삶을 쉽게 만들어 줍니다

Featured Posts
  • 사인파(sinewave) 음향 효과 만들기

    원하는 시간 길이(1.0sec), 음량(13/18/20dB)의 사운드를 생성 admin☠ ffmpeg -f lavfi -i "sine=frequency=10:duration=1.0" -t 1.0 ~/Desktop/wav/sine10Hz.wav admin☠ ffmpeg -i sine10Hz.wav -af "volume=20dB" -t 1.0 sine10Hz-20db.mp3 admin☠ ffmpeg -i sine10Hz.wav -af "volume=18dB" -t 1.0 sine10Hz-18db.mp3 admin☠ ffmpeg -i sine10Hz.wav -af "volume=13dB" -t 1.0 sine10Hz-13db.mp3

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2019-02-13 18:11

    • 0 Comments
  • 리눅스에서도 맥의 pbcopy 와 pbpaste 을 사용해 보자

    Pbcopy 및 Pbpaste 명령은 Linux에서 사용할 수 없습니다. 그러나 Xclip을 사용하면 그 것을 할 수 있습니다 xclip 패키지 설치 $ sudo apt-get install xclip ~/.bashrc 파일을 편집 alias pbcopy='xclip -selection clipboard' alias pbpaste='xclip -selection clipboard -o' 테스트 admin☠ echo Hello world | pbcopy admin☠ pbpaste Hello world admin☠

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2018-12-01 17:51

    • 0 Comments
  • 비주얼 스튜디오 플러그인 구글번역기

    원문 http://guileschool.com/2018/02/20/Visual-Studio-Plug-in-Google-Translator/ 구글번역기가 MS-Visual Studio 용 플러그인 도 있네요

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈 GoogleTranslate

    mac.automator's profile image

    mac.automator

    2018-02-20 05:42

    • 0 Comments
  • 구글 설문지를 모바일에서도 잘 보이도록 Responsible 하게 만드는 법

    원문 http://guileschool.com/2018/02/19/How-to-make-Google-Forms-visible-to-mobile-users/ 인용 https://www.quora.com/Ive-designed-a-survey-using-Google-Forms-but-it%E2%80%99s-way-too-wide-for-mobile-use-How-do-I-make-a-Google-form-responsive-on-a-mobile 모바일에서는 가로(Transverse) 보기 하시면 잘 보입니다 😄 새 페이지로 열기 Loading... 관련 HTML 소스 <style> @media (max-width: 767px) { iframe { max-width: calc(100vw + 40px) !important; margin: -11px -25px;} .iframe-wrapper { width:100vw; overflow: hidden; margin: 0 -15px;} /* you might not the margin property on the wrapper (or you might need to change it to suit your needs); in my case it's used to align the wrapper with the edge of...

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈 구글설문지 GoogleForms

    mac.automator's profile image

    mac.automator

    2018-02-19 14:24

    • 0 Comments
  • 애플스크립트와 스위프트의 비교

    원문 http://guileschool.com/2018/02/18/Comparing-Apple-Script-with-Swift/ 애플스크립트와 스위프트의 비교글로서 결론은 조화롭게 각 도구의 특성을 이해하고 그에 맞게 쓰자는 말임. 한줄 요약 애플스크립트(Apple Script) »> 맥 자동화 툴 스위프트(Apple Swift) »> 맥 어플리케이션 제작 툴 자바스크립트(Java Script) »> 인터넷 브라우져 자동화 툴 다음은 그 번역본(기계번역). 번역이 매끄럽지 않을 수 있다 ▲ 스위프트(swift)

    자동제어 자동화 time-saver 리눅스 맥북 스마트홈

    mac.automator's profile image

    mac.automator

    2018-02-18 14:49

    • 0 Comments
  • Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page
  • github
  • facebook
  • twitter
  • rss
  • GuileSchool
  • YouTube

Copyright © GuileSchool All rights reserved.