Skip to main content

Posts

Showing posts from January, 2008

went for a RMS's session

Last friday i went for Richard Stallment session who is launched the GNU project.Actually it was very interesting session.And he emphsised the what should be the purpose of the free software and he furter said we should dicatate linux as GNU-slash Linux.Becuase linux main part is the GNU.
internal DataTable GetConformedResults(string spName, string fName, string lName) { DataTable dt = new DataTable(); SqlConnection con = new SqlConnection("Data Source=BUDDHIKA-PC\\SQLEXPRESS;Initial Catalog=VertualDoctor;Integrated Security=True"); con.Open(); SqlCommand SqlCmd = new SqlCommand(spName, con); SqlCmd.Parameters.Add("@vcFistName", DbType.String).Value = fName; SqlCmd.CommandType = CommandType.StoredProcedure; SqlCmd.Parameters.Add("@vcLastName", DbType.String).Value = lName; SqlCmd.CommandType = CommandType.StoredProcedure; SqlDataAdapter DataAdp = new SqlDataAdapter(); DataAdp.SelectCommand = SqlCmd; DataSet result = new DataSet(); //Create a dataset DataAdp.Fill(result, "result"); //Fill the dataset dt = result.Tables["result"]; con.Close(); con.Dispose(); return dt; }

Nature-inspired visualization

Visualizations of complex interrelationships h ave the potential to be complex and require a lot of cognitive input. When creating new approaches for visualization we can derive an alogues from natural systems. People interact with the nature very closely Hence natural inspired concepts can be used to cognitive amplification , moving the load from the user's cognitive to their perceptual systems and thus allowing them to focus their cognitive resources where they are most appropriate There are two systems as follows: physical-based model biological inspiration Lot of day today actions are happening mediated by technology. So these action can be recorded and analyzed .At that poi nt we will be able to find some interesting patterns and interesting thing about the data. These result can be used for yielding insights into our behavio r, desires and goals, providing marketing companies with identified opportunities to sell new products into, or medical companies with info

Working with Agent Technology

Currently i am doing my 4th year project based on Agent Technology.It is really cool and also new experinece.Basically the output will be the intelligent agent who is living in your operting sysem and you can command to him wtih Natural Language. In here we are using JADE flatform and Protege to develp the the system.

Akeelah and the Bee

A heart-warming, triumph-over adversity drama, AKEELA AND THE BEE centers on a precocious eleven-years-old girl, Akeelah Anderson, form south Los Angels, who is discovered to have a talent for words. In spite of the objections of her mother Wanda,Keke enters a spelling contest. Her gift takes her to compete in the National Spelling Bee, the most famous competition of its kind in the world…. One of fabulous phrase attached with this film “Pulchritude-its derive form Latin word pulcher meaning Beautiful .Isn’t it? You know that feeling where everything feels right? Where you don't have to worry about tomorrow or yesterday, where you feel safe and know you're doing the best you can? There's a word for that, it's called love. L-O-V-E.

Information visulization

Information visualizaion can be states as follows: “ The use of computer-supported, interactive, visual representations of abstract data to amplify cognition. ” I feel if Ptolemy did not find a way to represent a location still we don't know where we are in this world. This is a simple example which shows, to amplify our cognition there should be a stimuli. Then information visualization is highly efficient way for the mind to directly perceive data and discover knowledge and insight from it. So lots of researches are going on this area. The reasons for that is Human beings are tremendously influenced by sensory perceptions The way that we learn, grow, understand, and adapt is based on our ability to view, perceive, and conceptualize thoughts and ideas The power to visualize and graphically represent results, ideas, solutions, and problems in multiple dimensions, as well as to manipulate data and virtually collaborate with others, is the next big revolution

Start to blogging.....

I created this blog bit earlier.But i didn't use it until today.With the dawn of 2008 hope to continue blogging.Its just like beginning to use a house which was not used for a long time . So hope to enjoy by blogging the things . " Since human beings themselves are not fully debugged yet, there will be bugs in your code no matter what you do . "