Tagged Questions
The lightweight tag has no wiki summary.
61
votes
33answers
37k views
Good Free Alternative To MS Access
Consider the need to develop a lightweight desktop DB application on the Microsoft platforms.
It could be done fairly easily with MS Access but I'd like to be able to distribute it to others and I ...
30
votes
19answers
17k views
What's a good lightweight Python MVC framework?
I know there are a ton of Python frameworks out there. Can you guys point me in the right direction? My primary concern is simplicity, I don't need a lot of extraneous features.
Here are a couple of ...
27
votes
8answers
11k views
Lightweight XML Viewer that can handle large files
There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and ...
13
votes
12answers
2k views
Lightweight CMS in PHP
I am building a site which will require some very limited content management for a client. There are only a few areas of the site which will require the client to be able to update the content ...
12
votes
8answers
6k views
Lightweight alternative to soapui?
I'm developing a soap web service and I'm using soapui to test it.
I just need to read the wsdl file, automatically generate a skeleton request and see the results, and I was wondering if there's a ...
12
votes
10answers
11k views
Lightweight Java IDE
I've bought a Compaq Mini 733 (1.6G Hz Atom CPU, 1GB RAM, 4200 RPM HDD, XP Home) primarily for my girlfriend but also for me to use while on holiday, traveling about, etc. The rigorous of my job ...
10
votes
5answers
4k views
Lightweight SQL database which doesn't require installation
Could you recommend me, please, lightweight SQL database which doesn't require installation on a client computer to work and could be accessed easily from .NET application? Only basic SQL capabilities ...
10
votes
16answers
19k views
Lightweight IDE for Linux [closed]
Even though I have a robust and fast computer (Pentium Dual Core 2.0 with 2Gb RAM), I'm always searching for lightweight software to have on it, so it runs fast even when many apps are up and running ...
8
votes
3answers
432 views
Serving dynamic zip files through Apache
One of the responsibilities of my Rails application is to create and serve signed xmls. Any signed xml, once created, never changes. So I store every xml in the public folder and redirect the client ...
8
votes
9answers
26k views
HTML: Tab space instead of multiple “nbsp”?
I would like to know if it's possible to insert a tab character in html instead of having to type four times.
7
votes
6answers
337 views
Code Smell: Configuration Nightmare
How would you identify and fix the following code smell:
I've got a small scientific computing app that I'm writing that has to be able to handle lots of variations on the same theme. The inner ...
7
votes
4answers
3k views
Create simple embedded http and https applications in C#
There is a simple http server API that allow you do some simple stuff quickly, without any addition dependency/installation required.
Are there any similar API/library in .NET WITHOUT IIS?
For ...
6
votes
4answers
5k views
Best lightweight RESTful framework for PHP 5.3
Is there any really lightweight RESTful frameworks around that assumes its users to be not newbies?
I am looking for something that is based on the below criteria
One that models resources ( for ...
5
votes
4answers
59 views
Project-Embedded IoC Container
I am looking for a really simple and lightweight IoC Container whose C# source can be included in my own project (thus not making an external reference).
The reason for this is that I am writing an ...
5
votes
1answer
118 views
git command to show all (lightweight) tags creation dates
Is there a one liner that shows me the dates where all git lightweight tags where created ?
Something like: git show tags --format=date ?
5
votes
4answers
635 views
How do i create a portable app (runs without installing)
how do i create an app that is:
lightweight: i am guessing don't require .NET frameworks maybe?
portable: runs without installing and saves data in the app directory, so i can just move the folder ...
5
votes
5answers
547 views
Even lighter than SQLite
I've been looking for a C++ SQL library implementation that is simple to hook in like SQLite, but faster and smaller. My projects are in games development and there's definitely a cutoff point between ...
5
votes
3answers
2k views
Lightweight JMS broker
I'm looking for a small and yet efficient enough lightweight JMS broker solution with no or minimum of dependencies. My messaging code should be running in the environment with a lot of dependencies I ...
5
votes
8answers
373 views
How to design a class appropriate for millions of allocations?
If I want to allocate millions of objects of a class Foo, and I want to be memory- and time-efficient, how should I design the Foo class?
Obviously, Foo should not contain much member data.
Also, I ...
5
votes
2answers
560 views
Tips for lightweight Android Applications
i am starting to develop Android applications and i would like to know if there are any tips for creating lightweight applications. This is my first attempt to write applications on a mobile platform ...
4
votes
3answers
280 views
Where is a small, simple CMS that has no Front End done in PHP?
The keys are:
small and simple
PHP MySql
no Front End
By "no front end" I mean literally, I can control the look 100%. I just want a CMS on the "backend" to manage content (user login/security, ...
4
votes
2answers
1k views
lite weight and SIMPLE jquery auto suggest/autocomplete?
all i need is a very simple auto complete that suggests words that have the letters the user is typing in them, very simple, nothing fancy, either inline or from an external file, i only need about 20 ...
4
votes
1answer
1k views
Android Lightweight HTML Template Engine
I am after a very lightweight template engine that supports / can be embedded inside Android programs. I've looked at the MiniTemplator (I think that is how you spell it) and that looks great but it ...
4
votes
4answers
683 views
Java wiki engine
There are plenty of java wiki engines
http://java-source.net/open-source/wiki-engines
I'm currently looking for good lightweight wiki , something like the community wiki on stackoverflow , that can ...
4
votes
16answers
5k views
PHP editors for Ubuntu
What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepad++ editor.
For those who haven't used Notepad++, do not confuse it with Notepad.exe. ...
3
votes
4answers
1k views
jQuery Sortable without jQuery UI
I am in need of "Sortable Drag & Drop" functionality and I'm using jQuery. I can't really use jQuery UI, because for this project it would be an overhead (I'd need to add many KB of JS and CSS ...
3
votes
3answers
731 views
Lightweight alternative to Manual/AutoResetEvent in C#
I have written what I hope is a lightweight alternative to using the ManualResetEvent and AutoResetEvent classes in C#/.NET. The reasoning behind this was to have Event like functionality without the ...
3
votes
7answers
3k views
Jquery: is there a VERY light-weight lightbox available?
I'm looking for an extremely light-weight lightbox for jquery. i'm trying to create my own but i suck and my fist is about to go through the screen.... i'm talking like 5kb or less.. i know it can be ...
3
votes
3answers
428 views
Smart-like template engine for java?
Is there any template engine (open source) that is like Smart? I want to make it easy for users to design their templates in HTML and then use it, which the smarty-template really is good for. JTPL is ...
3
votes
5answers
461 views
PHP CMS in one file?
Is there any CMS in PHP in just 1 file?
EDIT
Thank you for all your suggestion. I can choose only 1 so I'd choose the one by Chacha102, which I could not find when Googling. You all earned my vote.
3
votes
1answer
857 views
Is there any extremely tiny CMS in Java with MySQL?
I'd like to explore some things regarding web CMS's in java and I would like to make an own one (very light), but I pretty much have no clue in how to begin. I'm used to java as a language and I've ...
3
votes
3answers
340 views
Looking for a simple graphical component for Delphi
I am looking for a graphical component in Delphi winch have such features:
allows to paint text in different font types, sizes and colors
allows to select previously drawn text and copy it
paints ...
3
votes
5answers
1k views
Faster Android development
I have noted that in my computer Android and Eclipse are very slow. I agree that my computer has not very much memory but I was wondering is there any lightweight version of the emulator and is there ...
3
votes
15answers
1k views
What is the quickest path to writing a lightweight GUI program on Windows?
I want a small (< 30MB) standalone Windows executable (a single file) that creates a window which asks the user for the location of a directory and then launches a different program in that ...
3
votes
5answers
1k views
Which Javascript Ajax Framework is most powerful and very lightweight?
I’ve been using a jQuery to do the whole ajax magic in my web based applications.
But I came to a decision that I don’t need all these amazing features jQuery has, except its ajax functions (like ...
2
votes
10answers
199 views
Fastest way to write & compile a C/C++ program in Windows
I'm usually using Visual Studio, but several things bother me when I just quickly want to test some code:
it has a rather long startup time
it always needs a project to execute/debug files
program ...
2
votes
2answers
190 views
lightweight UI library for OpenGL
Like the title says, I'm looking for a library that's platform-agnostic and lightweight, for the purpose of displaying buttons, slider bars, check boxes, etc. in OpenGL. Ideally, something that is not ...
2
votes
1answer
181 views
GWT widget library that doesn't want to be the whole app framework?
I've looked at all of the libraries listed in: Best GWT widget library?
Honestly, gwt-ext looks the best, but it's no longer being maintained (and the old project lead for some reason recommends ...
2
votes
5answers
321 views
How can I store and query 50 million simple Python dicts?
Question
Each dict has a unique numeric id field but the rest are variable (all text or numeric values though). Some simple query functionality would be nice e.g. get where name contains 'abc' or ...
2
votes
0answers
137 views
Making JPopupMenu's submenus heavyweight
http://java.sun.com/products/jfc/tsc/articles/mixing/index.html advices how to make JPopupMenus heavyweight. Just set the property:
setLightWeightPopupEnabled(false);
It works fine, but if I have ...
2
votes
2answers
709 views
Best way to make standalone chromeless browser with nothing else
I'm making an html autorun, loading it with default browser has lots of issues, rendering inconsistencies, and more issues when it's loaded internet explorer like users has to click on allow at the ...
2
votes
3answers
110 views
How to ignore GUI as much as possible without rendering APP less GUI developer friendly
The substance of an app is more important to me than its apperance, yet GUI always seems to dominate a disproportionate percentage of programmer time, development and target resource ...
2
votes
4answers
225 views
Light-weight client/server DB?
(This question falls between programming and finding a tool, so I guess I'll ask here in SO since it has more activity than SuperUser.)
I like the simplicity of SQLite, but by design, it doesn't ...
2
votes
4answers
355 views
Lightweight Object->Database in python
I am in need of a lightweight way to store dictionaries of data into a database. What I need is something that:
Creates a database table from a simple type description (int, float, datetime etc)
...
2
votes
3answers
869 views
Heavy weight and light weight thread
What are the Light weight and heavy weight threads in terms of java????
2
votes
3answers
225 views
Open source CMS in stripes?
Is there any existing open source CMS in stripes?
I'm especially looking for a very tiny and lightweight one that I can take a look on and learn from :)
2
votes
1answer
121 views
Is there a want for a Java 7 Cloud Server Framework that is not Spring/Tomcat based?
I have a question. Is there a demand out there for a small, lightweight, Java 7 based open source project that is geared toward making Cloud services more elegant? I have written several servers in ...
2
votes
3answers
360 views
New PHP framework. Could I get some feedback?
I've just released a PHP framework called EuropaPHP (http://europaphp.org/). I was wondering if I could get some feedback from of you guys whatever it may be. Let me know what you like about it, what ...
2
votes
8answers
2k views
Lightweight, PHP based, layout framework…know of any?
I'm looking for a lightweight, PHP based, layout framework. Like how the Zend Framework, uses layouts, I would like to create a layout template and include only the content for the necessary pages.
...
2
votes
11answers
2k views
Linux Lightweight Distro and X Windows for Development
I want to build a lightweight linux configuration to use for development. The first idea is to use it inside a Virtual Machine under Windows, or old Laptops with 1Gb RAM top. Maybe even a ...