1,730 Posted Topics
Hi all, I Just connected to internet booting from my USB external HDD which have Mandriva 2010 installed. I need to set it up for may Regular programming. So help me to Install JDK and Eclipse. I'm right now checking Sun.com but I know there are Java people using Linux … | |
Re: Nothing Bad! Adv. More security, more features, many company now days have their drivers for vista....etc Dis-adv. Resource hunger (Memory & CPU speed) Annoying UAC (I dont like to turn it off anyway) So you get to choose. If it was a vote, +1 for Vista :) | |
I love to learn the hard way i.e with real world examples. I thought to make MP3 Player, but I changed mind and now I want to make small SQLIte driven app. How do you manipulate SQLite with Java? I'm googling to see if I will catch noobish things :-/ | |
I'm just curious to see what are favorite PHPers in terms of the following: 1. What is your favorite IDE (If you can tell why you love it, it will ice the cake)? 2. What is your favorite JS/PHP libraries (I would love to hear why) 3. What PHP framework … | |
Re: Bravo for making Python software! Have you heard of [URL="http://code.google.com/p/gui2exe/"]this[/URL]? | |
Re: try VIDLE that comes with [URL="http://www.vpython.org"]vpython[/URL] | |
Hi guys, I have always wanted to write MP3 encoder in Python. I heard of Py-lame but I have never had hands on it and it is, to me a myth. Ok after trying thinking in ctypes, I thought the best way would be using lame.exe and subprocess. But as … | |
Re: Mhh, did you install any software? Check scheduled task whether there is cmd.exe shechedule to run with switches /shutdown /r Also you can use anvir task manager to see what startup programs are and it alerts you any change doen since previous time | |
Re: [QUOTE=trakker;1075832]Most likely it is the UAC interferring and must be turned off. Or, you can get a different version of Ares, like [URL="http://aresvista.com"]Aresvista[/URL], which is made specifically for Vista and Windows 7 machines and won't have this problem.[/QUOTE] I don't agree with you buddy :) It is risky to turn … | |
Re: Even here in Tanzania, they recommend it and all the labs are full of turbo C++. But it is not "enforced" it is that they are already there and amny of students here hates programming, why would they bother? After all they are after marks and not knowledge :( I … | |
I'm curious what you Developer uses: 1. What is your favorite IDE 2. What is your favorite GUI library 3. What is library that you often use? 4. Anything related? | |
Hi guys, its me again. How do you write templates for your sites (without template engine)? Pure php or what? I want to hear how you do it | |
I know you would say ask to JS/AJAX forum! Don't worry, it isn't about codes, it is curiosity. I wan't to know if I can do Ajaxing using JQuery and PHP without writting all Ajax functions myself :) Just that :-/ ![]() | |
I see alot of libraries written in C and I like C++ OOP way. How can I use a given C library functions in C++? | |
Some C++ buzzwords a programmer need to grasp really boggles my mind. I try to understand them but I strangely, get dim understanding of them (am I tired? Need a vacation?). Anyway please help me understand the following big words in C++ 1. Virtual Functions 2. Polymorphism Thanks alot | |
How do programs like easy eclipse get compiled to exe? I'm learning Java in windows and would like to have exe rather than Jar. Also does exe depend on JRE's VM? | |
Re: Check [URL="http://java.sun.com/javase/technologies/desktop/media/jmf/"]JMF[/URL] | |
I have genuine VS 6 Keys as well as accompanying MSDN library. But VS set up CD is missing :( Where can I download VS 6 setup? I have wondered in MS site and all I see is no VS6, juststories about it! | |
Hi all, I plan sometime to jump into IT business. I plan some tools that I will need. I will go for web as well as Desktop. So far I know that I need to know HTML/CSS/PHP/Javascript and hence I know I need IDE that will support those plus some … | |
Hi all, I need to draw simple lines on JFrame/JPanel. What is the easiest method to go? Also what do I need to display an image on JFrame/JPanel Thanks | |
Re: +1 for PHPBB. If doesn't satisfy you, either code one or buy one like vbulletin | |
I always love to learn programing via Music/video players once I grasp the basics. How easy it is to do it, especially using windows DLLs or even Java libraries :) Thanks | |
Re: First, help me isn't good for heading. Please use something that explains a proble like "Help me find errors in this code". Also explain a bit what does you want to accomplish | |
Re: One weakness of PyQT apart from licencing issues, is lack of third party documentation. Try [URL="http://zetcode.com/tutorials/pyqt4/"]this[/URL] Jan is good at writting tutorials | |
Re: [URL="http://php.net/manual/en/book.simplexml.php"]Simple XML[/URL]? | |
Re: start from scratch is the best option. Just begin with basic needs and build more options as you go. That is what I have learned to do | |
Hi all, to strengthen my C++ knowledge I want to code a DLL to record sound and write it to a file. So Far I want it to be windows based may be later Linuxed. So here is my first step, make simple program that does that. But I have … | |
Re: please use tag code and explain what you are trying to accomplish [CODE=c]#include<stdio.h> #include<conio.h> struct llist { int info; struct llist *next; }; typedef struct llist linked_list; linked_list *start=NULL,*new1; void main() { int menu; void ll_insert() { char ch; do{ new1=create_node(); if(start==NULL) start=new1; else addnode(); fflush(stdin); printf("Do you want to … | |
Re: Check [URL="http://www.wxwidgets.org"]wxWidgets[/URL] | |
| |
I don't want to know each and everything in C++, but I wan't to know what do I need to be able to Code a good big app like Notepad++? I mean what it takes to be a best C++ expert? (Or how did the Ancient Dragon became expert ;) … | |
Hi there, please point me to decent 2D plotting library. Compatibility with QT/wx is an added advantage. Oh! I forgot to mention it should be free! | |
Re: You should have read the intro as well as comments before copying the code. To help you it says: This program uses the [URL="http://sourceforge.net/projects/pywin32/"]Python win32[/URL] extension module | |
Re: @Thompson, May be you need to go back to yur wing and update it. It is being updated and tweaked and now it is better! I have it and is the default IDE for my project. I really recommend it. It is worth a price. I'm thinking of getting pro … | |
Re: [QUOTE=Aiban;1062235] Wondering, the answer given is in bytes which is a HUGE number even for a small 160gb drive and hate the see if i run this from my 1.5tb drive ... so what would i need to do to change the output to say rounded megabytes (1601mb), [/QUOTE] Use … | |
Hi all, please help me connecting exit menu to OnExit event handler Here is what I have coded so far! Also a coding question: What is the best method between these two: 1. Creating instance of JFrame and call its methods like set Size 2. create class that extends JFrame … | |
Re: did you tell NetBeans to create that file for you while creating new project? Yes Check for existence of that file. But adding file and naming it index.php will do the job! | |
Hi Developers Most of the time I'm free, I off the internet. I would like to learn Ajax and JQuery offline. Can someone point me good offline tutorial/free legal book for download? I have googled a lot and downloaded many PDF which are confusing to the beginner at best, and … | |
I have afunction to retrieve data and it gives error. Please correct me! [CODE=php] public function getswachapter($book, $chapter){ //SELECT * FROM table1 INNER JOIN table2 ON table1.id=table2.id; //remember to sanitize inputs $sql = mysql_query("SELECT * FROM kiswahili WHERE Chapter = '{$chapter}' AND Book = '{$book}'")or die(mysql_error()); $limit = mysql_num_rows($sql); $query … | |
Re: please use code tags for making your code readable and preserve indentation | |
Hi, I have done this code to learn ArrayList. I keep getting errors. Basically I want to accumulate names in list and when user types 'n' at prompt, it prints out names. What is wrong? [CODE=java]package mtangoo; import java.util.ArrayList; import java.util.Scanner; public class MainClass { public static void main(String args[]){ … | |
Re: Have you checked Wing IDE? It does have code completion, but you need some $$$ ;) I think Pydev does a good Job as does Pyscripter. May be they are not as advanced as you define. Vega's question is good start | |
please help me with this error: [COLOR="Red"]obj\Release\main.o:main.cpp:(.text+0x1c)||undefined reference to `__imp__CreateCWMp3@0'|[/COLOR] what is missing? I'm trying to compile [URL="http://www.inet.hr/~zcindori/libwmp3/index.html"]this[/URL] | |
![]() | Re: Here are my 2cents: 1.Have two textfiles (or whatever) in your server as well as on app 2. app.txt stores current version, last updated, update interval 3. serv.txt stores latest version and status (alpha, beta etc) and type (next version or just bugfix) At startup, have program compare last updated, … |
Hi all, I use codeblocks to compile a simple project (actually an example) from [url]http://www.inet.hr/~zcindori/libwmp3/libwmp3.html#playc++[/url]. I have included the .h file and I fail to include .lib/.a I keep getting error[color=red] ld.exe||cannot find -libwmp3|[/color] Is there a missing thing? | |
I'm new to Java, but will eventually want to use GUI for my Desktop applications. So as usual in any language, GUI toolkits are "debatable". In Python (My current "mother toungue") We have PyQT vs PyGTK vs wxPython and it is a good debate. I would like to hear your … | |
Re: You can configure the Python path in project settings. Just click the other radio button than default and will give you a file browser button and point to your python.exe | |
Re: Check these and see if they answer your question ;) [url]http://devzone.zend.com/article/688[/url] [url]http://php.net/manual/en/book.simplexml.php[/url] | |
Hi All, I'm trying to make commandline mp3 player using [URL="http://www.inet.hr/~zcindori/libwmp3/index.html"]libwmp3[/URL]. I use codeblocks and have tried alot and I get error below. I have tried to include libwmp3.h, add libwmp3.a try changing compiler; but no success :( Please help me to get through. I use the code for mp3 … | |
When you add a page in CMS (Like Wordpress' admin) what does it actually do? Add predefined table? Or what? Thanks! |
The End.