Skip to content

Instantly share code, notes, and snippets.

View marcandreher's full-sized avatar
🏠
Working from home

Marc Andre Herpers marcandreher

🏠
Working from home
View GitHub Profile
@marcandreher
marcandreher / installer.sh
Last active January 18, 2025 19:33
Bancho.py-ex auto installer
#!/bin/bash
# Exit on any error
set -e
# Define colors for formatting (using tput for better compatibility)
green=$(tput setaf 2)
red=$(tput setaf 1)
yellow=$(tput setaf 3)
blue=$(tput setaf 4)
@marcandreher
marcandreher / profile.md
Created December 21, 2024 19:16
Profile for github

Using following technologies

Visual Studio Code Visual Studio Eclipse

C# CSS3 HTML5 Go JavaScript

@marcandreher
marcandreher / profile
Created December 21, 2024 19:13
profile
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91.svg?style=for-the-badge&logo=visual-studio&logoColor=white)
![Eclipse](https://img.shields.io/badge/Eclipse-FE7A16.svg?style=for-the-badge&logo=Eclipse&logoColor=white)
![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Lua](https://img.shields.io/badge/lua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white)

The RippleAPI for Java

To use it download the Release.

Introduce Users

You must create a User First You have 2 diffrent Types for that:

UserType.ID
UserType.NAME
Its free to use!
@marcandreher
marcandreher / Marc.theme.css
Last active February 9, 2018 10:29
Test for BD
.avatar-large, .avatar-profile, .avatar-small, .avatar-xlarge, .avatar-xsmall, .avatar-xxlarge {
background-clip: padding-box;
background-color: none;
background-position: 50%;
border-radius: unset;
border-top-left-radius: unset;
border-top-right-radius: unset;
border-bottom-right-radius: unset;
border-bottom-left-radius: unset;
position: relative;