Open in app

Sign In

Write

Sign In

Reese Hicks
Reese Hicks

1 Follower

Home

About

Jul 5, 2022

The /proc Filesystem & Parsing the /proc/[pid]/map File

The Linux operating system contains a pseudo file system named the /proc file system. It is created as the system starts up, and is dissolved as soon as the system shuts down. This system acts as an interface to internal data structures in the kernel. The /proc file system may…

Python

4 min read

The /proc Filesystem & Parsing the /proc/[pid]/map File
The /proc Filesystem & Parsing the /proc/[pid]/map File
Python

4 min read


Mar 23, 2021

Tulsa Boom Town… After the Project

Tulsa Boom Town is a project that was conceived by Tim McMacken. It’s purpose is to address the concern that there is a growing number of tech companies in the Tulsa, Oklahoma area, and for the most part, employers are having to outsource their software developers. As recent graduates of…

5 min read

Tulsa Boom Town… After the Project
Tulsa Boom Town… After the Project

5 min read


Nov 9, 2020

What is Machine Learning?

In computer science, computers can “learn” to do specific tasks in a variety of ways. The first and most traditional method is for a computer programmer to type code, which effectively “tells” the computer what s/he wants the computer to do. Another method, which is what this paper is going…

3 min read

What is Machine Learning?
What is Machine Learning?

3 min read


Sep 30, 2020

Python 3 — Mutable, Immutable… everything is object!

Because everything in Python is an object, one eventually will learn that one main difference between objects is that they can either be mutable or immutable. You see, every variable in Python holds an object instance, and when that object is created, it is assigned a unique object ID. This…

3 min read

Python 3 — Mutable, Immutable… everything is object!
Python 3 — Mutable, Immutable… everything is object!

3 min read


Sep 8, 2020

Static Libraries vs Dynamic Libraries

Libraries, why use them? In programming, libraries are collections of functions that may be used over and over. This eliminates the task of continuously rewriting them, thus saving time and effort. What are Static Libraries? Static libraries are libraries that exist only within one’s current program. They are read into…

C Programming

2 min read

Static Libraries vs Dynamic Libraries
Static Libraries vs Dynamic Libraries
C Programming

2 min read


Aug 19, 2020

What happens when you enter “ls -l” in a linux shell?

LS is an extremely useful basic builtin within a linux shell. It takes all of the files within the current working directory and prints them to the terminal. It will ignore any hidden files which begin with “.”. For example a .git will not be displayed on a basic “ls”.

1 min read

What happens when you enter “ls -l” in a linux shell?
What happens when you enter “ls -l” in a linux shell?

1 min read


Jun 11, 2020

What happens when you type gcc main.c

Within the Linux operating system, there is a built-in command called “gcc”. It is a C compiler, which basically means it takes source code (C language script) and turns it into an executable file. Here’s how: There are three steps gcc takes to fulfill this command. First, it reads the…

1 min read

What happens when you type gcc main.c
What happens when you type gcc main.c

1 min read

Reese Hicks

Reese Hicks

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech