Skip to content

Instantly share code, notes, and snippets.

View genderquery's full-sized avatar
🏳️‍🌈

Avery Larsen genderquery

🏳️‍🌈
View GitHub Profile
>2018
>wake up feeling sick after a late night of playing vidya
>excited to play some halo 2k19
>"xbox on"
>...
>"XBOX ON"
>"Please verify that you are "annon332" by saying Doritos™ Dewt™ it right!"
>"Doritos™ Dew™ it right"
>"ERROR! PIease drink a veitication can"

Keybase proof

I hereby claim:

  • I am genderquery on github.
  • I am genderquery (https://keybase.io/genderquery) on keybase.
  • I have a public key ASBHLLOZlWdKaJy96NyRw7HO_ip2HDk02uhFOWMsbtazpAo

To claim this, I am signing this object:

#!/bin/sh
curl -O http://download.unity3d.com/download_unity/38b4efef76f0/TargetSupportInstaller/UnitySetup-Linux-Support-for-Editor-5.5.0f3.exe
7z x UnitySetup-Linux-Support-for-Editor-5.5.0f3.exe
cp \$INSTDIR\$_59_/Variations/linux64_withgfx_nondevelopment_mono/LinuxPlayer Little\ Bug\ Linux.x86_64
cp -r \$INSTDIR\$_59_/Variations/linux64_withgfx_nondevelopment_mono/Data/* Little\ Bug\ Linux_Data/
chmod a+x Little\ Bug\ Linux.x86 Little\ Bug\ Linux.x86_64
rm -r \$INSTDIR\$_59_ \$PLUGINSDIR
rm UnitySetup-Linux-Support-for-Editor-5.5.0f3.exe
#!/bin/sh
curl -O http://download.unity3d.com/download_unity/472613c02cf7/TargetSupportInstaller/UnitySetup-Linux-Support-for-Editor-2017.1.0f3.exe
7z x UnitySetup-Linux-Support-for-Editor-2017.1.0f3.exe
cp \$INSTDIR\$_59_/Variations/linux64_withgfx_nondevelopment_mono/LinuxPlayer Little\ Bug.x86_64
cp -r \$INSTDIR\$_59_/Variations/linux64_withgfx_nondevelopment_mono/Data/* Little\ Bug_Data/
chmod a+x Little\ Bug.x86 Little\ Bug.x86_64
rm -r \$INSTDIR\$_59_ \$PLUGINSDIR
rm UnitySetup-Linux-Support-for-Editor-2017.1.0f3.exe
package com.github.genderquery;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.PixelFormat;
import android.graphics.Rect;
enum GeometryType { POINT, MULTIPOINT, POLYLINE, POLYGON }
abstract class Geometry {
GeometryType geometryType;
Geometry(GeometryType geometryType) {
this.geometryType = geometryType;
}
}
import os
import glob
import csv
import json
directory = 'Street Parking Category'
base = 'C:\\Users\\Avery\\Downloads\\'
working_path = os.path.join(base, directory)
csv_path = os.path.join(base, directory + '.csv')
json_paths = glob.glob(os.path.join(working_path, '*.json'))
@genderquery
genderquery / Example.java
Created August 27, 2017 02:29
SplitCollectionJsonAdapter
static class Layer {
int id;
@Split(delimiter = ",") List<Integer> childIds;
@Split(delimiter = ",") EnumSet<Format> supportedFormats;
}
static enum Format {
PNG, JPEG, TIFF
}
package com.github.genderquery;
import android.util.JsonReader;
import android.util.JsonToken;
import java.io.Closeable;
import java.io.IOException;
import java.io.Reader;
/**
import requests
import json
import csv
csvfile = r'C:\Users\avery\Downloads\iehp.csv'
url = ('https://ewebserv.iehp.org'
'/provider-search/production/api/Provider/GetSpecificProviderList/{itemsPerPage}/{page}')
data = {
'ProviderType': 'BH',
'AcceptingNewMbr': 'true',