Pinned Repositories
arduino_sound_sensor
BLELister
iOS application that lists Bluetooth Low Energy devices
CallKitty
Use Swift iOS CallKit and Realm. Attempts to share realm info between app and Call Directory extension did not work well.
Draw
Ref Dudney iPhone SDK Development Ch 18
GenericKeychain
reference Apple sample code
pandas_decimal
Using Pandas with Python Decimal for accurate currency arithmetic
PhysicsGame
Physics Game Snowball Toss by Rod Strougo from Voices That Matter conference 2010.
remy_python
A Raspberry Pi infrared remote control. The Python app has three parts: Functions to send commands to the infrared transmitter. A Flask web service to accept television command requests (e.g. volume decrease, volume increase). A scheduler that automatically sends remote control commands at programmed times (e.g. mute during TV commercials).
ScrollViewImageGallery
tv_commercial_silencer
Listen to television audio, detect commercials, request decrease volume.
beepscore's Repositories
beepscore/remy_python
A Raspberry Pi infrared remote control. The Python app has three parts: Functions to send commands to the infrared transmitter. A Flask web service to accept television command requests (e.g. volume decrease, volume increase). A scheduler that automatically sends remote control commands at programmed times (e.g. mute during TV commercials).
beepscore/tv_commercial_silencer
Listen to television audio, detect commercials, request decrease volume.
beepscore/CallKitty
Use Swift iOS CallKit and Realm. Attempts to share realm info between app and Call Directory extension did not work well.
beepscore/BLELister
iOS application that lists Bluetooth Low Energy devices
beepscore/image_utils
Remove exif metadata from images. Started with Python, then switched to command line exiftool.
beepscore/Phoney
Phoney is an iOS application to experiment with testing phone calls.
beepscore/BLEListerSwift
BLEListerSwift is an iOS application that lists Bluetooth Low Energy devices.
beepscore/Remy
Remote control television by sending commands from iOS device to a server.
beepscore/BinarySearchTree
Build binary trees, add methods to check if they are valid binary search trees.
beepscore/BlockPlay
beepscore/bs_team_ranker
beepscore/census_play
Use GeoPandas to map population density
beepscore/ContainerViewPlay
Experiment with iOS container view controller.
beepscore/CSwift
Practice using C and Swift together.
beepscore/dejavu
Audio fingerprinting and recognition in Python
beepscore/EightQueens
Do eight queens chess problem to practice recursion.
beepscore/EncodedStringExpander
Expand an encoded string
beepscore/excely
beepscore/graphvizzy
Use Python, pygraphviz, graphviz and dot to draw a graph.
beepscore/malaria
Show info about malaria. Use selenium, pandas and geopandas.
beepscore/MockPlay
MockPlay is an iOS Swift application to experiment with mocking via protocols.
beepscore/python_play
Play with Python to learn it better
beepscore/python_sort
beepscore/searcher
beepscore/SICP-2020
Repository for material related to Programming Languages Virtual Meetup coverage of the Structure and Interpretation of Computer Programs textbook.
beepscore/tic-tac-toe
Do React javascript tutorial tic tac toe game. https://facebook.github.io/react/tutorial/tutorial.html
beepscore/TreeTraverser
beepscore/WeatherForecast
Cloned from https://github.com/cjbatin/Swift4-Decoding-JSON-Using-Codable.git, added branch beepscore
beepscore/websearcher
beepscore/word_diff
Python sample use subprocess to call command line tool dwdiff to diff by words.