Skip to content

Instantly share code, notes, and snippets.

View kailan's full-sized avatar

Kailan Blanks kailan

  • London, United Kingdom
  • 05:25 (UTC)
View GitHub Profile
@kailan
kailan / email.txt
Created September 2, 2024 11:42
Subject: Google Trends email subscriptions turning down in October 2024
Hello,
We're writing to let you know about some upcoming changes to Google Trends subscriptions.
As of 29 October 2024, Google Trends trend notifications will no longer be supported and existing alerts will no longer be sent. In addition, creating new trend alerts using the subscription page will no longer be possible.
You can still copy your subscriptions from the Google Trends subscription page before 29 October 2024, if you wish to keep a record of them.
We understand this change may affect how you stay updated on trends. While email subscriptions will no longer be supported, there are alternative ways to access trending information:
@kailan
kailan / Makefile
Created December 28, 2015 08:21
PaperSpigot Makefile
all: update build
update:
rm PaperTools.jar
wget https://ci.destroystokyo.com/job/PaperSpigot-BuildTools/lastSuccessfulBuild/artifact/target/PaperTools.jar
build:
java -jar PaperTools.jar
@kailan
kailan / legit_timv.java
Created March 2, 2014 14:07
trubble in mine ville plugin fer bukkit
import org.bukkit.*;
public class legit_timv extends JavaPlugin {
@Override
public void onEnable() {
Bukkit.getServer().shutdown(); // <-- is code for trubble in mine ville
}
}