Skip to content

Instantly share code, notes, and snippets.

View Bonsailinse's full-sized avatar
:octocat:
Backseatgaming

Robin Langenhorst Bonsailinse

:octocat:
Backseatgaming
View GitHub Profile
Terms of Use
Date of the latest revision: June 26th, 2024.
Please read these Terms of use carefully before using the Features.
Please note that some provisions in these Terms may only apply to certain categories of Users. In
particular, certain provisions may only apply to Consumers or to those Users that do not qualify as
Consumers. Such limitations are always explicitly mentioned within each affected clause. In the
absence of any such mention, clauses apply to all Users.
1 PURPOSE
The purpose of these terms of use (the “Terms”) is to define the terms and conditions of use
# Privacy Policy
The use of this application ("Bot") in a server requires the collection of some specific user data ("Data"). The Data collected includes, but is not limited to Discord user ID values. Use of the Bot is considered an agreement to the terms of this Policy.
## Access to Data
Access to Data is only permitted to Bot's developers, and only in the scope required for the development, testing, and implementation of features for Bot. Data is not sold, provided to, or shared with any third party, except where required by law or a Terms of Service agreement. You can view the data upon request from `@nhcarrigan`.
## Storage of Data
@Bonsailinse
Bonsailinse / win10_bloatware.bat
Last active August 29, 2020 16:33
[Disable Win10 Bloatware] .bat file for disabling #Bloatware services on a freshly installed #Windows 10
@rem *** Disable Some Service ***
sc stop DiagTrack
sc stop diagnosticshub.standardcollector.service
sc stop dmwappushservice
sc stop WMPNetworkSvc
sc stop WSearch
sc config DiagTrack start= disabled
sc config diagnosticshub.standardcollector.service start= disabled
sc config dmwappushservice start= disabled

Keybase proof

I hereby claim:

  • I am Bonsailinse on github.
  • I am bonsailinse (https://keybase.io/bonsailinse) on keybase.
  • I have a public key whose fingerprint is C623 6688 B8CE 99EB 4632 CF90 5BAC C121 196F EE46

To claim this, I am signing this object:

@Bonsailinse
Bonsailinse / old_posts.php
Last active February 4, 2016 10:02
Wordpress - Toolbox-Snippet: Markiert eventuell veraltete Artikel mit einer Infobox [Frontend]
<?php
/*
Module Name: Alte Post als solche markieren
Description: Markiert eventuell veraltete Artikel mit einer Infobox [Frontend]
Author: Robin Langenhorst
Author URI: http://bonsailinse.net
*/
/* Sicherheitsabfrage */