Tagged Questions
The minimal tag has no wiki summary.
7
votes
5answers
2k views
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
- ...
6
votes
9answers
372 views
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 ...
5
votes
7answers
665 views
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 ...
4
votes
2answers
559 views
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 ...
3
votes
2answers
298 views
How to have the minimum size possible Chromium Embedded Framework dlls
Chromium Embedded Framework (http://code.google.com/p/delphichromiumembedded/) is good. I use it to display static HTML, JS and CSS generated from Delphi code only.
But I find it too big.
I need:
...
3
votes
6answers
166 views
Wanted: Minimal cross-browser Javascript library
I know some Javascript, but just realized I know very little about cross-browser issues. Nasty little things like the this object in event callbacks in IE (as in xhr.onreadystatechange = function () { ...
3
votes
6answers
195 views
Why is the minimal (non-greedy) match affected by the end of string character '$'?
EDIT: remove original example because it provoked ancillary answers. also fixed the title.
The question is why the presence of the "$" in the regular expression effects the greedyness of the ...
3
votes
2answers
750 views
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 ...
3
votes
1answer
449 views
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 ...
3
votes
2answers
308 views
Minimal production Django server on Windows
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).
...
2
votes
3answers
84 views
minimal checks to find repeats in a list
Given a sequence (d1, d2, ..., dn), I want to evaluate the product (1 - Dij) for all i != j where Dij = 1 if di = dj and 0 otherwise.
The code I have only checks Dij when i
prod = 1;
for (int i=1; ...
2
votes
3answers
173 views
Smallest (less internal code), up-to-spec JSON parser in Java
I have seen there are many JSON parsers in Java. Some target speed, some target accuracy, some target flexibility (streaming, buffering, etc). Some have use special subclasses of the collections api ...
2
votes
1answer
170 views
Minimal FOSS RTOS with TCP/IP, SSL, USB and basic file-system support for ARM
Here's a candid admission first -- that I know zilch about RTOS or Embedded programming, so folks who know better may help me frame the query more appropriately.
What would be the minimal FOSS RTOS ...
2
votes
1answer
209 views
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 ...
2
votes
5answers
543 views
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
...
2
votes
4answers
619 views
Minimal path - all edges at least once
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 ...
2
votes
2answers
555 views
Minimal Python build for my application's scripting needs?
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 ...
2
votes
2answers
765 views
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 ...
1
vote
2answers
60 views
What libraries can I use to make tiny Windows programs?
Perhaps some of you people have heard of http://suckless.org/ and their set of Unix tools. Basically, they're a set of programs that each aim to do one thing but do it well, while still being as ...
1
vote
1answer
46 views
Efficient algorithm to find a set of integers, if we are told closest lower or equal number to a number we tell
Imagine that we have a set of integers. We don't know it, the only thing we know is that every number lies in interval [0, MAX), and, obviously, numbers do not repeat. Then, we need to find a set. We ...
1
vote
2answers
143 views
jQuery Minimal Menu links not working
I'm newbie to jQuery and Im' using a minimal menu with jQuery triger. I've linked the hyperlinks in this menu but its not clickable even not working. It seems that jQuery defaultprevent() is blocking ...
1
vote
3answers
142 views
Minimal example to compile & run assembly with gcc?
int main(int argc, char* argv[])
{
return 0;
}
what's the shortest assembly example to do the same that can be compiled into an executable by gcc?
I came across this example but there're too many ...
1
vote
9answers
163 views
Should I store a user's birth date?
I'm currently designing models for a new application. As of now, I see no practical use in my application for a user's date of birth. I do, however, feel that it may be useful in the future. At the ...
1
vote
1answer
346 views
Creating a system-independent minimal Python footprint in Linux
My intention is to try to compile such a Linux Python minimal base, that is totally portable, and system-independent (meaning that it doesn't even interacts with the system-installed Python base at ...
1
vote
2answers
67 views
Minimal rails auth script?
someone got a tip for a minimal rails auth script or gem? it should include just the following points:
authentication by email-address
registration with email-address and password
that's it.
...
1
vote
2answers
256 views
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 ...
1
vote
1answer
249 views
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 ...
0
votes
0answers
24 views
GRML minimal linux not stable with PV command
i am using GRML minimal linux distro with PV piping command of debian... PV is not available by default in grml minimal but i have downloaded and installed it as deb package... now its working fine ...
0
votes
0answers
45 views
Finding best set elements that are useful to find the minimal distance [closed]
i have to use euclidean or some distance equation in deciding which elements among given sets helps me to find the minimal distance among them using euclidean or any equation. For example if i am ...
0
votes
0answers
38 views
grouping sets based on minimal distance
We have many distance equations to find the distance between two sets(points). Few are: euclidean, MANHATTAN, CHEBYSHEV, CANBERRA or simple implementation that difference between max or min values of ...
0
votes
2answers
55 views
Functional Dependency Reduction
I'm supposed to find the minimal cover for this set of FD's. Please let me know if my answer is correct.
XZ->Z
XZ->Y
XZ->B
YA->C
YA->G
C->W
B->G
XZ->G
My answer:
X->Z (deleted Z attribute, ...
0
votes
1answer
354 views
Slide up “strip” horizontal menu effect using css3?
I want to create a very specific effect using either js or css3 or both.
I want to have a a horizontal bar at the top of my container div that has a set of top level menu items ie:
Main Category 1 | ...
0
votes
3answers
138 views
Minimalist Programming Tools
What tools go well with or help minimalist programming? Examples would be libraries with tight, clean interface and very small size in it's genre.
Techniques, functions or concepts that result in ...
0
votes
3answers
205 views
Non-compressed, non-minimal grammar for programming language C
Programming languages are defined via a grammar, e.g. Java is defined in the JLS, see here
This is a minimal, "compressed" grammar, no construct is used twice: the result are - for me - unuseful ...
0
votes
1answer
308 views
How to find out minimal render size of a visual in WPF?
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:
...
0
votes
2answers
384 views
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 ...