Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for philmetz

For the following code I have a problem. When i fill in the form and submit it inserts a new database value. But when I refresh the page it does it again automatically with the same data, and keeps doing it whenever i refresh. How do i stop this? [CODE] …

Member Avatar for ErlendHL
0
3K
Member Avatar for philmetz

I have the following code that should add a new item to the database table but it doesnt seem to be adding? [CODE] <html> <head> <title>Using Default Checkbox Values</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"> </script> <script type="text/javascript" > $(function() { $(".submit").click(function() { var name = $("#name").val(); var username = $("#username").val(); var password …

Member Avatar for hielo
0
131
Member Avatar for philmetz

Prove that L = {a^n: n is a prime number} is not regular I was looking through the solution to it but dont understand it at all, could anyone help explain how to solve it? Thanks

Member Avatar for agugglez
0
117
Member Avatar for destroyed

Hey everyone.I am doing bachelors in software engineering and now am in my final year.and need a good idea for my final year degree project.so any good idea.....please do write in detail....waiting for a positive reply

Member Avatar for peter_budo
0
345
Member Avatar for philmetz

Ok see the attachments(note i have converted the images to gif as pgm is not allowed to be uploaded) I am trying to do Connected Components Labeling in an image (Gaus.gif) and output the result (smallOut.gif) It almost works except for one little part in the smallOut.gif. The first object …

-1
97
Member Avatar for philmetz

Check at this: [url]http://homepages.inf.ed.ac.uk/rbf/HIPR2/dilate.htm#1[/url] Figure 2.0 I am a bit confused if the 3x3 structuring element is put on top of it, wouldnt everything to the right of the first pixel it finds be white? if its going left to right, top to bottom? Because it sets a pixel to …

0
50
Member Avatar for philmetz

I have to implement a system that analyses the image data captured by a video camera mounted in the window of a shop. (The images captured are in a grey-scale format) I need to perform basic activity, person tracking and recognition. The activity recognition is aimed to determine the level …

Member Avatar for philmetz
0
92
Member Avatar for philmetz

I have this question: You are required to implement an agent that performs a specialized version of the local beam simulated annealing hill climbing (k=3). Just not sure how to do this, can someone help. My idea is this: I pick 3 random spots on a map (local beam search) …

0
57
Member Avatar for philmetz

Im a little confused how this search works. Good someone help explain it to me. I tried on this picture ([url]http://en.wikipedia.org/wiki/File:AB_pruning.svg[/url]) but it doesnt make sense. Where am I starting on the tree? is it bottom left? How does alpha beta pruning work then?

Member Avatar for philmetz
0
98
Member Avatar for philmetz

Hey I am a bit confused on how the Recursive heapify process works. So tell me If I have this right: It first goes to the left subtree until it reaches the last Node, it then starts the tickleup process and continues like that. It then goes to right subtree …

Member Avatar for Rashakil Fol
0
2K
Member Avatar for philmetz

Hi How can i get a recursive function like this to work: It should find the sum, then print the sum out inside the function. [CODE] public static int myMethod(int counter) { int sum = 0; if(counter == 0) return 0; else { sum = sum + myMethod(counter-1); System.out.println("Sum is …

Member Avatar for destin
0
91
Member Avatar for philmetz

Hi I have a website idea but i need some help with coding a database, is there anyone here to help me? thanks

Member Avatar for philmetz
0
171
Member Avatar for philmetz

Hi i got a website but as i was creating it i found that i would have so many pages. Is there a possibilty to say have one real template and a database and depending on what you click on on the main page it will load the details from …

Member Avatar for orko
0
97
Member Avatar for philmetz

Hi Does anyone have a simple way to expand and collapse table rows. For example i will have 26 rows (one for each letter of alphabet) then i can say expand A and i will get a list of things there? thanks

Member Avatar for DangerDev
0
52