Skip to content

Instantly share code, notes, and snippets.

View seanboe's full-sized avatar
📚
Studying

Sean Boerhout seanboe

📚
Studying
View GitHub Profile
@UselessMnemonic
UselessMnemonic / setup.md
Last active October 29, 2021 15:40
Software Setup

Notes

macOS

Using brew is highly recommended. It is a package manager for macOS and Linux that makes search and installation a breeze.

Windows

Some software for Windows 10/11 is available through winget, a Microsoft-developed package manager.

Student Offers

GitHub and JetBrains offer licenses for various tools used by us. Check them out at:

@bonnee
bonnee / stm32vscode.md
Last active June 26, 2024 09:40
STM32 developement on Visual Studio Code

STM32 developement on Visual Studio Code

This guide will help you install and setup Visual Studio Code for programming and debugging STM32 boards.

I tested this guide under Arch Linux and Ubuntu 18.04. If you get it to work under other setups, please let me know so I will update the steps with more info.

Warning

If you were using STM32CubeIDE or SystemWorkbench before, you need to convert your projects in order for them to work. The conversion procedure is fully reversible.
Up until the time of writing this guide, it is not possible to use STM32CubeIDE and Visual Studio Code on the same project unless some configuration changes are made on CubeIDE. Besides that, it is reccomended that every person that works on a project runs the same working environment.

@danmou
danmou / wall.sh
Last active June 10, 2024 08:47
Replacement for the unix wall command, which also works with gnome-terminal
#!/bin/bash
usage="
Usage:
wall [options] [message]
Write a message to all users.
Options:
-n, --nobanner do not print banner