-
Began Watching delete file in jsp
My intention is to delete file from folder But Here in above script is not working properly can any one please suggest me about this function deleteFile() { var myObject; … -
Edited Need a good learning path for encryption programming on a mobile device
Hi, Daniweb, it's been a while. I'm looking to do a mobile ssh-client (well, not quite a full client) that stores sensitive login information encrypted by a pattern-lock. However, I … -
Created Need a good learning path for encryption programming on a mobile device
Hi, Daniweb, it's been a while. I'm looking to do a mobile ssh-client (well, not quite a full client) that stores sensitive login information encrypted by a pattern-lock. However, I … -
Began Watching Need a good learning path for encryption programming on a mobile device
Hi, Daniweb, it's been a while. I'm looking to do a mobile ssh-client (well, not quite a full client) that stores sensitive login information encrypted by a pattern-lock. However, I … -
Created Need to manually rollback to Windows 7 from 10
What it says on the tin. Assume that every easily-googled effort to fix Windows 10 has failed and rollback attempts have failed. Assume I have access to a PE/LiveCD. Assume … -
Began Watching Need to manually rollback to Windows 7 from 10
What it says on the tin. Assume that every easily-googled effort to fix Windows 10 has failed and rollback attempts have failed. Assume I have access to a PE/LiveCD. Assume … -
Marked Solved Status for Equation Solving in Java
tl;dr: Looking for a java library to solve equations. Suggestions welcome. I'm looking to write an app for the sake of writing an app. I figured that, as a firmware … -
Replied To a Post in Equation Solving in Java
This is more or less what I thought I wanted. http://bach.istc.kobe-u.ac.jp/cream/cream12/docs/sdoc/html4/index_en.html But now that I consider the exponents and other math oddities inherent in EE, this most likely won't work. … -
Replied To a Post in Equation Solving in Java
Uh... no. Just no. For those, I'd use a shunting yard algorithm. This is a bit more complex.  What I'm looking for is a library that can read … -
Created Equation Solving in Java
tl;dr: Looking for a java library to solve equations. Suggestions welcome. I'm looking to write an app for the sake of writing an app. I figured that, as a firmware … -
Began Watching Equation Solving in Java
tl;dr: Looking for a java library to solve equations. Suggestions welcome. I'm looking to write an app for the sake of writing an app. I figured that, as a firmware … -
Began Watching c++ stl map with string keys
Hi, I have the following map : listOfPolicyRuleInfo CPCRF::m_mlistOfCliConfiguredPolicyRules; where typedef map<string, PolicyRuleInfo> listOfPolicyRuleInfo; where PolicyRuleInfo is a struct struct PolicyRuleInfo{ BearerQoSInfo stBearerQoS; TFTInfo stTFTInfo; PolicyRuleInfo(){}; PolicyRuleInfo( BearerQoSInfo const& qos, … -
Replied To a Post in c++ stl map with string keys
Also, bear in mind that the iterator `(*it)` will be pointing to a **std::pair<string, PolicyRuleInfo>** object within the map. If you only want the **PolicyRuleInfo** struct, you'll want to use … -
Marked Solved Status for Intersection of Keys between two HashMaps
Hi, Guys. I'm calculating the correlation coefficient between two HashMaps of Stock Prices keyed on Dates. However, the Dates do not always line up perfectly. So, I need to line-up … -
Replied To a Post in Intersection of Keys between two HashMaps
Simplest way's the best I guess. -
Created Intersection of Keys between two HashMaps
Hi, Guys. I'm calculating the correlation coefficient between two HashMaps of Stock Prices keyed on Dates. However, the Dates do not always line up perfectly. So, I need to line-up … -
Began Watching Intersection of Keys between two HashMaps
Hi, Guys. I'm calculating the correlation coefficient between two HashMaps of Stock Prices keyed on Dates. However, the Dates do not always line up perfectly. So, I need to line-up … -
Replied To a Post in So then I wasn't paying attention and destroyed my NTFS.
Thanks, guys. I'll try it out. -
Marked Solved Status for So then I wasn't paying attention and destroyed my NTFS.
So... this happened at a LAN party. A friend was pestering me for Linux Mint. For some reason YUMI wouldn't recognize my flash drive, so I did it the manual … -
Began Watching So then I wasn't paying attention and destroyed my NTFS.
So... this happened at a LAN party. A friend was pestering me for Linux Mint. For some reason YUMI wouldn't recognize my flash drive, so I did it the manual … -
Created So then I wasn't paying attention and destroyed my NTFS.
So... this happened at a LAN party. A friend was pestering me for Linux Mint. For some reason YUMI wouldn't recognize my flash drive, so I did it the manual … -
Began Watching Program using nested For loops
How to write a program using nested for loop to display the following output: 0 * * 0 1 2 * * * * 0 1 2 3 4 * … -
Replied To a Post in Program using nested For loops
The dead post - ! ... It - it lives again! What have you done??! That which was dead should have stayed dead! The grave will not be lightly robbed … -
Stopped Watching how to create x64 version of a executable (.exe) c program.
I have created a sample program on C.When i try to run on a different system (win 7 64 bit) it is asking for x64 version of the file (of … -
Began Watching how to create x64 version of a executable (.exe) c program.
I have created a sample program on C.When i try to run on a different system (win 7 64 bit) it is asking for x64 version of the file (of … -
Replied To a Post in how to create x64 version of a executable (.exe) c program.
Aaaaannnddd there's your problem. Everyone give a warm round of applause and +1's to Mike for an excellent response. However, once again, we ... I don't even know how to … -
Created Generating parallax tiles for platformer
tl;dr: I want to write a program to generate 2D graphics for a Metroidvania. I need to make art for my 2D platformer. I need it to layer well within … -
Began Watching Generating parallax tiles for platformer
tl;dr: I want to write a program to generate 2D graphics for a Metroidvania. I need to make art for my 2D platformer. I need it to layer well within … -
Gave Reputation to pritaeas in Archaic Email Validation Trivia
http://ex-parrot.com/~pdw/Mail-RFC822-Address.html -
Began Watching Mojang bought by microsoft for $2.5 - thoughts?
I've played a LOT of minecraft over the past few years, and this is quite a big deal for me. Personally, I can't help but feel a little bit concerned. … -
Replied To a Post in Mojang bought by microsoft for $2.5 - thoughts?
I can't speak for the vanilla game (which I couldn't care less about), but the modding community is alive and well. (FTB, anyone?) That's what I'm worried M$ will kill. -
Began Watching smple malware using dev c++
how to make the simple malware using iteration on dev c++ ?? that using simple algorithm for do, or while do or do while -
Replied To a Post in smple malware using dev c++
Quasi-Off Topic: Back when I used to haunt Webmaster Talk Forums (yes, that acronym is deliberate on their part) we used to see these posts all the times. I have … -
Edited Monsters and State Machines
I'm struggling with a side-scroller platformer game engine I'm working on. I want to provide Actors (primarily monsters) with state machines to follow, but I'm worried about how best to … -
Created Monsters and State Machines
I'm struggling with a side-scroller platformer game engine I'm working on. I want to provide Actors (primarily monsters) with state machines to follow, but I'm worried about how best to … -
Began Watching Monsters and State Machines
I'm struggling with a side-scroller platformer game engine I'm working on. I want to provide Actors (primarily monsters) with state machines to follow, but I'm worried about how best to … -
Began Watching string array alphabetical order
I want to make a program that can display the name and marks that user put and then the name will be sorted alphabetically. According to these two example i … -
Replied To a Post in string array alphabetical order
*Glances over first example* There needs to be a list of variables name you don't use when asking for help in an English speaking forum. #include<iostream> #include<string> #define bilp 5 … -
Replied To a Post in Problem on returning string
Made a few more edits. I realized I was failing to initialize the bits variable in BitCount. Then I realized this code would also hang on negative numbers. Not sure … -
Began Watching What to do after learning C language?
Hi! Few days ago, I had learned C language. It took me almost 8 to 10 months to learn the whole language. Now I wanna want to make real world … -
Replied To a Post in What to do after learning C language?
These are tutorials I've used myself. Sockets: http://beej.us/guide/bgnet/ Threads: http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html GUI: http://www.yolinux.com/TUTORIALS/GTK+ProgrammingTips.html , http://zetcode.com/tutorials/gtktutorial/ Wordprocessing: For now, just learn to put text into a textbox in GTK+, then save the … -
Began Watching Problem on returning string
Hi, I'm facing some problem while returning string. I want to return final string value and print it. Below is the code that i tried, int main() { int Input … -
Replied To a Post in Problem on returning string
O.O I... I'm really not sure what to say here. #include <stdio.h> #include <stdlib.h> //Declare prototypes unsigned int BitCount(unsigned int); char *BinaryFormat(void*); int main() { char *binaryString; int Input = … -
Replied To a Post in Ruin the above poster's wish.
I wrote the below post, but it felt wrong. So let me say this, go make as many games as you want, but make it a side job. My dad … -
Replied To a Post in No Web access
Home router. Actually an access point. It's a Netgear WN3000RNP. I've got it bridged to a wireless N router running DDWRT. And yes, other systems are able to access the … -
Created No Web access
I have a Vista PC connecting in through wireless. IP and DNS settings all look good. Google and Yahoo can be pinged, but not accessed via web. FTP does not … -
Began Watching No Web access
I have a Vista PC connecting in through wireless. IP and DNS settings all look good. Google and Yahoo can be pinged, but not accessed via web. FTP does not … -
Replied To a Post in Ruin the above poster's wish.
Granted. You're at an important business meeting when... > **Finish your Degree from Home!** <close window> > **8uy CH34P PR3$C21PT10N M3D$ FR0M C4N4D4** <close window> > **LOOKING FOR A BRIDE … -
Began Watching XFS Manager
Hi Dw I know this may not be popular to many people but it a standard for financial industry. I'm developing a WOSA XFS app, I've developed the part that … -
Replied To a Post in XFS Manager
Did some minor googling and found FreeXFS, conveniently in VC. https://code.google.com/p/freexfs/ Referenced from: http://en.wikipedia.org/wiki/CEN/XFS#XFS_Middleware
The End.