Skip to content

Instantly share code, notes, and snippets.

View anselmoshim's full-sized avatar
🐶

Anselmo Shim anselmoshim

🐶
View GitHub Profile
@anselmoshim
anselmoshim / gist:d5c3cd19f3e96f6837d7af01a66737df
Created January 15, 2021 00:47
list of keywords for polblock
http://example.com/
http://spam-site.com/
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Record transcribe="true" finishOnKey="*" playBeep="true"/>
</Response>
@anselmoshim
anselmoshim / 1. Get request with current data.groovy
Created October 10, 2015 21:31 — forked from DinisCruz-Dev/1. Get request with current data.groovy
Misc Groovy Scripts that invoke the Firebase APIs
def firebaseJsonData = "https://incandescent-fire-1320.firebaseio.com/.json?print=pretty"
def data = firebaseJsonData.toURL().getText()
return data;