ValeWasTaken
Passionate self-taught programmer, cyber privacy enthusiast, professional Twitch.tv streamer, and always looking for new opportunities. Send me an email!
Boston
Pinned Repositories
Code-Snippets
A repository of useful snippets of code for reuse in the future.
CodeAbbey_Solutions
My solutions for codeabbey.com's problems.
DailyProgrammer_Solutions
This is a repository of my solutions to the DailyProgrammer exercises located at https://reddit.com/r/dailyprogrammer/
EK_Reddit_Bot
EVE: Online Killmail Reddit Bot (EKRB)
Picture_Organizer
GUI picture viewer and organizer. One-click solution to separating images into different folders.
Programming_Books
This is a repository of some of the programming books I have read and the programs I have made while following their examples. Please feel free to ask me any questions. If you see a book on here that looks interesting, please go buy a copy and check it out; I only upload examples from books I've enjoyed or learned a lot from.
Project_Euler
My Project Euler problem solutions in various programming languages.
Random_Programs
A collection of random programs I've made in various languages.
Spooky-Bot
Multi-purpose Discord bot made in Python 3.6.5
YouTube_Reddit_Bot
A Reddit bot dedicated to finding YouTube links and posting the title and video length of each link.
ValeWasTaken's Repositories
ValeWasTaken/CodeAbbey_Solutions
My solutions for codeabbey.com's problems.
ValeWasTaken/Programming_Books
This is a repository of some of the programming books I have read and the programs I have made while following their examples. Please feel free to ask me any questions. If you see a book on here that looks interesting, please go buy a copy and check it out; I only upload examples from books I've enjoyed or learned a lot from.
ValeWasTaken/EK_Reddit_Bot
EVE: Online Killmail Reddit Bot (EKRB)
ValeWasTaken/Project_Euler
My Project Euler problem solutions in various programming languages.
ValeWasTaken/Spooky-Bot
Multi-purpose Discord bot made in Python 3.6.5
ValeWasTaken/Random_Programs
A collection of random programs I've made in various languages.
ValeWasTaken/Code-Snippets
A repository of useful snippets of code for reuse in the future.
ValeWasTaken/DailyProgrammer_Solutions
This is a repository of my solutions to the DailyProgrammer exercises located at https://reddit.com/r/dailyprogrammer/
ValeWasTaken/Picture_Organizer
GUI picture viewer and organizer. One-click solution to separating images into different folders.
ValeWasTaken/YouTube_Reddit_Bot
A Reddit bot dedicated to finding YouTube links and posting the title and video length of each link.
ValeWasTaken/codecombat
Multiplayer programming game for learning how to code.
ValeWasTaken/etoris
python RPG
ValeWasTaken/free-programming-books
ValeWasTaken/IsItPhishy.com
A website designed to check if a URL is "phishy" or not.
ValeWasTaken/News_Scraper
A Reddit News Scraper created by the /r/learnprogramming Slack group, #redditbot
ValeWasTaken/praw
PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to reddit's API.
ValeWasTaken/Projects
Trying to complete over 100 projects in various categories in Python. Fork to learn any new language.
ValeWasTaken/Random_Collaberations
A compilation of my more recent collaberations with other programmers / friends.
ValeWasTaken/Randomly-Generated-Bookmarks
This is a simple program designed to be bookmarked and then upon clicking automatically send the user to a random website from their predefined list of websites. I made this for myself one day when I wanted to be productive on the internet but couldn't decide on what website to go to; For best results it's HIGHLY recommened that you change the bookmarks to your personal preferences(The readme will tell you how) and it's also recommended to place the program in your bookmarks toolbar for ease of access and to switch from websites quickly.
ValeWasTaken/Reddit_heroes
Scrapes Reddit and records which heroes are most talked about. Uses Python 3.6.5 and Reddit API (PRAW)
ValeWasTaken/Runescape_Combat_Bot
Runescape Combat Bot created by myself and datosh using the OSBot API.
ValeWasTaken/SFTP_Transfer_Script
This is a FTP script I made that was designed to be automated to activate once a day and backup 5 files from a local filesystem to a "Backups" folder in said filesystem and then download the new copies of 5 said files from a SFTP site onto our local filesystem, over-writing the existing copies. Please note for obvious reasons I replaced any private information such as folder names, ftp info, etc.. To use this script you must tailor it to meet the names of files, folders, etc you want to use. Also please note that this script was made with the assumption you have WinSCP installed (It's free if you don't have it.)