Tacuma Solomon (@Tacuma)
  • Stars
    star
    29
  • Global Rank 505,517 (Top 18 %)
  • Followers 10
  • Following 1
  • Registered about 12 years ago
  • Most used languages
    C++
    33.3 %
    Java
    22.2 %
    R
    11.1 %
    MATLAB
    11.1 %
    Assembly
    11.1 %
    C
    11.1 %
  • Location 🇺🇸 United States
  • Country Total Rank 92,435
  • Country Ranking
    Assembly
    1,739
    MATLAB
    6,178
    R
    7,831
    C++
    9,711

Top repositories

1

Infix-to-Expression-Tree

Program that inserts an expression in Infix notation to a binary tree. In addition to the above requirement, it implements an evaluation of the expression tree. (C++)
C++
10
star
2

Matrix-Multiplication-Using-Threads

Given two matrices, A and B, where matrix A contains M rows and K columns, and matrix B contains K rows and N columns, calculate the matrix C, with each element of C in a separate worker thread. (Java)
Java
8
star
3

POSIX-Message-Passing

This Project consists of using POSIX message queues for communicating temperatures between each of four external processes and a central process. This project was completed on Ubuntu-Linux. (C)
C
4
star
4

Bison-Processor

A Simulation of a Stack-based CPU with a mini Kernel for running batch programs written in the Stack-based ISA. (Hexadecimal format in a .exe file - ISA provided in Documentation) (Java)
Java
2
star
5

Infix-to-Prefix-Converter

A C++ source code/program that will convert an expression in infix notation to to the equivalent expression in prefix (polish) notation. (C++)
C++
1
star
6

Naive-Bayes-Classifier

Implementation of the Naive Bayes Classifier Algorithm in Octave (Octave)
MATLAB
1
star
7

Thesis-Code

This repository has the R Code, Oracle SQL code, and Documentation of my thesis.
R
1
star
8

Hex-Comparison

Takes two hexadecimal numbers as input, and determines if the first number is greater, less, or equal. (MIPS-Assembly Language)
Assembly
1
star
9

Sorts

Programs in C++ that sorts 1,000 random unique numbers, using a sort algorithm. (Contains Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Quick Sort, and Radix Sort.) (C++)
C++
1
star