본문 바로가기
반응형

분류 전체보기130

[참고 자료] Tool https://git-scm.com/doc https://docs.github.com/en https://www.markdownguide.org/ https://support.apple.com/ko-kr/guide/mac-help/mchldc1dd114/mac https://subicura.com/mac/ https://docs.github.com/ko/contributing/style-guide-and-content-model/conceptual-content-type https://docs.docker.com/ https://kubernetes.io/ko/docs/home/ https://docs.brew.sh/ https://developer.apple.com/ 2024. 1. 26.
[참고 자료] GO Language http://golang.site/ https://go.dev/doc/ 2024. 1. 26.
[참고 자료] JavaScript / TypeScript http://vanilla-js.com/ https://javascript.info/document https://devdocs.io/javascript/ https://developer.mozilla.org/ko/docs/Web/JavaScript https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html https://devdocs.io/typescript/ 2024. 1. 26.
[참고 자료] Python Python3.9 - https://docs.python.org/3.9/ Python 코딩 도장 - https://dojang.io/course/view.php?id=7 Visual Studio Code - https://code.visualstudio.com/docs 2024. 1. 26.
[참고 자료] Java [참고 자료] C++ 2024. 1. 26.
[참고 자료] C# C# 프로그래밍 배우기 - https://www.csharpstudy.com/default.aspx MFC 어플리케이션 배우기 - https://learn.microsoft.com/ko-kr/cpp/mfc/reference/creating-an-mfc-application?view=msvc-170 2024. 1. 26.
[참고 자료] C++ 씹어먹는 C++ - https://modoocode.com/135 C++ Reference - https://en.cppreference.com/w/cpp C Plus Plus - https://cplusplus.com/reference/vector/vector/ Visual Studio - https://learn.microsoft.com/en-us/visualstudio/windows/?view=vs-2022 Vcpkg - https://github.com/microsoft/vcpkg C++ Core Guideline - https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines GSL - https://github.com/microsoft/GSL C.. 2024. 1. 26.
[참고 자료] C Language 씹어 먹는 C - https://modoocode.com/category/C C reference - https://en.cppreference.com/w/c GNU Make - https://www.gnu.org/software/make/manual/make.html CMake Reference - https://cmake.org/cmake/help/latest/index.html#guides Linux Command Line - https://lym.readthedocs.io/en/latest/ Vim - https://www.vim.org/docs.php Linux Kernel - https://docs.kernel.org/ Linux Kernel 22 - https://www.kernel.org/.. 2024. 1. 26.
읽어볼 글 목록 https://wikidocs.net/197539 02) Django REST Framework 설정 [TOC] Django REST Framework는 Django 프로젝트에서 RESTful API를 구축하기 위한 필수 도구입니다. 이 도구는 강력하고 유연한 툴킷을 제공하여… wikidocs.net https://yozm.wishket.com/magazine/detail/2093/ “개발자가 수학에 투자하는 시간은 절대 낭비가 아닙니다” C++ 창시자 인터뷰 | 요즘IT 본문은 ‘Evrone’이라는 해외 IT 아웃소싱 기업이, C++ 제작자이자 최초 구현자인 비야네 스트롭스트룹(Bjarne Stroustrup)을 인터뷰한 글입니다. 비야네 스트롭스트룹은 1978년부터 C++를 개발하였고, C+ yozm.. 2023. 12. 18.
[CLI] Mac OS 터미널 명령어 1. caffeinate: 절전모드 방지 -d(디스플레이) - t 숫자(몇초) 2. defaults write com.apple.finder CreateDesktop 0; kill all Finder: 0(숨기기) 1(보이기) 3. textutil -connvert 형식 무서.docx: 파일 변환 4. networkQuality: 속도 확인 5. screencapture -T 3(3초 대기) -t pdf(형식) -c test.png(클립보드) ~ ....jpg: 원하는 폴더에 형식 자유 6. sips -Z 888(가로크기) 이미지파일 7. say 내용 -v 화자(kyoko) -o ~.png 8. jot 숫자 -r(랜덤) -w(문자): 랜덤 숫자 9. ~ | pbcopy : pbpaste 10. ~ | j.. 2023. 10. 21.
반응형