Hi guys,
I have a scientific paper under review, and a referee asked for my R code to be provided as a Sweave document. I've never heard of Sweave before, do you know what's the better way to do it?
Thanks a lot :-)
I have compiled and built my VC6 application code in vs2005, but while running I am getting an error saying could not load the DLL. Once I check this with dependency walker I found that ieshims.dll and wer.dll are missing. I searched for those dll's but I could not fine them.
How do I resolve this problem?
I know that in order to programmatically add my own taxonomy to a node I need to use the taxonomy_save_vocabulary function and pass it an array defining my vocabulary. But I need to know where does this code usually go in the module. I'm assuming the install file?
Thanks!
D
Is there a sample project showing how to use PNS on the IPhone and how to set up things? I'm currently looking at the documentation but it would be nice to have some working code to pick apart and see how it all works together?
I can't seem to find anything using google or in the iphone dev center.
I have a custom script step in my build process that zips the executable. However this is executing before the executable is signed which is pretty useless.
Is there a way to zip the build output after the code is signed, within the Xcode build process. I can certainly do it externally if i need to, but I'd like to make it part of my Xcode build script.
What am I doing wrong? How come <%: this %> isn't being interpreted as C#?
Here's the code (ignore the left side):
And here is what it renders (notice the Firebug display):
What do you think is going on? MVC newb here. :(
I'm looking for a good .Net code coverage alternative to NCover (insufficient .Net 3.5 coverage and now pay-for) or VSTS (way too expensive).
We currently test with NUnit, but could switch to something with a similar 'layout' for its text fixtures if it were better integrated.
Is there a way to show HTML code-snippets on a webpage without needing to replace each < with < and with >?
In other words, is there some tag which simply says "Don't render html until you hit the closing tag?"
hello...i have a problem with my project..i want to use barcode scanner for input data to textfield (i'm using jquery). this barcode scanner read serial number and model name of each product..but after scan, serial number and model name appear in one textfield. how to make them appear separately into different text field..first textfield for serial number and second textfield for model name...
is there some code to make it??use ajax,javascript or something else??
Hi Everyone:
I am attempting to deploy my first development iPhone app, and am running into some problems. I have successfully went though the online Provisioning Assistant, but now I am stuck. No matter what I do, I always get the following error.
/usr/bin/codesign failed with exit code 1
Anyone have any ideas why this is happening?
Is anyone know how to generate media foundation TypeLibrary which will then be imported as COM in managed code ?
I didn't found any dll or tlb file related to media foundation which i can import in my C#.Net application.
Is there something similar to the Eclipse cleanup rules ((Preferences Java Code Style Clean Up) in NetBeans?
The cleanup rules in eclipse will allow you to clean things up like organizing imports, removing unnecessary casts, adding missing override annotations etc.
Also can you do that on a whole set of classes/packages instead of individual classes?
Hi,
For winforms applications I'm wondering what setup code should go in:
MainForm()
as opposed to
MainForm_Load(object sender, EventArgs e)
Are there any best practise guidelines here?
Hi,
I am trying to use openid/hybrid in app engine, but so far, no luck.
No success with openid4java (because it creates socket etc), and no luck with dyuproject either.
How do it deploy dyuproject into my java appengine?
I just could not understand the different structure of the code in http://dyuproject.googlecode.com/files/dyuproject.appspot.com-source-2009-10-08.zip
It is just so different than the default new google web application.
Many thanks..
I have been struggling the whole week
Just a quick question: is the following PHP code secure? Also is there anything you think I could or should add?
$post = $_GET['post'];
if(is_numeric($post))
{
$post = mysql_real_escape_string($post);
}
else
{
die("NAUGHTY NAUGHTY");
}
mysql_select_db("****", $*****);
$content = mysql_query("SELECT * FROM tbl_***** WHERE Id='" . $post . "'");
Anyone know where to find the source code for hub4com?
i've got to read the contents of a com port and spit it out to 4 (or more) virtual com ports, so several apps can get the incomming data.
Possible Duplicate:
How do you capture stderr, stdout, and the exit code all at once, in Perl?
I'm writing a Perl script that needs to call a subprocess and capture both the output and the exit value. Is there a way to get both?
Is is possible to do the following from a Visual Studio 2010 plugin? If yes, how?
Run all unittests in solution (with code coverage enabled)
Wait for all tests to complete
For successfully completed tests: Determine which methods were called during each test (directly by the test or indirectly by the tested methods).
What I actually don't know is how to interact with the testing framework...
I am looking for code to automatically generate lots of colorful unicorns. I would also like to randomly generate clouds and rainbows in the image. How does one go about automatically generating meaningful images?
Hi,
I just updated my iPhone OS to 3.1.2(7D11) but when i tried to debug application in my device its not working. It is showing
Code Sign error: Provisioning profile 'AF7973F9-B977-44F5-98C4-0C1976A41B10' can't be found
Also in the organizer window its showing "XCode cannot find the software image to install the version"
Can anyone help me in solving this.. please help needed
Thanks,
Shibin
I am looking at approaches to Unit Test embedded systems code written in C.
At the same time, I am also looking for a good UT framework that I can use. The framework should have a reasonably small number of dependencies.
Any great Open-source products that have good UTs?
I'm wondering how other developers are handling source code conflicts for config files when system admins modify them in production. For example, if a system admin updates a appsettings key on the production server and then my team publishes out a project, it will overwrite that key.
How do you handle config file updates in your organization?
How are constructs of io operations handled by a compiler? Like the RTL mapping for memory related operations which is done in a compiler at the time of target code generation, where and how exactly is the same done for io operations? How are the appeoaches different for processors supporting MMIO and I/O mapped I/O? Are there any optimizations done for the io operations in compilers?
Hi,
RSA.gen_key function always asks for password when it's used to generate keys. Is there a way to feed it the password from the python code instead of typing it manually?
Thanks,
-R