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