Omar Negron (onegronm)

onegronm

Geek Repo

Company:7Factor

Location:Indianapolis

Home Page:https://omarnegronm.wordpress.com/

Twitter:@onegronm

Github PK Tool:Github PK Tool

Omar Negron's repositories

topological-sorting

A Java program to print topological sorting of a DAG.

Language:JavaStargazers:1Issues:1Issues:0

active-directory-bearer-token-client

Shows how to write a “secure” API client to call and authenticate to the secured API endpoint.

Language:C#Stargazers:0Issues:0Issues:0

algorithms-python

This is the repo for algorithms and data structures by Python.

Language:PythonStargazers:0Issues:1Issues:0

collinear-points

A program to recognize line patterns in a given set of points. This kind of pattern recognition arises in many applications such as statistical data analysis. Brute force and faster, sorting-based solutions are provided.

Language:JavaStargazers:0Issues:1Issues:0

csharp-events

Events, delegates, and lambdas in C#.

Language:C#Stargazers:0Issues:1Issues:0

design-patterns

This repository serves as a reference with concepts and code examples of the Gang of Four creational, structural, and behavioral design patterns.

Language:C#Stargazers:0Issues:1Issues:0

eShopOnWeb-Kubernetes

Deployment of the Microsoft eShopOnWeb sample application to a Kubernetes cluster in Azure.

Language:C#License:MITStargazers:0Issues:1Issues:0

general-tree

Implementation of a general tree data structure using left-child right-sibling representation and C# generics.

Language:C#Stargazers:0Issues:1Issues:0

heapsort

Sorting using a heap-based priority queue. An elementary priority queue is also provided for educational purposes.

Language:JavaStargazers:0Issues:1Issues:0

percolation

A program to estimate the value of the percolation threshold via Monte Carlo simulation.

Language:PythonStargazers:0Issues:0Issues:0

java-streams

Examples of Java Streams and parallel functional programming with Java.

Language:JavaStargazers:0Issues:0Issues:0

linked-deque

A generic double-ended queue data type. Linked-list implementation.

Language:JavaStargazers:0Issues:0Issues:0

oauth-authentication-rubyrailsapi

OAuth 2 authentication on a Ruby on Rails API using the Microsoft Identity Platform.

Language:RubyStargazers:0Issues:0Issues:0

randomized-queue

A generic data type where the item removed is chosen uniformly at random among items in the queue. Array implementation.

Language:JavaStargazers:0Issues:0Issues:0

shape-drawer

A simple GUI to demonstrate how to use the bridge pattern and DIP to decouple the rendering logic from the client code.

Language:C#Stargazers:0Issues:0Issues:0