The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
98 views

Best backend and frontend to create a website [closed]

I'm supposed to create a website for our college. Students can login and enter their details. Which is the best backend and frontend? And it should run on IIS. Please give me some suggestions. Thank ...
6
votes
2answers
8k views

Web interface for Gitolite

Are there any front end apps or web interfaces for Gitolite? I'm about something not for repository viewing but for access management.
1
vote
3answers
2k views

Lightweight MySQL Qt GUI frontend for Linux

I'm looking for a lightweight MySQL Qt4/PyQt4 GUI frontend for Linux. Ideally it will be very similar to sqliteman. I did some google searches but it only finds Java monsters and herds of shareware ...
3
votes
1answer
769 views

Is there an emulator frontend that can show multiple roms at once?

I'm building an arcade cabinet, and found the "AdvanceMENU" frontend: Those are just snapshots, I'm wondering if there exists a frontend that would show the real start-up screens of the games. ...
1
vote
2answers
36 views

WebFront for sharing diskspace

I just set up an Ubuntu server with 4 TB of Raid 5 space and a public IP, and I would like to share it with my family and friends. Is there any easy Web Frontend, with authentication and quotas, to ...
4
votes
11answers
5k views

Less daunting front end for SQL Server

We currently have a few users who have been using Access very succesfully to throw around large amounts of data. We've now got to the point where the data is just too large to be held in Access, as ...
0
votes
4answers
3k views

To run Python inside HTML -file similarly as PHP

I know that you can have PHP -code inside HTML -file. I would like to know how you can do the same with Python. How can you run Python inside a HTML document?