github

프로그래밍/Python

[python] Text2Art - https://text2art.com/

Text2Art AI Powered Text-to-Art Generator Try It Out » View Notebook · Read Article · Report Bug · Request Feature https://colab.research.google.com/github/mfrashad/text2art/blob/main/text2art.ipynb Copy of Text2Art Run, share, and edit Python notebooks colab.research.google.com https://github.com/mfrashad/text2art GitHub - mfrashad/text2art: AI-powered Text-to-Art Generator - Text2Art.com AI-po..

프로그래밍

소스트리(sourcetree) 사용법 & Github 연동하기

소스트리(sourcetree) 사용법 & Github 연동하기 소스트리 실행 원격 저장소 - 계정 추가... OAuth로 연동하면 된다.

프로그래밍/Script

[Chart] billboard.js is a re-usable, easy interface JavaScript chart library, based on D3.js.

billboard.js is a re-usable, easy interface JavaScript chart library, based on D3.js. The name "billboard" comes from the famous billboard chart which everybody knows. https://naver.github.io/billboard.js/release/latest/doc/ Home - billboard.js API doc billboard.js is a re-usable, easy interface JavaScript chart library, based on D3.js. The name "billboard" comes from the famous billboard chart ..

카테고리 없음

[GitHub] - 소스트리(Sourcetree)에서 push시 토근 인증 요구[Support for password authentication was removed ~~~ Please use a personal access token instead.] 오류 해결 방법

Support for password authentication was removed ~~~ Please use a personal access token instead. 소스트리에서 Push 할때 오류. github.com > 프로필아이콘 > Setting > Developer setting 들어가서 "Personal access Tokens" 발급. 저장소 설정 -> 원격 -> 경로 더블 클릭 URL / 경로에 생성한 토큰을 추가하면 정상적으로 PUSH 가능 https://토큰@github.com/test.git

프로그래밍/Script

[script] 생활코딩 마인드맵 라이브러리 cytoscape 사용법

생활코딩 마인드맵 라이브러리 cytoscape 사용법 https://velog.io/@takeknowledge/%EC%83%9D%ED%99%9C%EC%BD%94%EB%94%A9-%EB%A7%88%EC%9D%B8%EB%93%9C%EB%A7%B5-cytoscape-%ED%99%9C%EC%9A%A9-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-56k4in7315 생활코딩 마인드맵 라이브러리 cytoscape 사용법 🚀 발단 생활코딩에 접속해서 수업 소개 섹션으로 가면 수업간의 관계를 확인할 수 있는 마인드 맵이 있습니다. 개인적으로 공부한 것들의 흐름을 위와 같이 정리하면 좋을 것 같았습니다. 그 velog.io 생활코딩에 접속해서 수업 소개 섹션으로 가면 수업간의 관계를 확인할 수 있는..

프로그래밍/Web

Django DIY Blog

Django DIY Blog Basic blog site written in Django (part of MDN Django module assessment) This web application creates an very basic blog site using Django. The site allows blog authors to create text-only blogs using the Admin site, and any logged in user to add comments via a form. Any user can list all bloggers, all blogs, and detail for bloggers and blogs (including comments for each blog). T..

프로그래밍/Script

[Node.js] nvm 활용하여 node, npm 설치

nvm 활용하여 node, npm 설치하는 방법을 알아 보겠습니다. sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash 설치 후 nvm 명령어가 실행이 되지 않는 다면 환경설정을 해주어야 합니다. nano ~/.bashrc 아래 내용을 복사 후 저장합니다. export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 설정을 로딩 하기 위해 아래 명령어를 실행 합니다. source ~/.bashrc 명령어를 쳤을때 아래와 같이 나온다면 성공적으로 설치가 완료 된 것 입니다. nvm ls N/A ..

프로그래밍/Architect

github.io 페이지 만들기

github.io 페이지 만들기 github 에서 create repository 할때 "/사용자이름.github.io" 라고 입력하고 생성. 그 다음 넘어가서 헤더의 setting > github pages > change theme 에서 테마 선택하면 된다. 이후 상세한건 이것저것해보면 알 수 있다. http://ngio.github.io Blog Post ngio.github.io

  • 이전
  • 1
  • 2
  • 3
  • 다음
홍반장水_
'github' 태그의 글 목록