Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for bufospro

Hi, I am new in pl/sql programming and I need your help. I would like to make a procedure. To be more specific, I have tables like the folowing TABLE1 ================================================ |COL1 | COL2 | COL3 | COL4 | COL5 | COL6 |COL7| =============================================== |600 | 140 | 2 | …

0
151
Member Avatar for bufospro

Hi, I would like to do a presentation with a flipping page book. I am searching the Web but I can't find a freeware. Does everybody know one to help me ? I don't know flash programming

Member Avatar for mojayas
0
171
Member Avatar for bufospro

Hi all, I would like to make program reading 300 lines form a file with 24 columns. the 24th column has an integer from 1 to 24, while the others columns are strings. I want to summarize in seperate files this (last) column For example, assdsd, sdsds, asdasda, asda ,asdad, …

Member Avatar for TrustyTony
0
176
Member Avatar for bufospro

Hi all, I have to make a project on my School until 18th of May. I am using resEdit to make graphics for a c++ program. But there ara a lot of cases that the program crashes. Could you help me ? I don't know to use resEdit good so …

0
79
Member Avatar for bufospro

Hi, I have a problem with an xml file. I am trying to develop an xml file based on vra core 4.0 but when I check if my code is valid I take the following error. Could not open file: http://www.vraweb.org/projects/vracore4/vra-4.0-restricted.xsd (I use XML COPY EDITOR) A part of my …

0
80
Member Avatar for bufospro

Hi, I am trying to make a timer applet when I click stop button to stop counting, disappear stop and appears continue button and when I click continue to continue the counting. My code is : [CODE] import java.applet.*; import java.awt.*; import javax.swing.*; public class Timer extends Applet implements Runnable …

Member Avatar for mKorbel
0
94
Member Avatar for bufospro

Hi, I am trying to make a program which reads 6 integers , insert into a file numbers1.txt then copy numbers1.txt content to numbers2.txt and finally print numbers2. The problem I have is that when I am trying to copy the file to another the system crashes. My code is …

Member Avatar for WaltP
0
85
Member Avatar for bufospro

Hi, I have a php array as the following format array([4]=>6 [8]=>12 [3]=>5) and I would like to add 6+12+5 The problem I have is that neither number of array cells nor array_keys are known. Thanks a lot

Member Avatar for bufospro
0
152
Member Avatar for bufospro

Hi all, I am trying to install jcart shopping cart but I have some problems when I am trying to modify it. [URL="http://conceptlogic.com/jcart/"]jcart[/URL] I would like to have a button "save in database" instead of having button "checkout with paypal". And when I click in new button to open a …

0
83
Member Avatar for bufospro

Hi all, I am trying two days now to insert a cart link on my page. It is a e-shop bookstore. I save my books in a database : +-------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+--------------+------+-----+---------+----------------+ | bookid | int(11) | NO …

Member Avatar for bufospro
0
144
Member Avatar for bufospro

Hi all, I don't know css and I would like your help. I am trying to make an online bookstore. The problem I have with divs is that when I am trying to make a new all the below divs are moved down. I would like to add welcome guest …

Member Avatar for gogreen1
0
129
Member Avatar for bufospro

Hi all, I have a file .c and I would like to format the comments of file like that : /** Comment */ with a sed script The comments in my file is /* comment 1 */ /* comment 2 */ /** comment 3 */ I know to format file …

Member Avatar for thekashyap
0
79
Member Avatar for bufospro

Hi, I use a command with awk in bash shell so as to extract info from a file. [CODE]awk -F'[=,: ]' '{print /uid=/?$4:(/^telephoneN/)?$2:$3}' 1.txt[/CODE] the output is something like aaaa bbbb cccc dddd eeee ffff gggg tttt I would like to write this output in a file 2.xml [CODE]<xml> <name>aaaa</name> …

Member Avatar for bufospro
0
101
Member Avatar for bufospro

Hi all, I just started to learn prolog. I wrote some facts and then some rules. I give to swi-prolog my question and solutions are appearing . I would like to ask if someone knows which stategy does swi-prolog use ? backward chaining or forward chaining ? Can I see …

Member Avatar for Sadun89
0
52
Member Avatar for bufospro

Hi all, I am new in shell scripting and I need your help 1. I would like to make a list of files (no folders) of unix system which do not belong to root 2. I would like to make a list with directories of system which the first letter …

Member Avatar for bufospro
0
147
Member Avatar for bufospro

Hi, I am new in neural networks and I would like to tell me a program that I can simulate networks (except Matlab). I have a train.txt and a test.txt file and I would like to make a multilayer perceptron with back propagation. Thanks a lot

Member Avatar for bufospro
0
96
Member Avatar for bufospro

Hi all, I have a project in clips (fuzzy) and I would like to ask you something. I use a template (A and B are defined with low, normal, high): (deftemplate fuz (slot FA (type FUZZY-VALUE A)) (slot FB (type FUZZY-VALUE B)) ) then I initialise the variables (assert (fuz …

0
81
Member Avatar for bufospro

Hi all, I have a file with data 300 lines. (in.txt) I want to make a program that seperates the file in two others (out1.txt, out2.txt). But I would like to do it with percentage. For example, Percentage (%): 50 and seperate the in.txt file in the middle but with …

Member Avatar for bufospro
0
151
Member Avatar for bufospro

Hi all, I have an exercise in communication systems. I have to learn about Quantizers. PCM with Uniform Quantization and with non uniform quantization (Lloyd_MAX algorithm) When I make this in matlab, I have to compute SQNRS for N=2,4,6 bits. Does anybody know what I have to expect ? Thanks …

0
56
Member Avatar for bufospro

Hi all, I want to read a file. The file is like that : 20 20 1 5 6 20 21 1 2 3 21 22 2 4 6 20 20 2 3 5 20 21 6 5 2 21 22 1 6 7 .... and I would like every …

Member Avatar for bufospro
0
121
Member Avatar for bufospro

Hi, I have a problem with my code in C An error occurs with message : /usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crt1.o(.text+0x21): In function `_start': : undefined reference to `main' collect2: ld returned 1 exit status Does anyone know for it ? Thanks a lot

Member Avatar for sree_ec
0
976
Member Avatar for bufospro

Hi all, I am trying to read a file in C. The format of file is something like that : ----------------------------- <From: [email]sender@hotmail.com[/email]> Hellooooooooo. </from> <From: [email]george@gmail.com[/email]> What am I doing? nOwwwwwwwwwwwwww </from> ---------------------------- I would like to read the file and extract some info like number of emails , …

Member Avatar for Ancient Dragon
0
78
Member Avatar for bufospro

Hi, I found an exercise about memories in a site but I don't understand the solution. The exercise says : A word in a little-endian pc has value 3. If I transfer this value in big indian byte per byte what is the new value ? The answer is 2*(2^24). …

Member Avatar for bufospro
0
100
Member Avatar for bufospro

Hi all, I have to implement from a general network a virtual ring. How can I make a vitrual ring ? Thanks in advance

Member Avatar for apines
0
49
Member Avatar for bufospro

Hi all, I am trying to make a program but I have a problem. So I can't continue. I am using a struct like that : [CODE]typedef struct account { char fullname[40]; int id; int amount; char name[15]; } account; typedef struct parking_system { int pos; char name[15]; char description[80]; …

Member Avatar for dgreene1210
0
152
Member Avatar for bufospro

Hi, I am trying to read a string using the function below. The problem I have is that I can't write space in my string. So strings like : "name fullanme" are rejected and returns only "name". [CODE] char *getstring(char *ret, int max) { char *ppp, *qqq; int invalid_characters=0; //fgets(ret,max,stdin); …

Member Avatar for bufospro
0
181
Member Avatar for bufospro

Hi I am implementing a function that check if user is a man or woman. But it does not worl properly. I press e for example and appears two times Please press m/M for Man w/W for Also sometimes w/W/m/M are not recognised and appears the above. My cose is …

Member Avatar for bufospro
0
98
Member Avatar for bufospro

Hi all, I am new in c++ programming and I am trying to make some examples But unfortunately I have some problems My code is : [CODE] #include <iostream> #include <string> using namespace std; int main() { string firstname, lastname, fullname; cout << "First name: "; cin >> firstname ; …

Member Avatar for stevanity
0
99
Member Avatar for bufospro

Hi, I am trying to learn about JQUERY. So , I found some examples and I am trying to apply to my pages. But something goes wrong. Could you help me please ? For example 1.html [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" …

Member Avatar for bufospro
0
122
Member Avatar for bufospro

Hi all, I use glossy.js and I am trying to apply it in an image with the path like [CODE]<img src="../Users/admin/header1.gif" class="glossy"/>[/CODE] the effect is ok. But when I am trying this in a php code like [CODE] echo '<img src="../Users/$user[username]/$photo[filename]" class="glossy"/>'; [/CODE] then it does not work. I have …

Member Avatar for bufospro
0
71