minimal

Minimal runtime for Mono for a Vb.net VS2005 app on Windows?

Does anyone know, or have a link to an article or a step by step tutorial, that would tell me how to distribute a .net MONO application with a minimum install? The full package of Mono is like 75 MB but I know al lot of that is the compiler and libraries that I don't need. I just want the minimum runtime files. What files would I need ...

Minimal Python build for my application's scripting needs?

Hi all, what are your advices on building a very minimalistic version of Python(2.x) for my application's scripting needs. My main motive here is to keep the foot print (both memory and disk wise) as low as possible so that my native application won't suffer from any major performance hit. Even the Python DLL size is in consideration b...

minimal web design

I am interested in minimal design, from design (ie. minimalist design) and performance view points. I am trying out "zero images" approach at the moment. (obviously no flash/silverlight/etc) pure html+css(+js) Has anyone tried it, seen it, thought about it. To give an example, craigslist would be minimalist design. It has 0 images, 1 ...

Is there a minimal php5ts.dll?

I've completed my web app and am using mongoose to serve the php pages. The whole app & mongoose is less then 2MB. The php5ts.dll is almost 5MB so that really adds bloat. Also, my app is very minimal so I don't need many of the php features, ie. mysql & crypto. I've used UPX to compress it down to 1.7MB, however thats the same I was ge...

How to strip down JVM to get the smallest install possible?

I have a Java app to deploy and want to deploy the JVM along with it (to simplify install). I want to have the JVM stripped down to only include the pieces the app needs to keep the distributable small. How can I strip down the JVM to bring the size down? Can this be done with the Java Kernel or is there some alternative to the Sun JVM t...

Minimal production Django server on Windows

Hi, I need to deploy a small Django app to be used in a small intranet. Concurrency and speed are non issues because there will be, at most, 10 users (and I bet that there will be almost no concurrency). There is already a MySQL server. The problem is with the Django app. What is the most lightwieght server I can install under a WinXP ...

Minimal path - all edges at least once

Hello, I have directed graph with lot of cycles, probably strongly connected, and I need to get a minimal cycle from it. I mean I need to get cycle, which is the shortest cycle in graph, and every edge is covered at least once. I have been searching for some algorithm or some theoretical background, but only thing I have found is Chines...

grouping points when they are close to each other

I have 2d-points (x,y) with float coordinates, when I draw them, I need to group points if they are close to each other, and they should be grouped iwith help of rectangle with fixed size. And the problem is that these rectangles should not intersect, and all points-neighbours should be grouped. If you have a paper nearby, you can draw a...

What's the most minimal way to achieve Dependency Injection?

I've been reading about Spring and although it's claimed to be a less complex alternative to EJB, I'm having a hard time wrapping my head around it. Is there a more minimal way of achieving Dependency Injection than adopting the Spring approach? ...

How to find out minimal render size of a visual in WPF?

Hello, I'm trying to display a game desk and info panel right next to the game desk and I need to calculate minimal width of the info panel in order to display the game desk properly. This is my XAML code: <StackPanel Orientation="Horizontal"> <Rectangle Width="Auto" Height="Auto" Name="gamedeskRect" Style="{DynamicResource GameDe...

Minimalist Wiki like script

I'm trying to find a simple wiki like script to setup a personal directory, browser favorites simply doesn't do anymore and i have lots of small files on my flash drive Desired features file upload not bloated works on a common webhost (aka php) Thanks in advance ...

Getting a lightweight installation of java eclipse.

Having dealt with yet another stupid eclipse problem, I want to try to get the lightest, most minimal eclipse installation as possible. To be clear, I use eclipse for two things: - Editing Java - Debugging Java Everything else I do through emacs/zsh (editing jsp/xml/js, file management, svn check-in, etc). I have not found any aspect...

Minimum vs Minimal vertex covers

I am studying for an exam and one of the sample questions is as follows: Vertex cover: a vertex cover in a graph is a set of vertices such that each edge has at least one of its two end points in this set. Minimum vertex cover: a MINIMUM vertex cover in a graph is a vertex cover that has the smallest number of vertices among all possib...

How to launch minimal eclipse?

This my seem a little odd but I want to start eclipse (v3.5) in the most minimal version possible. Pherhaps just the core and the ui component without anything else. I'm new to eclipse Plugin Development so I don't really know if this is possible at all? I googled this topic but there seems to be no useful info out there. Perhaps someon...

Minimal Components. TextField not showing

I just started using Keith Peters Minimal Components. I am having an issue related to PushButton Class and I am hoping that someone has run into the same issue or may know what the solution is. The problem is pretty simple. The TextField or Label if you will, on the button is not showing up. Here is the code. bn = new PushButton(); bn...

Can I get a tip snapshot of a mercurial repository, without doing a complete clone?

Say I have a repository on another machine whose entire history is to big to clone locally. If I have no intention of submitting any changes back to that repository, there's no reason that I shouldn't be able to just take a snapshot of the tip. Is there a way to do this, or am I going to find myself working around this with an rsync ha...