| Author |
Message |
Forum: Love and Dating Topic: Males: do you consider yourself physically attractive? |
| mcg |
|
Posted: 22 Jul 2012, 10:21 am
|
|
Replies: 281 Views: 37,347
|
| Yes, in a slightly androgynous way that girls right now dig. |
|
 |
Forum: Adult Autism Issues Topic: Is it cheating if you show people your bra or underwear? |
| mcg |
|
Posted: 22 Jul 2012, 10:18 am
|
|
Replies: 35 Views: 582
|
| I wouldn't consider it cheating. I run around in underwear all the time. |
|
 |
Forum: Computers, Math, Science, and Technology Topic: what Linux Distro are you using? |
| mcg |
|
Posted: 19 Jun 2012, 12:06 pm
|
|
Replies: 39 Views: 6,755
|
gnuWin32  |
|
 |
Forum: Computers, Math, Science, and Technology Topic: C++ |
| mcg |
|
Posted: 04 Jun 2012, 7:10 pm
|
|
Replies: 89 Views: 10,551
|
| You're also gonna need em if you're going to write a file at some arbitrary location in memory that may involve overwriting something else.... If you wanted to overwrite part of one file and then part of another the OS isn't going to let you do that. Self-replicating programs are quite a bit more c... |
|
 |
Forum: Computers, Math, Science, and Technology Topic: Quick way to concatenate 100+ text files and IN ORDER? |
| mcg |
|
Posted: 31 May 2012, 4:55 pm
|
|
Replies: 2 Views: 1,675
|
This should do it:
Code: for /F %f in ('dir /b *.txt ^| sort') do type %f >> bigFile.txt |
|
 |
Forum: Computers, Math, Science, and Technology Topic: Favorite Newline Sequence |
| mcg |
|
Posted: 27 May 2012, 5:01 pm
|
|
Replies: 2 Views: 897
|
| Actually, endianness plays no role in ASCII text files as every character is just a single-byte. Endianness is only a concern with multi-byte character encodings. |
|
 |
Forum: Computers, Math, Science, and Technology Topic: C++ |
| mcg |
|
Posted: 09 May 2012, 6:15 pm
|
|
Replies: 89 Views: 10,551
|
| on Windows it's not possible to set up a custom handler It is, take note of offset 0x00 in this: http://en.wikipedia.org/wiki/Win32_Thread_Information_Block You can set it to point to a custom SEH frame which contains your handler function like this #include <Windows.h> #include <stdio.h> DWORD eax... |
|
 |
Forum: Politics, Philosophy, and Religion Topic: any reasons why marijuana should still be illegal? |
| mcg |
|
Posted: 04 May 2012, 10:56 pm
|
|
Replies: 250 Views: 26,340
|
| One thing to keep in mind is that marijuana consumption can be extremely dangerous for people with certain heart conditions (many are undiagnosed). People with long QT or ventricular tachyarrhythmias have died in the process of smoking weed. |
|
 |
Forum: Politics, Philosophy, and Religion Topic: any reasons why marijuana should still be illegal? |
| mcg |
|
Posted: 02 May 2012, 9:27 pm
|
|
Replies: 250 Views: 26,340
|
| If weed were legal, corporations would put middle-class drug dealers out of business with their mass produced, logistically optimal weed. |
|
 |
Forum: Politics, Philosophy, and Religion Topic: Right Wingers Benefit from Obamacare |
| mcg |
|
Posted: 02 May 2012, 5:55 pm
|
|
Replies: 66 Views: 7,797
|
|
 |
Forum: Politics, Philosophy, and Religion Topic: Calling all marxists |
| mcg |
|
Posted: 28 Apr 2012, 3:41 am
|
|
Replies: 193 Views: 15,715
|
| Sounds like Hoover's high-wage doctrine, which exacerbated the recession in 1929. Under standard economic models , an exogenous decrease in wages actually shifts the aggregate supply curve to the right, increasing production. Funny that people here should support this notion which has never been co... |
|
 |
Forum: Politics, Philosophy, and Religion Topic: Calling all marxists |
| mcg |
|
Posted: 27 Apr 2012, 10:00 pm
|
|
Replies: 193 Views: 15,715
|
| So what was the point of referencing how Henry Ford increased his profits by raising wages if you're just going to say companies should reduce their profits? That was not my point at all. My point was that America became an economic superpower because of Fordist economic policy. Fordism (i.e. doubl... |
|
 |
Forum: Love and Dating Topic: What does this mean...? (after a breakup) |
| mcg |
|
Posted: 22 Apr 2012, 12:37 am
|
|
Replies: 31 Views: 8,614
|
| Oh my god, this is painful to read. You really need to stop being so needy. Be man and move on with your life. There is no romantic gesture that will make her realize she loves you deep down. Anything you do now, after she has made it clear that she doesn't want to talk to you, will just make you se... |
|
 |
Forum: Computers, Math, Science, and Technology Topic: Robot can play bowling better than humans do |
| mcg |
|
Posted: 10 Mar 2012, 7:49 am
|
|
Replies: 6 Views: 1,584
|
| I'll be impressed when a bipedal robot bowls better than a human. |
|
 |
Forum: Computers, Math, Science, and Technology Topic: Transformer |
| mcg |
|
Posted: 27 Feb 2012, 11:37 pm
|
|
Replies: 7 Views: 1,457
|
| You don't need a resistor on your primary side. Just hook it straight up to the power source. The currents through transformer windings are related by the reciprocal ratio as the voltages (so that power is conserved). In other words, Np/Ns = Is/Ip. So if you have a transformer with 5 turns on the pr... |
|
 |
Forum: Computers, Math, Science, and Technology Topic: Purchasing a Printer |
| mcg |
|
Posted: 31 Jan 2012, 6:05 pm
|
|
Replies: 4 Views: 1,062
|
| If you do go the laser printer route, try to get one with off-brand toner cartridges available. $10 vs $60 for my Dell 1320C. |
|
 |
| Sort by: |