Eric Alford (edalford11)

edalford11

Geek Repo

Location:Phoenix, AZ

Twitter:@ericalford

Github PK Tool:Github PK Tool

Eric Alford's repositories

ImageForensics

This program is written in C++ and will read in a RAW image file that will perform MD5 and SHA1 checksums on the file before analysis. The program will then read the partition tables from the master boot record and extract the partition type, start sector address and the size of each partition in decimal. If the partition is of type FAT 16 or FAT 32, the program will locate the partitions volume boot record and extract the geometric data of the file system. This includes the start sector, end sector and size for the reserved area, sectors per cluster, start sector and ending sector of the FAT area, number of FATs, size of each FAT and the first sector of cluster 2.

Language:C++Stargazers:4Issues:0Issues:0

AddressConversion

Unix-like command line utility that will convert between three different address types when an address of a different type is given.

Language:C++Stargazers:0Issues:0Issues:0

ambassador

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Compiler

A compiler that will read an input program and represents it in an internal data structure. The data structure contains instructions to be executed as well as a part that represents the memory of the program (space for variables). Then the compiler will execute the data structure. This means that the program will traverse the data structure and at every node it visits, it will execute the node by changing appropriate memory locations and deciding what is the next instruction to execute (program counter).

Language:C++Stargazers:0Issues:0Issues:0

counter-cache

Counting at scale is hard. Let's do it good.

Language:RubyLicense:MITStargazers:0Issues:0Issues:0

dashboard

A Next.JS boilerplate with the famous Open Source Boostrap Admin Template, CoreUI.

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

EMRMessagingModule

Messaging module of an Electronic Medical Records web application. .NET 4.5

Language:CSSStargazers:0Issues:0Issues:0

factory_girl

A library for setting up Ruby objects as test data.

Language:RubyLicense:MITStargazers:0Issues:1Issues:0

First-FollowSetParser

Program that will take in a context-free grammar and output the FIRST and FOLLOW sets of the non-terminals of the grammar.

Stargazers:0Issues:0Issues:0

istio

Connect, secure, control, and observe services.

Language:GoLicense:Apache-2.0Stargazers:0Issues:1Issues:0

kube-aws

A command-line tool to declaratively manage Kubernetes clusters on AWS

Language:GoLicense:Apache-2.0Stargazers:0Issues:0Issues:0

kube-ingress-aws-controller

Configures AWS Application Load Balancers according to Kubernetes Ingress resources

License:MITStargazers:0Issues:0Issues:0

MACConversion

Command line utility written in C++ that converts hex values to their corresponding time and date values. Little endian is assumed for this utility.

Language:C++Stargazers:0Issues:0Issues:0

rolify

Role management library with resource scoping

Language:RubyLicense:MITStargazers:0Issues:0Issues:0

SemanticChecker

The input to the semantic checker will be a program and the output will be information about the types of the variables in the program or an error message if there is type mismatch or other semantic error.

Language:C++Stargazers:0Issues:0Issues:0

sift-ruby

Sift Science API (Ruby client)

Language:RubyLicense:MITStargazers:0Issues:0Issues:0
Language:Objective-CStargazers:0Issues:1Issues:0