Skip to content
View ericg2's full-sized avatar
  • New Jersey, USA

Block or report ericg2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ericg2/README.md

Banner Reading Eric Gold

About Me

Hello! My name is Eric and I have been interested in programming and computers in general for quite a while. This page contains my new GitHub account, however I have some old accounts that are not maintained anymore. Most of the important content has been transferred off them to eventually merge them into this one.

Eric's GitHub Stats

Programming Languages

Here is a list of the Programming Languages that I am familiar with, learning, etc. These languages listed are most likely what will be shown on this GitHub page.

Java

This is one of the programming languages I am most familiar with. I have created RSA-AES, which was an attempt at making an dual encryption tool, as well as NSP, which was an easier Socket Protocol to make it easier for me to communicate between multiple devices including with Android.

C++ / Arduino

MiniControl Device

I also have experience using and wiring the Arduino boards, and programming them in C++. I have created MiniControl, which was an attempt at making an "operating system" out of an Arduino. The physical aspect contained a double breadboard design, and featured a Temperature Monitor, Rotary Dial, RGB Status LED, 16x2 LCD Screen, and an Arduino Mega due to the increased outputs and storage space.

Also, I have created designs that had limited but useful functions needed at the time. Such as a temperature monitor, motor controller, and others.

Python

I have decent experience at Python, however it is not one of my strong languages. I mainly use this for making small tools, such as pyautocorrect which was used for spell correcting mistakes, before the spell checking got improved. I also made other small tools which were not always uploaded or useful.

Pinned Loading

  1. nsp nsp Public

    Java

  2. RSA-AES RSA-AES Public

    An implementation of RSA combined with AES encryption in Java.

    Java 1