https://github.com/cham11ng/misc
Miscellaneous
https://github.com/cham11ng/misc
c etl javascript programming python react typescript
Last synced: 5 months ago
JSON representation
Miscellaneous
- Host: GitHub
- URL: https://github.com/cham11ng/misc
- Owner: cham11ng
- Created: 2018-06-11T13:38:41.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T17:45:11.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:37:26.336Z (9 months ago)
- Topics: c, etl, javascript, programming, python, react, typescript
- Language: C
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# misc
This `misc` repository contains miscellaneous coding tools and resources learnt from courses, assignments, practices, labs, etc.
## Table of Contents
- [tools](tools) - list of tools made to ease my daily tasks.
- [csv-aggregator](tools/csv-aggregator) - CLI to perform merge (join operation) on two csv files.
- [eventer](tools/eventer/) - CLI to display and create upcoming events on Google Calender.
- [wfh-to-timesheet](tools/wfh-to-timesheet) - CLI to transfer wfh report to timesheet.
- [datagrip-to-markdown](tools/datagrip-to-markdown) - Datagrip plugin to export database table as markdown with additional column.
- [python](python) - hands on projects
- [bank-etl](python/course/data-engineering/bank/) - ETL process of World top Banks.
- [gdp-etl](python/course/data-engineering/gdp/) - ETL process of World top Countries by GDP.
- [fibonacci](python/course/dsa/recursion/fibonacci.py) - Fibonacci Series using multiple method.
- [greatest-common-divisor](python/course/dsa/recursion/gcd.py) - Greatest common divisor
- [c](c) - concepts
- [memory](c/course/memory.c) - Understanding memory concepts in C.
- [singly-linked-list](c/course/singly_linked_list.c) - Implementation of singly linked list.
- [c++](c++) - concepts
- [max_pairwise_product](cpp/course/max_pairwise_product) - Solving max pairwise problem.
## Getting Started
### python
```bash
pip install -r requirements.txt
```
## Happy Coding
> @cham11ng