Skip to content
View GCUGreyArea's full-sized avatar
🏠
At work
🏠
At work

Highlights

  • Pro

Block or report GCUGreyArea

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
GCUGreyArea/README.md

GCUGreyArea

Name: Barry Robinson

Please see my current CV for details of my work responsibilities and accomplishments. You can also download a copy in Word format

Repositories

Test Code for AlertLogic interview

I wrote this code as a code challenge for the Alert Logic interview. The brief was to write a parser that would count letter frequency. It was a wide-open brief, so I added documentation, unit tests and profiling.

Repo: https://github.com/GCUGreyArea/AlertLogic/

Python parser

This was a personal project that I did to learn Python. The code quality isn't great, but I like that it uses MongoDB and Docker Compose to bring everything together. It needs updating at some point.

Repo: https://github.com/GCUGreyArea/python-parser

Regex parser

This is a simple regex parsing engine for complex log files. It uses Hyperscan to identify the anchor RE2 to match and extract values. It has been built and tested on Mac and WSL2 but not on native Linux.

Repo: https://github.com/GCUGreyArea/regex-parser

JSON Parser

A simple JSON parser written using Flex and Bison

Repo: https://github.com/GCUGreyArea/json-parser

Ring Buffer

A basic ring buffer implimentation in C

Repo: https://github.com/GCUGreyArea/ring_buffer

Simple Scanner

A hand-coded scanner to parse simple formats and return a structure

Repo: https://github.com/GCUGreyArea/simple-scanner

JSMN

A fork of the JSMN code and port to C++ and JQ PAths. Work in progress

Repo: https://github.com/GCUGreyArea/jsmn

Rotate

A program to bit wise rotate files

Repo: https://github.com/GCUGreyArea/rotate

Popular repositories Loading

  1. Current-CV Current-CV Public

    Current CV and work documents

  2. thrift thrift Public

    Forked from apache/thrift

    Apache Thrift

    C++

  3. libzmq libzmq Public

    Forked from zeromq/libzmq

    ZeroMQ core engine in C++, implements ZMTP/3.1

    C++

  4. GCUGreyArea GCUGreyArea Public

    Config files for my GitHub profile.

  5. AlertLogic AlertLogic Public

    Alert logic interview

    C

  6. CodeChalage CodeChalage Public

    Java