Skip to content

Instantly share code, notes, and snippets.

View eritbh's full-sized avatar

Erin eritbh

View GitHub Profile

Anime Contracts FAQ

What is an anime contract?

tldr: Two people watching anime!

So what is this thread for those that don't know what an "Anime Contract" is? Essentially, this is an agreement by two users as one picks an anime of their choosing they want someone else to watch, and the other agrees to watch in exchange they watch an anime of their choosing. There can be stipulations set by those making the contract such as episode number (typically equal or near the amount of episodes there are), the amount of time you have to finish it, or how you'll tell when you're done with it, it's all up to you to set these.

Essentially, "Anime Contracts" are mutual agreements between users to watch specific anime or sets of anime. The terms of each contract are completely up to the users; generally, people will each watch shows totaling about the same amount of time as each other, and the users will normally choose the show that the other person watches. However, all this is strictly optional; you're invite

[
"cool breezes on a summer days",
"Honoka Kousaka",
"Nanami Aoyama",
"OAuth libraries (that shit is a pain)",
"modularity",
"making people's lives better",
"sitting in air conditioning on hot days",
"long bike rides on paved paths",
"the sound of leaves in wind and rain",

A slightly personal explanation of why I love Chiya

A close up of one of Chiya's eyes, with the reflection of one of those hand things in it

I love Chiya. She's one of the cutest balls of sunshine I've ever laid eyes on, as almost anyone can tell, but there's more to it than that. I really like looking at how characters act when they're in bad situations; there's just something powerful about their actions that speaks to me in weird ways. Chiya is no exception. Experiences like these are what really makes me love characters - not only their personalities during every day events, but the way they handle themselves in the face of the shit life throws at them.

In Urara E11, Chiya was taken in by the maze itself, pretty much without explanation. What little that was said revealed the name of her mother, whose memory was the only thing Chiya carried with her into town on day one; however, it was also made clear that the beings who had

/* User flairs */
.flair {
border: 0;
background: transparent;
line-height: 30px;
vertical-align: middle;
position: relative;
padding: 0 5px 0 40px;
}
.flair:before {
@eritbh
eritbh / fizzbuzz.py
Created August 8, 2017 02:00
Fizzbuzz (thanks mega)
# Loop through every integer from 1 to 100 inclusive
for i in range(1, 100):
# Figure out divisibility
div_3 = i % 3 == 0
div_5 = i % 5 == 0
# Store a message here
message = ''
[Variables]
Version=1.7.0
;==========================
; General settings
;==========================
PlayerName=Spotify
; Change this variable to your media player.
; Visit this page for all supported players: http://docs.rainmeter.net/manual/plugins/nowplaying#playerlist
[Rainmeter]
Group=SongInfo
Update=50
DynamicWindowSize=1
; = IMPORTANT =
; = For configuring the rainmeter skin, right-click the visualizer and click on "Open settings".
; = You can also open the variables.ini file located in:
; = "My Documents\Rainmeter\Skins\Monstercat Visualizer\@Resources"
; Basic taskbar background.
[meterRectangleThing]
Meter=String
X=0
Y=0
W=3000
H=80
SolidColor=0,0,0,204
[Rainmeter]
Update=500
[Metadata]
Name=System Usage Taskbar Utility
Author=Geo1088
Information=CPU and RAM display sized to fit in the taskbar.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0
/*==============================================
Prelougue
-----------------------------------------------*/
/*Colors*/
/*Main Blue: #000080 (Navy Blue) 0, 0, 128*/
/*Secondary Black: #000000 0, 0, 0*/
/*Third White: #FFFFFF*/
/*Fourth: #C0C0C0 192,192,192*/