Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
5
4 Commented Posts
0 Endorsements
Member Avatar for tashaX

Hello, I'm completely new to JavaScript. My project requires to display path from pointA to pointB on GoogleMaps using gps coordinates. For now all I'm trying to do is to display google maps webpage to start off. Using an online editor I was able to do that but when put …

Member Avatar for coolbuddy059
0
139
Member Avatar for coolbuddy059

Friends I have written a code in java which can find out the first and follow of a context-free grammer. Find the LR and LALR parsing table. I want to know that does my code have any market value and where and how if not then how I should modify …

0
44
Member Avatar for bulbulsmile
Member Avatar for debasisdas
0
98
Member Avatar for coolbuddy059

hi friends, I've come across a word LAMP while searching for some php codes.Can someone kindly tell what does this mean and what type of application can be developed from it. And how to begin learning it(sources which provide complete information).

Member Avatar for coolbuddy059
0
92
Member Avatar for coolbuddy059

I've restart my computer after installing some updates,but it shows that the X window cannot start.Please help me how to start X window.

0
85
Member Avatar for coolbuddy059

I'm a student of engineering and decided to construct firewall for my major project.Can you provide some ideas about how I should proceed for my topic.I've decide to construct a packet-filtering firewall.

Member Avatar for rahul8590
0
166
Member Avatar for azegurb

Hi all, I created network with windows xp My comp has two network cards i give one external ip and to the second nic card (which i share among other users) i give 192.168.0.1 other users ip address begin from 192.168.0.2 and so on can you help me to know …

Member Avatar for cguan_77
0
113
Member Avatar for coolbuddy059

when we block a website through our browser Tools->Internet option->privacy->sites than what process happens which prevent the site being not opened next time.

Member Avatar for abu taher
-1
110
Member Avatar for coolbuddy059

I've written a code for JButton handeling.The code is= [code=java] import javax.swing.*; import java.awt.*; import java.util.Calendar; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; // Example using defaultButton and JRootPane.setDefaultButton() public class DefaultButtonExample { public static void main(String[] args) { // Create some buttons JButton ok = new JButton("OK"); JButton cancel = new JButton("Cancel"); …

Member Avatar for Ezzaral
0
209
Member Avatar for coolbuddy059

Can you help me with source code to get the date 1 jan 2009 in the format 01 01 09. Actually I've to form a verification id for issuing gatepass which uses last two digit of the year,then net two digit consist of month and next three digit consist of …

Member Avatar for javaAddict
0
110
Member Avatar for coolbuddy059

I've been writing code to develop gatepass system for my college. I've to made space for taking the photograph of the visitor taken by the camera at gates and then save the whole page in the database(actually the structure is already defined). Please suggest what to do.The code I've made …

Member Avatar for kvprajapati
0
163
Member Avatar for coolbuddy059

is it possible to implment OLE in java. Can you send the link where I can know about it + (if possible)then ways to implement it.

Member Avatar for JamesCherrill
0
98
Member Avatar for coolbuddy059

I wish to run a .exe file in ubuntu for this I've install wine,but still I cannot run it.

Member Avatar for Darkflib
0
102
Member Avatar for coolbuddy059

I've tried to make connection with oracle database using code: import java.io.*; import java.sql.*; public class dbcon{ public static void main(String[] args) { try{ String driver="oracle.jdbc.driver.OracleDriver"; Class.forName(driver); String jdbcURL="jdbc:oracle:thin:@127.0.0.1:1521:stud"; String username="scott"; String password="tiger"; Connection conn=DriverManager.getConnection(jdbcURL,username,password); System.out.println("***Connected to the database***"); conn.close(); }catch(ClassNotFoundException e){ System.out.println("could not find the database driver"); }catch(SQLException e){ …

Member Avatar for Ezzaral
0
93
Member Avatar for coolbuddy059

I have to make a database in oracle and connect it with Java. But I'm not able to do so. Please help.

Member Avatar for stephen84s
0
153
Member Avatar for coolbuddy059
Member Avatar for ejosiah
-1
92
Member Avatar for coolbuddy059

I've linked my computer with a hub with the desktop of my friend. But I'm not able to run internet on both the desktop simultaneously. However able to share data with my friend pc.

Member Avatar for shamoon004
0
111
Member Avatar for coolbuddy059

hello, I've been using ubuntu from a month or above.My lab instructor has asked me to make my own administrative tools.Please help me how should I began my task,actually I'm having no clue how to start my assignment.I've know core java and C/C++. So please tell me which language should …

Member Avatar for Salem
0
148
Member Avatar for coolbuddy059

I've installed ubuntu on my system today it is giving low graphics mode warning when I log into it.

Member Avatar for jbennet
0
125
Member Avatar for coolbuddy059

I've downloaded a movie which is in .dpg format. Please suggest me a way to play this file.

Member Avatar for Godsp3ed
0
159
Member Avatar for coolbuddy059

I want to make network connection between 3 pc's at my place using a hub to run an internet connection.Please suggest ho to do it.

Member Avatar for coolbuddy059
0
109
Member Avatar for coolbuddy059

I've to make a mini project for my paper of networks. I'm a student of engineering I've thought to make my project in network security please suggest me some topics with some details about it or a link where I could get help on my query.

Member Avatar for coolbuddy059
0
59
Member Avatar for coolbuddy059
Member Avatar for jbennet
0
73
Member Avatar for coolbuddy059

Now-a-days I'm deeply interested in topics like hcking and virus.Can u suggest a link where I can create my own virus. Please help me

Member Avatar for boB_K7IQ
-3
124
Member Avatar for coolbuddy059

My pc have been constantly attacked by some virus since frequent user of net.Please suggest some method to tackle with it.I'am using AVG for my antivirus.

Member Avatar for hotmatrixx
0
149
Member Avatar for coolbuddy059

Actually I'm ttally unware of this concept.I've a LAN connection for the internet.Initially when I took it I've single PC but as need it grow to 3.Now I've had to make connection in all three. How to begin with and wat all hardware required for it plz help me out.the …

Member Avatar for hotmatrixx
0
106
Member Avatar for coolbuddy059

I've to do a documentation of a project please tell some links of some sites where I can get the free source code of telephone directory management etc.

Member Avatar for ithelp
0
94
Member Avatar for coolbuddy059

I'am making a mini project on telephone directory management system. My lecturer wants me to submit the documentation of the project.I'm not sure about how to prepare my documentation of project.What to tell??????? the feature which I could add to make my documentation impressive.

Member Avatar for jbennet
0
79
Member Avatar for coolbuddy059

I'm writing a code for all the algorithm mention in cormen there are term DISK-READ and DISK-WRITE. Actually what the author want to say by using these terms.

Member Avatar for ArkM
0
138
Member Avatar for VIGNESH MARAN

hai im vignesh maran im doing my second year mca in RMK ENGINEERING COLLEGE,as we are expecting our campus recruitment to be conducted within 10 months ,we have planned to do a mini project ,so kindly suggest me in doing any miniproject which consumes very less time......................................

Member Avatar for zandiago
-1
112