Archive for the 'ImageCloud' Category

Imagecloud GUI update

February 26, 2007

I’ve been pretty busy with school, so I haven’t had much time to update this beast. I’ve gotten http://71.201.65.239/projects/imagecloud/images/screens/2007.02.25.png done though. That’s my personal server, so if it goes down, you know why. I’ve also moved over to a Debian Etch install, and it’s sweet
kristofer

C is in

February 8, 2007

I’ve been working on IC in C (that’s kinda’ fun to say in the “J2 in the ER” way*). I did a paste, it’s at [dead paste] , but it’s only good for 24hrs, so it might not be there when you click. Otherwise, check: http://71.201.65.239/projects/imagecloud/ . No, the site isn’t finished either.
*See “Lucy, Daughter [...]

Put that pointer away!

December 3, 2006

I’ve been working on imagecloud more, and listening to my sister tell me how it needs a gui for mass appeal. I don’t disagree, but I am the LAST person one wants designing one of those. Think… http://www.codinghorror.com/blog/images/wgetgui-screenshot.png . Don’t get me wrong, I love wget, but I don’t know that the average user loves [...]

ImageCloud Update

December 1, 2006

My Pascal version of ImageCloud is coming along decently. I couldn’t return an StrArray for some reason (fpc kept failing to compile) so rather than figure out the problem, I used a pointer instead. Seemed simpler.

program ImageCloud( input, output, TagDB );

uses

DOS; {to enable findfirst and findnext}

const

MAXDBSIZE = 224; {max number of [...]

ImageCloud has a Green Light!

November 29, 2006

I finally got the review back on the ImageCloud proposal. The teacher green lighted it (as the title say ).
My Proposal:
—————-
Project Description:
ImageCloud was born out desperation. I thought the project up after going through my hard drive and finding folders of images that had no clean naming scheme. Like many digital cameras, [...]

Crazy Pascal Assignment

November 8, 2006

My semester project in pascal is self assigned. I’ve written a proposal letter to the teacher to make ImageCloud in pascal. The python verison is not really even helpful in this besides being a psuedocode for the pascal. This is what I have so far. He hasn’t even green-lighted the idea yet. Here’s hoping…

program [...]

New Page

October 26, 2006

I don’t know that it pops up saying I made a new page, but I did. ImageCloud has its own page now. Yeah, over on your right. Might have to scroll down a little. I don’t know if I’ll host the src there, or off site. I want a free host, I’m cheap.

Logo

October 25, 2006

Whilst working on myEnglish paper, I got bored. Big surprise. Anyway, I whipped up a logo for image cloud. The camera is Creative Commons Attribution ShareAlike 2.5 . Thanks Wikipedia

Less posts == More hits

October 25, 2006

I’ve noticed, the longer I go with out posting the more frequently I get hits via search engines. I know, it sounds like an odd correlation, but the little graphs in the Blog Stats page prove it. Anyway, I have walls now. Which rocks. Thanks Uncle Dave, Uncle John, and Anthony. Also, I went to [...]

ImageCloud funtioning again

September 9, 2006

I spent a little bit of time hacking at ImageCloud after math class. The code is working again, but it’s ugly on Windows. The Strings that have the filenames do \\ on windows. I think this is because it needs to escape the slash, but it is still ugly. I knew I should have ignored [...]