Hi!
Is it a common thing for bigger applications and databases to GZIP text data before inserting it to the database?
I'll guess that any full-text search on the actual text field will not be working before unzipping it again?
Thansks
Hi,
I have a client server application in which I need to transmit a user defined object from Client to Server using TCP connection. My object is of the following structure:
class Conversation
{
private string convName, convOwner;
public ArrayList convUsers;
public string getConvName()
{
return this.convName;
}
public string getConvOwner()
{
return this.convOwner;
}
}
Please help me how to trnasmit this object at from client and again de-serialize it into appropriate object at server side.
Thanks,
Rakesh K.
Hi all,
I have a java project in Eclipse which includes a couple of external jar files. These external jar files are being rebuilt through a different process (not eclipse, ant). Those changes are not being reflected on the eclipse project even if I refresh the project. If I close the project and reopen, it works.
Any suggestions on how I could expedite the project without having to close and reopen?
Thanks,
Praveen.
Hi,
I have 2 tables: comments and posts and I'd like to display a list of 15 posts and maximum 2 most recent comments under each blog post
the database scheme looks like this
posts_table: post_id, post_txt, post_timestamp
comments_table: post_id, comment_txt, comment_timestamp
how the mysql query should look like to select 15 posts and related comments (max 2 most recent ones per post) ???
thanks,
Leo
Hi everyone,
I have a stored proc I'd like to debug in the SQL Server 2008 management studio. I see a number of tutorials about doing this, but the ones I've seen don't have any input parameters going into the SP. My SP has several, and an output parameter as well.
Could someone show me how to do debug a stored procedure with parameters in SQL 2008? Thanks very much.
Hi,
do you know in which ways is it possible to launch an application?
I know that it is possible by clicking on the icon, and it is possible by clicking an url with a cistom protocol,
Anyone know if there ae more ways?
For example is it possible to make an application be launched when the users touch 3 times the home button?
or when the user start a call?
thank you
Paolo
hi,
i have one textbox which is displaying Address2 , if it has value then no problem, but if it has no value then it displays blank space at that portion of the report, my problem is i dont want to put any blank space if the text box has blank value for the addrees2 field.
please let me know if any solution for the same.
thanks in advance
manish parmar.
Hi All,
Is there any Open Source project I can use to read data matrix codes (not QR codes, I know I can use ZXing project to read QR Codes) on iPhone? Any JAVA Open Source would also be helpful (I'll convert that into a web service and use on iPhone).
Any help would be much appreciated!
Thanks
Saurabh
hi,
i want to take a picture of barcode from the product, and to read their details,is it possible to do it in iphone sdk?any built in library is available?any help pls?
Hi,
My name is Gautam. I come from India. I really want to join Management Information Systems course in USA. COuld you help me with the schools that offer this course in Spring 2010.
Looking forward for your reply
Gautam
Hi,
I'm going to develop a social like network using Ruby on Rails.
For this app I need basic social functionality like friends, activities, authentication, user profile, facebook connect, comments. I searched for rails plugins with social functions and i found - tog and community engine.
So which is better and more easier to extend?
Thanks
Hi all
I'd like to have multiple global hotkeys in my new app (to control the app from anywhere in windows), and all of the given sources/solutions I found on the web seem to provide with a sort of a limping solution (either solutions only for one g.hotkey, or solutions that while running create annoying mouse delays on the screen).
Does anyone here know of a resource that can help me achive this, that I can learn from?
Anything?
Thanks ! :)
Hi I have following data in the table:
ID-----startDate----endDate
5549 2008-05-01 4712-12-31
5567 2008-04-17 2008-04-30 1
5567 2008-05-01 2008-07-31 1
5567 2008-09-01 4712-12-31 2
5569 2008-05-01 2008-08-31
5569 2008-09-01 4712-12-31
5589 2008-04-18 2008-04-30
5589 2008-05-01 4712-12-31
5667 2008-05-01 4712-12-31
5828 2008-06-03 4712-12-31
5867 2008-06-03 4712-12-31
6167 2008-11-01 4712-12-31
6207 2008-07-01 4712-12-31
6228 2008-07-01 4712-12-31
6267 2008-07-14 4712-12-31
I am looking for I way to group the continuous time intervals for each id to return:
ID,
min(startDate),
max(endDate),
to have something like this in result for the bolded ID 5567
5567 2008-04-17 2008-07-31
5567 2008-09-01 4712-12-31
PL/SQL is also an option here :)
Thanks,
Hi,
there is any pastebin-like php open source system without sql? I want to install it on localhost and dont want to backup sql.
edit: Highlighting as much as possible languages (as pastebin.com).
hi,
I'm using Drupal Lightbox to display my nodes (full content, a sequence of CCK Fields).
However I'm not able to change the height of my lightbox according to the height of the node.
If I set "height:100%" to all Lightbox elements, the lightBox becomes short and the content of the node is not anymore visible.
thanks
Hi,
I heard that ADC (apple developer connection) student membership allows to get the free ticket to WWDC 2010.
Currently apple replaces the ADC with mac and that program wont allow for free ticket.
Can anyone who wont go to WWDC but do have the ADC student membership, barrow their ticket :), I am out of funds actually.
Thanks,
Hi all
I have a question: is there any reference (e.g. paper) with a proof of the planarity of flowchart layouts? Can anyone suggest an algorithm for generating flowchart (planar) layouts?
I know that there are some code-to-flowchart tools out there, but i'm unaware of their internals.
Thanks in advance
-kavi
Hi all,
I recently downloaded the Windows API code pack for .net, and seeing there was VB.net examples inside there, I opened them up. Upon building I get a warning that the referenced components 'Core' and 'Shell' could not be found. Looking in the code pack folder I see there are no DLLs at all, but instead a whole load of C# sources.
Do I have to download C# Express (which I want to avoid) to use the code pack or are there precompiled DLLs somewhere?
Hi all,
I am using a following query in MySQl for fetching data from a table. Its taking too long because the conditional check within the aggregate function.Please help how to make it faster
SELECT
testcharfield
,SUM(IF (Type = 'pi',quantity, 0)) AS OB
,SUM(IF (Type = 'pe',quantity, 0)) AS CB
FROM Table1
WHERE
sequenceID = 6107
GROUP BY testcharfield
Hi,
How do you measure the memory usage of an application or process in Linux?
I've read here that "ps" is not an accurate tool to use for this intent.
Thanks,
Kenneth
Hi
this is the link http://www.cs.mcgill.ca/~cs251/OldCourses/1997/topic5/ is written that for T(n)<=2n+T(n/3)+T(n/3) the T(n) is not O(n)
but with master theorem we can use case 3 and we can say that its T(n) is theta(n)
please help me! thanks
how can we prove that T(n) is not O(n)
Hi in my table , there is columns called time ,
Field type varchar , value like HH:MM , 02-25 ,21-42,07-15
Can u tell me , how to do the order by desc ,
Regards
Bharanikumar
Hi.
I have a HttpHandler for resizing images, round corners, reflection etc etc. This i working OK. The problem i have is, that some data is stored in cookies, and the cookies are send to images, when they are shown. Is there any way to disable this globally (cookie-free requests) in web.config, or even in the HttpHandler itself?
Example page:
http://test.roob.dk/dk/product/ray-ban-rb3359-polarized-16/
Thanks in advance
CP // Denmark