|
Nostalgia:
21st century:
Started by ekrem on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at usmessageboard):
It means this:
http://www.treasury.gov/resource-cen...uments/mfh.txt
I'd be really pissed if I'd have debt in the trillions from a spending... .
What does "live of interest" mean exactly?
Idiot.
|
|
Hi,
I am currently trying to figure out how to best go about implementing an administration side for my application.
I have a user site, where users can log in, customize their profile, submit information etc. I would like administration users to be able...
Started by Mike on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A solution like this on one of our systems where I can see exactly what the end user is seeing (such as something missing from their view), I can go in as them and see exactly what goes to the page (it uses Windows authentication....
|
|
For some mysterious reason, Google has indexed both these adresses, that lead to the same page:
/something/some-text-1055.html
and
/index.php?pg=something&id=1055
(short notice - the site has had friendly urls since its launch, I have no idea how google...
Started by Ionut G. Stan on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Better check what URI has been requested ( $_SERVER....
They are likely where Google got your links, from crawling your folder and from checking your logs .
If you use sitemap generators to submit to search engines , you'll want to disallow in them as well .
|
Ask your Facebook Friends
|
I have a windows XP machine with 4 GB of memory. As expected (and discussed in a dozen or so other questions on this site) the OS could only see 3 and a bit... until yesterday. As of yesterday, the "System Properties" window shows only 768 MB RAM.
dxdiag...
Started by Josh on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
Some ideas of RAM an OS sees to make ....
See Video (animated gif).
Other than that, shut down the computer and reseat the memory modules be just 1 GB working OK, minus 256 MB shared video memory .
And see if /MAXMEM= is checked.
|
|
I see this is a common problem , however I don't understand the resolution.
I have Windows 7 64 bit installed, and a separate graphics card (GeForce 7900 GS). Is the entire 4 GB of main RAM usable, or is 1200 MB wasted because of address conflicts?
Note...
Started by ripper234 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
In your BIOS is there a memory remapping or a memory hole setting .
To see if it is bad memory.
|
|
Hi,
I have:
installed Virtual Box 3.1.2 on Mac OS X 10.5 setup a Ubuntu 9.10 machine for Virtual Box have a new external USB hard drive My question is what can I format my hard drive and configure my Virtual box so that my ubuntu machine can read/write...
Started by hap497 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Make a filter for the USB device (same on Mac OS X):
Ubuntu should be able to see the drive already.
|
|
I am using SQL Server 2005 Standard Edition. I have a primary DB and a read-only replica with Transaction replication configured. My understanding is that with transactional replication that the 'INSERT' statement would not return until
The row is inserted...
Started by AgileJon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
See: http://msdn.microsoft.com.
Is asynchronous and your subscriber may not see changes immediately.
|
|
Running a wireless network with a BT hub. One laptop and one desktop both running W7 Home Premium. Set up as Home computers and created a Homegroup on the desktop. Used the password to join the laptop to the Homegroup and it shows proper connections and...
Started by Ken Wheeler on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
If this computer is part of a domain, it needs to be logged in as a user that has administrative... .
Make sure all antivirus/firewall programs are allowing this feature.
Allot of antivirus programs and firewall programs are KNOWN to block this home-group feature .
|
|
Using .NET
I have a text file with comma separated data. One of the columns consists of text like the following : 1997/020269/07
Now when I do a select with an OdbcCommand the string is seen as a float and it returns the 'answer' instead of the actual...
Started by Tersius on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Your schema.ini file might end up looking a little like:
[sourcefilename.txt] ColNameHeader=true Format=CSVDelimited Col... .
Have you tried using a schema.ini file -- these can be used to explicitly define the format of the text file, including data types .
|
|
I have a WCF service with two methods, Ping and PutAddress. Ping works fine, but PutAddress was failing to initialize NHibernate correctly. Narrowing down the issue, I realized that the relevant settings from Web.config were not being read by PutAddress...
Started by Eric J. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know the complete answer to your question, but I would... .
I wonder if there could be a problem with returning an "Address" object from a WCF operation as well .
I could not return "DataTable" objects from a WCF operation .
I had an odd problem myself.
|