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 ...
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...
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 ...
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...
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...
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 ...
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...
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...
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?
...
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...
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
...
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...
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...
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...
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...
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...