Backup/GitHub
(출처) git 설명 정리 요약
(출처) git 설명 정리 요약
2018.01.16참초: http://rogerdudler.github.io/git-guide/index.ko.html git 설치OS X git 다운로드 Windows git 다운로드Linux git 다운로드 새로운 저장소 만들기폴더를 하나 만들고 그 안에서 아래의 명령어를 실행합니다. git init새로운 git 저장소가 만들어집니다. 저장소 받아오기로컬 저장소를 복제(clone)하려면 아래 명령을 실행합니다.git clone /로컬/저장소/경로 원격 서버의 저장소를 복제하려면 아래 명령을 실행합니다.git clone 사용자명@호스트:/원격/저장소/경로 작업의 흐름여러분의 로컬 저장소는 git이 관리하는 세 그루의 나무로 구성되어 있습니다.1. 작업 디렉토리(Working directory) : 실제 파일들이 이루어져..
Swift 개발에 적용할 만한 오픈소스 라이브러리 정리
Swift 개발에 적용할 만한 오픈소스 라이브러리 정리
2018.01.04Alamofire (https://github.com/Alamofire/Alamofire)HTTP 프로토콜 라이브러리입니다.파일 업로드, 데이터, 스트림, 다운로드 HTTP 통신에 사용되는 대부분의 기능을 제공 SwifyJSON (https://github.com/SwiftyJSON/SwiftyJSON)Response으로 Json 값을 받아서 처리하는데 많이 사용되는 Json 라이브러리입니다. Socket.IO-Client-Swift (https://github.com/socketio/socket.io-client-swift)Socket.io 클라이언트 라이브러리입니다. SwiftString (https://github.com/amayne/SwiftString)string 확장 라이브러리입니다. stri..
Swift - Filter Core Image Example
Swift - Filter Core Image Example
2017.12.17FilterCoreImageFilterCoreImage is simple Filter Image Example for iOS Supporthttps://code.tutsplus.com/ https://developer.apple.com/ Example https://github.com/Developer-Yongth/FilterCoreImage Preview