Skip to content

Instantly share code, notes, and snippets.

View jaroshevskii's full-sized avatar
🏳️‍🌈
We are going to rape each other the next night

Sasha Jaroshevskii 🦄 jaroshevskii

🏳️‍🌈
We are going to rape each other the next night
View GitHub Profile
@LukeZGD
LukeZGD / ios-downgrade-dualboot.md
Last active April 30, 2026 18:20
Downgrade and dualboot status of almost all iOS devices

Downgrade and dualboot status of almost all iOS devices

UPDATED: 2026-04-18

@kythin
kythin / daylist
Created February 25, 2012 10:15
HTML Select lists of Years, Months, Days
<select name="dob-day" class="datefield day">
<option value="">Day</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>