GitHub / davecom 52 Repositories
Author of Classic Computer Science Problems series & Dart for Absolute Beginners, Associate Professor @ Champlain College, Podcaster, App Developer
davecom/ClassicComputerScienceProblemsInPython
Source Code for the Book Classic Computer Science Problems in Python
Language: Python - Size: 108 KB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 1,052 - Forks: 404

davecom/ComputerScienceFromScratch
Source for the book Computer Science from Scratch
Language: Python - Size: 7.47 MB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 13 - Forks: 0

davecom/SwiftGraph
A Graph Data Structure in Pure Swift
Language: Swift - Size: 1.84 MB - Last synced at: 7 days ago - Pushed at: 25 days ago - Stars: 769 - Forks: 80

davecom/ClassicComputerScienceProblemsInSwift
Source Code for the Book Classic Computer Science Problems in Swift
Language: Swift - Size: 111 KB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 195 - Forks: 42

davecom/ClassicComputerScienceProblemsInJava
Source Code for the Book Classic Computer Science Problems in Java
Language: Java - Size: 194 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 177 - Forks: 84

davecom/chess.dart
A library for legal chess move generation, maintenance of game state, and format conversion.
Language: Dart - Size: 281 KB - Last synced at: 23 days ago - Pushed at: 9 months ago - Stars: 54 - Forks: 28

davecom/MazeSolvingGUI
A simple tkinter GUI for illustrating DFS and BFS.
Language: Python - Size: 132 KB - Last synced at: 21 days ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 4

davecom/SwiftCSP
A Constraint Satisfaction Problem Solver in Pure Swift
Language: Swift - Size: 148 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 82 - Forks: 11

davecom/Dart-for-Absolute-Beginners
Source Code for the Apress Book Dart for Absolute Beginners
Language: Dart - Size: 664 KB - Last synced at: 21 days ago - Pushed at: over 6 years ago - Stars: 32 - Forks: 13

davecom/PyWeatherKit
A simple Python wrapper for Apple's WeatherKit REST API.
Language: Python - Size: 23.4 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 26 - Forks: 12

davecom/SwiftSimpleNeuralNetwork
A simple multi-layer feed-forward neural network with backpropagation built in Swift.
Language: Swift - Size: 11.1 MB - Last synced at: 21 days ago - Pushed at: 7 months ago - Stars: 30 - Forks: 7

davecom/DK86PC
A WIP Intel 8086 and IBM PC 5150 emulator.
Language: C - Size: 4.97 MB - Last synced at: 21 days ago - Pushed at: almost 3 years ago - Stars: 15 - Forks: 1

davecom/SwiftPriorityQueue
A Generic Priority Queue in Pure Swift
Language: Swift - Size: 120 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 372 - Forks: 41

davecom/SVGChart
A C++ Library for Making SVG Charts (fork of PPlot)
Language: C++ - Size: 74.2 KB - Last synced at: 21 days ago - Pushed at: about 2 years ago - Stars: 16 - Forks: 2

davecom/FallingBlocks
A Tetris-like game in Python with the Arcade library.
Language: Python - Size: 64.5 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davecom/constraineD
Constraint Satisfaction Problem Solver for Dart
Language: Dart - Size: 203 KB - Last synced at: about 2 months ago - Pushed at: about 11 years ago - Stars: 3 - Forks: 2

davecom/nflate
Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).
Language: C - Size: 900 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

davecom/1brc Fork of gunnarmorling/1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
Language: Java - Size: 1.15 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

davecom/DKAsyncImageView
A Swift subclass of NSImageView for loading remote images asynchronously.
Language: Swift - Size: 52.7 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 47 - Forks: 9

davecom/dissolve
Make an animated GIF that dissolves from one image to another using Python's Pillow.
Language: Python - Size: 9.44 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

davecom/SwiftRedBlackTree
A Red-Black Tree Implemented in Swift
Language: Swift - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

davecom/DDNES
Personal Learning Project Hacking Together a NES Emulator in C w/ SDL
Language: C - Size: 7.53 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

davecom/AddContactExample
Add a contact to the address book without an entitlement.
Language: Swift - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

davecom/raycaster
A simple raycaster hacked together as a learning project in C & SDL.
Language: C - Size: 4.07 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

davecom/SuperSimpleGraphics
An SVG generating single header file C library appropriate for "intro to programming" classes in C/C++.
Language: C - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 2

davecom/c3c Fork of c3lang/c3c
Compiler for the C3 language
Language: C - Size: 4.18 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

davecom/C3PriorityQueue
A simple binary heap based priority queue for C3.
Size: 185 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

davecom/ChipLate
A simple CHIP-8 Emulator in Swift
Language: Swift - Size: 41 KB - Last synced at: 21 days ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 2

davecom/CDYelpFusionKit Fork of chrisdhaan/CDYelpFusionKit
An extensive Swift wrapper for the Yelp Fusion API.
Language: Swift - Size: 1.3 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

davecom/RayTracingInOneWeekend
Swift 4 Implementation of Ray Tracing in One Weekend by Peter Shirley
Language: Swift - Size: 622 KB - Last synced at: 21 days ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 0

davecom/DKDropMenu
A simple iOS drop down list written in Swift.
Language: Swift - Size: 127 KB - Last synced at: 11 days ago - Pushed at: over 7 years ago - Stars: 25 - Forks: 10

davecom/DKVerticalColorPicker
A simple iOS color picker presented as a vertical hue bar.
Language: Objective-C - Size: 40 KB - Last synced at: 11 days ago - Pushed at: about 9 years ago - Stars: 23 - Forks: 7

davecom/BrickBreaker Fork of AleffCorrea/BrickBreaker
NES game submitted to the 2016 NESDev coding competition.
Size: 313 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

davecom/twitteroauth Fork of abraham/twitteroauth
The most popular PHP library for use with the Twitter OAuth REST API.
Language: PHP - Size: 3.58 MB - Last synced at: about 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

davecom/assignment5
Size: 52.7 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

davecom/Crump
OS X Arcade Game Written in Swift
Language: Swift - Size: 1.74 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

davecom/chapter15
Part of the Git Tutorial from Chapter 15 of Dart for Absolute Beginners.
Language: Dart - Size: 129 KB - Last synced at: about 2 months ago - Pushed at: about 11 years ago - Stars: 1 - Forks: 1

davecom/SwiftThreeWayRadixQuicksort
An Implementation of Three-way Radix Quicksort in Swift
Language: Swift - Size: 507 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

davecom/Connect4ChallengeJava
An incomplete implementation of Connect 4 in Java 8 with tests for accurate completion.
Language: Java - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

davecom/Connect4Challenge
An incomplete implementation of Connect 4 with tests for accurate completion.
Language: Python - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

davecom/DKOutlineButton
A simple Swift subclass of UIButton for setting outlines in IB.
Language: Swift - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

davecom/StepOut
Language: Python - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

davecom/DKPhotoCapture
A camera capture class like UIImagePickerController that allows for scribbles and overlayed text.
Language: Objective-C - Size: 1010 KB - Last synced at: 21 days ago - Pushed at: about 10 years ago - Stars: 9 - Forks: 0

davecom/SwiftFSM Fork of cipriancaba/SwiftFSM
A solid yet simple fsm implementation in Swift
Language: Swift - Size: 27.3 KB - Last synced at: about 2 years ago - Pushed at: about 9 years ago - Stars: 1 - Forks: 0

davecom/YelpAPIManager
Yelp API 2.0 in Objective-C
Language: Objective-C - Size: 221 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

davecom/HNSentiment
Analysis of Hacker News sentiment.
Language: Python - Size: 850 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

davecom/swift-source-compat-suite Fork of apple/swift-source-compat-suite
The infrastructure and project index comprising the Swift source compatibility suite.
Language: Python - Size: 817 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

davecom/Podcasts Fork of vermont42/Podcasts
This is a list of podcasts of interest to iOS developers.
Size: 437 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

davecom/CloudKitPy Fork of Baza207/CloudKitPy
A python wrapper around CloudKit Web Services for server-to-server connections.
Language: Python - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

davecom/Chesspresso Fork of BernhardSeybold/Chesspresso
Chesspresso is an open-source chess librarary, written entirely in Java
Language: Java - Size: 1.31 MB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

davecom/MisterQueen Fork of fogleman/MisterQueen
A chess engine written in C.
Language: C - Size: 629 KB - Last synced at: about 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

davecom/yelp
Yelp API Library for Dart
Language: Dart - Size: 137 KB - Last synced at: about 2 months ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

davecom/summer-of-swift Fork of realm/summer-of-swift
An ephemeral contest to learn Swift by doing
Size: 253 KB - Last synced at: about 2 years ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0

davecom/chess.js Fork of jhlywa/chess.js
A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
Language: JavaScript - Size: 11.3 MB - Last synced at: about 2 years ago - Pushed at: about 11 years ago - Stars: 0 - Forks: 1
