Skip to content

Instantly share code, notes, and snippets.

View itsrachelfish's full-sized avatar
🤠
Yeehaw

Rachel Fish itsrachelfish

🤠
Yeehaw
View GitHub Profile
@itsrachelfish
itsrachelfish / irssi.log
Created July 9, 2015 20:43
stqism being insufferable
14:07 <AlexStraunoff> https://blog.tox.im/2015/07/09/tox-infa-update/#more
14:07 <rachelfish> HIYA
14:07 <rachelfish> YEAH I SAW IT
14:07 <rachelfish> STOP ACTING LIKE A VICTIM AND GIVE SOMEONE ELSE ACCESS TO THE DOMAINS
14:07 <rachelfish> NOBODY WANTS YOU TO MANAGE IT
14:07 <rachelfish> JUST LEAVE
14:07 <rachelfish> HOW CAN I MAKE THIS ANY MORE CLEAR TO YOU
14:07 <rachelfish> sorry caps
14:08 <rachelfish> (not sorry)
14:08 <AlexStraunoff> rude
@itsrachelfish
itsrachelfish / portals.txt
Created March 19, 2016 16:06
Some portals I found in izlude while casually walking around
izlude 20 98 prt_fild08 371 212
izlude 125 257 iz_ac01 100 24
iz_ac01 100 24 izlude 127 253
iz_ac02 113 27 iz_ac01 78 25
iz_ac01 78 25 iz_ac02 104 27
iz_ac01 122 25 iz_ac02 113 27
izlude 110 182 izlude_in 65 87
izlude 52 172 izlude_in 77 167
@itsrachelfish
itsrachelfish / clientinfo.xml
Created May 2, 2016 12:04
clientinfo file for using xkore on idRO
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>indonesia</servicetype>
<servertype>primary</servertype>
<passwordencrypt></passwordencrypt>
<extendedslot></extendedslot>
<connection>
@itsrachelfish
itsrachelfish / keybase.md
Created November 18, 2016 00:02
keybase.md

Keybase proof

I hereby claim:

  • I am itsrachelfish on github.
  • I am wetfish (https://keybase.io/wetfish) on keybase.
  • I have a public key whose fingerprint is 38CB 4CF4 9E73 71DE 3ED8 886F 2828 FBE9 9995 7547

To claim this, I am signing this object:

$column = $input->get('column');
$sort = $input->get('sort');
if($column)
{
$applications = Application::orderBy($column, $sort)->get();
}
@itsrachelfish
itsrachelfish / AppServiceProvider.php
Created February 6, 2017 04:54
Laravel custom validation messages
<?php
...
Validator::extend('time', function($attribute, $value, $parameters)
{
$value = trim($value);
// Check against 12 hour time (with AM/PM) or 24 hour time
$twelve = date_parse_from_format('h:i a', $value);
@itsrachelfish
itsrachelfish / Output
Created February 6, 2017 07:37
Issue with JSON fields in Laravel
Shift {#278 ▼
#fillable: array:10 [▶]
#connection: null
#table: null
#primaryKey: "id"
#perPage: 15
+incrementing: true
+timestamps: true
#attributes: array:12 [▼
"department_id" => "26"
@itsrachelfish
itsrachelfish / minidump.output
Created February 6, 2017 19:36
NW.js crash dump
Operating system: Linux
0.0.0 Linux 3.13.0-106-lowlatency #153+7.0trisquel2 SMP PREEMPT Wed Dec 21 00:41:59 UTC 2016 x86_64
CPU: amd64
family 6 model 60 stepping 3
1 CPU
GPU: UNKNOWN
Crash reason: SIGILL
Crash address: 0x7f16def13395
@itsrachelfish
itsrachelfish / nw.sym
Created February 6, 2017 19:51
NW.js symbols
MODULE Linux x86_64 1983915490FB0EC0D599D961A797CF6A0 nw
FILE 0 ./outst/nw/../../base/allocator/allocator_shim.cc
FILE 1 ./outst/nw/../../base/allocator/allocator_shim_default_dispatch_to_glibc.cc
FILE 2 ./outst/nw/../../base/atomicops_internals_portable.h
FILE 3 ./outst/nw/../../base/process/process_metrics_posix.cc
FILE 4 ./outst/nw/../../base/threading/platform_thread_posix.cc
FILE 5 ./outst/nw/../../build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/atomic_2.h
FILE 6 ./outst/nw/../../build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/basic_string.h
FILE 7 ./outst/nw/../../build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/basic_string.tcc
FILE 8 ./outst/nw/../../build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/char_traits.h
@itsrachelfish
itsrachelfish / banned-users.sql
Created March 21, 2017 22:41
Update WFO database to mark banned users
Update `smf_members` set `is_activated` = '11'
where
`member_ip` in ('216.244.87.67', '87.206.142.169', '155.133.64.144', '155.133.38.210', '208.115.124.235', '208.115.124.211') or
`member_ip2` in ('216.244.87.67', '87.206.142.169', '155.133.64.144', '155.133.38.210', '208.115.124.235', '208.115.124.211')