Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arfazhxss/app-sys
Automation System contains a series of scripts mostly written in bash and python that helps automate generation of multiple PDF documents at ones from Learning In Motion.
https://github.com/arfazhxss/app-sys
bash latex puppeteer python3 shell typescript
Last synced: about 1 month ago
JSON representation
Automation System contains a series of scripts mostly written in bash and python that helps automate generation of multiple PDF documents at ones from Learning In Motion.
- Host: GitHub
- URL: https://github.com/arfazhxss/app-sys
- Owner: arfazhxss
- Created: 2024-07-04T22:41:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T09:00:13.000Z (about 2 months ago)
- Last Synced: 2024-09-30T07:41:31.393Z (about 2 months ago)
- Topics: bash, latex, puppeteer, python3, shell, typescript
- Language: TeX
- Homepage: https://arfazhxss.ca/resume.pdf
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directory Structure
```
├── README.md
├── atm.sh
├── automater.py
├── direc.sh
├── ren.sh
├── route.sh
├── scs.sh
├── textual.rtf
├── 9.0 LIM+/
│ ├── checklist.py
│ ├── cookies.json
│ ├── credentials.txt
│ ├── credentials.txt.tmp
│ ├── index.ts
│ ├── package.json
│ ├── result.json
│ ├── tsconfig.json
│ ├── yarn.lock
├── 9.1 Scrapers+/
│ ├── JobSpy.py
│ ├── StaffSpy.py
│ ├── credentials.txt
│ ├── jobs.csv
│ ├── session.pkl
├── 9.2 PreProcessed/
│ ├── 1.pdf
│ ├── 1.tex
│ ├── 3.pdf
│ ├── 4.pdf
│ ├── 9-5.pdf
│ ├── README.md
│ ├── signature.png
│ ├── 0 LaTeX Format/
│ │ ├── about.tex
│ │ ├── education.tex
│ │ ├── experiences.tex
│ │ ├── formatting.tex
│ │ ├── glyphtounicode.tex
│ │ ├── header.tex
│ │ ├── honors-awards.tex
│ │ ├── imports.tex
│ │ ├── project-entry.tex
│ │ ├── references.tex
│ │ ├── resume.pdf
│ │ ├── resume.tex
│ │ ├── setup.tex
│ │ ├── technical-skills.tex
│ │ ├── 0 Jake's Format/
│ │ │ ├── jake-resume-format.pdf
│ │ │ ├── jake-resume-format.tex
│ ├── 0 Resources/
│ │ ├── resut-depricated.sh
│ │ ├── signature.png
├── 9.3 CurrProcessed/
│ ├── August 2024 Box/
│ │ ├── Hussain Arfaz - Software Developer - Dayforce.pdf
│ ├── September 2024 Box/
│ ├── tex-outputs/
│ │ ├── tntx.aux
│ │ ├── tntx.log
│ │ ├── tntx.out
│ │ ├── tntx.tex
├── 9.4 PostProcessed/
│ ├── direc.sh
│ ├── directory_structure.txt
│ ├── srt.sh
│ ├── term_data.txt
│ ├── title_data.txt
│ ├── company_data/
│ │ ├── company_division.txt
│ │ ├── company_name.txt
│ │ ├── company_suffix.txt
│ ├── location_data/
│ │ ├── Alberta.txt
│ │ ├── British_Columbia.txt
│ │ ├── Manitoba.txt
│ │ ├── New_Brunswick.txt
│ │ ├── Northwest_Territories.txt
│ │ ├── Nova_Scotia.txt
│ │ ├── Ontario.txt
│ │ ├── Provinces.txt
│ │ ├── Quebec.txt
│ │ ├── Remote.txt
├── 9.5 Applications/
├── 9.6 Archives/
│ ├── direc-old.sh
├── 9.7 DOCX/
│ ├── Hussain, Arfaz - Placement Application - SDE (DOCX).docx
│ ├── SCS.md
```