English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - August 2007

[Selected]: All categories Computers & Internet Programming & Design

...charge money for software (with source) that they didn't create?

2007-08-08 18:24:45 · 2 answers · asked by Anonymous

How do create a new domain. Like instead of .com can i Make .kom

Is it possible. There is .tk .store. ly

HOW DO I MAKE .kom

2007-08-08 18:16:31 · 6 answers · asked by chyrule52 1

0

how can i make a cool flip book like this one on this webpage

http://www.flashbanners.co.uk/flash-flip-book.htm

2007-08-08 18:11:10 · 2 answers · asked by c_a_n_a_l_e 1

How woud you record what is typed on your website. Like, If I made a website, and wanted to record whatever anybody ever typed in it, what code would I need to use?

2007-08-08 18:01:37 · 6 answers · asked by dustin m 1

Ok, I want to have folders for my site

e.g http://mysite.com/folder1

but not actually have the folder on the website, it would just seem like it is there but really is not, similar to how MySpace works, you know where u set ur url, etc...

e.g myspace.com/mylink

can someone help or tell me where I can figure this out i am good in php as it is just cant figure it out.

2007-08-08 17:37:36 · 3 answers · asked by Fitz 4

I dont mean just open up Notepad, but to open up a specific text file, either by the user choosing through a file browser or just by a hard-coded file name.

2007-08-08 17:04:52 · 2 answers · asked by rgeleven 3

2007-08-08 16:50:53 · 6 answers · asked by Anonymous

Tech help? Full instructions please!

2007-08-08 16:49:02 · 2 answers · asked by Andrea M 3

Here's what i have so far...
I created a new script, subst2, using three parameters,

1. the string to be replaced ($1)
2. the string with which to replace it ( $2)
3.the name of the file in which to make the substitution ($3)

This performed the substitution and backup file creation when the target string occurs somewhere in the file, but leaves the file completely unchanged if the string being replaced is nowhere in the file.

I got this
if grep "$1" "$3" > /dev/null; then
mv $3 $3.bak
sed "s/$1/$2/g" $3.bak > $3
# grep returned 0, the pattern occurred in at least one line
fi

I got that right but I have a problem with this part right here..

Generalize your subst2 script, producing a new script subst that will apply a substitution to any number of files given on the command line. For example

~/Unix/script/subst foo bar myFile1.txt myFile2.txt myFile3.txt

should apply the same substitution throughout each of the 3 files named there.

I have this code in bash but any code is fine.

2007-08-08 15:32:52 · 1 answers · asked by ddw4e 2

What Programs do I need to use Perl. I've inputed the hello word program in notepad but now im lost pls any help:(

2007-08-08 12:58:25 · 1 answers · asked by Anonymous

I am making a quotefalls word game and need to make up to 100 text boxes at runtime. I need one event handler for all of them and I need to be able to easily iterate through all of them.

I was thinking in terms of an array of text boxes but maybe that won't work???

I read in a quote from a text file and then I need to create the grid that the letters will eventually go in for each letter in the quote.

2007-08-08 12:57:34 · 2 answers · asked by Anonymous

I can change my keyboard and make certain things change into Polish but I can't completely change the language of my operating system. Is there any possible way of changing my windows language into Polish? PLEASE HELP ME.. THANKS

2007-08-08 10:51:14 · 8 answers · asked by Anonymous

2007-08-08 09:38:56 · 4 answers · asked by Anonymous

Please list and describe the necessities to write a line of code,
thanks.

2007-08-08 08:18:18 · 4 answers · asked by Austin C 1

I need to make a Hangman game that only does one 5 letter word. This word, however, needs to be able to be changed by the user easily at the top of the code. So far I have the word divided into characters like this

final char LETTER1='h', LETTER2='o', LETTER3='u', LETTER4='s', LETTER5='e';

And I have a switch for each of the letters. This way makes it difficult to change the word because you have to change the letters in the declarations as well as in the switch. Any suggestions about what I could do?

2007-08-08 06:53:52 · 4 answers · asked by Matt C 1

I need to make invatations on a full page that has a border of a hawaiin theme. Is there any websites?

2007-08-08 06:37:00 · 6 answers · asked by cheerful2 1

why do v decl an object in java as
class_name obj1= new class_name();
unlike
class_name obj1;
in c++?

2007-08-08 05:51:21 · 2 answers · asked by msggeca 1

2007-08-08 04:45:03 · 2 answers · asked by D. G 1

What in the simplest terms is the difference between a web designer and coder

2007-08-08 01:14:34 · 6 answers · asked by john m 1

what do we need to learn to make website?
and estimated cost in making it?

2007-08-08 00:43:42 · 4 answers · asked by SHOBIT M 1

i want to learn both 1 dim and 2 dim array.But i m unable to understand in class plz help me gulp this topic plz plz

2007-08-07 23:20:27 · 5 answers · asked by Anonymous

or what is difference between htm file and html file ?

2007-08-07 20:51:07 · 5 answers · asked by JB007 1

give me more ditails about this.

2007-08-07 20:00:00 · 2 answers · asked by Engr. Ronald 7

i need help for my dog boarding buisness i will give you my password (by email) if you can help me design it. here is what there is so far
http://www.tiptopwebsite.com/websites/intro.php?username=dogboarding
i am still working on a url

2007-08-07 18:24:51 · 9 answers · asked by Anonymous

as much information as you can provide would be very much appreciated. also, my ultimate goal is to be able to save an object. ...a very simple object. ...what kind of...Writer do i need to do that?

2007-08-07 16:47:22 · 3 answers · asked by the_honorable_spm 2

2007-08-07 15:54:29 · 3 answers · asked by Mayan 1

i know Java only uses pass-by-value, but could it be possible to execute a pass-by-reference in Java? Could you share with me how it works?

2007-08-07 15:42:22 · 5 answers · asked by xtianonil 2

fedest.com, questions and answers