Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / platisd 30 repositories

Software Engineer & Maker. Currently with a special interest in the fields of Embedded Systems, Internet of things and Robotics.

platisd/openai-pr-description

Autofill your pull request descriptions with the power of OpenAI

Language: Python - Size: 271 KB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 37 - Forks: 17

platisd/robots.army

robots.army

Language: Ruby - Size: 96.9 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 2 - Forks: 0

platisd/phonix

Generate captions for videos using the power of OpenAI's Whisper API

Language: Python - Size: 31.3 KB - Last synced: 14 days ago - Pushed: 14 days ago - Stars: 23 - Forks: 2

platisd/duplicate-code-detection-tool

A simple Python3 tool to detect similarities between files within a repository

Language: Python - Size: 48.8 KB - Last synced: 25 days ago - Pushed: 8 months ago - Stars: 148 - Forks: 31

platisd/toetap

A keyboard for your toes

Language: C++ - Size: 432 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

platisd/clang-tidy-pr-comments

Turn clang-tidy warnings and fixes to comments in your pull request

Language: Python - Size: 132 KB - Last synced: 27 days ago - Pushed: about 2 months ago - Stars: 38 - Forks: 18

platisd/definition-of-done

A bot to remind you to check whether your Definition-of-Done has been satisfied before approving a pull request

Language: Python - Size: 20.5 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 16 - Forks: 1

platisd/break-the-coupling-cpp

5 ways to decouple dependencies in C++

Language: C++ - Size: 2.7 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 6 - Forks: 2

platisd/sycophant

Opinionated articles based on the latest news; a churnalist's wet dream

Language: Python - Size: 267 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 3 - Forks: 0

platisd/eely

Organize your Markdown-based slides into configurable course deliveries

Language: Python - Size: 53.7 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 1

platisd/skonaki

Create cheatsheets out of videos

Language: Python - Size: 519 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 3 - Forks: 1

platisd/nokia-5110-lcd-library

Arduino library for driving the Nokia 5110 LCD

Language: C++ - Size: 50.8 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 16 - Forks: 6

platisd/tombstone-app

An app that creates tombstones for testing purposes

Language: Java - Size: 99.6 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

platisd/indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks

Language: C++ - Size: 4.39 MB - Last synced: 3 months ago - Pushed: over 5 years ago - Stars: 14 - Forks: 13

platisd/bad-commit-message-blocker

Inhibits commits with bad messages from getting merged

Language: Python - Size: 23.4 KB - Last synced: 2 months ago - Pushed: over 2 years ago - Stars: 62 - Forks: 10

platisd/scrumtato

An ATtiny85 gadget to make daily stand-ups agile again

Language: C++ - Size: 308 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 4 - Forks: 0

platisd/rsync-deploy Fork of AEnterprise/rsync-deploy

Language: Dockerfile - Size: 6.84 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

platisd/finito

Get a push notification when a command has finished running

Language: Shell - Size: 11.7 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 4 - Forks: 0

platisd/smartcar_MPU6050 Fork of jrowberg/i2cdevlib

An extension of the Smartcar shield library that uses the MPU6050 6DOF IMU

Language: C++ - Size: 931 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 1 - Forks: 1

platisd/newsletter-station

A small system with Arduino and ESP8266, connected to a PS/2 keyboard, to get emails and store them in a mailing list

Language: Arduino - Size: 238 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

platisd/Creative-Commons-Markdown Fork of idleberg/Creative-Commons-Markdown

Markdown-formatted Creative Commons licenses

Size: 419 KB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 0 - Forks: 0

platisd/wakeduino

A bio-alarm clock based on arduino and an IR sensor to detect movements. After pointing the IR sensor towards the body of the user, it wakes him up on the specified time +- a threshold window, when it detects a specific amount of movements, which would indicate that he is in the end of a sleep cycle, causing the user to wake up more fresh.

Size: 289 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 3 - Forks: 0

platisd/AndroidCar

Arduino library to control an Android Autonomous Vehicle by Team Pegasus

Language: C++ - Size: 1.12 MB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 42 - Forks: 15

platisd/smartcar_shield

A versatile and easy to use vehicle platform for hobby-grade projects

Language: C++ - Size: 19.7 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 71 - Forks: 45

platisd/reusable-testable-arduino-tutorial

Language: C++ - Size: 1010 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 16 - Forks: 6

platisd/eely-sample-repository

Sample repository for eely

Size: 7.81 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

platisd/cpp-cmake-template-repo

A template repository for my typical C++ projects

Language: CMake - Size: 1.26 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 5 - Forks: 1

platisd/refactoring-for-testability-cpp

Hard-to-test patterns in C++ and how to refactor them

Language: C++ - Size: 161 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 46 - Forks: 8

platisd/nevma

USB gadget to transform your gestures to keyboard events

Language: Arduino - Size: 71.3 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 13 - Forks: 1

platisd/reverse-interview-questions

Questions YOU should ask when interviewed for a Software Engineering position

Size: 18.6 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 9 - Forks: 0

platisd/cpp-builder-pattern

Builder Pattern with C++: A pragmatic approach

Language: C++ - Size: 761 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 6 - Forks: 0

platisd/Netstrings

A simple library to decode and encode Netstrings

Language: C++ - Size: 161 KB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 4 - Forks: 1

platisd/cpp-views

Language: CMake - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

platisd/meta-dimitriOS

A BitBake layer for my Linux based projects

Language: BitBake - Size: 45.9 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 3 - Forks: 1

platisd/cpp-pimpl-tutorial

Source code for the pImpl idiom tutorial (C++)

Language: C++ - Size: 986 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 6 - Forks: 1

platisd/hello-coursera-cumulative

Language: Java - Size: 101 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

platisd/hello-coursera

Language: Java - Size: 104 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

platisd/cpp-command-parser

Parse CLI commands with compile-time checks for your sanity

Language: C++ - Size: 1.03 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

platisd/github-license-crawler

Language: Python - Size: 10.7 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

platisd/smartcar

This repository includes code to control an arduino - raspberry pi based vehicle from an android client.

Language: Java - Size: 4.98 MB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 8 - Forks: 9

platisd/HMC5883L

HMC5883L library by loveelectronics.co.uk

Language: C++ - Size: 148 KB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 1 - Forks: 0

platisd/vasttrafik-google-assistant

Make your Google Assistant talk to Västtrafik

Language: Python - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 7 - Forks: 2

platisd/TinyGSM

An Arduino library to control the SIM900 based TinyGSM board

Language: C++ - Size: 133 KB - Last synced: about 1 year ago - Pushed: almost 9 years ago - Stars: 1 - Forks: 0

platisd/cryptopuck

A handheld gadget that encrypts your drives on the fly

Language: Python - Size: 59.6 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 44 - Forks: 12

platisd/libSMCE Fork of ItJustWorksTM/libSMCE

A library to run your Arduino code on a desktop OS

Language: C++ - Size: 744 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

platisd/vasttraPi

Your personal departures screen for Västtrafik buses, using a Raspberry Pi Zero W and an ATtiny85 power control board

Language: Python - Size: 54.7 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 13 - Forks: 5

platisd/sonicdisc

A 360° ultrasonic scanner

Language: C++ - Size: 1.31 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 37 - Forks: 11

platisd/ATtiny85-LCD-library Fork of digistump/DigisparkArduinoIntegration

ATtiny85 I2C LCD library (used for an interactive name tag)

Language: C++ - Size: 40.6 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 20 - Forks: 7

platisd/dialectic-ball

A physical debugging tool for your daily code struggles

Language: C++ - Size: 54.7 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1

platisd/static-mocks-good-bad-ugly

Language: C++ - Size: 977 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

platisd/platisd

Size: 11.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

platisd/xmas-pcb-tree

The PCB design files and firmware for a xmas tree shaped PCB, using an ATTiny25 and MOSFETs to blink several LEDs - http://plat.is/xmaspcb

Language: Eagle - Size: 40 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 2 - Forks: 1

platisd/cpp-shm-exercise

Language: C++ - Size: 19.4 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

platisd/intro-to-unit-testing-workshop

Language: C++ - Size: 2.62 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 4 - Forks: 1

platisd/IoTink

Your portable & connected, e-paper dashboard

Language: C++ - Size: 54.7 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 15 - Forks: 4

platisd/code-review-lamp

A colorful lamp to notify the developer team for pending code reviews

Language: C++ - Size: 111 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 11 - Forks: 3

platisd/git-workshop

Git workshop for DIT112-V20

Size: 15.6 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

platisd/learn-practical-cpp

Material for the "Learn practical C++" series on my YouTube channel

Language: CMake - Size: 969 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

platisd/hackathon-pcb-trophy

A cool trophy for the winners of your Hackathon

Language: C++ - Size: 24.4 KB - Last synced: 3 months ago - Pushed: about 6 years ago - Stars: 2 - Forks: 0

platisd/handy-cpp-components

A collection of useful C++ components

Language: C++ - Size: 5.86 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

platisd/example-dimitriOS-cmake-project

Language: C++ - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

platisd/dimitriOS-manifest

A Yocto Linux distribution for experimentation with RPi

Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

platisd/intro-to-git-course-edument

Language: C++ - Size: 18.6 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

platisd/CaroloCup2016

The repository for the physical layer of Team Pegasus, for the Carolo Cup 2016 competition

Language: Arduino - Size: 1.19 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 5 - Forks: 3

platisd/jekyll-theme-prologue Fork of chrisbobbe/jekyll-theme-prologue

A Jekyll version of the "Prologue" theme by HTML5 UP

Size: 1.08 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

platisd/palingenesis Fork of ddjohn/palingenesis

Language: Java - Size: 1.69 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

platisd/hello-github-actions

Language: Dockerfile - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

platisd/HM-11_breakout

Eagle PCB files for a HM-11 Bluetooth Low Energy module, breakout board

Language: Eagle - Size: 145 KB - Last synced: about 1 year ago - Pushed: almost 9 years ago - Stars: 2 - Forks: 2

platisd/tango-hackathon

Language: Arduino - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 2 - Forks: 0

platisd/smartcar_core

A library that provides some high level functions to the user of a Smartcar

Language: C++ - Size: 39.1 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 7 - Forks: 2

platisd/esp8266-button Fork of jeena/esp8266-button

Language: C++ - Size: 1.49 MB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

platisd/smartcar_sensors

A simple library to control various sensors on the smartcar

Language: C++ - Size: 33.2 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 6 - Forks: 4

platisd/moltoduino

Add programmable cores and enable HIL testing

Size: 223 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 2 - Forks: 4

platisd/smartcar-gmock Fork of ikeyasu/arduino-gmock-sample

A testing & mocking framework for the Smartcar library. Use it to unit test your Smartcar sketches!

Language: C++ - Size: 733 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 0

platisd/MyFirstKotlinApp

Kotlin demo app for Platform team's study circle at Aptiv GOT

Language: Kotlin - Size: 134 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

platisd/SocketSerialBridge

A simple program written in Java to establish a 2-way bridge between web sockets and a serial connection

Language: Java - Size: 421 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 2 - Forks: 1

platisd/delphi-pcb-workshop

Repository for the Christmas PCB workshop organized at Delphi on 30/11/2017

Language: Arduino - Size: 34.2 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

platisd/PyTrafik Fork of axelniklasson/PyTrafik

A Python wrapper of Västtrafik's journey planner REST API.

Language: Python - Size: 2.94 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

platisd/smartcar_mock

The Smartcar mock classes to be used as a submodule in https://github.com/platisd/smartcar-gmock

Language: C++ - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

platisd/arduino-mock Fork of ikeyasu/arduino-mock

A GMock stub library to simulate the arduino envirinment

Language: C++ - Size: 80.1 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

platisd/SmarterCar-Java

[WIP] A JAVA implementation of the Arduino Smartcar Shield library, utilizing the MRAA low level skeleton IO library to be run on embedded platforms such as Intel Edison. Developed through a MDE approach using Modelio

Language: Java - Size: 5.07 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

platisd/pcb_business_card

Eagle files for a simple PCB business card

Language: Eagle - Size: 309 KB - Last synced: about 1 year ago - Pushed: almost 9 years ago - Stars: 0 - Forks: 1

platisd/Adafruit-Motor-Shield-library Fork of adafruit/Adafruit-Motor-Shield-library

Adafruit Motor shield V1 firmware with basic Microstepping support. Works with all Arduinos and the Mega

Language: C++ - Size: 190 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0

platisd/bluetooth_spider

bluetooth controlled spider toy

Language: Arduino - Size: 5.7 MB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

platisd/smartcar_experimental

experimental version of smartcar with various automated functions

Language: Java - Size: 5.17 MB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 0 - Forks: 0