Conner Yang (connerqyang)

connerqyang

Geek Repo

Github PK Tool:Github PK Tool

Conner Yang's repositories

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

CS32-Project-3

Project 3 for CS 32 @ UCLA (Data Structures and Algorithms) Arcade Game Kontagion

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

CS32-Project4

Takes in open-source map data, works as back-end of a food-delivery service. Finds an optimal route from a food depot to each delivery location and displays turn-by-turn directions. Optimizes the order that delivery locations are visited.

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

CS-111

My projects for COM SCI 111 (Operating System Principles) @ UCLA

Language:ShellStargazers:0Issues:0Issues:0

CS-33

My homework/projects for COM SCI 33 (Computer Organization) @ UCLA

Stargazers:0Issues:0Issues:0

CS-35L

My projects for COM SCI 35L (Software Construction Lab) at UCLA

Language:CStargazers:0Issues:0Issues:0

PMC_ad_anomaly

Detection of anomaly in impressions of advertisements for certain websites of a top American digital media company

Language:PythonStargazers:0Issues:0Issues:0

CS106A_assign7

Final Assignment of Stanford's CS106A. Code for a simple social networking application. Allows for basic user profile interactions, keeps track of information for each user profile.

Language:JavaStargazers:0Issues:0Issues:0

leibler

Compares the codon usage of two bacteria. Uses Kullback-Leibler distance (relative entropy) to compare the codon frequencies. K-L distance is the sum of $x *log($x / $y) where $x is codon frequency and $y is frequency of the same codon in another genome.

Language:PerlStargazers:0Issues:0Issues:0

kmer_anl

Processes a genome (.fasta file) and creates a system of hashes that records position, chromosome count, and genome count of a kmer of user-inputed length.

Language:PerlStargazers:0Issues:0Issues:0