No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
20 Posted Topics
Hi all, I have a class CAR.java public class CAR { private int ID; private String model; public CAR(int ID, String model) { this.ID = ID; this.model = model; } public int getID() { return ID; } public void setID(int ID) { this.ID = ID; } public int getmodel() { … | |
Hi , I would like to make a header in a site joining images but I would like the transition from one to another to be smooth ... How can I do this ?? Is there online header generator uploading images.. ============= And finally I search a free template for … | |
Hi, I am new in css programming and I would like to edit a css.file. I downloaded a template from [Click Here](http://www.os-templates.com/free-responsive-templates/rs-fusion) but I want to make smaller the image slideshow, put it to the top of the div container and next to the slider to make a new div … | |
Hi, I am trying to make 8-tiles problem in prolog but my code is not running . To be more specific when I type an action then I take false. So the new state is not printed. [CODE] move([0, Y, Z], [Y, 0, Z], right). move([X, 0, Z], [0, X, … | |
Hi, I am trying to delete multiple rows with select buttons. But my code does not work. Could you help me ? [CODE] $user_query= "SELECT * FROM user"; $user_result = mysql_query($user_query); $count=mysql_num_rows($user_result); echo "<form name='form1' method='post' action=''>"; echo "<table>"; echo "<tr>"; echo "<th scope='col'>#</th>"; echo "<th scope='col'>username</th>"; echo "<th scope='col'>Email</th>"; … | |
Hi, I don't know anything about generics interface in java but I would like to make threads with name qorker (qorker<Someqork> qorker = new Someqorkqorker<Someqork>()) which has three states INIT, WORKING and END. And I want this thread to call a web service like [URL="http://www.w3schools.com/webservices/tempconvert.asmx"]Web Service/tempconvert.asmx[/URL] I don't know where … | |
Hi, I am trying to read a file but I have a problem because it is read in the end an empty line (this line does not exist) My code is [CODE] $file_handle = fopen($newFilewithFolder, "r") or exit("problem."); $getfileInfo = fgetcsv($file_handle); $numcols = count($getfileInfo); // my file is opened again … | |
Hi, I downloaded a code for creating a pdf via php. It is called [URL="http://www.tcpdf.org/examples.php"]tcpdf[/URL] I would like to change the header with other text, But I can't find the file I have to modify. Also I would like the line of header lower Could you help me ? Thanks … | |
Hi all, I have to check and give grades to some projects written in C. Do you know a free program which detects source code plagiarism ? I found CodeSuite but it asks me for key. Thanks in advance | |
Hi, I am new in xml programming and I need your help. I want to cataloging my cds and I have create a xml file and a dtd but they are not valid. :( xml [CODE] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cdcollection SYSTEM "cd-collection.dtd"> <cdcollection> <album barcode=""> <title></title> <artist></artist> <track id="1" … | |
Hi , I want to make a script in jquery when I click on a link to appear a message. My code is below [CODE] <fieldset class="fild3"> <legend>links</legend> <a href="" id="ca_125">CA-125</a><br> <a href="" id="ca_153">CA 15-3</a> </fieldset> <fieldset class="fild2"> <legend>info</legend> <span id="ca_125" class="ca_125"> <p>CA-125 </p> </span> <span id="ca_153" class="ca_153"> <p>CA 15-3 … | |
Hi all, I have a problem with my code. I use in a struct variable type time_t with name tt like [CODE] typedef struct{ time_t tt; } [/CODE] then I initialise in the main function of my server [CODE] time_t timer; timer=time(NULL); [/CODE] I pass the timer in my shared … | |
Hi, I am trying to print a table but I can't. I have a file called r.php with rules like [CODE]<?php $rule['ab'] = "afd"; $rule['vf'] = "ghe"; $rule['as'] = "rtg"; ?>[/CODE] and in another file I write [CODE]<?php include_once("r.php"); $a = 'as'; echo $rule[$a]; ?>[/CODE] but it is not printed … | |
Hi, I have a problem with c files. I have broken my code to 2 files main.c and unp.h unp.h [CODE] typedef void (*Ptr_To_Function)(void); struct Menu_Record { unsigned int option_number; const char * text; Ptr_To_Function process_function; }; struct Menu_Record* select(struct Menu_Record*,int); struct Menu_Record startup[] = { {1, "Choice1", NULL}, {2, … | |
Hi, I would like to add to my sita a thermometer. I have an input box and I think it would be nice if user could see the thermometer next to his input. When user lets the input box the thermometer to be updated. Does anybody know how can I … | |
Hi, I have to take 4 points in my site and find distance and time to click each of them (fitts law). do you know a program to do this on my site ? | |
Hi, I am php developer and I would like to embed a expert system in my site. I have made a form in my site and when I click Ok I would like to run a .clp file via Jess (Java Expert System Shell) But I don't know how ... … | |
Hi all, I would like to insert in my page something like messenger window for chat. Is there any css for that ? I don't know css and I dont want how can I search it. Something like [URL="http://multi-operator-asp-chat-script-software.smartcode.com/screenshot.html"]http://multi-operator-asp-chat-script-software.smartcode.com/screenshot.html[/URL] Thanks a lot | |
Hi all, I am new in c++ programming and I would like to learn what is the difference between class cuboid : public shape1, private shape2 with class cuboid : public shape1, public shape2 Thanks a lot | |
Hi, I would like to make a text dialog application. is there open source software helping me do it ? I found searching the web only OpenEphyra Thanks in advance |
The End.