Skip to content

Instantly share code, notes, and snippets.

View WhitneyLampkin's full-sized avatar
💭
Status set using the GitHub GraphQL API

Whitney Lampkin WhitneyLampkin

💭
Status set using the GitHub GraphQL API
View GitHub Profile
@WhitneyLampkin
WhitneyLampkin / HttpProxy.go
Created September 9, 2022 00:24 — forked from yowu/HttpProxy.go
A simple HTTP proxy by Golang
package main
import (
"flag"
"io"
"log"
"net"
"net/http"
"strings"
)
@WhitneyLampkin
WhitneyLampkin / codility_solutions.txt
Created December 9, 2021 19:37 — forked from lalkmim/codility_solutions.txt
Codility Solutions in JavaScript
Lesson 1 - Iterations
- BinaryGap - https://codility.com/demo/results/trainingU2FQPQ-7Y4/
Lesson 2 - Arrays
- OddOccurrencesInArray - https://codility.com/demo/results/trainingFN5RVT-XQ4/
- CyclicRotation - https://codility.com/demo/results/trainingSH2W5R-RP5/
Lesson 3 - Time Complexity
- FrogJmp - https://codility.com/demo/results/training6KKWUD-BXJ/
- PermMissingElem - https://codility.com/demo/results/training58W4YJ-VHA/
@WhitneyLampkin
WhitneyLampkin / index.html
Created November 30, 2016 01:04 — forked from anonymous/index.html
Simple Angular2 Pen
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<div class="main">
<my-app>Loading...</my-app>
</div>