• Programmer's Today Newest Questions & Articles Featured

    • Installation package
    • Hi.I lastly finished writing a perl application.The application uses several modules like tk etc ...Im now willing to send this application abroad.The users which going to use this perl application have already installed perl on their computer.However , the other moduls are not installed on user
    • Win32 executable generation
    • Hi,The attached patch does some changes to make it possible to generate an EXEfile on Win32.Firstly, main.c looked for the extension .o to know to make an object file;on Win32 it's .obj. The fix will work for other platforms where it isn't .otoo.Secondly, the make exec target in the ma
    • header("Location: etc") < How compatible is this?
    • I'm using this code to redirect users to another page on my site:header("Location: http://www.somesite.com/anotherpage.html");As far as the PHP manual goes, absolute URIs should be used to be compatible with HTTP/1.1, but that is as far as the manual goes in this matter.Can anyone tell me h
    • r70866 - trunk/mcs/class/System.Web
    • Author: noamlDate: 2007-01-11 12:35:55 -0500 (Thu, 11 Jan 2007)New Revision: 70866Modified:Log:merge 70855:70856Modified: 2007-01-11 16:44:22 UTC (rev 70865) 2007-01-11 17:35:55 UTC (rev 70866).programming.itags.org..programming.itags.org. -98,6 +98,8 .programming.itags.org..programming.itags.org. popd msbuild %TEST_SLUTIN% /t:%BUILDPTIN% /p:Configuration=%PRJECT_CNFIGURATIN% >&
    • Cut testing time in half
    • As a fellow web application developer, I hated the testing phase of the project. Typing in the data, having a bug or it crash, fixing (hopefully) the problem, then typing in all the data again to re-test, only to have it crash at some other line of code, fixing that one, etc. You get the picture
    • XVFB/Windows Manager for 9i Reports
    • We have been running 9ias Rel. 2 on Solaris 8 for about a year. To facilitate the running of reports, we had to install XVFB and OLWM. I have recently installed 9ias on Solaris 9, and wish to duplicate the services. However, our Unix engineer says that OLWM isn't available for Solaris 9. Sh
    • databases from unix shell
    • My name is uday kiran and i am student whocompleted M.Tech in cs. Currently i am in bangalorei am having some doubts in unix and c++and i request u to clarif my doubts .1) How can we call database querys and connect todatabase from unix shell programming . Can this bepossible. if so how . This q
    • NetAccessorException
    • Hello Everyone,While parsing my VXML files using Xerces i am getting"NetAccessorException"The error Message is as follows:Message: An exception occurred! Type:NetAccessorException,Message:Could notopen file: http://www.w3.org/TR/voicexml21/grammar-core.xsdFatal Error at file "http://www.w3.org/T
    • feynmf usepackage problem
    • Hi, I have this weird problem with package feynmf which in factprobably is some problem about the distribution i'm using because i'venever seen it before and even though i've searched quite a bit no oneseems to have had it. The thing is i i keep on getting the errormessageLatex er
    • Looking for actionscript source
    • Hi, i am a new user for flash / actionscript. Now our lecturer asked us to do research for actionscript together with the flash file as example but I only can find the actionscript without flash file. Please help me by telling me which website I should go to search for it. I thank you very much
    • string to boolean array
    • Is this what you're looking for?<img src="http://forums.ni.com/attachments/ni/170/201726/1/string_to_boolean_array.jpg">-DMessage Edited by Darren on 08-21-2006 12:15 PMstring_to_boolean_array.jpg:http://forums.ni.com/attachments/ni...olean_array.jpg
    • Simple Math Functions
    • Hey, I'm kind of new kind of not to programing, I know basic syntax's and all that, but for some reason I can't get a simple addition function to work. I'm trying to make a very simple calculator for my first project. It irretates me so much that subtraction, multiplication,
    • Chirp-Z Transform with VNA data
    • S11 Phase.xls:http://forums.ni.com/attachments/ni/170/234781/1/S11 Phase.xlsS11 dB magnitude.xls:http://forums.ni.com/attachments/ni/170/234781/2/S11 dB magnitude.xlsS11 linear magnitude.xls:http://forums.ni.com/attachments/ni/170/234781/3/S11 linear magnitude.xls
    • I need to know the right answer. Please!
    • I have the two following questions:1. When you write the code you can do it in two different ways. You can write all the code directly in your gameloop or you can break it down in small functions and just call on these from the gameloop. What are the advantages and disadvantages with these two w
    • FFI & function pointers
    • is it possible to represent pointers to function using FFI in a struct.(ffi:def-c-struct lisp-func(' the-function-pointer))
    • System Block diagrams in Latex
    • Hi all,I want to put together some latex documentation of somehardware/software that I have built. In doing so I want to createseveral eps images that contain block diagrams of the varioussubsystems, i.e. square blocks with possibly latex equations withinthem and arrows/lines between blocks for
    • business process logic in stored procedures
    • Hi All, I've always tried to think of and use sql as being a tool to quickly retrieve / update relevant data, and let other parts of a system handle the decisions as to what needs to be done to the data. However I keep coming across (and sometimes find myself creating) the situation where t
    • Removing border from image buttons embedded in text widget
    • Hi all,I am trying to embed a small button containing an image into a textwidget. I have created an image which is as high as a normal line oftext, and then use the following code to insert it into the textwidget:button $buttonBar.$srcLineIter -image $Images::dwt \-borderwidth 0 -padx 0 -pady 0
    • does anyone is runing GeoVision card on LabView platform?
    • HelloI'm trying to make GV-600 v3 card to run as ActiveX on LabView 8.2.I get an error "can not connect to server". The card is a PCI card sitting in the PCI board of the computer.There is not internet connection to this computer.Hope someone can helpShay
    • segfault with layout() after closing X11() device (PR#8970)
    • Full_Name: Don MaszleVersion: 2.3.0S: Solaris 9 - 64 bit compileSubmission from: (NULL) (206.86.87.3)After closing an X11() window by either clicking on the close buttonor by calling dev.off(), R 2.3.0 segfaults as shown below. Calling layout()before any X11() device is opened just opens a new d
    • Printing a figure to file problem
    • Hi All,I am trying to print a figure that has in it an image to afile, I am using the commands:axes(theFigure);print('-dtiffn','myTiff.tiff');but it results in partial image saving, the image itself is512x512, but the saved file is an image of 473 x 355.Ive tried either with
    • How do you imagine future Common Lisp standard ?
    • > From: "Tron3k" <tron3k.programming.itags.org.gmail.com>> - Predicates changed to end in '?' and destructive functions changed> to end in '!', just like SchemeHmm, that's one idea. Another idea is to make it more English-like, forexample instead of primep or prime? make it is-
    • GWT in Action : Is it the book for beginners
    • Hello Authors,I am new to this. So my question is "Is it the book for beginners like me"? Can your book be used to build the foundation?RegardsPadma
    • colorbar problems
    • K. Valde wrote:>> I am having a problem with specifying the index labels on my> colorbar. I am using the contourf function to create a contour map> of reflectivitiy data. I created a variable v, which indicates the> contour level that I want plotted.> v=[0.5,1,2,5,15,30,40];>
    • Hi,I keep getting these similar errors related to ...
    • Hi,I keep getting these similar errors related to connectivity. I have a work around that keeps trying the query until it succeeds, but I am still very uncomfortable with the situation. If anyone can help me, that would be greatly appreciated!!! Here are the three errors I get. They appear on di
    • Sort by date picture taken
    • Hi,I am displaying a bunch of pictures on my website and I would like tosort them by a Date Picture Taken key. I have looked into exif dataand I wrote a little code that just prints all the keys and theircontents.Code:$file = "MyPicture.jpg";$exif = read_exif_data ("$file");while(list($k,$v)=eac
    • I need Help !
    • i want to know how to make full volume control using visual basic .. like windows volume control .. includnig playback volume's and recording volume's .. please helpplease E-mail me at mohjada.programming.itags.org.yahoo.com
    • Is there a Photoshop-like image handling library?
    • Hi,My co-worker is trying to improve his application(in VB) which takesx-ray images.He needs to add a function to sharpen the images.He's trying different techniques but haven't found a good one yet.I want to try it in Ruby to help him and to learn.The functions I need are 'findin
    • I want to learn Flash
    • I would like to learn Flash. Any suggestions on a starting place??
    • Pascal Help (Sorry if it is the wrogn forum)
    • I dont think this is the right forum but i coudltn find one for it. I have a pascal question.I have this code right here that lets peopel choose if they want to send output to the printer or the monitor. It works fine in Turbo Pascal but in a new version of pascal called TMT Pascal, i get a ru