In order to reduce manual work I started automating work for the project online spell checker. To create a dictionary database I took a word list and suffix list and made a program that one by one concat these strings and create a big dictionary file. Now dictionary file is becoming so big such that each operation gives a long break.
But making machine to work is a good approach!
Friday, November 21, 2008
Wednesday, November 19, 2008
Every morning
Every morning I get up early with half of my dream, every morning others sleep and make me cry, outside dark with no sign of life. I brush my teeth and prepare the tea, still no one come and I go for bath. On tea table all get set and I give a sigh. I keep all there and drive a bike. :(
To be continued.. I don't get inputs what to write.
To be continued.. I don't get inputs what to write.
Monday, November 17, 2008
Sunday Rocks!
Yesterday mom was out for social reason. I had to get up early by 7. All work of her was on my head... I went for Dostana. Good movie. I will put review soon. After movie all work was pending, finished up them. Then we went for lunch in Honest and than had a walk there.
I had to go for tasting the meal. The guy represented a big thaal in front of us. Full dish with soup, chaats, sweets and lot more.. Taste was good. Though mixture comments from Darshit.
Then we went for exhibition. I was in planning for buying stole but found prize high compared to a product. While kada were good and reasonable.
Then a night walk and day ended.. that gave lots of fun and relaxed time.
I had to go for tasting the meal. The guy represented a big thaal in front of us. Full dish with soup, chaats, sweets and lot more.. Taste was good. Though mixture comments from Darshit.
Then we went for exhibition. I was in planning for buying stole but found prize high compared to a product. While kada were good and reasonable.
Then a night walk and day ended.. that gave lots of fun and relaxed time.
Saturday, November 15, 2008
New year resolution
I had taken resolution like i am supposed to take since I was kid. Every year it is being same. That is not I am not improving upon me. But I improve in small fractions.
Any ways this time it is to do work more precisely and taking only a task at a time. I think that improves efficiency and concentration and quality of work obviously.
While implementing this many of the times in the middle of the work I recall about the resolution. Now that is neither my fault. Unless I am doing something with consciously I take care about this. And that helps me to complete the task irrespective of small or less tasks. Important thing is to complete a task rather than leaving 7 tasks in between...
Any ways this time it is to do work more precisely and taking only a task at a time. I think that improves efficiency and concentration and quality of work obviously.
While implementing this many of the times in the middle of the work I recall about the resolution. Now that is neither my fault. Unless I am doing something with consciously I take care about this. And that helps me to complete the task irrespective of small or less tasks. Important thing is to complete a task rather than leaving 7 tasks in between...
Accessing local machine using Internet
I am wondering there is rarely a way to access local machine through Internet.
While working on online spell checker, I came across editing feature to allow user to load and to save document from/to local system.
It is really not a big deal for IE. What we have to do is just to use ActivexObject with javascript. Though this is accessing local machine is not considered secure way for browser. Other browsers are not allowing doing so.
What I am doing is: I am taking input type as file. Which is opening file dialog. When I select file in IE it takes full path where as in firefox is taking only file name. That is the bug of Firefox 3. :(
I'll post here as soon as I come up with the solution for this.
While working on online spell checker, I came across editing feature to allow user to load and to save document from/to local system.
It is really not a big deal for IE. What we have to do is just to use ActivexObject with javascript. Though this is accessing local machine is not considered secure way for browser. Other browsers are not allowing doing so.
What I am doing is: I am taking input type as file. Which is opening file dialog. When I select file in IE it takes full path where as in firefox is taking only file name. That is the bug of Firefox 3. :(
I'll post here as soon as I come up with the solution for this.
Subscribe to:
Posts (Atom)