Skip to content
View adambonneruk's full-sized avatar
Block or Report

Block or report adambonneruk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
adambonneruk/README.md

Hello, World!

I'm Adam Bonner

  • πŸ‘” Decisioning Engineering Director at Experian, In work I use the following tech/software:
    • SOA, SOAP, WSDL and Soap UI
    • REST, Swagger, JsonSchema, and Postman
    • PowerCurve Originations, SMaaS, and Experian One
  • πŸŽ“ MSc Comp Sci Graduate (with Distinction)
  • πŸ‘¨β€πŸ’Ό Find me on LinkedIn
  • πŸ’Ύ Obviously a version control enthusiast!
  • πŸ“‘ Loves to talk about networks, wi-fi and vlans
  • 🐍 Always learning about new technology, hardware and software languages (currently Python and NSIS)
  • πŸ‘·πŸΌ Free time spent with LEGO Mindstorms, Raspberry Pi and Power Tools

My Repositories

Here is a quick summary for some of the FOSS code i've written as personal projects. All licenced under MIT, which in the words of Simon Tatham ; "means that you can do pretty much anything you like with the binaries or the code, except pretending you wrote them yourself, or suing me if anything goes wrong".

Icon Respository Description Language Licence
PyRadials Manage your Survey from Field to Finish: Traverse, Reduce, and Plot! Designed to convert Lecia TPS1100 .GSI into .DXF for AutoCAD. Supports Topographical and Building Surveys Python MIT
Awake A small utility sitting in the Windows system tray; preventing the system from entering sleep or turning off the display. Uses Windows system calls and the pystray module Python MIT
Cargoship Hosting PiHole, a Unifi controller, OpenSpeedTest, Gitea, and an NTP Server with Debian Linux (on the metal) wrapped up with Nginx (Proxy Manager) for TLS. Backed up with Rclone + Cron Docker-Compose MIT
Unique Written in Python, Unique is a UUID and ULID generator packaged as a command line executable (with colour) and a graphical/windowed notepad-like tool that works on Windows, Mac OS, and Linux Python MIT
Space Cadet Pinball (Installer) Combining public domain files with k4zmu2a's decompilation to enable the classic pinball game on newer versions of Windows. Wrapping everything together in an easy-to-use portable installer NSIS MIT
NOPE Demonstrating hosting a simple web page using httpd to show how the image and the .html file are containerised together (in the Dockerfile). Use Dive to show how this is assembled. Docker MIT

Pinned

  1. awake awake Public

    Prevent the system from entering sleep or turning off the display

    Python

  2. cargoship cargoship Public

    hosting unifi, pihole, gitea etc. using docker-compose and nginx

    1 1

  3. unique unique Public

    The UUID & ULID Generation Tool

    Python

  4. space-cadet-pinball space-cadet-pinball Public

    Install "3D Pinball for Windows - Space Cadet" using NSIS on Windows 10

    NSIS