- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 8
- Posts with Upvotes
- 6
- Upvoting Members
- 7
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
- Interests
- Learning New Technologies, Coding, Photography, Painting, Sketching and most important...Hanging in…
Re: my all time favourite [COLOR=green][B]If a machine -- a Terminator -- can learn the value of human life, maybe we can too.[/B][/COLOR] | |
Re: visit [URL]http://xinureturns.com[/URL] It will give you more info about your page | |
Re: [COLOR=maroon]A businessman finds that his neighbor in the first class cabin of his flight is a parrot. They take off and the stewardess asks what they would like to drink.[/COLOR] [COLOR=maroon][/COLOR] [COLOR=maroon]"Glenlivet on the rocks with a twist," says the parrot.[/COLOR] [COLOR=maroon][/COLOR] [COLOR=maroon]The businessman orders a coke.[/COLOR] [COLOR=maroon]After waiting two … | |
Re: To be able to create an Exe file in Visual C++ (I hope by your context you are using 6.0) you need to have fairly good knowledge of C++. next an Exe application can be of two types Console based / Graphical User Interface. For console based you can use … | |
Re: I have solved the issue in this forum. Please refer. [URL]http://www.daniweb.com/forums/thread84492.html[/URL] | |
Hi, I have a Win32 Console Application which is throwing the Debug Assertion Failed! .. _CrtIsValidHeapPointer( pUserData ) and followed by a Debug Assertion Failed! .. _BLOCK_TYPE_IS_VALID(pHead->nBlockUse). After I did a Step by Step Debug strangely what I saw was it is throwing error once it is exittin the main … | |
[B]Product[/B]: [B][COLOR="Red"]Matlab, Simulink[/COLOR][/B] [B]Problem Statement[/B]: Complex feedback loops implying usage of Unit Delay Block. At certain simulation frame calculation of required values for test generation is becoming complex. Is there a way to override the Unit Delay block output without changing the model (as I am not allowed to do … | |
Re: as a matter of fact could not find exactly what your problem is. and first line you have written sound blaster video card. There is no such thing I have heard of (I might be wrong as well). Could you please pin point your problem and please next time onwards … | |
Re: you can try something on IDS or Honeypots. for more details please refer to Google | |
Re: I'm not sure if this would help or not but Outlook disables links for security reasons. So when u open a message you will see an option above the To: section of ur message "Click here to enable links" kind of thing. if this does not help then Local Security … | |
Re: Knowing Basic SQL and even if u r using PL/SQL will not be sufficient enought to drive your application well. Let us presume you know know languages like C++/Java/C# very well then wat will happen is you will leave most of the tasks to the frontend tat is Presentation Layer. … | |
| Re: [quote=xander85;406130]Hello all, [CODE] int arraySum(const int formalArray[], int lower, int upper) { int sum = 0, temp; if(lower == upper) return formalArray[lower]; else return sum + arraySum(formalArray, lower + 1, upper); } [/CODE] [/quote] Hi dear, You have written a good code an efficirnt one indeed I just don't get … |
Re: [quote=Narue;147800] >i = i++ is absolutely 100% legal in C. Nice try.[/quote] Of course i=i++ is a legal and working syntax in C | |
Re: I don't see Dani hanging out here at all. She must be busy eating :D | |
Hi All, Currently I have an excel workbook which can send emails using smtp mail server on a specific trigger. The limitation I am having is the mail body is in Plain Text. Is there a way to create HTML emails via the Macro and send it across using SMTP … | |
Hi There, I have a third party EXE file (on which I have no control of any modification) which invokes a new CMD window in order to execute itself. In other words it a windows console application. Now it executes with some switches for runtime options [ICODE]<exe_name> /opt1 "param" /op2[/ICODE] … | |
Hi All, I have a VB6 application which can work in UI as well as in CMD mode. Now when I am running it in CMD mode I need to write few line into the console after completion of the program before quitting the application. The rest of the application … | |
Hi, I am using a scheduled task that runs every night to take backup of important files. This task creates a folder in the following format Backup_DD_MM_YY where DD_MM_YY denotes the date when the backup was taken. Now everytime this scheduler runs I need to remove the older directory and … | |
HI There, I am a user of Excel 2003. I need to open a text file via Macro and read it from the bottom one line at a time moving up with conditional match to a pattern of String. If the conditional String is found I have to read the … | |
Re: As far as I know you cannot edit a portion of the frame in Windows Movie Maker. You need to use some good Video Editing Software. May be you can dirty your Hands in Blender which even though is a 3D modeling and animation software, still has some video editing … | |
Re: using a live disk can u mount your hard disk. is it accepting the mount partitions and showing anything atleast?? | |
Hi All, I have a shared excel sheet which is simultaneously used by couple of users placed in a network share. At certain instance of time I want to know who all are using the Workbook. You would say goto Tools-> Share Workbook. Instead I want to obtain the list … | |
Re: yes you can freely start with Adobe(formerly Macromedia) Flash for creating animations and exporting them as movies. You can even record your computer operations for creating tutorials on it. But if you want some high end animations use Blender. it is open source and could be learnt via numerous available … | |
Re: Here it is ... Object Dock appears Left otherwise my desktop is sqeaky clean :) | |
Re: please download the all in one codec pack from [URL]http://ftp.isu.edu.tw/pub/Windows/softking/soft/en/k/klcodec330f.exe[/URL] Install it andrestart. I bet your problem will be gone in the next reboot. Good Luck | |
Hi All, I am need of using a excel file as a standard template and then use a list of .csv files to populate certain rows and columns of this standard template and save it with a different name so that I can always reuse the standard template and it … | |
Re: What was the error actually. This is a .m script and better if you post the error message. | |
Hi All, We have many test artifacts and each unit is known as [B]U[/B]nit [B]U[/B]nder [B]T[/B]est (UUT). Each UUT is unique entity so it can be considered as a Primary Key. Also there are various defect categories (viz. CAT-I,CAT-II). Moreover each Category can be broken down into exact defect name. … | |
Hi All, I am trying to develop an application which would use a combo box to obtain a set of records from a database table. Now on the count of number of records that are available in the table I need to populate a JPanel say Parent with another JPanel … | |
Hi, We, in our office use a remote Matlab License server running FlexLM license manager. Since we have very few floating licenses we end up asking to release the license from the fellow engineers many times a day.This creates confusion as we are not knowing who is actually using the … |