Pinned Repositories
AtariParallax
Parallax Scrolling for the atari 8-Bit
atariParallelDataTransfer
Parallel data transfer between the Atari 8- bit computers and the modern world via the Atari's joystick ports.
Beam-Calc
Calculate the supporting forces of a simply supported beam. Shows detailed results. Create exercise sheets for lectures.
BeamCalcII
Java- class library. Calculates the supporting forces of a simply supported beam. Acting forces can be single- and/ or line loads.
BluetoothSenderReceiver
Hardware project to show how to exchange data between an Android app and a Tensy 2.0/ HC05- bluetooth module.
CovidInfoGermany
Android App which enables you to obtain covid related data for German cities quickly.
Floppy-Bord
Another remake of the infamous Bird
localTemperature
Hard-/ software project. This app obtains temeperature and air pressure data from a sensor via a bluetooth connection.
outDoorTools
Ever wanted to build a weather staition? Here are some tools you might find useful...
resistors
A collection of algorithms helping to calculate the properties of resistors. E.g. find the closest value of a standard resistor within a given error margin for a resistance needed. The tool will tell you the standard value and the first standard series in which it was found. Voltage dividers can also be calculated, for a given in- and output voltage the tool will find any possible combination of resistors.
codingbychanche's Repositories
codingbychanche/resistors
A collection of algorithms helping to calculate the properties of resistors. E.g. find the closest value of a standard resistor within a given error margin for a resistance needed. The tool will tell you the standard value and the first standard series in which it was found. Voltage dividers can also be calculated, for a given in- and output voltage the tool will find any possible combination of resistors.
codingbychanche/Beam-Calc
Calculate the supporting forces of a simply supported beam. Shows detailed results. Create exercise sheets for lectures.
codingbychanche/atariParallelDataTransfer
Parallel data transfer between the Atari 8- bit computers and the modern world via the Atari's joystick ports.
codingbychanche/BeamCalcII
Java- class library. Calculates the supporting forces of a simply supported beam. Acting forces can be single- and/ or line loads.
codingbychanche/CovidInfoGermany
Android App which enables you to obtain covid related data for German cities quickly.
codingbychanche/localTemperature
Hard-/ software project. This app obtains temeperature and air pressure data from a sensor via a bluetooth connection.
codingbychanche/FileDialogTool
A file dialog activity for your android app. Allows you to pick a files path for loading or saving.
codingbychanche/my6502
Another 6502 emulator
codingbychanche/MyAtari8BitSoftwareCollection
Stuff I've done in the 80' with my Atari 8- Bit Computer. Software, texts, pictures. Feel free to browse through.
codingbychanche/outDoorTools
Ever wanted to build a weather staition? Here are some tools you might find useful...
codingbychanche/atariBasicBitwise
Bit level boolean logic for Atari 8 Bit- Basic
codingbychanche/barcode
codingbychanche/BlueToothAlarmApp
Demonstrates how to establish a Bluetooth connection and listen for incoming data using a Job Intent service.The device is woken up, if in pause mode as long as the app was not destroyed.
codingbychanche/calendarMaker
Extracts data for a calendar entry from textfiles.
codingbychanche/ChartMaker
Draws charts... Early alpha....
codingbychanche/cs-video-courses
List of Computer Science courses with video lectures.
codingbychanche/doorBellSensor
Activates an alarm, which is also logged, when notified by a Bluetooth device. Currently, I use this app to detect and log when somebody rings my doorbell.
codingbychanche/Formelsammlung-Gleisbau
Eine ständig wachsende Formelsammlung zum Thema. Enthält die wichtigsten Formeln und die Möglichkeit ein Gleis zu modellieren. Am modelliertem Gleis können dann die Parameter der Inneren Gleisgeometrie, virtuell, gemessen werden.
codingbychanche/GFXNonOverlaping
Allows it to determine if any of the objects drawn onto a virtual canvas are overlapping each other. If so, suggestions are made on where to draw each object added.
codingbychanche/htmlSamples
HTML sample code.....
codingbychanche/MakeJobSchedule
Creates entries into your calendar app from events found inside a plain text file.
codingbychanche/plane-notify
Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet
codingbychanche/Read-ATR
Tools to analyze the structure of Atari Dos 2.x formatted disks (Shows disk directory, VTOC. Transfer files from disk image to your computers file system)
codingbychanche/RegexLab
A sandbox to test your regex skills....
codingbychanche/scrooge
This app helps you to keep track of your daily expenses. Create challenges by setting goals.
codingbychanche/Table-Tool
Android library. Create nice table- layouts for your Android app.
codingbychanche/tableBuilder
Java library providing methods to create tables and work with them. Provides also methods to export them in various formats (csv, html).
codingbychanche/teensy20TestBoard
A general purpose PCB to which can be used for projects with the Teensy 2.0 MCU.
codingbychanche/voltageDividerApp
Find the best solution for R1 and R2 of a voltage divider.
codingbychanche/WorkmanagerDemo
A simple demo showing how to use Androids WorkManager, NotificationManager and Broadcast/ BroadcastReceiver.