So I was taking a look at analytics wondering what the hell I had done to alienate my entire readership (of 3 people) when I realized that, oops, I had taken out the analytics in the CSS code when I changed the blog back to a default blogger face thing. (Yes, I just called it a face thing because I'm tired and frustrated and I've reminded myself clearly why I hate programming.)
also, I may have just written this program to get results for my masters thesis:
program shitfuck
implicit none
integer::i
real:: crap, n, want
open(1000,file='fuck.it')
do i = 1, 27
read(1000,*) n, crap
want = sqrt(sqrt(n)*crap/n)
print*, want
end do
end
bonus points if you can figure out what language this is programmed in (aside from, ahem, french).
2 comments:
I switched to reading via the rss feed with google reader. I don't know if that messes with the analytics stuff, and I'm too lazy to try to figure it out.
it was actually just about me not having the piece of code in. I'll probably not mess with that until I (Naomi) redesigns the site.
Post a Comment