- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
- PC Specs
- Windows 7 32-Bit Ultimate Linux Ubuntu 10.04 (Lucid Lynx) (preferred)
22 Posted Topics
Re: Why write your own? What you're seeking is such a common piece of code, that wasting time on writing your own doesn't seem very logical. Check out [Sphider](http://www.sphider.eu/), or if you're using some kind of framework, they might have some search functionality already embedded. Enjoy. | |
Re: Hello and welcome to the Ruby forum :) This is a very common question, so be assured that you aren't the only person battling with this. Ruby and PHP (like you already know), is two very different languages, designed with different goals in mind. I too (just like many Rubyists) … | |
Hi, I started with C++ development recently, and I think I'm ready to start building GUIs for my apps. I'm thinking about using Qt, since it is the most popular C++ GUI library, but the licensing is really confusing, and there isn't a lawyer nearby that understands software licensing who … | |
Hi, I am trying to install the Python4Delphi components, but it doesn't compile (from python4delphi.googlecode.com/svn/trunk). It also seems out of date. What is the best current way to use Python inside Delphi? Any advice or help will be greatly appreciated. Thanks! | |
Hi, I have been wondering about implementing this for quite a while now. I don't know if this possible or in what language it can be done, so I came to this board hoping to get some answers. I have a Django/Python web application and have the need to list … | |
Hi, I am running Ubuntu 10.04 LTS, and wanted to install RVM today, I used: bash < <( curl [url]http://rvm.beginrescueend.com/releases/rvm-install-head[/url] ) (NOTE: I already have git-core and curl, etc.) After running that command I get the output in terminal from Wayne, and I added: if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; … | |
Hi, I have a fancy animated GIF loader that I want to use in projects, but the problem is that the image is only 48x22. Is there some way I can tile the image horizontally to lengthen it? The only solutions I found on the web was with bitmap images. … | |
Hi, I normally only use Linux (Ubuntu) for software development, but I want to test an app on Windows with IE before I make it live. I have Windows 7 Ultimate installed, as well as Python 2.7 and Django 1.2.3 I appended C:\Python27\Scripts to my PATH, and .py to PATHEXT. … | |
Hi, I have started a new app in my current Django project and I want to make the new app use its own database. I have found this solution on the web: [URL="http://www.eflorenzano.com/blog/post/easy-multi-database-support-django/"]Django Multi-Database support[/URL] but it seems more like a hack than a supported solution. Do you think this … | |
Hi there, I have started working on a new C# app which will be installed directly onto our customers' computers to access our services remotely. I'm still in the phase of planning how everything will fit together. I normally use PostgreSQL for our back-end database needs, but I can't think … | |
Hi. I am working on a visual C++ app and I was wondering if it is possible to use PostgreSQL for database interaction instead of the default SQL Server? I saw a connector for .NET but it's written in C#, will that work for a C++ app also? Or is … | |
Hi, I run Linux Ubuntu 10.04 and I installed Python 2.7 (didn't uninstall Python 2.6 which is Ubuntu 10.04's default). But I realized later on that I didn't have any practical use for keeping 2.7 anymore seeing that I mostly use 2.6 now. How can I remove Python 2.7? I … | |
Re: Uhm, can you give more details? I'm not quite sure what you're looking for... Do you want to get the path to the current .exe? I'll probably be able to help if you give more details. Some source code would also be a big help. Especially .dpr source. Regards Chaos | |
Re: Get Bloodshed... Still the best for pure C++ apps. If you intend to make apps for win32, get Visual C++ 2010 Express (it's free! :D) | |
So I started with C++ recently, and it's still very new and difficult for me but I think I'm starting to get the hang of it. Now I want to start making my first real-world app. I downloaded an SDK for a mobile application API and I want to make … | |
Re: Why not keep it in C++? Delphi will never be a match for C++ (Cross-platform, faster execution, more features etc) | |
So I made a few tutorial applications and understand the most basic Python concepts and I'm well on my way to become a Python addict, only one thing is standing between me and the road ahead. I'm trying to make my first "useful" Python application - a program that allows … | |
So I started to work on my last Computer Science project for the school year, a maths tutorial application. I'm a bit stuck with displaying a form to explain a mathematical concept. I decided to make a dynamic form on run-time for each grade which then contains all the available … | |
Re: Executes just fine... Tested it just now. Should it only write the hours to the file? | |
Hi, I want to start preparing for an IT Olympiad for next year for a chance to get a full bursary for college. We can choose between Java, Python, C and C++. Of the lot I'm most comfortable with Python seeing that I at least have a bit of experience … | |
Hi, I have just downloaded PostgreSQL and would like to add it into my new projects. I have never used PostgreSQL before so I don't know any of its technical details yet. I have registered the PostgreSQL provider using regsvr32 pgoledb.dll or something like that on my Winows partition, everything … | |
Hi everyone... I don't know where to put this post, but I guess it goes here seeing that this isn't about a specific programming language. I'm a bit confused as well as nervous about starting with native desktop applications, on school I used Delphi, and later I started to become … |
The End.