
ardhendutr.blogspot.com
what i seeA collection of short stories.
http://ardhendutr.blogspot.com/
A collection of short stories.
http://ardhendutr.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.7 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
14
SSL
EXTERNAL LINKS
36
SITE IP
172.217.6.225
LOAD TIME
0.703 sec
SCORE
6.2
what i see | ardhendutr.blogspot.com Reviews
https://ardhendutr.blogspot.com
A collection of short stories.
what i see: A rainbow in black&white.
http://ardhendutr.blogspot.com/2010/06/rainbow-in-black.html
A collection of short stories. Saturday, June 19, 2010. A rainbow in black&white. Ever since I was born, I was told to go to the "other world". The boys there would scoff at the idea of me going to the Junisteri, and would stop being pricks. They were apprehensive of it, they too wanted to go there. But the disease, cursed upon Mosolk, was claiming life after life. Junisteri was the place where anti-dotes for the disease were being developed and tested on the people of Mosolk. It was the one esca...Years...
what i see: What i said after i died.
http://ardhendutr.blogspot.com/2009/07/hi.html
A collection of short stories. Tuesday, July 7, 2009. What i said after i died. Err hello. Hi.". Wont you ask me my name? I froze. For what I saw in front of me was the most beautiful thing I had ever seen. A pretty girl with large twinkling eyes and long straight hair. Her smile radiated enthusiasm and happiness of a world beyond. A world I wanted to go. There was no looking further than that. Other details curiously went unnoticed. Like the fact that she had started waving in front of my face. Ohh that...
what i see: July 2009
http://ardhendutr.blogspot.com/2009_07_01_archive.html
A collection of short stories. Tuesday, July 7, 2009. What i said after i died. Err hello. Hi.". Wont you ask me my name? I froze. For what I saw in front of me was the most beautiful thing I had ever seen. A pretty girl with large twinkling eyes and long straight hair. Her smile radiated enthusiasm and happiness of a world beyond. A world I wanted to go. There was no looking further than that. Other details curiously went unnoticed. Like the fact that she had started waving in front of my face. Ohh that...
what i see: June 2010
http://ardhendutr.blogspot.com/2010_06_01_archive.html
A collection of short stories. Saturday, June 19, 2010. A rainbow in black&white. Ever since I was born, I was told to go to the "other world". The boys there would scoff at the idea of me going to the Junisteri, and would stop being pricks. They were apprehensive of it, they too wanted to go there. But the disease, cursed upon Mosolk, was claiming life after life. Junisteri was the place where anti-dotes for the disease were being developed and tested on the people of Mosolk. It was the one esca...Years...
what i see: Solaris - I
http://ardhendutr.blogspot.com/2012/11/solaris-i.html
A collection of short stories. Sunday, November 4, 2012. I am in a haze, waiting for you. Your voice will give me light. Subscribe to: Post Comments (Atom). View my complete profile. Simple theme. Powered by Blogger.
TOTAL PAGES IN THIS WEBSITE
14
Far Beyond Driven: When Firefox stops responding
http://drykilllogic.blogspot.com/2010/02/javascript.html
Posts about Gaming, Game Programming and Web Programming. Wednesday, February 17, 2010. When Firefox stops responding. One problem that we all must have faced at some point of time in the CC or CSE Lab is the problem of firefox not responding. It gives the following message :. Even after restarting the system, it gives the same message. Also, on typing "ps -e" on the terminal (which is supposed to show you a list of processes running), it doesn't show firefox. Haha Nice find. Chrome has a better mech...
Far Beyond Driven: January 2010
http://drykilllogic.blogspot.com/2010_01_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Saturday, January 2, 2010. So, after a hiatus, I am back again. Last semester was a complete disaster in almost every way possible : my studies, hobbies, social life, etc. Finally during the holidays I got some learning started. I have always wanted to make 3d games, but I don't just want to make them, I want to program them. I finally decided to take the plunge from 2d to 3d in the winter. I got started with a game engine called Soya3d.
Far Beyond Driven: May 2009
http://drykilllogic.blogspot.com/2009_05_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Thursday, May 14, 2009. Upgraded to Ubuntu 9.04, and loving it. I took one last shot. I tried downloading ubuntu 9.04. I had been putting this off as it was not available on dc, which meant a long and lengthy download. I fell asleep during the download( having given up all hope). When i woke up, I decided to give it a shot, and guess what! It actually DIDNT try to download 9.04 and worked with the current version! Finally I had my ubuntu back!
Far Beyond Driven: March 2010
http://drykilllogic.blogspot.com/2010_03_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Sunday, March 28, 2010. The Breakout clone looks pretty good now. I spend the weekend developing it. I've improved upon the welcome screen to make it flashier, included the help screen, and coded the gameplay. It has 3 levels, in each level the speed of the ball increases and so do the points you get on breaking a tile. Saturday, March 27, 2010. How to run SVN under proxy server. To configure HTTP Proxy for Subversion, open the file /.subversi...
Far Beyond Driven: Guess who's back!
http://drykilllogic.blogspot.com/2010/01/so-after-hiatus-i-am-back-again.html
Posts about Gaming, Game Programming and Web Programming. Saturday, January 2, 2010. So, after a hiatus, I am back again. Last semester was a complete disaster in almost every way possible : my studies, hobbies, social life, etc. Finally during the holidays I got some learning started. I have always wanted to make 3d games, but I don't just want to make them, I want to program them. I finally decided to take the plunge from 2d to 3d in the winter. I got started with a game engine called Soya3d.
Far Beyond Driven: June 2009
http://drykilllogic.blogspot.com/2009_06_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Sunday, June 28, 2009. I actually plan to make the game available for download, for windows as well as for linux. However, i'm too lazy to do that :-D. Maybe I'll upload it tomorrow, once I find out how to do it. Back to the Normal World. Also, it now has 2 screens, one for each player, and actually uses vertical and horizontal scrolling. I'm using a not-so difficult technique in which basically your temporary buffer, in which you draw everyth...
Far Beyond Driven: November 2009
http://drykilllogic.blogspot.com/2009_11_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Sunday, November 1, 2009. Why Python kicks C right in the nuts. Program to reverse a string in C:. Char s[3] = {'a', 'b', 'c'};. Int i, temp;. For(i = 0; i. Temp = s[strlen(s) - i - 1];. S[strlen(s) - i - 1] = s[i];. S[i] = temp;. For(i = 0; i. The corresponding program in Python:. S = s[: -1]. PS : Sorry about the intendation. Subscribe to: Posts (Atom). View my complete profile. Google Open Source Blog. Another option for file sharing.
Far Beyond Driven: February 2010
http://drykilllogic.blogspot.com/2010_02_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Wednesday, February 17, 2010. When Firefox stops responding. One problem that we all must have faced at some point of time in the CC or CSE Lab is the problem of firefox not responding. It gives the following message :. Even after restarting the system, it gives the same message. Also, on typing "ps -e" on the terminal (which is supposed to show you a list of processes running), it doesn't show firefox. Subscribe to: Posts (Atom). Misapprehension:...
Far Beyond Driven: How to run SVN under proxy server
http://drykilllogic.blogspot.com/2010/03/how-to-run-svn-under-proxy-server.html
Posts about Gaming, Game Programming and Web Programming. Saturday, March 27, 2010. How to run SVN under proxy server. This is a problem that I have been facing for quiet a while now, and I finally got the solution. Earlier I just ignored it and used no proxy. But now I have got it. Credit goes to this blog. Subscribe to: Post Comments (Atom). A lazy computer geek. Love playing and programming computer games, watching movies and listening to metal. I'm also into 3d modelling and animation. And Back Again .
Far Beyond Driven: July 2009
http://drykilllogic.blogspot.com/2009_07_01_archive.html
Posts about Gaming, Game Programming and Web Programming. Friday, July 31, 2009. A Pretty Decent First Week. I also got CS source, but I'm not playing it much, mainly because I don't know how to play on lan right now. I've tried like almost every fucking thing possible, but I just can't do it. But I asked a senior today, he said you have to do some stuff on the command line. That should do it I think. I'll start studying from tomorrow. That's a promise. Friday, July 24, 2009. My next project will be sort...
TOTAL LINKS TO THIS WEBSITE
36
AD's English Literature
Do you agree with the view that the “hero of Paradise Lost is not Christ, nor Adam, but Milton himself”? He problem of hero in Paradise Lost. Has not been finally solved and no one single opinion has been formed on this subject. Before we give our judgment on this controversial question let us examine the claims that have been put forth for the various characters of the epic. Some critics like Dryden are of the view that Satan is the hero of Paradise Lost. 8220;Fallen cherub to be weak is miserable.
Welcome to the Website of - Ardhendu Sekhar
Received early training at the age of only 7 years old, from Sri N.K.Nath and Sri Ajit Das respectively. He was awarded SANGEET VISHARAD in the 1st class from Lucknow Bhatkhande in the yaer 1968 . Later he received Talim from Pandit A.T.Kanan under his able guidance in KIRANA GHARANA. H. He is a regular artiste in A.I.R. He visited Germany,. Etc countries in Europe. Recently he visited Bangaladesh (Dhaka , Chattogram etc.). As a Vocal music teacher cum performer. Through I.C.C.R.
what i see
A collection of short stories. Sunday, November 4, 2012. I am in a haze, waiting for you. Your voice will give me light. Sunday, June 10, 2012. Every person is a walking contradiction. As Aldous Huxley had remarked, the only consistent people in the world are those who are dead. Consistent, yes. Their bodies ensconced in the mud of earth, devoid of life-force; with nature free to probe and wrap around them its sinewy tentacles; they are one with it, consistent. Monday, March 19, 2012. Every year, as a cu...
Ardhentia
Ardhes-ayen - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 4 Years. This deviant's full pageview. Last Visit: 6 weeks ago. By moving, adding and personalizing widgets.
Ardhes's blog
Přihlásit se ». Registrovat se ». GALERIE: Lord Snowdon a královská rodina. Detox jater po svátcích: Začněte hned! Jak správně zalichotit svému miláčkovi. Na celém Blog.cz.
Ardhes (Anna Blume) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 6 Years. This deviant's full pageview. Last Visit: 83 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? July 21, 2011.