|
I've never posted to a blog before, but my desperation is so great I don't know where else to turn. I want to end my life, and I even know how I'd do it, but the reasons why I haven't have nothing to do with my wanting to be here. I know suicide is selfish...
Started by dawny1111 on
, 17 posts
by 9 people.
Answer Snippets (Read the full thread at google):
I know he's trying....
I have no friends because I either don't want them or don't know how to keep them.
I'm also terrified any time soon.
Daughter is getting married in the summer and I don't want to ruin it for her.
|
|
I want to build my credit without a credit card or loans. I have a phone plan through my job so I'm not sure if that's building it or not. Most places won't let me build credit without already having it so does anyone know of any ways I can begin?
Started by LovinLisa on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at cafemom):
Having in your name....
A credit score is an "I love debt" score and I don't love debt, so I don't want one at all.
Good luck! If you don't want to borrow money, why.
To build credit after my ex and that's how I did it .
|
|
I don't want a "close window" menu item in the task bar context menu for my WPF window. My intention is to annoy the user.
Thank you!
Started by Alex Janzik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Although I don't see a reason to remove the close command from the menu other than to annoy users.
|
Ask your Facebook Friends
|
Which headers should I not use if I don't want my program to be linked with any of msvc*.dll ?
At the moment my application uses:
kernel32 user32 shell32 msvcp90 msvcr90 I want to get rid of the bottom two files. I don't mind if I will have to rewrite...
Started by Nick Brooks on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A related bit of advice is to use dependencies might be due to explicit use on your part or due to CRT implementation that you don't explicitly.
Static link is the right answer.
don't know about newer versions.
|
|
DS (11 months) has been s crabby lately. He wants me to hold him almost all the time and cries and screams if I put him down. He wants to touch everything in sight but when I give it to him, he doesn't want it and gets upset.
Started by Mrs.Salz on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at cafemom):
Anyway, just want to let you know I have been they don't stay in this stage for ever, right? My DS has been like that since day 1 it sucks.
Whether or not you're doing the right thing.
|
|
I have columns that are of datetype, that I use for things like created, lastmodified etc.
I don't want these columns to allow for nulls, is there a best practise in terms of what I should use for their unused, initialized state?
e.g. should I use whatever...
Started by mrblah on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't want these columns, initialized state?
Since you don't want to use null , you could use January 1, 1753 0:00:00The best practice is to use NULL....
That is typically used to track record/row changes in a Data Warehouse .
|
|
I am a tall, very decent looking woman who loves to dress for the occasion and carry herself with confidence.
However, I very rarely get approached. Before people suggest I am "doing something wrong", i'll note that the few serious relationships I have...
Started by FrustratedStandards on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at loveshack):
No one likes to be cock....
If you want to get that.
If you want to get approached at a location like that, you.
I really don't see most guys doing that.
|
|
We have a customer who just is person who doesn't want to pay enough and all our work on creating the documents for the price will be worthless since he will never be able to pay. How should I tell him that we don't want to do the job. Also we are trying...
Started by Thomaschaaf on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming that he won't want to pay up, you might suggest to him other firms that can take Paycheck's "Take This Job and Shove It" ....
They upset me enough that I really don't want to do the work they have, but on the other.
To live.
|
|
I am currently working on a simple system to replace an Excel spreadsheet. It's just a log for activities on a boat. The people working on the boat are of course happy with the Excel spreadsheet and don't see a reason for change. However, those on land...
Started by Staale on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm here with bad news for you, so I hope youLooks to me you ... .
Because they don't know what they wanted! And they sure as hell didn't want something suggest you work with people that don't want to change.
Gathering.
|
Don't want to throw an exception, should I return a custom class that holds a bool and string array?
There are certain areas in your code that you don't want the program execution to stop, like say during a checkout at a ecomm store.
I was thinking of creating a special 'return' type that looks like:
public bool SpecialReturn { public bool IsSucess {...
Started by mrblah on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't want that exception to bring down the program.
Throwing an exception when things go wrong.
|