Posts Tagged ‘functionality’
What are the differences between make and gmake?
It seems the options for gmake follow the GNU standards, but what about the Makefiles and functionality?
How do you program a programming language?
Obviously you have to start with a base language so wouldn’t every programming language just be a dialect of the first? To clarify: How could they have made Perl without using another programming language to program Perl’s functionality?
Do any Open Source Databases have functionality that connects to other external data sources like Oracle HS?
Open Source Database equivalent of Oracle Heterogeneous services
I am interested to find out if any of the Open Source Databases have functionality that allows them to connect to other external data sources the way Oracle does with Heterogeneous Services. If you know of them, please let me know which ones and what the equivalent is called. Thank you.
What programming knowledge is needed to make a web-based RTS?
I’m interested in making a multiplayer RTS along the lines of many I have found online. Functionality would include: building, attacking, clan/alliance support, and a graphical map of the playing field. What programming knowledge would I need to do this? Additionally, is there any hardware/software I would need to get?
What's a good open source or freeware program for converting .avi movies to image sequences?
Both Photoshop CS3 and Adobe Flash have this functionality, but I need to know an open source method so my friend can do it on her computer.
What is a good open-source midi to wav program?
Hey guys. I’m looking for a reliable, free, and open source program that offers this functionality, written in C.
Is there any open-source photo gallery that lets users download multiple images?
I’ve looked at some of the well-known open source gallery scripts, like Gallery, Plogger and ZenPhoto. While they all have great features, none seems to have a "multiple download" feature.
I want to be able to let users download the hi-resolution versions of images. I also want to allow users to download all images in an album.
Is there any script out there that offers this functionality?
How to write a PHP coding to list out all files and directories as links to them?
How to write a PHP coding to list out all files and directories as links to them?
This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer in alphabatical order)
How to achieve this sort of functionality in PHP? Please provide sample coding as well. (and any references)
Thanks.