Skip to content
View johnosbb's full-sized avatar
  • BlackBox
  • Ireland
Block or Report

Block or report johnosbb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
johnosbb/README.md

Main Projects

NLP Artificial Intelligence
NLP AI
All Things NLP: SpaCy, NTLK etc All Things Artificial intelligence
Grammatical Evolution - Master's Thesis Lyrical - The First Choice for Creative Writing
Thesis Lyrical
My Master's Research Thesis in AI An Editor for Creative Writing

Other Projects 🔭

Publications

What I'm Currently Reading 📚

Last 5 Books I've Read 📚

Working with GitHub

  • Setting the origin using an access token - git remote set-url origin https://yourpat@github.com/yourusername/yourrepository.git/
  • git config --global user.name
  • git config --global user.email
  • git config -l
  • git config --global credential.helper cache
  • git status , get a status of all files
  • git rm -r --cached Classification/Syslog/data/ # removed cached files from local repository
  • On windows with Git Bash use windows login. In the bash shell use: git config --global credential.helper wincred

Setting a token

Checking out older versions

Python

python3.9 -m venv venvironname

This creates

ls venvtl/
bin
include
lib
lib64
pyvenv.cfg

To use this environment

activate venvironname

Or in Conda

conda create --name venvtl
conda activate venvtl

To deactivate, use

conda deactivate
conda env remove --name venvtl

To list available environments use:

conda info --envs

Pinned

  1. Automation Automation Public

    C++

  2. Lyrical Lyrical Public

    An Editor for Creative Writing

    Python

  3. CyberTools CyberTools Public

    A list of Internet Cyber Tools and Resources

  4. Grammatical-Evolution Grammatical-Evolution Public

    C++ 1