lightweight

Lightweight alternative to Manual/AutoResetEvent in C#

Hi, 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 weight of using a kernel locking object. Although the code seems to work well in both testing and production, getting this kind of th...

Whats a fast smtp server with whitelist and database access?

Services like posterous support blogging, etc through email. It seems, then, that any server they use (their headers indicate postfix) must support (a) only accepting email from whitelist based on say, web registration (b)support extensible handling of attachments (c) interaction with a database. How is this generally handled? With back...

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 needing to pass the ACID test and wanting some extreme performance. I'm willing to move away from SQL string style queries, allowing it to...

In Flex 4.. how??

http://stackoverflow.com/questions/950571/how-can-i-set-window-application-as-light-weight-in-flex-still-not-get-answe There's a solution but how to do it in flex 4 using spark? Because it says it can't find "window"... ...

lightweight webserver to integrate on client end.

Hi ,... I need to create a python module that will be installed on end-user machines. One of the scripts in that module should be able to receive http POSTS (usually with some JSON formatted data in the body) and then pass on that data to an appropriate python script. I can think of two ways to do this: a) Open a listening server sock...

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 or maybe even the exe? this is just a personal experiment: i want to try create a simple todo list app that has the above attributes i a...

super light software development process

hi, For the development process I have involved so far, most have teams of SINGLE member, or occasionally two. We used python + django for the major development, the development process is actually very fast, and we do have code reviews, design pattern discussions, and constant refactoring. Though team size is small, I do think there ...

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 requirements/constraints. Ideally I'd like an application architecture that will permit me to develop an app using a lightweight reference GUI/kit and foc...

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 top when some javascript is loaded etc. What is the best solution to create a small standalone app with just a full browser control in it whi...

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 RESTful-ness ) Object oriented ( not just for the sake of it ) Not one that forces to use MVC No unnecessary fat ( strange database layers an...

A more consistent, easily readable markup language?

I've been experimenting with several lightweight markup languages, to be precise the ones from this list at Wikipedia: Comparison of lightweight markup language syntax. Honestly, apart from the rules for italic/bold/underline styling, their syntax is incredibly inconsistent and painful to remember. Look at the example for the well know...

What are some active PHP frameworks with good documentation?

I've been searching for a framework for the past couple weeks and I must say it's not bee very good. So far I've tried Code Igniter Kohana Dingo Looked at (started to try) Symphony Yii and read up on many others but I can't seem to find one that I find usable. Usable for me being simplistic in the CI and Kohana sense, i.e more m...

light-weight cross-platform customizable IDE

Hi, what is the most light-weight IDE that provides only the bare-bones services such as a project concept, a gui and document management facilities that can be fully customized!? I know Visual Studio has some such edition but I can't remember how it's called but if you know what I mean what I am looking for is THAT (VS bare-bones) + cr...

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 or so results to be suggested total. I saw this one: http://jquery.bassistance.de/autocomplete/demo/? but it's 8kb, which is pretty big ...