Pinned Repositories
2021-android-dagger-tutorial
A repository with step by step commits for settting up your app with dagger. This follows the tutorial set out by Coding With Mitch youtube channel.
agile_templates
am335x_pru_package
android-gitlab-opener
Helper app for opening gitlab tickets and issues
armv4_assembly
assignment writing algorithms in Assembly
beating_roulette
Designing a neural network to predict outcomes in roulette.
mturk_bbutils
Utilities for formatting csvs, viewing bounding box annotations, and approving annotations with mturk
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
pixel3xl_wifi_crash
Was having random wifi issue on Pixel 3 XL. Everytime I tried to connect to any wireless network, the phone would go through a soft crash, then reboot. So I decided to write a program to automatically connect. It crashed again 1 more time, but I was able to connect thereafter! Target Android is 8
react-lists-conditionals
Example react application outlining using dynamic lists and conditional rendering.
d-j-kendall's Repositories
d-j-kendall/beating_roulette
Designing a neural network to predict outcomes in roulette.
d-j-kendall/mturk_bbutils
Utilities for formatting csvs, viewing bounding box annotations, and approving annotations with mturk
d-j-kendall/armv4_assembly
assignment writing algorithms in Assembly
d-j-kendall/openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
d-j-kendall/pixel3xl_wifi_crash
Was having random wifi issue on Pixel 3 XL. Everytime I tried to connect to any wireless network, the phone would go through a soft crash, then reboot. So I decided to write a program to automatically connect. It crashed again 1 more time, but I was able to connect thereafter! Target Android is 8
d-j-kendall/react-lists-conditionals
Example react application outlining using dynamic lists and conditional rendering.
d-j-kendall/2021-android-dagger-tutorial
A repository with step by step commits for settting up your app with dagger. This follows the tutorial set out by Coding With Mitch youtube channel.
d-j-kendall/agile_templates
d-j-kendall/am335x_pru_package
d-j-kendall/android-gitlab-opener
Helper app for opening gitlab tickets and issues
d-j-kendall/Autoware
Open-Source To Self-Driving.
d-j-kendall/aws-sqs-consumer
A project which uses spring boot and spring cloud aws to consume messages from AWS SQS queue
d-j-kendall/big_data_ece595
A course in big data management, hadoop, map reduce architecture, spark, and NOSQL
d-j-kendall/designpatterns
d-j-kendall/django_hotel_api
Developing an api for my "Software Engineering Design" Course. I decided to use Django, because it seemed easy to learn.
d-j-kendall/ECE-251-Object-Oriented-Programming
Spring 2018 learning object oriented programming paradigm with java.
d-j-kendall/ECE-371-Computer-Organization-and-Design
Course teaches concepts of assembly, memory, computer architectures, and design concepts. Most of the lab assignments were done in quartus using VHDL 2008.
d-j-kendall/htmltemplater
A small project to help generate templated html documents, useful for printing html documents via webview.
d-j-kendall/JavaConcurrencyTutorials
Exploring the forests of `java.lang.concurrent`
d-j-kendall/pipeline-poc
d-j-kendall/PyTorch-Tutorials
d-j-kendall/ruby_algorithms
Dabbling with ruby and implementing algorithms
d-j-kendall/sagan
The spring.io site and reference application
d-j-kendall/spring-boot-jwt
JWT auth service using Spring Boot, Spring Security and MySQL
d-j-kendall/spring-resource-bug
Minimum viable spec to showcase spring resource bug
d-j-kendall/swagger-oas3-petstore-example
Quick example of OAS3
d-j-kendall/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > iOS