Skip to content

Commit

Permalink
Merge pull request #580 from placeAtlas/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
AnonymousRandomPerson authored Jul 25, 2023
2 parents 8eacc74 + 846160b commit 1c8dd71
Show file tree
Hide file tree
Showing 7 changed files with 2,424 additions and 1,951 deletions.
36 changes: 0 additions & 36 deletions data/patches/gh-0000-israel.json

This file was deleted.

228 changes: 228 additions & 0 deletions data/read-ids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2135,3 +2135,231 @@
158zvz3
1590224
15902xq
15955pz
1592owg
1596789
1595m9u
15991y6
1591hju
1595tge
1597l9w
1594lre
15966xr
1591guq
1596evx
1590fwi
1596bdc
1598n1w
1596op2
1593uxq
1594ge8
1595aqv
15992oc
15993g5
1593keo
1594ngn
15932nn
15927iw
1597ol3
1597utv
15956ys
1593lxz
1593vu3
1597dgq
1598uff
159472t
1591f6h
1597fmm
15938dz
1595g1z
1596qfx
15995fm
1595a7p
15980ac
159636j
15917om
1596k3m
1597khj
1592bib
15933r0
1590d3d
1598hjk
1596klf
15927fm
1596g0x
1596eou
1597duc
159577z
1598hno
1595z8s
1598kaj
1595gwn
15964ge
1594z3e
1596wgj
1598m3s
15971qv
1592p6t
1597pjk
15954lh
15964vk
1594kdl
1594wz6
1591ca2
1597zl4
1596oir
15935zm
1598ybn
1592xmv
1593nsr
1597rvd
1594nwp
1595wgk
15935a1
1594rp1
1595a7s
1595861
1596b22
1594yo0
15950kv
15994ob
159485j
15954gb
1594qw6
1594x78
1593orm
1595pyv
1594qvl
15962zk
1592x5t
1590e3z
1590is6
1590743
1591q30
1596f2x
1593mlj
1598s47
1592egr
159783g
15978k9
15968i8
1597hjl
1597ec5
15984hg
1595uhu
1596ha5
1598s5b
1591540
1598819
1596jnk
1595byd
15982jq
15936z7
1595796
1590b0q
1592sna
1597r2v
15943wu
1596ix8
1593of2
1595kih
1593he6
15954ox
15996ad
1596j77
1598bve
1592ce8
1593m8v
1594jjt
1590orv
1596t5u
1596mkr
1598v6g
1598uyl
1594klr
159749o
1592k2u
15961cg
1593ho8
1594uef
15994u3
1594thh
1594p9o
1590q24
1596ecm
159259m
1590k26
15921hj
1596ars
1595bs2
1598fvr
1596i41
15960hb
1596aec
15935um
1592zcq
159680n
1595xxa
1593i8g
159822v
159928w
1597thn
15954g4
1596g7k
1594a8i
1598yof
15908r9
1593dqh
159586g
1591ml0
159921b
1593nw7
1595aon
1597ms9
1593t6c
1596del
15913ne
1595j8e
1594it7
1598wqn
1590aps
1594ens
15958ut
1597v11
1593mvu
1592os0
1593ljs
1596qa2
159548d
1592eht
1594rnv
1590xwp
1595sps
1598u8t
1594f8v
1594tmk
1593hga
1594swp
1597y7e
1598do4
1598bun
15905t0
1598c4h
1594pl4
1598cel
1597ff2
1598j4j
15983d9
1590qkk
15953n8
159949b
1592cve
15998un
1599mia
1599kp1
1599fhx
159984n
1599iek
1599kfp
1599kfe
1599eig
7 changes: 6 additions & 1 deletion tools/extend_entry_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tqdm

pre_extend_times = []
post_extend_time = 241
post_extend_time = 242

if len(pre_extend_times) == 0:
pre_extend_times.append(post_extend_time - 1)
Expand All @@ -31,6 +31,11 @@ def per_line_entries(entries: list, file: TextIOWrapper):

def extend_time_key(items):
for key, value in list(items.items()):
if key == '':
del items[key]
items[f'{pre_extend_times[0]}-{post_extend_time}'] = value
continue

times = key.split(', ')
for time in times:
if '-' in time:
Expand Down
Binary file added web/_img/canvas/main/1690293657.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/_js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ const variationsConfig = {
{ "timestamp": 1690288201, "url": ["./_img/canvas/main/1690288201.png"] },
{ "timestamp": 1690290001, "url": ["./_img/canvas/main/1690290001.png"] },
{ "timestamp": 1690291801, "url": ["./_img/canvas/main/1690291801.png"] },
{ "timestamp": 1690293657, "url": ["./_img/canvas/main/1690293657.png"] },
],
icon: '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 192 192" aria-hidden="true"><polygon points="154 0 154 38 39 38 39 192 0 192 0 0"/><polygon points="192 38 192 192 77 192 77 153 154 153 154 38"/><rect x="77" y="77" width="38" height="38"/></svg>'
},
Expand Down
89 changes: 89 additions & 0 deletions web/all-authors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -814,3 +814,92 @@ dalos99
cool-guy1234567
Witty-Platypus8307
redaefastt
Working-Hearing7863
Name_txt
Mellonix25
TyrannicalTeapott
AbbreviationsIcy1319
OshiNoKo_004
jackak2005
bghhardcorehead
MuShroomMe64
minatozvn
GrandMajestic1665
hansipro
LittleMissSunMin
ProfessorHeavy
0Moon-Cat0
Lifeland_Project
Jt565432
Mini-salt
ThePhoenixx66
Logical_Volume_7765
cheesestickspls
HQdaan
nontedious
AmbassadorLeather277
Blabliblubbel
AgentNyo
Dangerous_Training_9
brightto_
Iamverycoolhehe
blackpaired
Deucey90
SpammageOfDryl
catastrophic_exe
ReizonTheWolf
Unusual-Dimension-85
AlexTheAxolotl21
Leecemin
iforgotmypasswordss
made3
guideroftheinternet
Gandalfffffffff
Alin_Alexandru
PizzaMajor5588
MicrowaveBurns
HYOUG
ScallionSmall8466
A11ex0
humanehumanist
NaClO_00
Famous_Dig_1366
ThexWiz
SunshineGamer
Taaamas
LAS3E
ToastyWows
Speeder172
Noblezito
bunnimal
Majishan123
Long-Depth-4507
Cactus_Blue101
skalomenos
BlueShellTV_
Visible-Molasses-344
SatisfiedBucket
PoufPoal
donnicb
mo_lu_brain
NerdKnight66
waya_13
sks_g4
w1gglywobbly
Competitive-Ad-5059
JustDun_18
footchess
Mr_CAVOK
K9blades
christiangoettges
BlushTTV
Mairumi-
Schmuppes
MH77Official
opebronk
Apple_pie4
AkaiKitsu
CauaVITOR556
Armo360
enderGuardian46
OJack18
Loading

0 comments on commit 1c8dd71

Please sign in to comment.