Giter Site home page Giter Site logo

Hi there 👋

Title Title 2
Lorem ipsum ... Lorem ipsum ...

Donna getting started with github

ls show list of directory you are in.
mkdir {Name_of_new_directory} make a new directory.
cd {Name_of_Directory} open a directory.
cd .. go a directory back.
open {name_file} open a file.
cat {name_file} concatenate files and redirect output in terminal.

git pull to see if there are updates. git status before adding to see what you have changed git branch to see what branch you are in git checkout donna-website to go to the branch donna-website git fetch retrieve information about the branch/repo/etc from github

git add . adds a change in the working directory to the staging area. It tells Git that you want to include updates to a particular file in the next commit.
git commit -m "{name of what you did}"give push a name.
git push push it back on github.
git clone {url_github} get a clone of the codes on github.(Password here is found on Github/Settings/Developer settings/Personal Access tokens) This will be downloaded in the current directory.
tail -f displays the last ten lines of the file and monitors the file for any new changes (live).
more {name file} shows txt of the file in terminal output

{package} install -r requirements.txt installing a package as pip3.
{language} -m spacy download en_core_web_sm installing a language as python.
these packages are now locally downloaded in scripts.

git config --global user.name "{github username}" configer in the --global the username.
git config --global user.email "{github emailadress}" configer in the --global the email.
git config --global --list show --global.

adding / in front, it send you through the repo from the beginning /img/donna.jpg not addind / lets you stay where you are img/donna.jpg adding ../ let you take a step back : ../../img/donna.jpg

ctr c - stop code from running.

Setting up the macbook

Install VS Code on App Store

Install homebrew on https://brew.sh/#install in the terminal

Install python $brew install python

Install pip sudo easy_install pip

When matching Github to terminal, create a personal access token on https://github.com/settings/tokens With clone, you fill in username and this token in stead of password.

Donna van der Rijst's Projects

arxiv-demo-dataset icon arxiv-demo-dataset

This repository will contain a demo using Weaviate with data and metadata from the arXiv dataset.

demo-text2vec-openai icon demo-text2vec-openai

This repository contains an example of how to use the Weaviate vector search engine's text2vec-openai module

docarray icon docarray

The data structure for unstructured data

glove icon glove

GloVe model for distributed word representation

gospell icon gospell

pure golang spelling based on hunspell dictionaries

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.