Is there GWT api that will tell me which browser version it detected?
I've found a flaw with IE7's regex handling and need to code around some tricky String.matches() expressions.
hi! all,
I was tryin to convert a QSting to char* type but by following methods,but those does'nt seem to work.
// QLineEdit *line=new QLineEdit();{just to describe what is line here}
QString temp=line->text();
char *str=(char *)malloc(10);
QByteArray ba=temp.toLatin1();
strcpy(str,ba.data());
can you elobrate the possible flaw…
I was thinking about creating making AIM pluggin that checks pandora one (desktop) or pandora website periodically to see what is currently playing and update a user's status. I suppose the main question is there a clever way to access a "public" variable from some open Adobe Air process?
I KNOW this sounds like some crazy security flaw, but…
hi there,
if (agents != null)
for (Iterator iter = agents.keySet().iterator(); iter .hasNext();)
{
// some stuffs here
}
I have the following piece of java code, the agents is a hashmap, wondering if anyone can figure it out why on the line with "for" statement sometimes I got NPE ? is there any flaw…
Is this a probable security flaw. A user in public (lets say Starbucks) tries to log in to iOS application. He enters user id and password [Password is hidden using xxxxxxxx (not exposed)] and a call comes in or he presses home and the application goes to background.
a) Does iOS store an image of current screen
b) A malicious hacker with…
I'm newly using CODE::BLOCKS+mingw compiler
If I don't type return 0 at the end of program,I can see that main() is returning some integer,I learnt that main() returning 0 infers program executes successfully.I don't find any flaw in my code, why is it returning some integer?
secondly
any function returns its value to its function call,…
Hi,
As a common rule, it is very often considered a bad practice to use const_cast<>() in C++ code as it reveals (most of the time) a flaw in the design.
While I totally agree with this, I however wonder what are the cases were using const_cast<>() is ok and the only solution.
Could you guys please give me some examples…
Hi all,
I am trying to learn how to implement virtual interfaces using the Tap driver.
So far my understanding is that using the tap driver I can create a virtual interface and then have a userspace program attach to this interface to analyse the data coming into this device.
Now what if I attach a cisco switch to my LAN interface…
We have a pretty simple system setup, where I get text messages when there is a system problem. It's nothing fancy. I send an email to my phone number within my logging class for alert levels. It works well enough, but it has one major flaw: A small hiccup in the system/site can turn into dozens of rapid fire text messages. Sometimes…
Looking to buy a higher-end Windows 7 laptop, but I'm concerned about the issue with the Intel Sandy Bridge chipset. Otherwise, my price range covers laptops within the latest (Sandy Bridge) generation of the Core i7 family.
I understand that there is an issue with SATA ports 2-5 and I use a Windows Home Server over a WiFi…
The fans on both of my HP Compaq 610s are constantly on and the base is fairly hot and I don't know if this is standard issue. HP assures me that this is unusual and that I should return them as DOA.
Because both laptops have this problem, I'm thinking that this might be a design flaw rather than a one-off problem.
I've…
Due to a Dell/Nvidia design flaw in the Dell Inspiron 1420 series, my laptop no longer shows a display. I am looking for a solution to view it remotely. I have used it via RDP in the past (not for a year though) however for what ever reason I can no longer RDP, it could have been disabled some how. However, I'm on the…
I just want to know whether this is a flaw or not in Bittorrent system.
Let us assume that I am member of a Private Torrent site which requires me to maintain a specific upload to download ratio.
Will this work:
I create a torrent of a large file say [ Fedora Linux ~ 4 GB ] and upload it to the tracker
I download…
I got a simple cloud server and thought it would be nice to have mac native afp
Volumes accesss. Installed Netatalk and this seems to work pretty nice.
No sensitive data or something but I don't like to wake up someday and have
my www docs rm-rfed by some kid h4x0r.
Q1: Is afp encrypted?
Q2: How can I make it…
We are using inkscape to convert SVG images uploaded to our server via a web form. For this inkscape offers a batch mode via the -z option, but this batch mode has a flaw: When inkscape is run by the apache user, it breaks saying
$ inkscape -z -W drawing.svg
X11 connection rejected because of wrong authentication.…
I'm currently trying to run some tests on a web application using Selenium IDE with Firefox 14.
The tests mainly consist in loading a page containing thousands of links and clicking on every of those links. Of course, each time a popup shows, I tell Selenium to close it and proceed with the remaining links.
…
I'm seeing more and more of these screws (pictured below), which are almost triangular. I find I can only put them into Power Supplies and PCI(e) cards in cases, but they will break/strip away if I put them into a hard drive or a standoff for a motherboard
Notice the triangular shape on it? On the Root…
I am turning on DBCC CHECKDB in our OLTP environment (SQL 2005,2008). System overhead is a very visible thing on our serversso I want them to be as efficient as it makes sense for them to be. HENCE - I want to turn on the NOINDEX option, an option I've never used before. My thoughts are these: if there…
I restored my Dell M4400 that is a company laptop, and now I get an error when I try to log on and am connected to our corporate network, which says that the domain controller could not be found or that the computer is not part of the domain. Everyone else can log on, so it seems my computer is no…
There is a topic by essentially the same name, but my answer leads to another question which I would like answered so... My case is as follows:
I connect through SSH to my server... no problems for many months on Ubuntu Server 9.04. Eventually I decided to updgrade and straight away I get the 10…
I am working on an HTTP Server in Delphi which simply sends back a custom XML dataset. I am not following any type of standard formatting, such as SOAP. I have the system working seamlessly, except one small flaw: When I have a very large dataset to send back to the client, it might take up to 2…
Oracle is pleased to
announce that the Oracle Solaris 11.1 operating system has achieved a Common
Criteria certification at Evaluation Assurance Level (EAL) 4 augmented by Flaw
Remediation under the Canadian Communications Security Establishment’s (CSEC) Canadian Common Criteria…
I have been working on a simple implementation of a card game in object oriented Python/HTML/Javascript and building on the top of Django.
At this point the game is in its final stage of development but, while spotting a big issue about how I was keeping the application state…
I have to extend an existing module of a project. I don't like the way it has been done (lots of anti-pattern involved, like copy/pasted code). I don't want to perform a complete refactor.
Should I:
create new methods using existing
convention, even if I feel it wrong,
to…
I tried to use the "ForcedExecutionValue" on several Send Mail Tasks and log the execution into a ExecValueVariable so that at the end of the package I can log into a table to say whether the data check is successful or not (by determine whether an email was sent out)
I set up…