Click here to Skip to main content
15,900,461 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
RantIf it ain't got an unsubscribe link Pin
Guerrilla Coder3-Aug-15 21:42
Guerrilla Coder3-Aug-15 21:42 
GeneralRe: If it ain't got an unsubscribe link Pin
Kornfeld Eliyahu Peter3-Aug-15 21:52
professionalKornfeld Eliyahu Peter3-Aug-15 21:52 
GeneralRe: If it ain't got an unsubscribe link Pin
Rage3-Aug-15 21:55
professionalRage3-Aug-15 21:55 
GeneralRe: If it ain't got an unsubscribe link Pin
Guerrilla Coder3-Aug-15 22:01
Guerrilla Coder3-Aug-15 22:01 
GeneralRe: If it ain't got an unsubscribe link Pin
W Balboos, GHB4-Aug-15 1:21
W Balboos, GHB4-Aug-15 1:21 
JokeRe: If it ain't got an unsubscribe link Pin
ZurdoDev4-Aug-15 1:19
professionalZurdoDev4-Aug-15 1:19 
GeneralRe: If it ain't got an unsubscribe link Pin
newton.saber4-Aug-15 2:00
newton.saber4-Aug-15 2:00 
GeneralRe: If it ain't got an unsubscribe link Pin
Kevin Marois4-Aug-15 4:00
professionalKevin Marois4-Aug-15 4:00 
I wrote a quick email app that went something like this:
string address = "spammer@yourserver.com";
string subject = "REMOVE ME FROM YOUR MAILING LIST";
string body = "Every time I get an unsolicited email from you, I will send you 100,000 respones. Have a nice day";

MailClass mailClass = new MailClass();

for(int x = 0; x < 100000; x++)
{
    mailClass.SenMail(address, subject, body);
    Thread.Sleep(5000);

}
If it's not broken, fix it until it is

GeneralRe: If it ain't got an unsubscribe link Pin
Vikram A Punathambekar4-Aug-15 6:05
Vikram A Punathambekar4-Aug-15 6:05 
Generalis Language important for s/w development ? Pin
ravikhoda3-Aug-15 19:30
professionalravikhoda3-Aug-15 19:30 
GeneralRe: is Language important for s/w development ? Pin
OriginalGriff3-Aug-15 19:39
mveOriginalGriff3-Aug-15 19:39 
GeneralRe: is Language important for s/w development ? Pin
Marco Bertschi4-Aug-15 1:52
protectorMarco Bertschi4-Aug-15 1:52 
GeneralRe: is Language important for s/w development ? Pin
OriginalGriff4-Aug-15 2:10
mveOriginalGriff4-Aug-15 2:10 
GeneralRe: is Language important for s/w development ? Pin
Amarnath S3-Aug-15 19:51
professionalAmarnath S3-Aug-15 19:51 
GeneralRe: is Language important for s/w development ? Pin
Richard MacCutchan3-Aug-15 21:20
mveRichard MacCutchan3-Aug-15 21:20 
GeneralRe: is Language important for s/w development ? Pin
Amarnath S3-Aug-15 21:35
professionalAmarnath S3-Aug-15 21:35 
GeneralRe: is Language important for s/w development ? Pin
F-ES Sitecore3-Aug-15 23:09
professionalF-ES Sitecore3-Aug-15 23:09 
GeneralRe: is Language important for s/w development ? Pin
Amarnath S3-Aug-15 23:36
professionalAmarnath S3-Aug-15 23:36 
GeneralRe: is Language important for s/w development ? Pin
Johnny J.3-Aug-15 20:20
professionalJohnny J.3-Aug-15 20:20 
GeneralRe: is Language important for s/w development ? Pin
Nagy Vilmos3-Aug-15 20:47
professionalNagy Vilmos3-Aug-15 20:47 
GeneralRe: is Language important for s/w development ? Pin
Johnny J.3-Aug-15 20:52
professionalJohnny J.3-Aug-15 20:52 
GeneralRe: is Language important for s/w development ? Pin
Eddy Vluggen3-Aug-15 21:10
professionalEddy Vluggen3-Aug-15 21:10 
GeneralRe: is Language important for s/w development ? Pin
_Asif_3-Aug-15 21:15
professional_Asif_3-Aug-15 21:15 
GeneralRe: is Language important for s/w development ? Pin
Eddy Vluggen3-Aug-15 21:19
professionalEddy Vluggen3-Aug-15 21:19 
GeneralRe: is Language important for s/w development ? Pin
_Asif_3-Aug-15 21:43
professional_Asif_3-Aug-15 21:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   487 votes