No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
hello guys. i have developed an application that graphs all kinds of mathematical functions. luckily, wolfram mathematica made my job easier. but, the real problem arised when I'am trying to deploy the application. it can't run on computers without mathematica installed. is there any way wherein i can deploy this …
hello guys! we have a big problem in our database. When we input values, and retrieve them in forms, we can see them. but when we look directly into our database, we can't see it. What is the possible problem? here is our codes to add values. [CODE] Private Sub …
is there a significant difference between phpmyadmin and mysqlbuddy? i mean does they differ in codes? coz i have to make a website that checks whether the username and password exists in the databse. here is my code for looking up in the databse. [CODE] <?php if(isset($_POST['submit'])) { include 'connection.php'; …
Use a buffered reader. then get the value as string. [CODE] InputStreamReader reader = new InputStreamReader (System.in); BufferedReader input = new BufferedReader (reader); String text; char character; text = input.readLine(); character = text.charAt(0); [/CODE]
I installed a wamp server on my pc and initially, it runs.(localHost&phpmyAdmin) but when I installed mysql for my java subject, I can't access the php database anymore. error message looks like this: MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO) I am thinking that …
i want to make a menubar similar to that of MS OFfice. I have downloaded some Executable JAR files that tells me they can help me, but as I run the codes, nothing happens. Can you please teach me how make a ribbon menu bar.? or give me a link …
put counters in your if-else statements so you can monitor how many A,B,C,D,E,and F you have. to compute for the percentage, divide the number of times you got each letter by 10. then multiply by 100%. for example, you have 5 A's. 5/10 = 0.5 * 100% = 50%; if …
I am currently making my project and it involves graphing functions. I have chosen Java because as I have surfed the net, i was able to download a library (JGraphT) that tells me that it can help me graph mathematical functions. Now, my problem is, i dont know how to …
[CODE][TEX] I want to make a manu bar that is same as the menu Bar present in Microsoft office 2007. How is it possible? Thanks for the help!:) [/TEX][/CODE]
[CODE]I am planning to make an application that can graph all functions.(polynomials, rational, trigonometric,etc) but I can't make a decision on which programming language I am going to use. I am choosing between Java and VB.net. what are the ups and downs of these languages? Which one would be better …
The End.
mitchiexlolz