- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 3
- Downvoting Members
- 5
30 Posted Topics
Re: [QUOTE=tashaX;1335306]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 … | |
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 … | |
Re: There are two ways that you can create a database in Oracle 9i. One way is to use the Oracle Database Configuration Assistant. Using the Oracle Database Configuration Assistant makes sure that the new database is optimized with Oracle 9i’s latest features. Simply read the instruction and follow the prompts. … | |
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). | |
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. | |
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. | |
Re: I think you don't habe to do such a thing.Connect both the computers with a LAN wire from any of your to other NIC. Give your IP as what is there and some subnet. To the other the IP is 192.168.0.x, with same subnet as yours and its default gateway … | |
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. | |
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"); … | |
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 … | |
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 … | |
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. | |
I wish to run a .exe file in ubuntu for this I've install wine,but still I cannot run it. | |
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){ … | |
I have to make a database in oracle and connect it with Java. But I'm not able to do so. Please help. | |
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. | |
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 … | |
I've installed ubuntu on my system today it is giving low graphics mode warning when I log into it. | |
I've downloaded a movie which is in .dpg format. Please suggest me a way to play this file. | |
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. | |
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. | |
i have a dual core processor 3Ghz how much of ram it can support | |
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 | |
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. | |
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 … | |
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. | |
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. | |
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. | |
Re: hello,my professor wants me to make a mini project in java.So please give me the name of some projects. |
The End.