Skip to content
View Jamonek's full-sized avatar
🏗️
Building.. Exploring.. Dreaming..
🏗️
Building.. Exploring.. Dreaming..

Organizations

@codeforgso @BlacksInTechnologyOrg @MeheLLC @robinhood-unofficial

Block or report Jamonek

Report abuse

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

Report abuse
Jamonek/README.md

Hi there 👋

Pinned Loading

  1. swift-extensions swift-extensions Public

    Useful swift extensions to make development slightly easier/faster.

    Swift 9

  2. swift-iOS-text-classifier swift-iOS-text-classifier Public

    A swift implementation of text classifying based on the Parsimmon linguistics toolkit

    Swift 7 1

  3. School-For-Me School-For-Me Public

    Prototype for an iOS application to help teachers locate schools that have a shortage of educators and parents to search for schools by almost any category.

    Swift 3 1

  4. robinhood-unofficial/pyrh robinhood-unofficial/pyrh Public

    Python Framework to make trades with the unofficial Robinhood API

    Python 1.8k 587

  5. haversine.swift haversine.swift
    1
    // The fixed formula 
    2
    struct Global {
    3
        static var schoolID: Int? // Work around for passing the selected location ID
    4
        static var userCoord: CLLocationCoordinate2D?
    5