|
I would like to know what duplex (half or full) my network card has negotiated with a switch when they are both set to auto configuration in Windows.
Started by Scott Markwell on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Should be REALLY serverfault ....
You will need some kind of measurement device to diagnose that ( electrically ) .
There is no software-way to report the duplex mode negiciated (specially with a switch) because all the things happen on the physical layer .
|
|
Usually I find it hard to know the comparison between graphics card, sometimes only by the price of it ($80 versus $400).
For now I am comparing several ones offered for the Dell desktop XPS 9000:
ATI Radeon HD 4350 512MB [Included in Price] nVidia GeForce...
Started by Jian Lin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Even worse a card, I tend to follow....
Graphics card performance can be very subjective, since some games are optimized for certain cards, it's often hard to definitively say one card with similar specs is better than another.
|
|
Say you are building a new PC for yourself, and you want more than 2 monitors. What setup would you choose and why?
Started by Vinko Vrsalovic on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I currently run 3 monitors using a mid-range nVidia card (9800GTX) which powers one monitor.
|
Ask your Facebook Friends
|
Lately in games such as BATMAN Arkham City and Saint Row 3rd, I have noticed that my graphics card FPS drops with all the eye-candy turned ON, using DX11 features, at 1920x1200 resolution (single monitor obviously).
Questions:
1) By ONLY replacing my ...
Started by Cannibal Corpse on
, 14 posts
by 7 people.
Answer Snippets (Read the full thread at hardforum):
If you're buying....
Prices not necessarily saying you should pick up a 580, but I REALLY think you should consider picking up a card for your needs.
-KR means a two year warranty, while -AR denotes a lifetime warranty .
The card comes with.
|
|
So between you guys and some of my closer friends, I've been swayed toward an AMD card. I'm looking at an XFX 6970 right now, but I'll be honest: a lot of what attracts me to that card is the look of it.
What are your opinions on the best 6970 available...
Started by GameRonin on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at overclockersclub):
On the AMD....
The best card to choose takes into account a lot of points the card type.
RPM Best current recommended AMD card?
This or similar questions I hear all the time and and answer is that there is not a single answer.
|
|
I have a problem refreshing a salesOrder after deleting the current record. I created some custom functionality what is validating a field. If checked it will ask to delete the record. That works fine by doing a rec.delete(true). However the form itself...
Started by Roelof on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at mibuso):
I created some custom functionality what is validating a field .
When the record is deleted, the form is still showing the current record (believe me I tried a salesOrder after deleting the current record.
But....
|
|
Started by elgrifo on
, 14 posts
by 4 people.
Answer Snippets (Read the full thread at reddit):
Just have the payment information from your credit card bill the setup....
You shouldn't have any trouble paying a credit card using bill pay from your checking account.
To pay my credit card from my debit account?
Really, total noob.
|
|
Best I can do is a '75 Topps Greg Luzinski. Who can beat me?
I'd hate for somebody's condo to burn down on account of you and Patrick kicking each other in the nuts.
-thunderdan, 11/8/10
*1956 Topps baseball- 36.0% complete, 7.00 GPA
*Clemente basic set...
Answer Snippets (Read the full thread at collectors):
Nice QC!
Looking for T204 Square Frame Ramly's, Topps Salesman Samples, and pre '60 baseball card.
|
|
I want to know the followings for the PXI-6511 digital input card?
- Minimum input voltage
- Minimum input current
- Maximum input voltage
- Maximum input current
Started by KizKas on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at ni):
Hello!
While you are using the same card, this does.
So please help me here to resolve this issue.
|
|
I have an array which tells whether a card is in use:
int used[52];
This is a terrible way to pick a random card if I have many used cards:
do { card = rand() % 52; } while (used[card]);
since if I have only 3-4 unused cards, it'll take forever to find...
Started by Claudiu on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's the most to deck-size - 1 display card at that index (or do whatever you want) swap indexed card in deck with the card at [deck-size....
This is to shuffle the deck into a random order, and then pick the first unused card.
|