17 Discussion / Question Topics

Remove Filter
Member Avatar for thekashyap

Hi, I wrote [URL="http://www.daniweb.com/software-development/cpp/code/363562"]this C++ article[/URL]. 1. At first I thought of making it a tutorial, but when I create a new post there is no option in the combo to say it's a tutorial. Only options available were discussion thread and code snippet. I was hoping to get an …

Member Avatar for thekashyap
0
201
Member Avatar for thekashyap

Hi, I have a problem where I need to generate hash for ~10e9 (1 bio) keys. I tried creating a hash of my own but after all the research I realized that I can as well (or even should) use one of existing functions. I narrowed down on SHA-1, which …

Member Avatar for thekashyap
0
386
Member Avatar for thekashyap

Referring to teh [URL="http://www.daniweb.com/techtalkforums/announcement55-4.html"]announcement: [/URL]What are teh possible values for syntax in code tags? I just posted some shell script and code=sh or code=shell didn't seem to work. Would be nice if the announcement itself can be updated with this info a link to this info is added there...

Member Avatar for thekashyap
0
197
Member Avatar for thekashyap

Hi, I was implementing the Exampler / Prototype pattern just to brush up on C++. Couldn't figure out how to do the cleanup at the end. Problem is deleting all the prototypes from the map in base class at the end. I.e. deleting all stored pointers in [ICODE]Animal::examplesPtr[/ICODE], which is …

Member Avatar for thekashyap
0
104
Member Avatar for thekashyap

Hi, I want to get the count(*) from all tables under a schema. How to can do this using a loop? I'm a noob at PL/SQL. I'm unable to find how to use the loop variable in the select statement. Here is what I've tried so far: [CODE]spool $DD/get_oid_dump.log; SET …

Member Avatar for thekashyap
0
2K
Member Avatar for thekashyap

Hi, I'm looking for a good [Feed] Reader application/software to keep up to date abt new / updated posts in say Daniweb C-Forum. Any good app you know? I'm currently using [URL="http://www.feedreader.com/"]FeedReader 3.14[/URL]. Seems decent enough but it doesn't: [LIST] [*] Show me full thread (only the original post/question). [*] …

Member Avatar for ~s.o.s~
0
226
Member Avatar for thekashyap

While trying to address a new requirement we wanted to provide a generic soln and pass on our pain to the customer. :) [B]Application: [/B]Say I have some application listening to a port or JMS or something where it receives some encrypted messages/requests. To process the requests it need to …

Member Avatar for ~s.o.s~
0
110
Member Avatar for thekashyap

Hi, While trying to debug some performance issues, we narrowed down the problem to calls to Entity Beans taking long time. Original design is nice and generic but does not scale up in this case. Here are the details: - J2EE application. - Oracle DB - Entity Beans used for …

Member Avatar for jwenting
0
185
Member Avatar for thekashyap

Can we have a dedicated forum for J2EE? Though it seems a bit strange that it's not there as someone must've thought of it before.. :) I searched but couldn't find any threads on the topic..

Member Avatar for jbennet
0
135
Member Avatar for thekashyap

Hello Everyone, Does anyone know any design patterns for modules meant for encoding/decoding of protocol messages. E.g. BSSMAP/LAP... We need to write encoders and decoders for BSSMAP and BSSLAP messages for our product. All the IE (information elements) are defined by standards, so we know everything abt every field in …

Member Avatar for Yann Garcia
0
568
Member Avatar for thekashyap

I needed to get links to some good Java, J2EE tutorials and was surprised that daniweb::Java didn't have a thread on that.. Of course it's easy enough having Sun provide tutorials on most things, there might be some covering specific topics in better ways. Anyway here are the links I …

Member Avatar for Ezzaral
1
893
Member Avatar for thekashyap

Does the binary of JVM (e.g. java.exe) provide an option to work in a backward compatible mode? My problem is I have JRE 1.6.0_01 installed on my machine and I have an application that requires JRE 1.4.2_XX. I don't want to install JRE 1.4.2 only for this one application. PS: …

Member Avatar for jwenting
0
307
Member Avatar for thekashyap

Donno how many of you know abt this but it's one of the best time pass I've come across.. Created by some of IIM-I guys (Indian Institute of Management - Indore) it is simply-too-good.. Original [URL="http://www.iimi-iris.com/iris/irising/klueLESS/"]KlueLess Part 1[/URL]. Don't forget to [URL="http://www.iimi-iris.com/iris/irising/klueLESS/game.asp"]read the rules[/URL] without which you won't get anywhere. …

Member Avatar for thekashyap
0
57
Member Avatar for thekashyap

A friend in my company recently attended a training titled "LSSD in Java" (LSSD = Large Scale Software Development). The trainer is a guy whom all of us (who attended his other trainings) consider a HUGE SHOT (big shot isn't big enough). Now after 2 days of training guess what …

Member Avatar for EnderX
0
166
Member Avatar for thekashyap

Hi Guys, I was just reading up Lippman to learn more C++ and came across the third syntax of new operator called "placement new". I have a specific problem where I thot I'll use it, but it turns out to be a total fiasco. :). My requirement is: I need …

Member Avatar for vijayan121
0
306
Member Avatar for thekashyap

Hello *, I was writing an assert() stmt when I realized the following (see code). Can anyone explain why/how. My final aim is to be able to write an assert stmt for verifying that my function (a demo function) works fine. I heard from someone that there are special assert-macros/comparision-operators …

Member Avatar for thekashyap
0
1K
Member Avatar for thekashyap

Hello Everyone, Does anyone know any design patterns for modules meant for encoding/decoding of protocol messages. E.g. BSSMAP/LAP... We need to write encoders and decoders for BSSMAP and BSSLAP messages for our product. All the IE (information elements) are defined by standards, so we know everything abt every field in …

0
330

The End.