Posts
NateM135
Cancel

Removing Dual Boot and Grub

Introduction When I started using linux-based operating systems, I wanted to try and use them for daily tasks in everyday life. Unfortunately, I still needed Windows while at school for certain cl...

HTB Admirer

Introduction HTB Admirer is a linux-based box. Authors: polarbearer & GibParadox Machine IP: 10.10.10.187 Reconnaissance nmap As usual with HTB, the first thing to do is to use nmap to sc...

Zeta Notifications - Helper for WaifuBot

Zeta Notifications for WaifuBot As of now I will be hosting the bot. Invite it with the button above. If I am unable to host it in the future, I will update this README. **Invite the bot us...

GoFigure

Given a String “123123246” add a single ‘+’ and a single ‘=’ sign to create a true expression. Then do it with binary. Instructions View Instructions. Alternatively, see comments above each ...

RPSSL

Rock-paper-scissors-lizard-Spock is a five-gesture expansion of the classic selection method game rock-paper-scissors. It operates on the same basic principle, but includes two additional weapon...

Biodiversity

We are interested in how much biological diversity exists in line of cells. Each cell may either be alive (represented by A) or dead (represented by D). Instructions View Instructions. Remem...

String Similarity

Introduction see instructions in Google Classroom I have attatched the instruction document below. View Instructions. Alternatively, see comments above each method for details about functio...

Fun with 2D arrays

Introduction View Instructions. Alternatively, see comments above each method for details about functionality. I completely stole one method from someone (ily nate c) 1 2 3 4 5 6 7 8 9 10 11 12...

BuildOptimalHuffmanTree

Introduction Complete the implementation of the BuildOptimalHuffmanTree class per directions in the file attached with the assignment posted in Google Classroom. That is, first complete the const...

Huffman Code With Array

Introduction View Instructions. Alternatively, see comments. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 4...