Forum: Websites for Sale Jul 31st, 2009 |
| Replies: 0 Views: 269 TheSmartDigger.com is an information rich blog. The website mainly share tips on how to make money online, get an online job and have some tips in personal improvements. The monthly revenue of this... |
Forum: Java Jun 18th, 2009 |
| Replies: 4 Views: 474 I asked that because whenever I connect to a certain URL for the second time, I can't get its response ([G] is still there because I connected to http previously) and causes the phone to send http... |
Forum: Java Jun 18th, 2009 |
| Replies: 4 Views: 474 Thank you for the reply, I did it but it doesn't help. Are there any other ways to close all the connections in the device. Maybe close() method could not be recognized by this 5310 so the... |
Forum: Java Jun 17th, 2009 |
| Replies: 4 Views: 474 Hello all,
I am having a problem using HttpConnection.close() in my MIDlet. This happens on certain devices only like N5310, it is working fine on other devices.
here is my code:
try{
... |
Forum: Java Jun 2nd, 2009 |
| Replies: 10 Views: 524 Is there any other way to do that? Anyway, I appreciate your response about this.... Thank you! :) |
Forum: Java Jun 2nd, 2009 |
| Replies: 10 Views: 524 Thank for the reply, I am going to implement this on real mobile device which I could not modify the heap size. :) |
Forum: Java Jun 1st, 2009 |
| Replies: 10 Views: 524 here is the link to the doc
http://www.j2medev.com/api/midp/javax/microedition/lcdui/Image.html
(http://www.j2medev.com/api/midp/javax/microedition/lcdui/Image.html)
Thanks for the reply...
... |
Forum: Java Jun 1st, 2009 |
| Replies: 10 Views: 524 Hello all,
I am having a problem in creating an image by using createImage() method when trying to load large files.
FileConnection fc = (FileConnection) Connector.open("file:///" + path +... |
Forum: Java May 30th, 2009 |
| Replies: 1 Views: 202 Hello all,
I have a few questions in MIDlet securities (for j2me).
1. Are there any ways/codes to automatically press the Ok during the asking of permission from the unsigned MIDlet without any... |
Forum: Java May 26th, 2009 |
| Replies: 1 Views: 344 Are there any chances that I could resize an image using the fileconnection inputstream?
FileConnection fc = (FileConnection) Connector.open("file:///" + filePath + "/",Connector.READ);... |
Forum: Java May 14th, 2009 |
| Replies: 4 Views: 324 hi,
Thanks for the reply, I have no idea about huffman coding. But, i'll try to explain again what I wana do.
For example, in a certain webserver, there is a limit of filesize that could be... |
Forum: Java May 14th, 2009 |
| Replies: 4 Views: 324 Hello all!
I have some troubles in saving a file by byte chunks, (will use in saving large file size.). My goal is to chunk the file bytes first into a certain size before writing.
I have this... |
Forum: Java Oct 18th, 2008 |
| Replies: 3 Views: 693 <a href="http://www.AWSurveys.com/HomeMain.cfm?RefID=squidx22"><img src="http://www.AWSurveys.com/Pictures/AWS2_ad3_600by100.jpg" width="600" height="100"></a> |
Forum: Java May 6th, 2008 |
| Replies: 0 Views: 639 can anybody tell me how to send login info to yahoo server?
thanks........ |
Forum: Java May 5th, 2008 |
| Replies: 3 Views: 1,233 hello jake... kumusta kna? hehe |
Forum: Java May 5th, 2008 |
| Replies: 1 Views: 413 Can anyone tell me where I can get some tutorials regarding Socket programming over http. I want to make an application that enables the user to login to Yahoo IM.
pls help me...
Thanks... |
Forum: C++ May 28th, 2007 |
| Replies: 1 Views: 901 somebody help me in makefiles pls......
how to create a menu launcher for Unix automatically using only the makefile.. thanx in advance |
Forum: Shell Scripting May 24th, 2007 |
| Replies: 2 Views: 1,120 hi,
Is it possible to run a gedit command in the terminal that will create a text file automatically and save it in my desired file extension?
For example, if I run:
gedit file.txt
by... |
Forum: C++ May 24th, 2007 |
| Replies: 1 Views: 808 hi,
Is it possible to hide the build process in makefiles during the compilation and only display the echoes set?
for example:
all:
g++ -o foo foo.cpp
@echo 'building...'
If I... |
Forum: C++ May 21st, 2007 |
| Replies: 2 Views: 1,021 Try to do it by yourself... There are many sample programs in the internet to learn from.. Learn from others work, but dont just depend on it.. Have some fun... You can do it.... |
Forum: C++ May 18th, 2007 |
| Replies: 0 Views: 1,157 How would I create a desktop launcher of my application? I am using ubuntu.. All I want is to compile the program using Makefile and during the compilation it will then create a desktop launcher... |
Forum: C++ May 17th, 2007 |
| Replies: 6 Views: 1,027 thank you very much for the reply, but I dont want to specify its location when I compile the main function in the terminal.
I would like to add it in the gcc library so that it would be easier... |
Forum: C++ May 17th, 2007 |
| Replies: 6 Views: 1,027 I mean, in what folder in the /usr directory should I put the object file of the compiled hello.cpp so that I can use that in many programs.. By the way, I am creating a library... And where will I... |
Forum: C++ May 17th, 2007 |
| Replies: 6 Views: 1,027 by the way, I am using Ubuntu 6.06 |
Forum: C++ May 17th, 2007 |
| Replies: 6 Views: 1,027 Gud day,
Suppose I have these files:
hello.h
hello.cpp
main.cpp
in what directory will I put the hello.o and hello.hpp so that I will only type |
Forum: C++ May 15th, 2007 |
| Replies: 4 Views: 872 |
Forum: C++ May 15th, 2007 |
| Replies: 4 Views: 872 Hi gud day! Anybody who knows how to save a file to /usr/include in the terminal? Suppose I will save a file named hello.h to the said directory, what would I do in the terminal? thank you very... |
Forum: C++ May 9th, 2007 |
| Replies: 2 Views: 5,482 |
Forum: C++ May 9th, 2007 |
| Replies: 2 Views: 5,482 hi, I want to make a chat program using c++. Can you give me any site where i could find the concepts in building chat program? I will make a chat program similar to YahooMessenger. |
Forum: C++ May 3rd, 2007 |
| Replies: 2 Views: 1,691 Anyone here who uses wxWidgets? I am a newbie in wxWidgets. I have trouble in inserting an image in my application..
I am using this one:
wxImage *img;
img=new... |
Forum: C May 2nd, 2007 |
| Replies: 1 Views: 774 is it possible that when I do this:
g++ -c function.cpp
the function.o will be generated in the other directory?
say for example i have FUNC folder
FUNC/function.cpp |
Forum: C++ Apr 30th, 2007 |
| Replies: 1 Views: 700 Do you have any links where I can find stuffs in making c++ class archive? thanx in advance |
Forum: C++ Apr 26th, 2007 |
| Replies: 1 Views: 1,161 I have these files in SOURCE folder:
main.cpp
header.hpp
implement.cpp
I want that when I compile these codes, the object files and the .exe files will be found on the different folder, let's... |
Forum: C++ Apr 26th, 2007 |
| Replies: 3 Views: 9,193 I am having trouble in compiling my c++ source codes.. Do you have any suggestions where I could find complete manuals in compiling c++ codes? thanks |
Forum: C++ Apr 25th, 2007 |
| Replies: 3 Views: 9,193 hi! What is makefile? How does it work? Is it done in the terminal? I am using Unix OS |
Forum: C Apr 25th, 2007 |
| Replies: 4 Views: 1,749 I have already found the solution to my problem.. Anyway, thank you still for the reply.... |
Forum: C Apr 25th, 2007 |
| Replies: 4 Views: 1,749 i am trying to read files using this url
svn://IPhost/usr/lib/folder/file.txt
The files are from the subversion repository..
I find it hard linking the files to my program.. The files and the... |
Forum: C Apr 25th, 2007 |
| Replies: 4 Views: 1,749 can I open a file in a URL?
for example:
fopen("http://example.com/myfile.htm","r")
Will this one work?
If not, what are the other alternatives in opening a file in the URL.. |
Forum: C++ Apr 24th, 2007 |
| Replies: 6 Views: 983 Is anyone here uses subversion to keep the C++ header and implementation files to the repository? I need your help... Pls reply.. Thank you... |
Forum: C++ Apr 20th, 2007 |
| Replies: 1 Views: 746 how do I install the package concerning GUI in c++. I am using ubuntu 6.06. tnx. |