Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 206
Search took 1.08 seconds.
Search: Posts Made By: JPM
Forum: Computer Programming 01-08-2006, 04:02 PM
Replies: 8
Views: 1,434
Posted By JPM
If you want help post the code...

If you want help post the code...
Forum: Computer Programming 01-05-2006, 02:38 PM
Replies: 8
Views: 932
Posted By JPM
Obvioulsy all code must at sometime be turned to...

Obvioulsy all code must at sometime be turned to machine instructions. But as hyperbole said, the special thing about asm is the one-to-one relationship where each assembly instruction represents...
Forum: Java and JSP 10-11-2005, 10:53 PM
Replies: 5
Views: 2,140
Posted By JPM
http://www.gold-software.com/download8803.html

http://www.gold-software.com/download8803.html
Forum: PHP 10-11-2005, 01:11 PM
Replies: 1
Views: 734
Posted By JPM
int to char

How would you turn an int (ascii value) into its char equal in php?

C/Java ex:
int test = 97;
char ctest = (char) test;
Forum: Computer Programming 10-06-2005, 01:13 AM
Replies: 7
Views: 1,035
Posted By JPM
It seems to me you need two cin.get() even if the...

It seems to me you need two cin.get() even if the input is valid.
Forum: Computer Programming 10-05-2005, 10:01 PM
Replies: 7
Views: 1,035
Posted By JPM
Ive just started doing some programming c++ and...

Ive just started doing some programming c++ and this is what I came up with.

#include <iostream>
using namespace std;

int main()
{
int number1 = 1;
int number2 = 0;
Forum: Computer Programming 09-30-2005, 10:24 PM
Replies: 0
Views: 664
Posted By JPM
Learning Assembly

Ive decided to learn assembly (basically just to learn more about how computers work). I came across this ebook (http://courses.ece.uiuc.edu/ece390/books/artofasm/artofasm.html) and it looks good,...
Forum: Computer Programming 09-30-2005, 09:30 AM
Replies: 1
Views: 797
Posted By JPM
and whats the problem?

and whats the problem?
Forum: Java and JSP 09-30-2005, 09:29 AM
Replies: 5
Views: 1,242
Posted By JPM
change sin(a) to Math.sin(a)

change sin(a) to Math.sin(a)
Forum: Java and JSP 09-19-2005, 04:46 PM
Replies: 3
Views: 2,012
Posted By JPM
Something like this maybe: class AnotherClass ...

Something like this maybe:
class AnotherClass
{
ChatWindow cw
public AnotherClass(ChatWindow cw)
{
this.cw =cw;
}

public void setText(String t)
Forum: Geek News and Humour 09-16-2005, 02:17 PM
Replies: 19
Views: 4,554
Posted By JPM
Havent read all the posts here so this may be way...

Havent read all the posts here so this may be way off topic, but check this (http://www.icann.org/registrars/wdrp.htm) out. I remember hackthissite.org and many similar sites were contacted by icann...
Forum: Java and JSP 09-16-2005, 09:37 AM
Replies: 2
Views: 1,202
Posted By JPM
Check out this tutorial...

Check out this tutorial (http://www-128.ibm.com/developerworks/edu/j-dw-javachat-i.html)
Forum: Computer Programming 09-14-2005, 09:38 AM
Replies: 19
Views: 3,729
Posted By JPM
If it's good or not I cant see why people would...

If it's good or not I cant see why people would want to buy it, when there's already several free scripting languages.
Forum: Java and JSP 09-11-2005, 11:09 AM
Replies: 1
Views: 2,089
Posted By JPM
JavaMail (http://www.google.no/search?q=JavaMail)

JavaMail (http://www.google.no/search?q=JavaMail)
Forum: Computer Programming 09-11-2005, 10:55 AM
Replies: 9
Views: 959
Posted By JPM
Batch is basicly just ms-dos commands...

Batch is basicly just ms-dos commands...
Forum: Java and JSP 09-11-2005, 09:25 AM
Replies: 5
Views: 1,229
Posted By JPM
You can call the addCat method. Look at what...

You can call the addCat method. Look at what error you get when you run it: NullPointerException. You havent initiated catArray, because thats done in the constructor, which only gets called when...
Forum: Computer Programming 09-05-2005, 10:55 PM
Replies: 2
Views: 1,264
Posted By JPM
A guestbook is basically just storing and...

A guestbook is basically just storing and retriving data from a sipmle database, so look into that...
Forum: Computer Programming 09-05-2005, 10:10 PM
Replies: 5
Views: 617
Posted By JPM
Aman has already answered your question about the...

Aman has already answered your question about the random thing in your first post. Before you make a game with random behavior you first have to learn how to generate the random numbers. Your...
Forum: Computer Programming 08-25-2005, 06:04 PM
Replies: 2
Views: 685
Posted By JPM
Its not code, just a bunch of numbers in hex...

Its not code, just a bunch of numbers in hex (base 16, 0-9a-f). Most enctyptions are in hex, so it might be an ecryption,though its very long, too long for md5, SHA etc.
Forum: JavaScript programming 08-21-2005, 05:33 PM
Replies: 3
Views: 634
Posted By JPM
Check out substr() and unescape()/ascii

Check out substr() and unescape()/ascii
Forum: JavaScript programming 08-01-2005, 04:04 PM
Replies: 5
Views: 625
Posted By JPM
Im no good with regexp but couldnt you just allow...

Im no good with regexp but couldnt you just allow a "-".
Forum: Computer Programming 07-29-2005, 11:50 PM
Replies: 2
Views: 910
Posted By JPM
1. a static function/variable is shared by...

1.

a static function/variable is shared by all instances of a class. It can (if it's public) also be called/set/whatever from outside the class without making an instance of the class.

ex
...
Forum: JavaScript programming 07-29-2005, 11:35 PM
Replies: 1
Views: 634
Posted By JPM
java in javascript

Just noticed that you can use all(?...security) classes from the java api. Anyone heard of this before?

example

<script>

var s = new java.lang.String("test");
var t = new...
Forum: Site reviews 07-29-2005, 03:51 PM
Replies: 24
Views: 2,075
Posted By JPM
It seems safe enough for your site, but it could...

It seems safe enough for your site, but it could easily be passed by bruteforcing it or running a dictionary attack. You'd have to know someones username though, if not it would take a million years.
Forum: PHP 07-23-2005, 02:25 AM
Replies: 8
Views: 1,401
Posted By JPM
Wouldnt it be possible to upload an non image...

Wouldnt it be possible to upload an non image file (php etc)?
Showing results 1 to 25 of 206

 
Forum Jump

All times are GMT +1. The time now is 06:01 AM.