Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for mitchiexlolz

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 …

0
55
Member Avatar for mitchiexlolz

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 …

Member Avatar for Mariandi
0
178
Member Avatar for mitchiexlolz

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'; …

Member Avatar for smantscheff
0
173
Member Avatar for kushashok

[code]import java.util.Scanner; class example{ public static void main(String args[]){ Scanner in = in.next(.charAt(0)); char ch=''; if(ch>='A'&& ch<='Z') { System.out.println("the character is uppercase"); } else if(ch>='a' && ch<='z') { System.out.println("the character is lowercase"); } else { System.out.println("some special character"); } } }[/code] plz tell me the way to accept a character …

Member Avatar for mitchiexlolz
0
140
Member Avatar for mitchiexlolz

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 …

Member Avatar for fobos
0
104
Member Avatar for mitchiexlolz

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 …

Member Avatar for mitchiexlolz
0
249
Member Avatar for crazybeaner

I am creating a java program that will take 10 user input grades from 1-100 and display them as a letter grade, then calculate the percent of how many letter grades there are in total. The last step is to figure out how to get each letter grade, lets say …

Member Avatar for mitchiexlolz
0
1K
Member Avatar for mitchiexlolz

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 …

Member Avatar for leiger
0
117
Member Avatar for mitchiexlolz

[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]

Member Avatar for khentz
0
146
Member Avatar for mitchiexlolz

[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 …

Member Avatar for Taywin
0
112