A Freelance
Web Designer & Software Engineer

A real Christian, not a real Astronaut.

1 Corinthians 10:31

Ways I communicate

With Humans

With Computers

My C Projects

Here are a few of my C Programs, to see the entire collection visit my Github

Caesar Cipher

This C program implements a Caesar cipher. A Caesar cipher is a basic encryption technique where each letter in the plaintext is shifted a certain number of places down or up the alphabet. It is named after Julius Caesar, who is rumored to have used it to communicate with his generals. For example, with a shift of 3, ‘A’ would be replaced by ‘D’, ‘B’ would become ‘E’, and so on. The method wraps around the alphabet, so ‘X’ becomes ‘A’, ‘Y’ becomes ‘B’, and ‘Z’ becomes ‘C’. It’s a simple and easily breakable encryption method, but it was a fun way to introduce the concept of encryption.

(This was my solution to a CS50 problem set)

View Code
Readability

This C program assesses how easy it is to read a piece of text provided by the user by looking at the number of letters, words and sentences. It calculates averages for the number of letters and sentences, per 100 words to create a readability score. Depending on this score it labels the text as “Grade 16+” for advanced “Before Grade 1” for simple or “Grade X” where X represents the approximate grade level needed to understand the text. This tool is helpful for measuring how complex written content is.

(This was my solution to a CS50 problem set)

View Code
Scrabble

Scrabble is a word game where players use letter tiles to create words on a game board and earn points based on the letters’ values.

This C program is a basic implementation of scrabble. It collects a word from two individuals and calculates their score based on Scrabble rules. Then it displays the winner.

View Code

My Javascript Projects

Here are a few of my Javascript projects, to see the entire collection visit my Github

Library

To-do List

Rock, Paper, Scissors

My Python Projects

Python projects will be added soon

Coming Soon

Coming Soon

View Code
Coming Soon

Coming Soon

View Code
Coming Soon

Coming Soon

View Code

My WordPress Projects

WordPress projects will be added soon

Looking for more information?

Can’t find what you’re looking for? Reach out to me.

The Christronaut