Archive for July, 2006
Some progress
We finally continued with our program to solve Laplace’s Equation, after weeks of delay. First, I was relieved to find out that it was not my program that was terribly inefficient but that programs ran much faster on his computer (due to a better configuration, and probably because he was running them on 64-bit [...]
Read Full Post | Make a Comment ( None so far )Google in Wikipedia Greasemonkey Script
Function:
It inserts links to Google Web and Images searches in any Wikipedia article, that use the article’s title as the search phrase. The links are intended to appear below the article title.
Screenshot:
Click to Enlarge
Comments:
Works for all Wikipedia pages in all languages, irrespective of whether they are articles or other Wikipedia related pages. But their [...]
Read Full Post | Make a Comment ( None so far )My First Greasemonkey Script
I was going to post on my recently concluded Sudoku research, but something amazing happened so quickly that I still can’t believe I did it. Yes! I wrote my first ever Greasemonkey script!!
I recently realised Greasemonkey scripts could do some really cool things. I guess I was also partly inspired by LouCypher’s blog, which I [...]
Some Random Thoughts
I don’t think I will be posting regularly because college is starting soon and I have been caught up with some other work. Programming has taken somewhat of a backseat, which means my learning process is impeded. Last thing I thought about doing was writing a Su Do Ku solver. I had tried writing one [...]
Read Full Post | Make a Comment ( None so far )The Mandelbrot Set – on Flash
I went back to drawing the Mandelbrot set. Ah… one of the most beautiful pictures ever seen, both aesthetically and philosophically. It has the whole of infinity contained within it, yet you can see the whole of it. You won’t be able to find more diversity in a single image. One of the mot famous [...]
Read Full Post | Make a Comment ( 5 so far )Graphs on Flash – using ActionScript!
I have been reading up on ActionScript for a few days now. I started from the very basics, and decided that I would not directly dive into it without having any prior knowledge. Made a bit of progress. I wrote my first ActionScript program today. And it worked beautifully. This gives me a lot [...]
Read Full Post | Make a Comment ( 5 so far )Double Dimensional Array
I was talking about the stride method
where you store data that would normally be stored in double
dimensional arrays in single dimensional arrays, and access them by
changing the value of the position indicator accordingly. Now this
became a little confusing as I proceeded to more complicated programs.
So I decided to write programs using double dimensional arrays just [...]
Vector data type
Till recently, I used to program only on Turbo C++. And till recently, I was completely unaware that there were far newer C++ compilers. Blame my education board’s outdated syllabus. Of course I had heard of GCC, but then I thought it was just another Linux Thing. I knew that we needed to make some [...]
Read Full Post | Make a Comment ( 2 so far )

