Re: [dev] Suckless UML

2011-05-10 Thread CHABOT Simon
Le mercredi 11 mai 2011 à 12:41:14, Connor Lane Smith a écrit : > On 10 May 2011 23:52, Suraj N. Kurapati wrote: > > For suckless diagramming, I prefer Graphviz (also known as "dot") > > +1 > Graphviz is very pleasant to use. Never used it for UML, though. I have already used it to draw graph, b

Re: [dev] Suckless UML

2011-05-10 Thread Connor Lane Smith
Hey, On 10 May 2011 23:52, Suraj N. Kurapati wrote: > For suckless diagramming, I prefer Graphviz (also known as "dot") +1 Graphviz is very pleasant to use. Never used it for UML, though. cls

Re: [dev] Suckless UML

2011-05-10 Thread Suraj N. Kurapati
On Tue 10 May 2011 04:36:04 PM PDT, CHABOT Simon wrote: > Could you give me some suckless softwares name to work with UML ? For suckless diagramming, I prefer Graphviz (also known as "dot"): http://www.graphviz.org You can draw UML diagrams with it, as this article illustrates: http://www.ffnn.

Re: [dev] [st] Mouse usage in Vim

2011-05-10 Thread Jonathan Slark
On 10/05/2011 22:04, Aurélien Aptel wrote: On Tue, May 10, 2011 at 10:27 PM, Aurélien Aptel wrote: Ok, it's in tip. I have not modified st terminfo entry so be sure to test with $ TERM=xterm vim /tmp/foo Nevermind, I found the capcode for the mouse reporting. Make sure you recompile the term

Re: [dev] Suckless UML

2011-05-10 Thread hiro
For my class this was the most efficient way: Begin to write your code in notepad and use the builtin "search and replace" function to create longer variable names, then copy-paste this mess to Netbeans, (create a few random classes with other people's names above them - this way nobody will blame

Re: [dev] [st] Mouse usage in Vim

2011-05-10 Thread Aurélien Aptel
On Tue, May 10, 2011 at 10:27 PM, Aurélien Aptel wrote: > Ok, it's in tip. I have not modified st terminfo entry so be sure to test with > $ TERM=xterm vim /tmp/foo Nevermind, I found the capcode for the mouse reporting. Make sure you recompile the terminfo entry ($ tic st.info) before you test.

Re: [dev] [st] Mouse usage in Vim

2011-05-10 Thread Aurélien Aptel
Ok, it's in tip. I have not modified st terminfo entry so be sure to test with $ TERM=xterm vim /tmp/foo Tell me if works correctly for you.

Re: [dev] Suckless UML

2011-05-10 Thread flo
On Tue, 10 May 2011 17:01:28 +0200, Mate Nagy wrote: honestly i'm surprised by this lack of reaction to "UML" + "suckless" in the same sentence. Usually this mailing list is swimming in bile regarding much more innocuous topics to the point of unreadability; so why not now? although I haven't

Re: [dev] Suckless UML

2011-05-10 Thread Aurélien Aptel
On Tue, May 10, 2011 at 4:36 PM, CHABOT Simon wrote: >  I was thinking about a software where UML diagram is describe, and then >  compiled (something like LaTeX, you see ?) Someone managed to do that with MetaUML & EMP and made a tutorial about it[1]. Otherwise, UML pretty much suck by design, y

Re: [dev] Suckless UML

2011-05-10 Thread Anselm R Garbe
On 10 May 2011 17:01, Mate Nagy wrote: > On Tue, May 10, 2011 at 04:50:01PM +0200, timow+...@diningphilosopher.de > wrote: >> On 2011-05-10, CHABOT Simon wrote: >> >  Could you give me some suckless softwares name to work with UML ? > honestly i'm surprised by this lack of reaction to "UML" + "su

Re: [dev] Suckless UML

2011-05-10 Thread CHABOT Simon
Le mardi 10 mai 2011 à 04:50:01, timow+...@diningphilosopher.de a écrit : > The best solutions I could find was UMLGraph (http://www.umlgraph.org/) > and MetaUML (http://metauml.sourceforge.net/old/index.html). MetaUML looks great, thanks ! -- CHABOT Simon Université de Technologie de Compiègne

Re: [dev] Suckless UML

2011-05-10 Thread Mate Nagy
On Tue, May 10, 2011 at 04:50:01PM +0200, timow+...@diningphilosopher.de wrote: > On 2011-05-10, CHABOT Simon wrote: > > Could you give me some suckless softwares name to work with UML ? honestly i'm surprised by this lack of reaction to "UML" + "suckless" in the same sentence. Usually this mailin

Re: [dev] Suckless UML

2011-05-10 Thread timow+dwm
On 2011-05-10, CHABOT Simon wrote: > > Could you give me some suckless softwares name to work with UML ? The best solutions I could find was UMLGraph (http://www.umlgraph.org/) and MetaUML (http://metauml.sourceforge.net/old/index.html). Cheers, Timo

Re: [dev] Suckless UML

2011-05-10 Thread Christophe-Marie Duquesne
If your program needs UML diagrams documentation, it sucks by definition. IMHO building such a tool would go against the suckless philosophy. Good code is supposed to be readable, and should need no UML diagram (and probably very few comments).

Re: [dev] Suckless UML

2011-05-10 Thread Niki Yoshiuchi
Good luck. UML sucks so I doubt there has been any attempt to make suckless UML software. If I were you I'd just struggle with crummy tools for a semester since you will never use UML again. On Tue, May 10, 2011 at 10:36 AM, CHABOT Simon wrote: > Hi all, > Today, an UML lesson have been given

[dev] Suckless UML

2011-05-10 Thread CHABOT Simon
Hi all, Today, an UML lesson have been given in my university. We used the software DIA to build our diagram. I've made some research on Internet for an UML suckless software, but didn't success. Could you give me some suckless softwares name to work with UML ? I was thinking about a softw

Re: [dev] [ANN] sabotage 2011-04-30, a musl+busybox based distribution

2011-05-10 Thread hiro
> Too bad most of the web requires javasuck these days, I don't think we use the same web then...

Re: [dev] [st] Mouse usage in Vim

2011-05-10 Thread Aurélien Aptel
Mouse support is not implemented but it seems rather straightforward to do [1]. I'll have a look at it. 1: http://www.usf.uni-osnabrueck.de/infoservice/doc/localhtml/rxvt/refer.html#Mouse