From 395bd6875b0f89fa072c903b723c6263bf52ba41 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Fri, 29 Jan 2021 00:09:28 +0530 Subject: [PATCH] Remove some projects --- sections/projects.tex | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/sections/projects.tex b/sections/projects.tex index ad61297..88e5da3 100644 --- a/sections/projects.tex +++ b/sections/projects.tex @@ -59,45 +59,4 @@ \item Used \textbf{Requests} library to create a \textbf{Python wrapper} around the \textbf{Questable Server API} which was then used along with \textbf{argparse} to create \textbf{CLI} as well as a \textbf{REPL} for \textbf{Questable}. \end{itemize} }{Python, Flask, python-telegram-bot, SQLite, Requests, REST API, argparse} - \\ - \project {Wish}{2019 --- 2020} - {\website{https://gitlab.com/ceda\_ei/wish}{gitlab.com/ceda\_ei/wish}} - { - Extensible Bash Prompt with support for plugins and themes. Allows for a right prompt, auto-shrinking prompt, customizing the prompt via a simple config file. - \begin{itemize} - \item The core is written in \textbf{Bash} while the \textbf{Configuration parsing} and \textbf{plugin wrapper generation} happens in \textbf{Python}. - \end{itemize} - }{Bash, Python, Prompt, Metaprogramming} - \\ - \project {Sky}{2018 --- 2019} - {\website{https://sky.webionite.com}{sky.webionite.com}} - { - A simple terminal based weather monitor. - \begin{itemize} - \item Used \textbf{Python} and \textbf{Flask} to create a simple web server that can simply be curl-ed. - \item Used \textbf{Mapbox} to find coordinates of a given location. - \item Used \textbf{DarkSky} to get weather. - \end{itemize} - }{Python, Flask, APIs, Mapbox, DarkSky} - \\ - \project {Quadnite Bot}{2018 --- 2020} - {\website{https://gitlab.com/ceda\_ei/Quadnite-Bot}{gitlab.com/ceda\_ei/Quadnite-Bot}} - { - A simple telegram bot that makes chats in group more fun. - \begin{itemize} - \item Used \textbf{NodeJS} and \textbf{Telegraf} to create the bot. - \item Used \textbf{axios} to access \textbf{MediaWikiAPI} for searching \textbf{Wikipedia} and \textbf{ArchWiki}. - \end{itemize} - }{Javascript, NodeJS, Telegraf, axios, MediaWiki} - \\ - \project {Minetest Telegram Bridge}{2020} - {\website{https://git.webionite.com/ceda\_ei/minetest-telegram-bridge}{git.webionite.com/ceda\_ei/minetest-telegram-bridge}} - { - Bidirectional bridge between Telegram and Minetest. The bridge sends chats from a telegram group to a minetest server's chat and vice versa. - \begin{itemize} - \item Used \textbf{Lua} to write the \textbf{Minetest Plugin}. - \item Used \textbf{Python}, \textbf{Flask} to create a simple web server to act as a relay. - \item Used \textbf{Python}, \textbf{python-telegram-bot} library to create Telegram Bot. - \end{itemize} - }{Python, Flask, python-telegram-bot, Lua, Minetest API} \end{projects}