Page MenuHomePhabricator
Paste Active Pastes
  • #!/bin/bash -e
    ENDPOINT="https://dnsmanager.local/"
    USERNAME="%username%"
    PASSWORD="%password%"
    ...
    • Dec 30 2022, 6:17 PM
    • 56 Lines
    • Bash Scripting
  • {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "TeamcityAgent",
    ...
    • Sep 14 2022, 10:26 PM
    • 61 Lines
    • JSON
  • P292 log4j
    #! /usr/bin/env python3
    '''
    Needs Requests (pip3 install requests)
    ...
    • Dec 13 2021, 12:39 PM
    • 88 Lines
    • Python
  • :redondo.freenode.net 372 stw :- Hello World!
    :redondo.freenode.net 372 stw :-
    :redondo.freenode.net 372 stw :- Welcome to
    :redondo.freenode.net 372 stw :- __ _
    :redondo.freenode.net 372 stw :- / _|_ __ ___ ___ _ __ ___ __| | ___
    ...
    • May 24 2021, 10:12 PM
    • 35 Lines
  • :verne.freenode.net 372 stw :- Welcome to verne.freenode.net in Amsterdam, NL.
    :verne.freenode.net 372 stw :- Thanks to http://www.hyperfilter.com/ for sponsoring
    :verne.freenode.net 372 stw :- this server!
    :verne.freenode.net 372 stw :-
    :verne.freenode.net 372 stw :-
    ...
    • May 24 2021, 10:11 PM
    • 50 Lines
  • Sponsors:
    ===========
    verne.freenode.net: https://www.hyperfilter.com/
    beckett.freenode.net: ?
    weber.freenode.net: https://www.cloudsigma.com/
    ...
    • May 20 2021, 12:57 AM
    • 10 Lines
  • bash $ traceroute meet.jit.si
    traceroute to meet-jit-si-latency.cloud.jitsi.net (76.223.28.75), 64 hops max
    1 192.168.22.248 0.267ms 0.230ms 0.219ms
    2 * * *
    3 62.254.76.21 19.293ms 15.061ms 10.980ms
    ...
    • Apr 17 2021, 7:47 PM
    • 17 Lines
  • ------------------------
    LATEST DETECTED DEADLOCK
    ------------------------
    2021-03-30 13:40:04 0x7f352355b700
    *** (1) TRANSACTION:
    ...
    • Mar 30 2021, 7:22 PM
    • 41 Lines
  • ---- Minecraft Crash Report ----
    // Ouch. That hurt :(
    Time: 14/03/21 12:31
    Description: Ticking screen
    ...
    • Mar 14 2021, 12:34 PM
    • 94 Lines
  • :root {
    --body-color-muted: #70797f;
    }
    @media (min-width:768px) {
    ...
    • Mar 3 2021, 4:24 PM
    • 49 Lines
    • CSS
  • this.networks = new List<IPNetwork>
    {
    IPNetwork.Parse("103.139.56.0/23"), // Avjr
    IPNetwork.Parse("110.235.224.0/20"), // Excitel
    ...
    • Feb 15 2021, 1:12 PM
    • 32 Lines
    • C#
  • input {
    file {
    path => ["/mnt/**/*.log"]
    start_position => "beginning"
    sincedb_path => "/dev/null"
    ...
    • Jan 20 2021, 8:47 PM
    • 42 Lines
  • -- duplicate the "removed private information" row into a comment log entry for the requester comment.
    insert into log
    select null id, c.id objectid, 'Comment' objecttype, l.user, 'EditComment-c' action, l.timestamp, null comment, 0 updateversion
    from log l
    inner join request r on l.objectid = r.id and l.objecttype = 'Request'
    ...
    • Oct 16 2020, 12:20 PM
    • 17 Lines
    • SQL
  • #include <Arduino.h>
    #include <Wire.h>
    #include <Ethernet.h>
    #include <MQTT.h>
    #include "credentials.h"
    ...
    • Aug 29 2020, 4:13 PM
    • 154 Lines
    • C
  • FROM php:7.4-apache
    RUN true \
    && apt-get update \
    && apt-get install --yes --no-install-recommends wget \
    ...
    • Aug 20 2020, 10:00 PM
    • 38 Lines
  • <!-- Please do not remove or change this AfD message until the discussion has been closed. -->
    {{Article for deletion/dated|page=Hasan Piker|timestamp=20200203011244|year=2020|month=February|day=3|substed=yes}}
    <!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Hasan Piker|date=3 February 2020|result='''keep'''}} -->
    <!-- End of AfD message, feel free to edit beyond this point -->
    {{Notability|Biographies|date=October 2019}}
    ...
    • Aug 17 2020, 3:36 PM
    • 55 Lines
  • #include <Wire.h>
    #include <Adafruit_Sensor.h>
    #include <Adafruit_AM2320.h>
    #include <SPI.h>
    #include <Ethernet.h>
    ...
    • Jun 21 2020, 2:11 AM
    • 98 Lines
    • C
  • <complexstalk flag="Mdaniels acc new user tracking" lastupdate="2020-06-06$
    <searchtree>
    <or>
    <user value="Molly\.glover" comment="ACC" />
    <user value="KyleSmuckerCompany" comment="ACC. Wish to ensure COI is$
    ...
    • Jun 7 2020, 12:19 AM
    • 37 Lines
    • XML
  • bash $ sudo pvs
    [sudo] password for stwalkerster:
    PV VG Fmt Attr PSize PFree
    /dev/sda6 dorado-vg lvm2 a-- <115.00g <23.00g
    /dev/sdb3 dorado-vg lvm2 a-- <222.59g 82.00g
    ...
    • Feb 10 2020, 6:03 PM
    • 19 Lines
  • sda 8:0 0 238.5G 0 disk
    ├─sda1 8:1 0 450M 0 part
    ├─sda2 8:2 0 100M 0 part /boot/efi
    ├─sda3 8:3 0 16M 0 part
    ├─sda4 8:4 0 122G 0 part /media/windows/system
    ...
    • Feb 10 2020, 6:00 PM
    • 19 Lines
  • [17:46:44][stwalkerster@dorado:~]
    bash $ df -h
    Filesystem Size Used Avail Use% Mounted on
    udev 12G 36K 12G 1% /dev
    tmpfs 2.4G 2.2M 2.4G 1% /run
    ...
    • Feb 10 2020, 5:55 PM
    • 17 Lines
  • auto br0
    iface br0 inet static
    address 192.168.22.250
    network 192.168.22.0
    netmask 255.255.255.0
    ...
    • Feb 8 2020, 7:15 PM
    • 30 Lines
  • Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    default 192.168.20.254 0.0.0.0 UG 0 0 0 eno1.20
    link-local * 255.255.0.0 U 1000 0 0 eno1.20
    192.168.1.0 * 255.255.255.0 U 0 0 0 eno2
    ...
    • Feb 8 2020, 7:02 PM
    • 8 Lines
  • create table REQUEST ( ID NUMBER(10), FORWARDEDIP VARCHAR2(20) )
    /
    truncate table REQUEST
    /
    ...
    • Oct 21 2019, 5:59 PM
    • 135 Lines
    • SQL
  • {
    "dashboards": [
    {
    "id": "Temperature",
    "name": "Temperature + Humidity",
    ...
    • Sep 4 2019, 11:21 PM
    • 395 Lines
  • CREATE OR REPLACE TYPE stw_ty_row FORCE AS OBJECT(
    company VARCHAR2(4), agreement NUMBER(10), start_date DATE, end_date DATE
    );
    CREATE OR REPLACE TYPE stw_ty_table IS TABLE OF stw_ty_row;
    ...
    • Sep 4 2019, 8:24 AM
    • 22 Lines
    • SQL
  • ST. GEORGE — The Washington County Sheriff’s Office retrieved the body of an “overdue” paraglider early Tuesday morning.
    Hurricane Police Department spokesman Ken Thompson told St. George News they received a missing persons report for a 38-year-old male around 10:30 p.m. Monday.
    Family members grew concerned after the man did not return from a paragliding trip near Honeymoon Trail.
    ...
    • Jul 30 2019, 10:21 PM
    • 13 Lines
  • 2019-06-04 23:49:28,443 [Thread Pool Worker] DEBUG Helpmebot.Services.AccessControl.AccessControlAuthorisationService [(null)] - Found 3 affected users
    2019-06-04 23:49:28,444 [Thread Pool Worker] DEBUG Helpmebot.Services.AccessControl.AccessControlAuthorisationService [(null)] - -> Helpmebot.Model.User, 3: 1 groups
    2019-06-04 23:49:28,444 [Thread Pool Worker] DEBUG Helpmebot.Services.AccessControl.AccessControlAuthorisationService [(null)] - -> Helpmebot.Model.User, 8: 1 groups
    2019-06-04 23:49:28,445 [Thread Pool Worker] DEBUG Helpmebot.Services.AccessControl.AccessControlAuthorisationService [(null)] - -> Helpmebot.Model.User, 301: 1 groups
    2019-06-04 23:49:28,445 [Thread Pool Worker] DEBUG Helpmebot.Services.AccessControl.AccessControlAuthorisationService [(null)] - Fetched 3 flag groups for Waggie [Waggie!~Waggie@wikipedia/Waggie]
    ...
    • Jun 4 2019, 11:50 PM
    • 12 Lines
  • {{AFC submission|d|reason|MfD runs for a week. No acceptance of the page while up for deletion. Go make your case at the MfD why this page should be approved. |u=Onel yehan|ns=118|decliner=Legacypac|declinets=20190226183027|ts=20190226182515}} <!-- Do not remove this line! -->
    {{AFC submission|d|reason|Procedural decline: an AfC submission cannot be accepted when an MfD discussion is ongoing.|u=Onel yehan|ns=118|decliner=StraussInTheHouse|declinets=20190223112835|small=yes|ts=20190223065827}} <!-- Do not remove this line! -->
    {{AFC submission|d|reason|I've sent this to deletion discussion because the creator is not following the advise to add reliable sources (or they don't exist). Feel free to make your case at the deletion discussion as to why this subject warrents an article|u=Onel yehan|ns=118|decliner=Legacypac|declinets=20190220195006|small=yes|ts=20190219150613}} <!-- Do not remove this line! -->
    {{AFC submission|d|v|u=Onel yehan|ns=118|decliner=Whispering|declinets=20190116132316|reason2=web|small=yes|ts=20190115165549}} <!-- Do not remove this line! -->
    {{AFC submission|d|bio|u=Onel yehan|ns=118|decliner=KylieTastic|declinets=20190112165429|small=yes|ts=20190112161046}} <!-- Do not remove this line! -->
    ...
    • Jun 3 2019, 3:01 PM
    • 65 Lines
  • select replace(s.vsql, '$$ID$$', r.id) from request r
    cross join (
    select 'INSERT INTO log (objectid, objecttype, user, action, timestamp) VALUES ($$ID$$, ''Request'', 7, ''Deferred to users'', current_timestamp());' as vsql from dual
    union all select 'UPDATE request SET status = ''Open'', reserved = 0 WHERE id = $$ID$$;' from dual
    ) s where r.id in (1,2,3,4,5,6,7);
    • May 23 2019, 11:13 PM
    • 5 Lines
    • SQL
  • <not><or><usergroup value='sysop'/><usergroup value='extendedconfirmed'/><usergroup value='bot'/></or></not>
    • Apr 15 2019, 11:51 AM
    • 1 Line
    • XML
  • <span style="font-size:72pt;font-family:Verdana;background:linear-gradient(to right, rgba(255,38,0,1) 0%, rgba(255,255,0,1) 20%, rgba(0,255,0,1) 40%, rgba(0,255,255,1) 60%, rgba(0,0,255,1) 80%, rgba(255,0,255,1) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent">stwalkerster</span>
    • Apr 1 2019, 11:28 AM
    • 1 Line
  • -- Tested on Oracle 11G XE
    -- Produces a resultset of MySQL statements which can be run directly on ACC's database to drop the requests without notifications
    -- This is hard-coded to be me (UID 7) performing the actions. The list of request IDs here should be obvious...
    select replace(sql.COLUMN_VALUE, '$$RID$$', requests.COLUMN_VALUE)
    ...
    • Mar 14 2019, 11:40 PM
    • 11 Lines
    • SQL
  • create table REQUEST ( ID NUMBER(10), FORWARDEDIP VARCHAR2(20) )
    /
    -- import data from ACC: select id, forwardedip from request where status = 'Checkuser' and forwardedip not like '%,%'
    ...
    • Jan 28 2019, 9:18 PM
    • 74 Lines
    • SQL
  • processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 63
    model name : Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
    ...
    • Jan 16 2019, 2:45 PM
    • 54 Lines
  • [2018-10-02 13:13:56] -!- mode/#wikipedia-en-help [+b *!*@*172.58.35.112] by Praxidicae
    [2018-10-04 16:30:55] -!- mode/#wikipedia-en-help [+b *!*@*99.203.11.239] by Praxidicae
    [2018-10-13 10:12:34] -!- mode/#wikipedia-en-help [+b *!*@*169.149.12.76] by Praxidicae
    [2018-10-17 17:15:49] -!- mode/#wikipedia-en-help [+b *!*@*168.8.249.165] by Praxidicae
    [2018-10-18 15:56:58] -!- mode/#wikipedia-en-help [+b *!*@*76.108.177.224] by Praxidicae
    ...
    • Jan 13 2019, 3:55 PM
    • 25 Lines
  • [2018-02-01 21:40:07] -!- mode/#wikipedia-en-help [+b *!adea9b63@gateway/web/cgi-irc/kiwiirc.com/ip.173.234.155.99] by Chrissymad
    [2018-02-01 21:46:45] -!- mode/#wikipedia-en-help [+b *!*@108.62.49.250] by Chrissymad
    [2018-02-05 17:33:32] -!- mode/#wikipedia-en-help [+b *!482d9902@gateway/web/cgi-irc/kiwiirc.com/ip.72.45.153.2] by Chrissymad
    [2018-02-05 17:39:37] -!- mode/#wikipedia-en-help [+b *!*@*69.12.94.84] by Chrissymad
    [2018-02-09 16:14:36] -!- mode/#wikipedia-en-help [+b *!6acf2f73@gateway/web/cgi-irc/kiwiirc.com/ip.106.207.47.115] by Chrissymad
    ...
    • Jan 13 2019, 3:53 PM
    • 75 Lines
  • ● helpmebot.service - Helpmebot
    Loaded: loaded (/etc/systemd/system/helpmebot.service; enabled; vendor preset: enabled)
    Active: active (running) since Tue 2018-12-25 04:18:53 UTC; 2 weeks 3 days ago
    Main PID: 11778 (mono)
    Tasks: 11 (limit: 4709)
    ...
    • Jan 11 2019, 11:23 PM
    • 7 Lines
  • Nmap scan report for 188.166.96.188
    Host is up (0.038s latency).
    PORT STATE SERVICE VERSION
    21/tcp closed ftp
    22/tcp open ssh OpenSSH 6.6.1p1 Ubuntu 2ubuntu2.3 (Ubuntu Linux; protocol 2.0)
    ...
    • Dec 24 2018, 11:49 AM
    • 145 Lines
  • <and>
    <or>
    <summary value="death" />
    <summary value="passed away" caseinsensitive="true" />
    <summary value="deceased" caseinsensitive="true" />
    ...
    • Nov 19 2018, 12:11 PM
    • 27 Lines
    • XML
  • WITH
    reqipbin AS
    (
    SELECT
    r.ID
    ...
    • Nov 10 2018, 4:56 PM
    • 60 Lines
    • SQL
  • Oct 14 04:17:21 spearow mono[28572]: 2018-10-14 04:17:21,716 DEBUG Stwalkerster.IrcClient.IrcClient.Freenode.NetworkClient.Inbound - :Cam11598!sid174689@wikipedia/Cameron11598 MODE #wikipedia-en-help +r
    Oct 14 04:17:21 spearow mono[28572]: 2018-10-14 04:17:21,717 DEBUG Stwalkerster.IrcClient.IrcClient.Freenode - Received channel mode message
    Oct 14 04:17:21 spearow mono[28572]: 2018-10-14 04:17:21,717 DEBUG Helpmebot.Background.ModeMonitoringService - Mode change seen on #wikipedia-en-help: +r
    Oct 14 04:17:21 spearow mono[28572]: 2018-10-14 04:17:21,718 INFO Helpmebot.Background.ModeMonitoringService - Mode change on #wikipedia-en-help
    Oct 14 04:17:21 spearow mono[28572]: 2018-10-14 04:17:21,719 DEBUG Helpmebot.Background.ModeMonitoringService - Detected we need ops, and don't have it. Requesting on #wikipedia-en-help
    ...
    • Oct 14 2018, 12:21 PM
    • 13 Lines
  • dn: dc=www,dc=scimonshouse,dc=net,ou=DNS,dc=helpmebot,dc=org,dc=uk
    objectclass: domainrelatedobject
    objectclass: dnsdomain2
    associateddomain: www.scimonshouse.net
    dc: www
    ...
    • Sep 11 2018, 9:52 AM
    • 13 Lines
  • -----BEGIN PGP MESSAGE-----
    Version: GnuPG v2
    hQEMAzUsY5pthWPxAQf/TcaXnnv31Et36o/T00n0zYQmPtnoh/e6CSWnCI3Vumtl
    pbRrtj4nVrhbNl4kHoDnY2tPqvwesUR2v8oA3oLBWtnwliv2bUpC4z9udRM+pv3T
    ...
    • Aug 24 2018, 8:20 PM
    • 38 Lines
  • stwalkerster@kerb:/etc$ klist
    Ticket cache: FILE:/tmp/krb5cc_1000_tgZXauzjqE
    Default principal: stwalkerster@SCIMONSHOUSE.NET
    Valid starting Expires Service principal
    ...
    • Aug 18 2018, 5:56 PM
    • 19 Lines
  • CREATE OR REPLACE trg_login AFTER LOGON ON DATABASE IS
    v_firstpart VARCHAR2(30);
    BEGIN
    v_firstpart := SUBSTR(CURRENT_USER(), 1, INSTR(CURRENT_USER(), '_'));
    ...
    • Aug 17 2018, 8:10 AM
    • 7 Lines
    • SQL
  • Script started on Mon 13 Aug 2018 17:27:29 BST
    [17:27:29][stwalkerster@dorado:~]
    bash $ whois veryrealemail.com
    ...
    • Aug 13 2018, 4:28 PM
    • 139 Lines
  • <stalks>
    <complexstalk flag="insens" lastupdate="2018-07-16T22:15:52.648644Z" lasttrigger="0001-01-01T00:00:00Z" enabled="true" triggercount="0">
    <searchtree>
    <page value="flamingo" caseinsensitive="true" />
    </searchtree>
    ...
    • Jul 16 2018, 10:16 PM
    • 14 Lines
    • XML
  • <?php
    $baseurl = "https://scimonshouse.net/~stwalkerster/newinternal";
    $toolserver_username = 'stwalkerster';
    $toolserver_password = 'supersekrit';
    ...
    • Jul 8 2018, 8:14 PM
    • 26 Lines
    • PHP
  • Personalities : [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid1] [raid10]
    md126 : active raid6 sdg3[6] sdc3[1] sdf3[5] sdb3[0] sdd3[7](F) sde3[4]
    7372275712 blocks super 1.2 level 6, 512k chunk, algorithm 2 [6/5] [UU_UUU]
    bitmap: 6/14 pages [24KB], 65536KB chunk
    ...
    • Jun 19 2018, 9:52 PM
    • 9 Lines
  • * <span style="background-color:red">http://www.oag.gov.na/about-oag-summary</span>
    * <span style="background-color:magenta">http://www.oag.gov.na/governing-legislation</span>
    * <span style="background-color:dodgerblue">http://www.oag.gov.na/about-us</span>
    * <span style="background-color:grey">http://www.oag.gov.na/organisational-structure</span>
    * <span style="background-color:lime">http://www.intosai.org/fileadmin/downloads/downloads/4_documents/E_ComPolicy_Fin031106.pdf</span>
    ...
    • May 24 2018, 8:48 AM
    • 81 Lines
    • HTML
  • <?php
    chdir(__DIR__);
    require('config.php');
    ...
    • May 14 2018, 8:19 PM
    • 36 Lines
    • PHP
  • 16:18 -!- 1 - #wikimedia-dev: ban *!c9776f88@gateway/web/freenode/ip.201.119.111.136 [by AlexZ!~alex@wikimedia/Az1568, 5751784 secs ago]
    16:18 -!- 2 - #wikimedia-dev: ban *!*@190.90.1.242 [by Krenair!~alex@wikimedia/Krenair, 6290074 secs ago]
    16:18 -!- 3 - #wikimedia-dev: ban *!*@177.101.232.138 [by Krenair!~alex@wikimedia/Krenair, 9817934 secs ago]
    16:18 -!- 4 - #wikimedia-dev: ban $a:ExpressesLife [by sinisalo.freenode.net, 9927192 secs ago]
    16:18 -!- 5 - #wikimedia-dev: ban *!*@168.235.68.87 [by sinisalo.freenode.net, 9927192 secs ago]
    ...
    • May 7 2018, 4:25 PM
    • 23 Lines
  • My PC:
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/dorado--vg-root 23G 15G 6.4G 71% /
    tmpfs 1.0G 0 1.0G 0% /media/ramdisk
    /dev/sda4 238G 158G 81G 67% /media/windows/system
    ...
    • Apr 4 2018, 8:21 PM
    • 22 Lines
  • ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDy9N5TYxIsl+ZgVGqN4qeWI5+rRd8lmzeBnd0sxwYrXNQr8WwQhLrT5yEAluVNk7tM4g26DGejTyTfLMCI4gMYHJW4VYn9JlPVCIBFUifVm5RqxqI61hfWo2MnCmYsuirUszhuX8wcoB23J7+mDEr8u+YgVEn6nKW9z8KMOFcRBoAnToWKt+4bHuhSXMMNMH/ok8cSJijpbNxilYDIEjBRkeBw17IGe1t2E783diQ5MI+TjApaIb5NsVZyQTY1CLFfFt9wPiu5ZqANXZenwaJHaUvJSMwh4ftSHJQoA2m+nkJDPJ4d6ccjwbq63ENGEVDUO1XbLLlfy1gumNBVtNCVgmZm6HQPloqzjZOGaiqXHuFfrRKme6YtujOEo2hcEjrRPtRQlQdlxzn1ggLhPFXUBFtewL86VkWj0+TAFnJDxg/bTiB7GmIQAEHK6KgBgOB6jl5abtLSrwgTHeEgzmoDeLaWX9EZzeimtLabFB4y/plLMPMUjYEmVGpUIBDYC3S+vFxrvt7ubN3zPWTqUialMrU8E4a68eOprsJFCmPyqlac7MIaCLftJOGpnc0gTwLvVM4Ifgl9ouqluHZxhmXCLeLfqmJyI6aq/vkVYjmfCUIz859IN/RRb86WbTUkQm04utkRdXUUYv3EU9B4obWGhaZd/a4qDzBulMUW9yk98Q== revi@zetawiki
    • Mar 31 2018, 6:06 AM
    • 1 Line
  • namespace foo
    {
    using System.Threading;
    using ZeroMQ;
    ...
    • Mar 17 2018, 6:43 PM
    • 88 Lines
    • C#
  • /dev/sda2 213G 24G 179G 12% /
    /dev/sda1 511M 3.5M 508M 1% /boot/efi
    /dev/mapper/vgdata-storage 1.3T 1.2T 76G 94% /srv/samba/storage
    /dev/mapper/vgdata-media 2.5T 2.3T 129G 95% /srv/samba/media
    /dev/mapper/vgdata-aptcache 20G 1.3G 18G 7% /var/cache/apt-cacher-ng # probably shrinkable
    ...
    • Mar 3 2018, 12:00 AM
    • 12 Lines
  • [17:14:39]* PeaEnumerator (~beancounter@lizardirc/stwalkerster/bot/Helpmebot) has joined
    [17:14:51]<stwalkerster> [lr i
    [17:14:51]<PeaEnumerator> stwalkerster: I have no inbound reminders queued up for you.
    [17:15:04]<stwalkerster> [remindme in: 10m test 1
    [17:15:04]<PeaEnumerator> stwalkerster: Reminder successfully scheduled; will be delivered at or after Sun, 18 Feb 2018 17:25:04 GMT when the target user is online (note: reminders may be delivered by private message).
    ...
    • Feb 18 2018, 5:17 PM
    • 28 Lines
  • [00:12:58]* PeaEnumerator (~beancounter@lizardirc/stwalkerster/bot/Helpmebot) has joined
    [00:13:13]<stwalkerster> [lr i
    [00:13:13]<PeaEnumerator> stwalkerster: I have no inbound reminders queued up for you.
    [00:13:25]<stwalkerster> [remindme in: 10m testy 1
    [00:13:25]<PeaEnumerator> stwalkerster: Reminder successfully scheduled; will be delivered at or after Fri, 2 Feb 2018 00:23:25 GMT when the target user is online (note: reminders may be delivered by private message).
    ...
    • Feb 1 2018, 11:29 PM
    • 30 Lines
  • WITH data AS (
    SELECT
    di.mac_address,
    host(ii.address) address,
    coalesce(d3.name, vm.name) hostname,
    ...
    • Jan 27 2018, 2:33 AM
    • 32 Lines
    • SQL
  • bash $ wget --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36" http://www.philipresheph.com/a424/gallery/camposanto/camposanto.htm
    --2018-01-22 19:10:26-- http://www.philipresheph.com/a424/gallery/camposanto/camposanto.htm
    Resolving www.philipresheph.com (www.philipresheph.com)... 103.224.212.248
    Connecting to www.philipresheph.com (www.philipresheph.com)|103.224.212.248|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    ...
    • Jan 22 2018, 7:11 PM
    • 11 Lines
  • <html>
    <head>
    <title>philipresheph.com</title>
    <script type="text/javascript">
    var c = '4uZNgex3THD%2F17iFHPIi1PoL5IWHTnrfMH7opaKG88URS2C2FCDp9ghaf%2Fst5YWc1gco8CP2iXW%2FdLUF79%2FMR7cC%2FXWDjtlxzxAznTJWqfe4NoGafvQCJxscWhySCZvEWiqL6VL0Mx7qtRgBpDdDhkKocQj050jCtqjDgH1CETWztkbvO%2FEryAq6g%2FaoU6UbC4dQlQ9YW30nIuHM%2BWaTvslb1wt4%2B0SKVYNPbaR7La6tcNlxpzQiWmt4dMWzcHfF2w5TrlUxEE6HbwWPkdo%2Bh11dv2fwFzvXUhmKEDAYARBwCDNqy40oEaVPZbRR%2F5S89Pr5oEqHp7Owxjci1QpNC9z23UaExbqQL6IQEann%2FbLwGA8z6tpn7MApTJeorBsQq6bum6t7witzEsq0x9ECjDdQtvH5vcCclvo4VMJfrTLb9h40mnWHiMqfUJXeBNX3YBasYbJZYQYIJ8qQFVfobB0dBGTj%2F%2BiVM25kXERx%2FsDWHdTDykR%2FAla%2BbRmJZul0QcDxjst1N%2FHiI0IhEvr3uyXAidVrMbi2LZkui0UYobTx52TVT2Fen8QYh8FyJNejdECog14YjyoKImrjbYlQcIoaXyOnwet%2Fz9m5rXPr9CV3XDniic2LoNyO1mi5SJaXoYXDsQwIGXK%2BcyrGWUgaxQy%2F9aL1nQ7ujC6o77HusqHT6GTV%2B%2B%2FkbFH7Eh1CsjSne%2BfY3vPJuxEVwoMlRg3Io4F1oYEqWkUHExzUnBnSYyn6EBIKqV%2BZ0uZgjyljd5W0FiSCqJ7CdmffVWtWEHfa%2F3HH1nv3Yb%2Ff653Sgvx2EoerXpesZzSpvj%2BH0%2BdzIHb226d%2BAZ%2BIdP0yLxyBNYlTTyUCHB0SFTTDTRNRY8as92J54DV3U7SIdAG6ENe0IIZ3Uq5rNAgd%2Bc3o%2BQDj0MF1DGinKIoJulwVckjJLd8%2B%2B8hY4C9ucr3KBGSR77%2Bmu82gFROAXPuuqZfoSv99%2FakdXMbKDycu3idecUy5P4nrHLROtJCqyq5cN3IKO7QZHkrnlAqcJ0QjVcEwqDlHVeABnl1rOrBYtyFHOgroDWkw2pN1dnFR%2Fk4UJJxG2rLex%2Fcw7agGH6N9CJNfPUNWKIqpGCv0LPz4ucyQh3fjA6WKfkhQYvhn0ia4hFUaL6t0D1G9ae%2FZNguJzHSCaZ4tDX2v5bloM9FocBuZ5aJqkGsrvpfRroeh5F0BXaxyAO5GoMIXJAADQEOwZCkUP1ZkXN2i5dXdtZJb5v9CzKyHtMf7svtlg7VQH637%2BZi8mYec4fevlG6kZq2UNIP2RTwslkQP7Cp2cs5ObrnQ4brQK1JvrokD68ei3ArCHhzzqkqMzPYeCt%2BSNpPHzXYpEHJkwZYX0NszCd2EPmET1LY5cUmY30qA6s2DysBTLiGZlLhK8%2FDgibiyuaPkS6Xprsar95DJglFxa9bdWuYBe5HsSmdVgO3sQ7SdTw9bInwfWPiys9d0ZxGXn%2F%2FZ%2BGnFLkp%2Bk5N%2BA1ZlniJyysLaJksIC4Tzd4NuM33SgqvMwr5D8dbOqilg64crQRbDk5OVuk9xJsTHEaFqjCYBmQ7R3vfA%2FWY83Cv2iX4PLzM6P78p1P9ahpzvm5zY364RInuQmK6fQ%2FgxjXsTv5RjdyCsVkwxYbE%2FWyMjjAs6EKRgvzYRuYIrsfuy0ai4m%2F2IpTgwK%2Fp5loxHE6BMWz%2FHQZbyV2X2frMX5fWKwcVEuNzb73pFuBRn2kf85TWZA2T20f4HN%2Byq5xkMeHM5oZ5KykDHzd%2BdX6pqhmFdGhXvWR1JW%2FgmT5UxcOs706kOyUf2Yxr0MADi0US%2FaQ%3D%3D';
    ...
    • Jan 22 2018, 7:11 PM
    • 42 Lines
  • bash $ wget http://www.philipresheph.com/a424/gallery/camposanto/camposanto.htm
    --2018-01-22 19:07:55-- http://www.philipresheph.com/a424/gallery/camposanto/camposanto.htm
    Resolving www.philipresheph.com (www.philipresheph.com)... 103.224.212.248
    Connecting to www.philipresheph.com (www.philipresheph.com)|103.224.212.248|:80... connected.
    HTTP request sent, awaiting response... 302 Found
    ...
    • Jan 22 2018, 7:08 PM
    • 11 Lines
  • # rule:[mailing-list: acc MODQUEUE]
    if allof (header :is "from" "accounts-enwiki-l-owner@lists.wikimedia.org", header :contains "subject" "Accounts-enwiki-l post from")
    {
    fileinto "Modqueues.accounts-enwiki-l";
    stop;
    ...
    • Jan 15 2018, 9:52 PM
    • 11 Lines
  • + uname -a
    Linux ninetales 4.4.0-108-generic #131-Ubuntu SMP Sun Jan 7 14:34:49 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    + grep bugs /proc/cpuinfo
    bugs :
    bugs :
    ...
    • Jan 10 2018, 10:58 AM
    • 7 Lines
  • bash $ php
    <?php
    echo (true || true && true ) ? 'true' : 'false'; echo "\n";
    echo (true || true && false ) ? 'true' : 'false'; echo "\n";
    echo (true || false && true ) ? 'true' : 'false'; echo "\n";
    ...
    • Jan 6 2018, 10:43 PM
    • 20 Lines
    • PHP
  • Return-Path: <wiki-enwiki-i9ar-p23knn-TGWXxxEkcQlZCfGh@wikimedia.org>
    Delivered-To: <simon@stwalkerster.co.uk>
    Received: from fearow.lon.stwalkerster.net
    by fearow.lon.stwalkerster.net (Dovecot) with LMTP id 1bDbHlvRT1qbTAAAr0KtFg
    for <simon@stwalkerster.co.uk>; Fri, 05 Jan 2018 19:26:19 +0000
    ...
    • Jan 6 2018, 12:03 AM
    • 51 Lines
  • *-disk
    description: ATA Disk
    product: WDC WD2500AAJS-7
    vendor: Western Digital
    physical id: 0.0.0
    ...
    • Jan 2 2018, 2:33 AM
    • 84 Lines
  • CREATE UNDO TABLESPACE UNDOTBS2 DATAFILE '/u01/app/oracle/oradata/XE/UNDOTBS2_1.dbf' SIZE 10485760;
    ALTER SYSTEM SET UNDO_TABLESPACE=UNDOTBS2 SCOPE=BOTH;
    -- kill all sessions
    ...
    • Dec 28 2017, 11:03 PM
    • 19 Lines
    • SQL
  • 0eNq9XduOWzcS/JVAz6PgsHn3P+zzPiyCxXhG6wg7oxEkTZAg8L+vFEu27PB0V9es5imJHZbIYjXJw77wz8XHp9fVdrfeHBYf/lysH142+8WHf/252K8/be6fTn92+GO7WnxYrA+r58XdYnP/fPqv1e/b3Wq/Xx5295v99mV3WH5cPR0Wn+8W683j6vfFh/D5zgS53+9Xzx+f1ptPy+f7h1/Xm9UyXkHI51/uFqvNYX1Yr7506q//+OPfm9fnj6vd8Te+Ij2vHtevz8vV0+rhsFs/LLcvT6vj72xf9sfGL5tTD46AS5G7xR/Hf4bp86l7P8DJV7jtertaHl6Wn3Yvr5vHEVDQgOJ3QFrzMGqezOaT1jzjwwhNG0ax+hG61o9qNm9a82Y2r1rzbjYvWvMwebX1FW/IZQiOWckqkpgjy+rITHWGpLZPjpGo9hay2ZOo9sQWqKjtbYWqdhpsiaqGGrpbY5O6fk34zHQVKFgDUw1fTIWqhi8RH4Zqc2IupOoKIqY81RVETHWqZiqmOFUrlebVVlKp7PicRHVrnKxhqSYfTWWqFh/ttVNtbi2dqrlHS4561y016j0vTjmoC3essBp0MVgLqK4Fa4tXDSThi6W6yCRLkaqVJ0uQ6hKTLD2q61uy9Kiu0ik7FaUeNVOBZ0PduZK1aqobV7L0qO/nCV8k9YNRthZJ/VySLUnqx6JsaVI/lWVLlPrxMienroK6cWX8a0g/dmdrO9dP3dkSpv45khs+DNXQsrVo6l9VxVSmumgUU5mqfRZLmfqHcYneTVA9bhf8Q0i/LijW1q5fFxRLmaKae7GUKaq5F2vNFNXcC75mimqf1VKmqPZZvXdJop4Kqlg3ZYOT69ny2ue7xeN6d/z1v/5SRvCRgC84fCLgMw6fCfiEwxcCPuLwlYA/W2D/Hr6M4BsPj/S+E/AB7n2bCPgJhw88PEBOE54cBJ6w2suGiJBDWO1lu0bgMw+PkFN4chB4wmovRyGEHMJqLyc+BL7z8AA5feLJQeAJq72...
    • Dec 20 2017, 1:54 PM
    • 1 Line
  • 0eNq1nd1uJDeShd9F111GBv/pVxkMFmp1rV1YtSSoJGMMo999S1ZJneslmeccIq9mZ7b1JTOygkEGDyP+uvl6/3p8ej49vNz8+tfN6e7x4Xzz67/+ujmffnu4vX/7317+fDre/Hpzejl+v/ly83D7/e2/3X774/bh7vjtcHd6vns9vdz8+HJzevh2/M/Nr/bjS+PP/zg9v7xe/pdPwvu/ONjqLx31l+f72/Pvq7/21F+71V+GH//+cnN8eDm9nI7vb//3f/nzvx5ev389Pl9e6fOvvx+/nV6/H473x7uX59Pd4enx/nhhPz2eL3/8+PD24Avw4MKXmz/f/nP58Taqf+Aci7M8wnkat4xwgcX5ES2StKHhEgkzG9EySysjWiFpLo5olaR5N6K9ffAr7vifp+fj+Xx4eb59OD89Pr8cvh7vX1pf9Uq0enGUb6fny+P//v+6Ft8Evif4boJfmhbxAnEhRhwEvhH8ODH+AvDTxPgRfub5rhD2KQK/Evw6MX7APm6ZGD/CFzzWJdw+TvBYlwm+n+Aj9gkT9kH4gv9+LCog+wj++xGRIH6e4CP2KRP2QfiK/xIR0Sv+S0REbxN8wD7eTdgH4Sv+S8Rfr/gvEX99nOAj9kkT9kH4gv8aEX+94L9GxF9fJ/iAfcIyYR+EL/ivEfE3CP5rRPwNfoKP2CdM2AfhC/5rRPwNgv8aEX9DnuAj9ikT9kH4iv8S8Tcq/kvE32gTfMA+0U3YB+Er/kvE36j4LxF/Y5zgI/ZJE/ZB+IL/EuE3Cu5LRN9YdTxgnLToxkHwgu8SoTcJrktE3uR1PGKcoBsHwQt+S4TdJLgtEXVT1vGIcYpuHASv7Hlx42QlyUzgTccDxslONw6C572WiLZZibYEPup4xDZJtg1C532W+dHzLssYvsp0wDJlkS2D0Hl/JSb6wrsrMdcUL9MRywTZMgidd1ZicVN4XyXia8kyHbFMkS2D0HlfJRb0lfdVYk1ZTaYDlqlOtgxC532V2chW3lmJjVSNMh0xTdJ...
    • Dec 20 2017, 1:17 AM
    • 1 Line
  • 0eNq9XdtuGzcQ/ZVin6Vgh+Tykq/oe1EUsr1NBciSIMlFgsD/3nUsx0qymjlzgOopvu0ROZwzHA7PbL52d5uncX9Yb0/dx6/d+n63PXYf//jaHdeftqvNy89OX/Zj97Fbn8bHbtFtV48v3+03q+Npfb+8Wx2650W33j6Mn7uP8vznohu3p/VpPb7CfPvmy1/bp8e78TD9wXeA8fP+MB6Py+N+sz6dpt8tuv3uOD2427586AS2DMOi+zL9O3wYpo94WB/G+9df5+fFL8jhF+TTYbU97neH0/Ju3Jzm8NMrfrbRI4EeYfREoAcYfSDQBUbPBHoPoxc/ujQYvRLoFUZvBHqB0aUn4DMOLwT8gMMTdBWcrkLwVXC+CkFYwQkrBGNlnrFpDp6grOCUFYKzOGWF4CxOWSE4i1M2EJTFGRsIxuKEDQRhcb4Ggq84XQOzv+LoDFtxdD9Z8UgQ/FR12MXPVMeS+onqSPb8PMWJFP00xWNA9LMUD1/RT1I88kY/R/FNI/op6tjwIkFRPABEP0cdqUb0k9SRJ0U/S68keXPRK/lp6shQk5+njvQ6+YnqOBskP1Md55rkp6rjTJb8XHWcJ5Ofq46zcCL2U5yryc9VTw3Cz1VH/WQgUt9wdhqg+DMQuW/scXimuFRxeKa6VHB4Jv3NOPyvhH3aPoyHT4fd9K9Ve/v5AxZv5cbd02n/dOrmPvCdw3+vjqflenscD1cqiHH2U+Z2k+Gdu/f/jI/r+9Vmud+stlrxLf4Eu+imr9f7n+uji2+10+PL0/vD7uFp+vN/p49ePk5fb8ZlnDbK57kRvfP9cXxYPz0ux830UYcJdb/bjMq4hlm4xqyTNGOd1tsry5R7fJl6eJmy4Mv0Nvb/d5lyoOxaaf/PETasFNywyWHYfBPDDl7/f0vvZv0/42FDEm62wlca54dZHesQb7IOja92AvtH6flqJwLvCRj9LexZgtevm+IvxREN8DBbEhPUKrtXFCqHKHQILRl3inITnyjwKmZ8ER2hJN1klg2...
    • Dec 19 2017, 7:08 PM
    • 1 Line
  • 0eNq9XetumzcSfZVCv60sh3fmVYpi4djfpkJlWZDtYIPA775yIjlul5w5h631q00cHnOGZ/iRc+O31aft07I/bHaPq4/fVpub+93D6uOv31YPm8+76+3L3z1+3S+rj6vN43K3ulrtru9e/vRpuT7+09Xz1Wqzu13+u/ooz79drZbd4+Zxs/xA+P6Hr//ePd19Wg7Hf/DXsVer/f3D8Z8f//f4W44Qa/FXq68v/80vuMff9/Dyk4f9styu7+5vn7bLOqw++ufnq/9D9zZ6mwYPNnieBo82eJgGTya4m8bOJvb8vIuJPa/wamLPM6WZ2H+D4+Js9DSPbhuo1Hl020C9zKPbFurjPLptor7Mo9s2GuaNVH5a6X6zX9aP9+vPh/un3W1vmzlTMx5/ze3msNz8+Gnu4RYc1w9wfQ+3ErhCzPenZd4tt5unu/WyPf77w+Zmvb/fLtrHKHa/Nw6fpwguvxcct+Hie/8n2N4knSpuwKdVCGkjDpsIaZMlbVaFZWyGELawFIzqLAlLIQzFN0t3ql0E3C4Iqwi4VQRc1GAZhS4pbhKJkDSSJFE5EhI8x0LoLRt6U60r4F+ORugNtwYhrCFY1qBvm5GwBmIniUKSRP+WRY/PktiFY7B0p3I34t8GIT45ETcJIT6w0bKJ17NzX1jcKDyxb8ZKEsXrdG74LIl9ODlrH1bpm/CPgyd24oRbhSc2z2RZhVd3z8R+H7zKu5QA78OZE8K7H2wfwfpVeRPwBYCP8/AVgJd5+AZ4xOo0fHYAfJqHF/NGcd4CQne8J46vZ6T+TIi7yeuHMNiWmn+a2s3vy93m5nq73m+vd4/KVexFj0fQzXeP6Xbz+ffH9f1mu745XN/8sdl9Xr3R8v5wVPDx1385/s43yu4rK/G3wmBvcTnDt8L+tAp/K0QUX61pVXVWDV+39L7rVhx/vwXWrQh6v+3PyvP3W2DZivVle73P9mdFmJu887Il/mqNLFtGr9b9WRX6ao2smmVs6g5QcFsL77tm1dEuAmDJqoA...
    • Dec 18 2017, 1:48 PM
    • 1 Line
  • 216212 matches: .*bosta.* &lt;newaccountonly&gt;
    216251 matches: .*AD+MI+N.* &lt;newaccountonly|antispoof&gt;
    216755 matches: .*(?:wiki(?:[mp]edi[ae](?!n))).* &lt;newaccountonly|antispoof&gt;
    216881 matches: .*[Gâ’¼ÄœÄžÄ Ä¢Æ“Ç¤Ç¦Ç´á¸ ].*[RŔⓇŖŘȐȒṘṚṜṞ®].*[AǼAÀâ’¶ÁÂÃÄÅÄ€Ä‚Ä„ÇÇžÇ ÇºÈ€È‚È¦á¸€áº áº¢áº¤áº¦áº¨áºªáº¬áº®áº°áº²áº´áº¶Æ4@].*[WŴẀẂẄẆẈ₩].*[PƤṔṖǷ₧ÞþΡρРр].* &lt;newaccountonly&gt;
    216936 matches: .*[пПnpPрР][iIіІїЇиИeEеЕёЁ][зЗzZ3][dDдД].* &lt;newaccountonly&gt;
    ...
    • Dec 12 2017, 9:11 PM
    • 6 Lines
  • 214977 matches: bund
    215448 matches: cock
    215585 matches: yolo
    216251 matches: (admin|coordinator|bureaucrat|checkuser|developer|moderator|oversight|steward|sysop|committee|staff)
    216710 matches: .{40}
    ...
    • Dec 12 2017, 9:10 PM
    • 10 Lines
  • SMART Error Log Version: 1
    ATA Error Count: 1
    CR = Command Register [HEX]
    FR = Features Register [HEX]
    SC = Sector Count Register [HEX]
    ...
    • Dec 3 2017, 6:11 PM
    • 37 Lines
  • smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.4.0-101-generic] (local build)
    Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Seagate Barracuda 7200.14 (AF)
    ...
    • Dec 3 2017, 11:40 AM
    • 100 Lines
  • Your Wikipedia account does not meet the minimum requirements to join the ACC project. It looks like you have requested access to the internal interface of the ACC project tool, rather than the requesting interface, and as such I am declining this request. Furthermore, it looks like you've successfully created an account on Wikipedia itself, and as such I would like to take this opportunity to welcome you to Wikipedia.
    You may find some of the Wikipedia help pages (such as https://en.wikipedia.org/wiki/Help:Contents/Getting_started ) useful during your stay, and of particular interest may be the introduction to Wikipedia (http://en.wikipedia.org/wiki/Wikipedia:Introduction) which has some information to help you get up to speed with the way things work on the encyclopedia.
    I wish you all the best and hope you enjoy your time on Wikipedia.
    • Dec 2 2017, 11:54 PM
    • 5 Lines
  • select concat(a.username, '@', d.domain) source, a.destination
    from virtualalias a
    inner join virtualdomain d on d.enabled = 1 and d.id = a.domain
    where coalesce(a.destination, '') <> ''
    and a.action not in ('reject', 'discard')
    ...
    • Oct 30 2017, 10:41 PM
    • 22 Lines
  • bash $ for d in sda sdb sdc sdd sde sdf sdg; do smartctl -a /dev/$d | g
    ep -i power_on_hours ; done
    9 Power_On_Hours 0x0032 061 061 000 Old_age Alway
    - 28926
    9 Power_On_Hours 0x0032 066 066 000 Old_age Alway
    ...
    • Sep 16 2017, 9:22 AM
    • 16 Lines
  • SELECT
    sys.name,
    sys.x,
    sys.y,
    sys.z
    ...
    • Aug 18 2017, 12:57 PM
    • 25 Lines
    • SQL
  • <!DOCTYPE html>
    <html lang="en">
    <head>
    <style>
    .monthlyStats rect {
    ...
    • Aug 15 2017, 7:43 PM
    • 73 Lines
  • Three attributes:
    https://stwalkerster.net/oid/?prefix=cn=passwordResetQuestions,cn=attribute,cn=ldap,cn=stwalkerster.co.uk,cn=enterprise,cn=private,cn=internet,cn=dod,cn=org,cn=iso,
    https://stwalkerster.net/oid/?prefix=cn=passwordResetHash,cn=attribute,cn=ldap,cn=stwalkerster.co.uk,cn=enterprise,cn=private,cn=internet,cn=dod,cn=org,cn=iso,
    ...
    • Aug 14 2017, 6:27 PM
    • 19 Lines
  • C:\Users\simon>gpg --edit-key 9612BE5C
    gpg (GnuPG) 2.0.29; Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.
    ...
    • Jul 27 2017, 8:50 PM
    • 19 Lines
  • bash $ sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +35.0°C (high = +74.0°C, crit = +100.0°C)
    Core 1: +35.0°C (high = +74.0°C, crit = +100.0°C)
    ...
    • Jun 16 2017, 9:57 PM
    • 27 Lines
  • <?php
    include 'includes/PdoDatabase.php';
    $db = new \Waca\PdoDatabase('mysql:host=localhost;dbname=stwalkerster_scratch', 'stwalkerster', '123', array(
    ...
    • Jun 14 2017, 11:12 PM
    • 38 Lines
  • stwalkerster@dorado ~/PhpstormProjects/wikipedia-account-creation-tool-2 (master)
    $ git push origin --delete encodingbug
    remote: +---------------------------------------------------------------+
    remote: | * * * PUSH REJECTED BY EVIL DRAGON BUREAUCRATS * * * |
    remote: +---------------------------------------------------------------+
    ...
    • Jun 5 2017, 9:10 PM
    • 34 Lines
  • -- set up some test data
    create table numbers (n int(11) not null primary key);
    insert into numbers values (1), (2), (3), (4), (5);
    create table data (addresslist varchar(50));
    ...
    • Jun 5 2017, 9:07 AM
    • 61 Lines
    • SQL
  • <?php
    /******************************************************************************
    * Wikipedia Account Creation Assistance tool *
    * *
    * All code in this file is released into the public domain by the ACC *
    ...
    • Jun 5 2017, 12:20 AM
    • 70 Lines
    • PHP
  • CREATE TABLE session (
    id INT(11) NOT NULL PRIMARY KEY auto_increment,
    update_version INT(11) NOT NULL DEFAULT 0,
    cookie VARCHAR(64) NOT NULL,
    user INT(11),
    ...
    • Jun 2 2017, 8:52 AM
    • 20 Lines
    • SQL
  • diff --git a/zoompage.php b/zoompage.php
    index 40a3ec0..d368221 100644
    --- a/zoompage.php
    +++ b/zoompage.php
    @@ -57,7 +57,7 @@ function zoomPage($id, $urlhash)
    ...
    • May 27 2017, 1:09 AM
    • 23 Lines
    • Diff
  • MariaDB [information_schema]> select * from columns where table_name = 'request' and table_schema = 'production';
    ++--------------+------------+--------------++--------------------+-----------------+---------------++
    || TABLE_SCHEMA | TABLE_NAME | COLUMN_NAME || CHARACTER_SET_NAME | COLLATION_NAME | COLUMN_TYPE ||
    ++--------------+------------+--------------++--------------------+-----------------+---------------++
    || production | request | id || NULL | NULL | int(11) ||
    ...
    • May 26 2017, 11:17 PM
    • 19 Lines
  • <?php
    $database = new PDO('mysql:host=localhost;dbname=production', 'stwalkerster', 'lolnope');
    $stmt = $database->query("select id, name, date from request where status = 'Open' and emailconfirm = 'Confirmed'");
    ...
    • May 26 2017, 6:01 PM
    • 28 Lines
  • May 24 22:30:37 ninetales dhcpd[11746]: DHCPDISCOVER from 98:5f:d3:4a:f2:a7 via eno1 May 24 22:30:38 ninetales dhcpd[11746]: DHCPOFFER on 192.168.22.129 to 98:5f:d3:4a:f2:a7 (mensa) via eno1 May 24 22:30:38 ninetales named[7525]: client 192.168.22.250#57554/key rndc-key: signer "rndc-key" approved May 24 22:30:38 ninetales named[7525]: client 192.168.22.250#57554/key rndc-key: updating zone 'scimonshouse.net/IN': adding an RR at 'mensa.scimonshouse.net' A 192.168.22.129 May 24 22:30:38 ninetales named[7525]: client 192.168.22....
    • May 24 2017, 10:16 PM
    • 1 Line
  • 1 Controlled flight into planetary terrain
    1 Local network firewalls causing connection issues
    1 Mug loss
    1 Scheduled task minimized game unexpectedly
    1 SRV fuel depletion
    ...
    • May 2 2017, 11:19 PM
    • 18 Lines
  • JOIN ##stwalkerster-test
    :stw!~stw@cpc104820-sgyl39-2-0-cust201.18-2.cable.virginm.net JOIN ##stwalkerster-test * :stw
    :wolfe.freenode.net MODE ##stwalkerster-test +ns
    :wolfe.freenode.net 353 stw @ ##stwalkerster-test :@stw
    :wolfe.freenode.net 366 stw ##stwalkerster-test :End of /NAMES list.
    ...
    • Apr 21 2017, 10:28 PM
    • 9 Lines
  • MariaDB [production]> select opencount.day, opencount.opened, closecount.closed from
    -> (select date(timestamp) day, count(*) opened from log where action = 'Email Confirmed' and timestamp > '2016-12-31 23:59:59' group by date(timestamp)) opencount
    -> inner join
    -> (select count(*) closed, date(timestamp) day from log where action like 'Closed %' and timestamp > '2016-12-31 23:59:59' group by date(timestamp)) closecount
    -> on opencount.day = closecount.day
    ...
    • Mar 11 2017, 10:04 PM
    • 81 Lines
  • diff --git a/includes/AuthUtility.php b/includes/AuthUtility.php
    index f57e97e0..59dad869 100644
    --- a/includes/AuthUtility.php
    +++ b/includes/AuthUtility.php
    @@ -8,6 +8,8 @@
    ...
    • Feb 21 2017, 11:36 PM
    • 66 Lines
    • Diff
  • - INFO RemoteSettingsRepairman moving from H:\AppData\Roaming\Keybase to C:\Users\stwalkerster\AppData\Local\Keybase
    - INFO moving config.json
    - ERROR RemoteSettingsRepairman error moving H:\AppData\Roaming\Keybase\config.json to C:\Users\stwalkerster\AppData\Local\Keybase\config.json - rename H:\AppData\Roaming\Keybase\config.json C:\Users\stwalkerster\AppData\Local\Keybase\config.json: The system cannot move the file to a different disk drive.
    - ERROR rename H:\AppData\Roaming\Keybase\config.json C:\Users\stwalkerster\AppData\Local\Keybase\config.json: The system cannot move the file to a different disk drive.
    • Feb 12 2017, 3:11 AM
    • 4 Lines
  • $query = $this->buildQuery(array('*'));
    $query .= $this->applyOrder();
    // shuffle around hackily TODO: fix this abomination
    $localParameterList = $this->parameterList;
    ...
    • Feb 8 2017, 9:21 PM
    • 26 Lines