This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"UD": "0.3071", "UD'": "0.0751", "UD2": "0.1538", "UF": "0.2657", "UF'": "0.1559", "UF2": "0.0932", "UB": "0.2564", "UB'": "0.2916", "UB2": "0.0494", "UL": "0.3022", "UL'": "0.0764", "UL2": "0.2896", "UR": "0.1148", "UR'": "0.0496", "UR2": "0.0714", "UM": "0.1802", "UM'": "0.1794", "UM2": "0.1209", "Ur": "0.3005", "Ur'": "0.2882", "Ur2": "0.1642", "U'D": "0.0478", "U'D'": "0.1393", "U'D2": "0.1223", "U'F": "0.2033", "U'F'": "0.0480", "U'F2": "0.1585", "U'B": "0.4330", "U'B'": "0.3097", "U'B2": "0.2104", "U'L": "0.3079", "U'L'": "0.2998", "U'L2": "0.3098", "U'R": "0.1083", "U'R'": "0.0498", "U'R2": "0.0498", "U'M": "0.0805", "U'M'": "0.1401", "U'M2": "0.0704", "U'r": "0.0887", "U'r'": "0.1217", "U'r2": "0.1361", "U2D": "0.2624", "U2D'": "0.2892", "U2D2": "0.3059", "U2F": "0.1922", "U2F'": "0.1962", "U2F2": "0.2632", "U2B": "0.2279", "U2B'": "0.3068", "U2B2": "0.2597", "U2L": "0.3095", "U2L'": "0.2951", "U2L2": "0.3089", "U2R": "0.1190", "U2R'": "0.0500", "U2R2": "0.0665", "U2M": "0.1678", "U2M'": "0.0495", "U |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level 1 , 9 states | |
level 2 , 106 states | |
level 3 , 1191 states | |
level 4 , 12226 states | |
level 5 , 111120 states |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
from pandas.errors import EmptyDataError | |
from collections import defaultdict | |
import random | |
import time | |
import datetime | |
import math |
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,member_id | |
0,4718592 | |
1,1 | |
2,2 | |
3,3 | |
4,196345861 | |
5,177995782 | |
6,188219397 | |
7,17 | |
8,197918748 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
: ${2?"Usage: $0 n_channel which_channel(0-indexed)"} | |
if [ -n "$(ps -ef | grep "[p]ython3 event\_crawler\.py group_1853")" ] ; then | |
echo "script already running, aborting install"; | |
exit 1; | |
fi | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
from pandas.errors import EmptyDataError | |
from collections import defaultdict | |
import random | |
import time | |
import datetime | |
import math |
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,group.id,mean,size,category_id,category.name,category.shortname,city_id,city,country,created,description,group_photo.base_url,group_photo.highres_link,group_photo.photo_id,group_photo.photo_link,group_photo.thumb_link,group_photo.type,join_mode,lat,link,lon,members,group_name,organizer.member_id,organizer.name,organizer.photo.base_url,organizer.photo.highres_link,organizer.photo.photo_id,organizer.photo.photo_link,organizer.photo.thumb_link,organizer.photo.type,rating,state,timezone,urlname,utc_offset,visibility,who | |
0,8458.0,18.272727272727273,22,26,pets/animals,pets-animals,10001,New York,US,2004-03-27 09:55:41,not_found,https://secure.meetupstatic.com,https://secure.meetupstatic.com/photos/event/5/7/5/8/highres_431422360.jpeg,431422360,https://secure.meetupstatic.com/photos/event/5/7/5/8/600_431422360.jpeg,https://secure.meetupstatic.com/photos/event/5/7/5/8/thumb_431422360.jpeg,event,open,40.73,https://www.meetup.com/Animals/,-73.989998,2930,NYC Animal Rights,1809940,Santos,https://secure.meetupstatic.com |
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,28 |
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,28 |

NewerOlder