Pinned Repositories
2016-Elections-Analysis
Banking-WebApp
Banking webapp for our 4th year Web Services and API development module.
chat-room
Simple IRC chat room built in Go
Codejackal
All of the webpages, js and stylesheet files.
Flyefit-Booking-Automation
Cheeky project for making sure I always have a booking for the flyefit gym booking system (in response to covid-19)
Py-VOIP
A Python implementation of a Voice Over IP
Sesh-api
Sesh-client
client for sesh.ie
Sesh-status-api
This-is-not-a-fork-bomb
ConorT38's Repositories
ConorT38/cc-site
ConorT38/Twitter-Bot
A small twitter bot class with the utilities to send tweets, follow users, and some other useful tools.
ConorT38/PasswordHashExample
This is an example to first years on what hashing a password in a database would look like from a beginners perspective. Note: Would not recommend using this, but as a reference of what to start on
ConorT38/encrypt-Cpp
ConorT38/HTML-Tag-Autocomplete
Much like that of a lot of text editors, if you type in a certain tag (for instance <p>), the editor will automatically add the closing tag. This is a handy tool for blog components and other utilities
ConorT38/My-Website
This is the codebase for my portfolio website, users may feel free to reuse the code etc.
ConorT38/Email-From-Database
This is a small python script for users to send out an automated email to users emails held in a database.
ConorT38/Database_Gen
ConorT38/keydown-events
This is a simple script to show what a user can do with keydown events, in this instance, if the user types in admin while on the screen; they get redirected to the admin page, this can be integrated with a cookie authentication system or other
ConorT38/XSockets.WebRTC
Cross browser WebRTC and data channels
ConorT38/food-jackal
This is our 3rd year college project. It's a service which provides online order of food.
ConorT38/UrlShorten
This is a simple PHP application that runs on the same principal of that of TinUrl. The user simply inputs the url they would like to shorten, and then the s
ConorT38/mySQL-User-Generator
This is a simple script that can randomize an infinite amount of entries into a database. Note: This is used to test real life database situations, use for reference of speed of transactions, queries etc.
ConorT38/Form-Example
This is a short introduction into the basic layout of a C# form, this will give the reader a basic grasp on how to build and manipulate a GUI.
ConorT38/View-Counter
A short script that will count the number of times this page has been visited, note: This will also include bots, WebCrawlers etc.
ConorT38/XML-UserInfo-Generator
A script that can generated millions of randomized account information, in this scenario, a mobile network. I used this for research to fill a database with realistic amounts of entries, in the attempts to build a data warehouse.
ConorT38/JournalApp
This is a basic Journal entry application that allows you to write journal entries and then they are saved into a database (and weakly hashed to show minor security). It requires you to set up a user account and login, following rule of setup, showing use of Regular Expression.
ConorT38/Cursor-Control
This short script allows you to place and click your cursor on any part of the screen through Python! simply for loop how many times you want to click, and how long between to your preference!
ConorT38/Shutdown-Script
This very basic script, will create and write to a batch file, the write will be to shutdown the computer. Then it runs the file.
ConorT38/PEReader
Windows executable analyser/reader