This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
setup() | |
return {name:"vaccine"} | |
}) | |
var alert_channel = "#portlandor" | |
var vacdata = {} | |
function setup() { | |
vacload(function(data){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const std = @import("std"); | |
const builtin = @import("builtin"); | |
const Builder = @import("std").build.Builder; | |
pub fn build(b: *Builder) void { | |
const target = b.standardTargetOptions(.{}); | |
const exe = b.addExecutable("huh", "main.zig"); | |
exe.setTarget(target); | |
exe.linkSystemLibrary("c"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
// descriptor | |
setup() | |
return {name:"weather"} | |
}) | |
var apikey_climacell | |
var apikey_pirateweather | |
function setup(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
return {name:"launch"} | |
}) | |
var alert_channel = "#pdxtech" | |
function go(msg) { | |
var privmsg = false | |
var clocktower = false | |
if (msg.method == "clocktower" && (new Date(Date.parse(msg.params.time))).getMinutes() == 30) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -z "$1" ]; | |
then | |
COINS=`cat ~/.coins` | |
PARAM="ids=$COINS" | |
else | |
echo $1 | |
PARAM="search=$1" | |
fi | |
DATA=`curl --silent "https://api.coincap.io/v2/assets?$PARAM"` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, I work as a Private Investigator. | |
Our agency received a case with an objective of hacking into your email, phone, cloud storage, network and collecting intelligence. | |
We work with hackers from China for tasks like that, and they are the best. As you can see, they did a good job. Your accounts and devices are compromised. | |
But we do have an ethical protocol in place. | |
After checking the background of the person who paid for the hacking and investigation on you, I have decided to come forward and offer you to buy the information about that person (name, contacts, emails and other proof). | |
You will also get a report on yourself (including a list of compromised accounts, devices, logs, screenshots, photos and documents). | |
Normally, we do not disclose sensitive information about our clients, but in this case we will be. | |
Upon reviewing this case, I found that something illegal was planned against you. | |
The materials we have collected on you are very sensitive and can be easily used to blackmail you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
setup() | |
return { name: "cdp" } | |
}) | |
var key = "defi:cdps" | |
var cache = [] | |
var soon_cache = [] | |
var soon_time = 15 * 60 * 1000 // 15min | |
var alert_channel = "#zrobo" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
setup() | |
return { | |
name: "oregonorders" | |
} | |
}) | |
var alert_channel = "#portlandor" | |
var orders = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
setup() | |
return {name:"covid"} | |
}) | |
var alert_channel = '#pdxbots' | |
var locations | |
var data_date | |
var oregon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
kernel_cache() | |
return {name:"kernel"} | |
}) | |
var db_key = "kernel:cache" | |
var kver = {} | |
var alert_channel = "#pdxtech" | |
function kernel_cache() { |