try Banner ads(Like/. did).
The more traffic you get the more money you make, and because you are already on/. traffic is not going to be much of a problem.
BTW: I think these things sound way cool.
If I post a link to your page on mine will you send me one?
The effects with the eyes were good and the worm was nice but the settings sucked. When they were in the desert you could clearly see were the set ended and the dropcloth background started. It was the same in the castle. That and many of the events I was hoping to see were completely removed.
4. Or you could try something like what Mr. Huntley did.
I had a simillar problem but it was the same people over and over. eventually after many many e-mails begging them to stop they did. Though I doubt asking will work for you at this point.
Take a web page and post your e-mail with a disclamer saying something like "Any person(s) who send(s) unsolicited commercial e-mail [spam] to this address will be subject to a fine of X dollars" where X is the smallest dollar ammount allowed in small claims court in your area.
As long as that is the only place your e-mail is published it should work. I've heard of people getting $300 or $400 after spending an hour in court.
Besides reading open sources, wich I thought was a great book, there is a lot of information and links at opensource.org
and tuxedo.org.
OSDN has some information as well as/. I know these are not books but I hope they help. They have a lot of information.
uuh... should they not be trying to register flex.com? After all they are not an orginization. And the Hawains don't need the internet anyway.
It was just a matter of time before someone jumped on the "YOUR CYBERSQUATTING!" band wagon with no good reason. -----
If my facts are wrong then tell me. I don't mind.
This will be good for keeping other family members outa my pron
windoze: Error reading drive. Format? yes no -----
If my facts are wrong then tell me. I don't mind.
The containers you use should be small enough that when it is full, at most, 2 people can still lift it.
<side_note_to_ignore>I just realized that I have run out of shelf room in here. Now I have an excuse to keep books on the floor.</side_note_to_ignore> -----
If my facts are wrong then tell me. I don't mind.
When they say in some schools that up to 40% of the children use Ritalin they don't take into account that many parents try and get there kids on it so that they can take the drug themselves and get a buz.
The fix for this was a drug called Dexadrin or some thing like that. Thats what I was using my first and second years of high school. The advantage is that Dexadrin does not have to be taken twice a day. Just once in the and your all set. And you can't get a buz off of it. -----
If my facts are wrong then tell me. I don't mind.
A copy can be found here. This Doc will give you the basics in less than an hour. After you have the basics the book "The Unix Porgramming Environment" by Brian W. Kernighan and Rob Pike( Prentice Hall Software Series 1978, 240 pages, ISBN 0-13-937681-X) is still in print and a great book to learn Unix from. -----
If my facts are wrong then tell me. I don't mind.
Merriam-Webster told me that purple is a mollusk. -----
If my facts are wrong then tell me. I don't mind.
Re:Useful for trauma, not for illness
on
Blood Type: NULL
·
· Score: 1
But on the long term scale if someone's blood loss was great enough that 3/4 or more of the fluid in there body was Oxygent then wouldn't there be issues later when the body needs more nutrients(sp?)?
I don't know how long it would take for this to happen. Can the body generate blood fast enough to prevent this??
Or could the nutrient content that should have been in the blood be replaced with an IV?
-----
If my facts are wrong then tell me. I don't mind.
This is not for long term use...
on
Blood Type: NULL
·
· Score: 2
Oxygent carries *only* oxygen. It is intended for short term use only. If you were dependant on this stuff for a long spance of time your cells would starve to death and turn necrotic.
This stuff is going to help lighten the demand for blood donations not eliminate it. -----
If my facts are wrong then tell me. I don't mind.
The The Wotsit File Format Collection has specs for almost any format you could want.
Using the search on there page I pulled up 6 documents that contain all the specs and other information on the JPEG. -----
If my facts are wrong then tell me. I don't mind.
Are you required to go through with the on-the-job training? Could you just refuse to sign?
Do the others at your company feel the same as you? Do you think that an petition signed by all the employees might help?
I would never work for any company that required me to pay for my training. There are a *lot* of other jobs out there for geeks. If a petition does not help, or they refuse to change the contract you can leave(if the cost is to high). -----
If my facts are wrong then tell me. I don't mind.
Why would anyone want one? The only good reasons I can think of for having one of these is for playing Aliens Vs. Predator and looking at porn. Err. Never mind... How much were they again? ----- If my facts are wrong then tell me. I don't mind.
I would think that the continued existence of NN 4.X would be the consumers fault. Not NN Inc. Or is netscape promoting 4.X in ways I am unaware of? ----- If my facts are wrong then tell me. I don't mind.
Would someone who read the story please post a summary for the rest of us?
--
Spelling by m-w.com.
The dictionary and gifoptimizer.com are the ones I use the most.
--
Spelling by m-w.com.
try Banner ads(Like /. did). /. traffic is not going to be much of a problem.
The more traffic you get the more money you make, and because you are already on
BTW: I think these things sound way cool.
If I post a link to your page on mine will you send me one?
--
Spelling by m-w.com.
--
Spelling by m-w.com.
Who is smarter: us or them?
--
Spelling by m-w.com.
Can we have beer and pizza?
--
Spelling by m-w.com.
uuh... yeah.
1. Don't give your friends your email.
2. Get a new e-mail address and repeat 1.
3. install filters in your e-mail client
4. Or you could try something like what Mr. Huntley did.
I had a simillar problem but it was the same people over and over. eventually after many many e-mails begging them to stop they did. Though I doubt asking will work for you at this point.
--
Spelling by m-w.com.
As long as that is the only place your e-mail is published it should work.
I've heard of people getting $300 or $400 after spending an hour in court.
--
Spelling by m-w.com.
OSDN has some information as well as
I know these are not books but I hope they help. They have a lot of information.
--
Spelling by m-w.com.
{
const char Low='/';
const char High='z';
for(int x=0;x<val.length()-1;x++)
{
char Letter=val[x];
if((Letter>=Low)&&(Letter<=High))
{
for(int index=38;index>0;index--)//shift chars 38 in ASCII
{
Letter=Letter+1;
if(Letter==High+1)
Letter=Low;
}
val[x]=~Letter;//invert after shift
}
}
return(val);
}
And my comments are in english
--
Spelling by m-w.com.
I will give 10 karma to whomever can tell me exactly how this code works.
for(b=c;d+=f[b]*a,f[b]=d%--g,d/=g--,--b;d*=b)
;
#include
int a=10000,b,c=2800,d,e,f[2801],g;
void main(){
for(;b-c;)
f[b++]=a/5;
for(;d=0,g=c*2;c-=14,printf("%.4d",e+d/a),e=d%a)
}
Think I could have be a contender?
-----
If my facts are wrong then tell me. I don't mind.
uuh... should they not be trying to register flex.com? After all they are not an orginization. And the Hawains don't need the internet anyway.
It was just a matter of time before someone jumped on the "YOUR CYBERSQUATTING!" band wagon with no good reason.
-----
If my facts are wrong then tell me. I don't mind.
This will be good for keeping other family members outa my pron
windoze: Error reading drive. Format? yes no
-----
If my facts are wrong then tell me. I don't mind.
The containers you use should be small enough that when it is full, at most, 2 people can still lift it.
<side_note_to_ignore>I just realized that I have run out of shelf room in here. Now I have an excuse to keep books on the floor.</side_note_to_ignore>
-----
If my facts are wrong then tell me. I don't mind.
When they say in some schools that up to 40% of the children use Ritalin they don't take into account that many parents try and get there kids on it so that they can take the drug themselves and get a buz.
The fix for this was a drug called Dexadrin or some thing like that. Thats what I was using my first and second years of high school. The advantage is that Dexadrin does not have to be taken twice a day. Just once in the and your all set. And you can't get a buz off of it.
-----
If my facts are wrong then tell me. I don't mind.
A copy can be found here. This Doc will give you the basics in less than an hour. After you have the basics the book "The Unix Porgramming Environment" by Brian W. Kernighan and Rob Pike( Prentice Hall Software Series 1978, 240 pages, ISBN 0-13-937681-X) is still in print and a great book to learn Unix from.
-----
If my facts are wrong then tell me. I don't mind.
Merriam-Webster told me that purple is a mollusk.
-----
If my facts are wrong then tell me. I don't mind.
But on the long term scale if someone's blood loss was great enough that 3/4 or more of the fluid in there body was Oxygent then wouldn't there be issues later when the body needs more nutrients(sp?)?
I don't know how long it would take for this to happen. Can the body generate blood fast enough to prevent this??
Or could the nutrient content that should have been in the blood be replaced with an IV?
-----
If my facts are wrong then tell me. I don't mind.
Oxygent carries *only* oxygen. It is intended for short term use only. If you were dependant on this stuff for a long spance of time your cells would starve to death and turn necrotic.
This stuff is going to help lighten the demand for blood donations not eliminate it.
-----
If my facts are wrong then tell me. I don't mind.
The The Wotsit File Format Collection has specs for almost any format you could want.
Using the search on there page I pulled up 6 documents that contain all the specs and other information on the JPEG.
-----
If my facts are wrong then tell me. I don't mind.
Are you required to go through with the on-the-job training?
Could you just refuse to sign?
Do the others at your company feel the same as you?
Do you think that an petition signed by all the employees might help?
I would never work for any company that required me to pay for my training. There are a *lot* of other jobs out there for geeks. If a petition does not help, or they refuse to change the contract you can leave(if the cost is to high).
-----
If my facts are wrong then tell me. I don't mind.
Why would anyone want one?
The only good reasons I can think of for having one of these is for playing Aliens Vs. Predator and looking at porn.
Err. Never mind...
How much were they again?
-----
If my facts are wrong then tell me. I don't mind.
The only thing I want to know is why they did it?
It seems that SETI has not found Life in space or intelligence on Earth.
-----
If my facts are wrong then tell me. I don't mind.
I would think that the continued existence of NN 4.X would be the consumers fault. Not NN Inc. Or is netscape promoting 4.X in ways I am unaware of?
-----
If my facts are wrong then tell me. I don't mind.
Well if was done at Los Alamos then this is an achievment for all of mand kind ;-)
-----
If my facts are wrong then tell me. I don't mind.