Skip to content

Instantly share code, notes, and snippets.

View BenRoe's full-sized avatar
👨‍💻
coding...

Ben BenRoe

👨‍💻
coding...
View GitHub Profile
@BenRoe
BenRoe / Kimiko-Split-Keyboard.kbd.json
Last active August 27, 2022 00:59 — forked from josefadamcik/SofleKeyboard.kbd.json
Kimiko Split Keyboard
[
{
"backcolor": "#ffffff",
"name": "Kimiko Split Keyboard",
"author": "by BenRoe (Keycapsss.com)",
"switchMount": "cherry",
"plate": true
},
[
{
@BenRoe
BenRoe / Romeo.kbd.json
Last active August 19, 2020 13:27
Romeo
[
{
"name": "Romeo",
"switchMount": "cherry",
"pcb": true,
"plate": true
},
[
{
"x": 2.5,
@BenRoe
BenRoe / curaengine.md
Last active July 9, 2021 05:07 — forked from nickoala/curaengine.md
Build CuraEngine on Raspbian or Ubuntu

Build CuraEngine on Raspbian or Ubuntu

CuraEngine requires libArcus which requires protobuf. Let's build them in turn.

Make sure python3 is Python 3.4 or higher.

Install utilities used by the build process:

@BenRoe
BenRoe / Game-Pad-_Maker-Tutorials_com_.kbd.json
Last active March 2, 2024 22:59
Game Pad (Maker-Tutorials.com)
[
{
"name": "Game Pad (Maker-Tutorials.com)",
"author": "Ben Roe",
"switchMount": "cherry",
"switchBrand": "cherry",
"switchType": "MX1A-L1xx",
"plate": true
},
[
@BenRoe
BenRoe / DE.md
Last active August 29, 2015 14:08
Raspberry Pi Terminal Snippets

Raspberry Config Programm öffnen

sudo raspi-config

Zeitzone einstellen

sudo dpkg-reconfigure tzdata

nach Updates für Raspbian suchen und installieren

@BenRoe
BenRoe / gist:3902092
Last active October 11, 2015 18:37
Magento Product Snippets (tested under 1.6)

Paths for Skin, Media, JS, Base & Store URL

//Not secure Skin URL
echo $this->getSkinUrl(‘images/sampleimage.jpg’)

//Secure Skin URL
echo $this->getSkinUrl(‘images/ sampleimage.gif’, array(‘_secure’=>true))

//Get  Current URL