-
Stonks is a terminal based stock visualizer and tracker.
-
It uses Yahoo Finance as a backend so use the ticker format as seen on their website.
Displays realtime stocks in graph format in a terminal
Usage:
stonks [flags]
Flags:
-d, --days int 24 hour period of stocks from X of days ago.
-e, --extra Include extra pre + post time. (Only works for day)
-h, --help help for stonks
-i, --interval string stonks -i X[m|h] (eg 15m, 5m, 1h, 1d) (default "15m")
-n, --name string Optional name for a stonk save
-r, --remove string Remove an item from favourites
-s, --save string Add an item to the default stonks command. (Eg: -s AMD -n "Advanced Micro Devices")
-t, --theme string Display theme for the chart (Options: "line", "dot", "icon")
-v, --version stonks version
-w, --week Display the last week (will set interval to 1d)
-y, --year Display the last year (will set interval to 5d)
--ytd Display the year to date (will set interval to 5d)
-
Yup helps you install packages with ease on Arch Linux, from both pacman and the AUR
-
It uses ncurses to display search results. This allows for mouse interaction in the terminal and easier navigation.
-
This is a Docker image that runs a user-defined script whenever a specific container becomes unhealthy.
-
It maps to scripts in the
/scripts
directory and if an image X is found to be unhealthy, it will run/scripts/X.sh
-
An extension that will sync your current workspace name and time spent on it to your GitHub status.
-
The extension will read your current workspace as well as how long it's been open and sync it your GitHub profile like so:
The extension will post to GitHub every X amount of minutes.
-
Uniui is a React Typescript UI library.
-
Components include buttons, radios, selection etc.
- React JS component that gives your project a cool interactive background with simulated bubble physics.
-
This project is a recommendation system that recommends where a user should live in the US using big data, python and pandas.
-
The technologies I'm using for this project include: Node.js, Javascript, Python, NumPy + Pandas and scikit-learn
-
This came first place in the 2019 Cork Airport Business Park CoderDojo hackathon, sponsored by IBM.
-
Newlogic is a Circuit Builder / Logic Design Desktop Application (like mmlogic) made with Electron + React Typescript.
-
It's currently compatible with Windows, Mac and Linux.
-
This is an Open Source Advanced Multi-Platform Desktop RSS Feed Reader I started with support for: Rules and Cloud Sync. It's purpose is to give the user as many options as possible built into a modern desktop feed reader.
-
The technologies I'm using for this project include: Node.js, Javascript, Electron and Chromium.
-
A Web App designed to predict what runway a plane will land on using current data. The landing direction is then illustrated using the Google Maps Api.
-
Tech used: Node.js, Express.js, Metar API and Python