Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Is this correct?

Name: Anonymous 2008-03-12 0:08

I've been playing around with Git. I wrote a script that made 11706 commits to a repo with one file, which, each time, was appended with "This is line #{commit_number}". Out of curiosity, I wrote a script to calculate the total size of all versions of the file. Here's that script.


size = 0L
i = 1
while i < 11707:
    size = size + size + len("This is line #" + str(size) + "\n")
    i = i + 1


The result is a 3526-digit number. Is my script correct? If it is, then this is an amazing example of the efficiency of delta compression. (The total repo is ~7 MiB.)

Name: Anonymous 2008-03-12 0:11

no

Name: Anonymous 2008-03-12 0:22

Wow.

Name: Anonymous 2008-03-12 0:24

gtfo

Name: Anonymous 2008-03-12 0:54

>>1
~7 MiB
7 Men in Black? Holy shit!

Name: Anonymous 2008-03-12 1:07

is that some vb code

Name: Anonymous 2008-03-12 2:58

7 Mibibytes. Intriguing.

Name: Anonymous 2008-03-12 14:06

size = size + size

Name: Anonymous 2010-11-16 2:27

Name: Anonymous 2011-01-31 20:46

<-- check em dubz

Name: Anonymous 2013-09-01 13:19


Reviving the VN thread: anything VN related goes.

After having finished ML series right after reading through Muramasa, I decided to change the pace and started reading LOVELY x C^TION. The "datesim" part's implementation is underwhelming. Can't really say much about the story since I just started reading it a few hours ago, but I'm already in love with Amagase. Moe overload

Name: Anonymous 2013-09-01 14:50


Is anyone willing to explain the story of Umineko as simply put as possible?

Don't change these.
Name: Email:
Entire Thread Thread List