Skip to content

Instantly share code, notes, and snippets.

@FunPika
FunPika / acc_extlinks
Last active January 2, 2016 10:59
External and interwiki links pointing to the old URL to the account creation tool.
@FunPika
FunPika / acc_meeting_2013-08-10.txt
Created August 11, 2013 00:30
Meeting in #wikipedia-en-accounts-meeting on August 10, 2013.
[2013-08-10 19:28:27] <Izmeetingz> -Now logging starts-
[2013-08-10 19:28:37] * JohnLewis waits for the irony to settle in for rschen7754 :P
[2013-08-10 19:28:58] <harlot> Fast dinner
[2013-08-10 19:29:01] <Izmeetingz> So this meeting is surrounding [Accounts-enwiki-l] Rechecking and acting on requests in current CU-needed list
[2013-08-10 19:29:42] <JohnLewis> ALl but rschen7754 will known of that email.
[2013-08-10 19:29:56] <JohnLewis> *all *know
[2013-08-10 19:30:16] <Izmeetingz> As CUs have been noticing, the CU backlog is getting insane, and is often a deturant (SP?) to actually clearing it out.
[2013-08-10 19:30:25] <Izmeetingz> rschen7754: get ACC :P
[2013-08-10 19:30:31] =-= rschen7754 is now known as rschen7754|boat
[2013-08-10 19:30:33] <Izmeetingz> anyway
@FunPika
FunPika / degtorad.m
Created April 28, 2013 14:42
A quick function to convert degrees to radians without having the Mapping Toolbox installed in Matlab.
function radians = degtorad( degrees )
%DEGTORAD Converts degrees to radians.
% EXAMPLE:degtorad(35) = 0.6109
radians = degrees*(pi/180);
end
@FunPika
FunPika / config.local.inc.php
Last active December 16, 2015 11:39
My ACC configuration.
<?php
ini_set('display_errors', 1);
error_reporting(-1);
$toolserver_username = "username";
$toolserver_password = "password";
$toolserver_host = "localhost";
$toolserver_database = "acc";
#I don't even really care about the notify db or the antispoof db on my local install currently,
#but setting them anyways