Domain: free.fr
Stories and comments across the archive that link to free.fr.
Comments · 1,346
-
Re:Oh there's that world class Microsoft innovatio
-
Re:Oh there's that world class Microsoft innovatio
-
Re:mPlayer
well, that's what apt is for..
(debian) apt sources for mplayer, qt6 codecs & stfuff:
http://marillat.free.fr/ -
Re:ah How DUMB are YOU?
Why don't you look at the bottom right corner of their page doofus.
-
Nifty.Which will come first - Apple cracking down or them getting WindowServer to run on i386? Some info from http://hcpnet.free.fr/applebsd.html
What works?
On NetBSD/i386: nothing. On NetBSD/powerpc, most UNIX binaries, such as ls, sh, or vi will work. No Graphical User Interface (GUI) based program will work for now. We are able to startup WindowServer up to the first attemps to use the IOKit. See the kernel traces for WindowServer and for mach_init to discover how far we have been.
Here is what have been implemented so far:
Mach-O binaries loading
Mach system calls handling
Minimal Mach ports, messages and rights support, so that simple program are able to link and run.
Signals handling (except for siginfo) Minimal multithreading support
Support in ktrace/kdump to display Mach messages (useful for debugging)
Hacks to get mach_init starting (and to get it behaving as bootstrap mach_init)
Support for port rights carried by Mach messages
Here is what is in the TODO list:
Implement Mach notifications for destroyed ports, dead names, and no sender ports
Re-implement enough of Darwin's IOKit to get
WindowServer actually displaying something.
Use COMPAT_MACH for COMPAT_OSF1 (Tru64 binary emulation on NetBSD/alpha), to get multithreading working.
Get Darwin binaries to link and run on NetBSD/i386
-
Re:For Handhelds and Cell Phones...
Actually, when compared with what a simple CSS and DOM modification can do to make a smallscreen version of a page (As demonstrated here), Opera's method stops looking all that impressive.
-
Small Screen Rendering Isn't a Big DealNetscape's Daniel Glazman wrote this JavaScript bookmarklet that does exactly the same thing:
javascript:var s=document.createElement('link');s.href='http://d
Just create a new bookmark, using the code above as the Location and plonk it on your Personal Toolbar. Then visit a page and click it. Only works in Gecko-based browsers.a niel.glazman.free.fr/userContent.css';s.rel='style sheet';s.type='text/css';document.getElementsByTag Name('head')[0].appendChild(s);void(0); -
Re:Just wanted to say...
erm.. oops. Scratch that.
Try here instead. -
Re:Just wanted to say...
You can get a trailer and theme music for it here.
-
Trailers & Desktops
Here are some Scans from Man Machine Interface manga: http://kukaku.free.fr/scans.shtml Google's Cache: http://216.239.51.100/search?q=cache:jMoIPAePIMUC
: kukaku.free.fr/scans.shtml+&hl=en&ie=UTF-8 And Links to the entire un-translated GitS 2 Manga, scanned, HI-Res 3000x2000 dpi, it's about 300 jpgs, and 337MB zip file. http://www.anime.diaspora.ru/manga/ Googles Cache: http://216.239.51.100/search?q=cache:kL7rI1miR0UC: www.anime.diaspora.ru/manga/+&hl=en&ie=UTF -8 Ghost in the Shell desktops http://www.wallpapershq.com/gal.php?id=1433 -
Re:I'm waiting for someone to build a homebrew X-B
What? XBox isn't emulated? GameCube wins again...
It's funny. Laugh. -
Re:How To Calculate Pi
You've essentially given the power series representation for 4*ATAN(1) which will converge to pi, albeit very slowly I believe O(-4). There are some great formulas due to Ramanujan that have quartic O(4) and quintic O(5) convergence.
In English the series you've given will give an additional correct digit of pi for every 4 (on average) more terms you calculate. A quintic algorithm will give you five *times* more correct digits for each additional term. See here
I believe most of the calculations done now on supercomputers use quartic algorithms for memory efficiency though I don't know what they used for this latest one. -
PiFast
You could beat this record with a home computer and some time. Download PiFast and get running. The record for a home computer is 13 billion digits, in 500 hours. On a state-of-the-art overclocked P4 with 2 gigs of RAM, I'm pretty sure you could beat the 1.24 trillion world record within a nominal time. I mean, just in case you feel like you have lots of money to waste.
-
Re:Can we have a consensus here?I think the Struts framework fits the web app model quite nicely. Decoupling the components of your application correctly encourages better design decisions and results in more reusable components.
For example, a problem that comes up in just about any web app I've ever seen is that the user must be able to:
- create some kind of record (data object) by completing a form
- see this information later in a read-only mode
- modify it in an editable mode
To digress briefly, in Struts, the developer defines "actions", which basically comprise a FormBean, Action class, and a JSP (the JSP can be selected from a predefined list at runtime based on a return value from the Action class). The FormBean holds any data needed for the view, which will typically include attributes for any form elements as well as any necessary metadata. When a user requests a view (aka "action"), the Struts engine reads the XML config file (which holds the action definitions) and passes the request along to the appropriate Action class. The Action class can analyze the request, as well as the FormBean, to determine what needs to be done, calls business methods as required, and returns a value to the Struts engine. This value maps to a "forward" entry in the config file, which simply directs the request to a given JSP. (see http://rollerjm.free.fr/pro/Struts.html for more info)
Getting back to our example, the 3 cases mentioned above can be accomodated by 1 action entry in the config file. It would be something like:<action path="/userInfo" type="com.acme.proj.struts.action.UserAction" name="userForm" scope="request">
(the name, "userForm", is a logical name for the FormBean; it is mapped to the actual Java class elsewhere in the config)
<forward name="create" path="/editUser.jsp">
<forward name="view" path="/viewUser.jsp">
<forward name="modify" path="/editUser.jsp">
</action>
Anyway, the Action class and FormBean together know everything about what represents a User and what can be done with one through this app. The JSPs are responsible for presenting the User information and any options for performing actions on a User (delete, update, etc.). In fact, the "create" and "modify" forwards even map to the same JSP. Presumably, the Action class would set some kind of flag in the FormBean to indicate whether this is a new user or not.
This is the beauty of Struts. Once comfortable with the framework, one can knock out well-designed web apps very quickly...especially if a good set of custom tags have been developed.
-
Re:Why not an air cushion?
If your goal is just to reduce friction, why not simply float the train on an air cushion, like a hovercraft? It seems like it would eliminate a lot of the complexity.
This was already done by the french engineer Jean Bertin. The original Paris_Lyon high-speed rail line was almost built with this system. -
Philip K. Dick Nod/ReferenceFrom the review:
"The advent of the drug Prozium has helped erase war, murder, and all of the other things that the oppressive powers that be determine is forbidden and each member of society injects the drug to suppress their moods and stave off that hideous thing known as emotion."Sounds like Philip K. Dick's " Do Androids Dream of Electric Sheep "?
"My schedule for today lists a six-hour self-accusatory depression," Iran said.
"What? Why did you schedule that?" It defeated the whole purpose of the mood organ. "I didn't even know you could set it for that," he said gloomily.
-
The answer is obvious..
There are so many trolls on this thread I have to chime in.
There are a lot of brilliant researchers working on this very question. Rather than ask slashdot, perhaps we should look at the question in summary and hypothesize that that successful open source software seems to have a development dynamic -- distinct from that of most industrial software -- that allows some systems to grow at a super-linear rate for prolonged periods. We should all consider that this phenomenon worthy of additional investigation.
Look at the recent past.
"If we knew what we were doing, we wouldn't call it research." -- Albert Einstein
"A new economical model for software development seems to emerge. The Open Source Software model will certainly not replace the current commercial model but it can challenge it significantly and even prevail in certain areas such as operating systems and programs constituting the "infrastructure" of the Internet."
Look at the standards board .
"we now have a chance to examine these systems in detail, and see if their evolutionary narratives are significantly different from commercially developed systems."
Look outside of 'the monopoly' for future trends.
"The very possibility of competing head-on with Microsoft, critics argue, is enough to discourage competitors from developing rival products, which stifles technological innovation in the entire software industry. Many corporate clients, in the meantime, will accept mediocre software as long as it meets immediate needs and works with existing systems."
And finally, stop screwing around with slashdot and go do the research. Just please, try to stay on topic and don't get lost in rhetoric. -
Mozilla does "small screen rendering" easily
This is different
...this Opera thingy is actually doing reformatting of the page, after a full analysis of the layout... Even though I don't know how well this works, it seems like a extremely clever algoritm...
Maybe it's not entirely different or complicated... It seems like Daniel Glazman managed to do this transformation with only javascript dom and css manipulations on Mozilla. In fact, he's made it into a bookmarklet and you just click on it when browsing a page to activate it.
...and to quote him from the page: "Well, sorry to say, but that's not a very big deal. There is nothing magic there and I can prove it right now. Let's write a stylesheet that does most of the job..." -
Re:Small screen rendering
Actually, you can do the same thing in the gecko engine (or any other CSS compliant browser), it's just a stylesheet:
http://daniel.glazman.free.fr/weblog/archived/2002 _10_20_glazblogarc.html#83455700 -
asdfzxcv
Just wait till lifters are scale up...
-
Flapping wings (Re:Spaghetti twirler)
[frow the useless dept]
Well there's a batch of poeple recently interested in so called Ornythopters (ornitho is for birds) with flapping wings.
Apparently quite difficult, the first real sized one rose 2 meters high on its maiden flight. Small scale one can fly but seem quite difficult to drive where you want.
real size project with videos
small scale model video
Interesting how diffucult this is.
O. -
kite panorama photography
This has been taken a step further, using a fisheye lens on a digital camera. Users of Panorama Tools may already be familiar with this.
-
*All* your generalisation are belong to /bin/false
nichtlustig
Humour français (sur les français)
Oh well I'm sure you knew that all generalisations are wrong... -
Re:Are zips still relevent?
Nope. I think that became lha on the 'miggy, predating lzx.
Have a look at: The LZX page -
Re:Surprised?
>Woomera, which was an area used for nuclear bomb testing and military practice in the 1950s
...by the US military, incidentally. thanks for that.
The area became a nuclear testing ground based on a treaty between the Australian and British govermnents.
Accords et traités avec les pays du Commonwealth
Australie et Royaume-Uni
An agreement on the construction of a rocket-testing range in central Australia (the Woomera range was announced on May 13, 1947. The cost of maintaining the range, used in a joint British-Australian scheme for the development of guided weapons, is shared by the two govermnents under an agreement of Sept. 13, 1953.
On April 4, 1955, it was announced that the Australian and British Govemments had agreed on the establishment of a new atomic testing ground, to be known as Maralinga, in the South Australian desert.
Apparently the Australian govermnent liked whatever the British offered in the deal.
But heay, you're still right! It was used for military practice and nuclear testing! Damn Americans! Damn Americans! Damn Americans! (Disclaimer! This sectaion may contain! Sarcasm!)
- -
Re:a little reminder
When Red Hat 8 came out, I decided to have a go at this Linux malarky, I've been using a combination of 2K and XP without too many problems, and was pretty content, but had the need to experiment.
So I downloaded the ISO's, installed the thing(took five gos before it would boot properly, but thats a different story) then decided to connect to the internet. Now living in the UK and being lucky enough to have a broadband connection, I possess one of the alcatel green frog modems. OK my modems not supported, I'll reboot into the W2K partition and get some support, finding this site. WTF. Now I believe Alan Cox is British and a red hat designer of note, so why in the hell is my modem, pretty damn popular in the UK not supported, that I find, to paraphrase from one of my favorite movies, is fucking inconceivable. -
King of Fighters in Flash
Flash KoF
VERY impressive. Shows what you can do with flash if you are determined enough. I heard something about a flash version of Street Fighter Alpha but was unable to find any info on it.
-
Re:Minesweeper too?
You can see the proof for minesweeper being NP at:
http://sed.free.fr/complex/mines.html
(includes really pretty diagrams :) -
Re:Making (S)VCDs under Linux
Avidemux might work out. It can load and edit avi or mpeg, and save to either as well as traditional vcd. Unfourtunatly I can't say how it works since for some reason on my system it's not seeing the libraries needed for that.
-
Re:Get LaTeX
you forgot Kile
-
Varies depending on which "cron"There are multiple cron-type systems out there.
Many Linux distributions ship with a heavily (and I mean heavily) patched up version of Vixie-cron as the default cron package. This is what many people refer to in this thread when they say "Linux cron".
There are other cron packages out there for Linux; for example, fcron. Section 2.2 of the fcron FAQ says:
First, you must understand that fcron determines, for each job, its next time and date of execution. It then determines which of those jobs would be the next to run and then, sleeps until that job should be run. In other words, fcron doesn't wake up like Vixie cron each minute to check all job in case one should be run
... and it avoids some problems associated with clock adjusts.This means that if the new time value is set into the past, fcron won't run a particular job again. For instance, suppose the real time and system clock are 3:00, so the next job cannot be scheduled to run before 3:00, as it would have already been run and re-scheduled.
First, suppose you set your system clock into the past, say to 2:00, Presuming that the last run was shortly before 3:00. then fcron will sleep until the next job should be executed. The execution time for a job is determined by identifying the last time that the job ran and computing the next scheduled time. This means that the next scheduled time must be on or after 3:01. Therefore, in this example, fcron will not run a job for at least one hour.
Next, if you set the system time into the future, say to 4:00, fcron will run every job scheduled between the old and the new time value once, regardless of how many times it would have been scheduled. When fcron wakes up to run a job after the time value has changed, it runs all the jobs which should have run during the interval because they are scheduled to run in a past time.
As special case is when "@xxx" style scheduling rules are involved, you must consider the "adjustment-interval". The "adjustment-interval" is the time difference between the original system time and the new system time. If the
... run at "adjust-interval" too early or too late depending of the nature of the adjust.To conclude, fcron behaves quite well for small clock adjusts. Each job which should have run does so once, but not exactly at the correct time as if the job were scheduled within the adjustment interval. But, if you have to make a big change in the time and date, you should probably reset all the scheduled "nextexe" by running "fcrontab -z" on all the fcrontabs.
And to further complicate matters, most commercial Unix-type OS's are either completely independent of Vixie-cron or they genetically "diverged" from Vixie-cron so long ago that they bear only faint resemblance to the original.
Maybe those technical people who you are questioning worked on a non-Linux system that doesn't suffer from the idiosyncrancies of Vixie-cron, or maybe they use fcron.
-
Re:Its in pittsburgh
-
Re:Newton support
I'm serious.
On the Newton, to move data for use in iSync, I can simply connect via ethernet or PPP/SLIP. I don't need to rely on some proprietary syncing/comm protocol like on the PalmOS. Converting between NewtonScript objects and SyncML also will be a pretty straightforward operation.
The easiest way to do this would be to create a web app, a module for NPDS (Newton Personal Data Sharing) or use Steve Weyer's Sloup.
There's a reason the Newton platform has kept on kicking, it is still a very easy platform to code for, user and developer friendly. -
Re:Celestia
you are so right. I cannot believe how great this program is. Not only beautiful and relatively accurate... but accurate in real time... I mean... check out your location on earth, at sunset, your location is spinning around from the light to dark side. I checked my position at midnight, yup, far side of the earth.
This program is about to take up a huge amount of my time... it's the most awesome thing. I too just heard of it, here at slashdot, in the "Window OSS" story. Um, I might as well mention Stellarium again, since it's also a beautiful astronomical program, GPLed and OPENGL-based. (It simulates accurate skies like Starry Nights (a commercial program) only more beatiffully, GPLed, and, like Celestia, on Windows and Unix both.
Young programmers are shaming me! I've wanted to make these programs for years and didn't have "time". Or I used to think it was time keeping me from them. In a way it's pathetic how excited I am about this programs!
Oh, by the way, as for education... my 8 year old home-schooled daughter is in love with this program... it's fantastic to see her use it (it's hard to find things when it's accurate scale, try finding the ISS, it's practically on the surface!). Of course, she's very into astronomy, and knows the planets in order and all that, so she was primed to appreciate the beauty of this. -
Re:Celestia all the way! (and Stellarium too)
it is most godlike of you to mention this incredible program that I had not ever used before! I cannot believe how cool this is. Especially since I just a week or two ago went searching for such a program (much lower standards had I) and didn't find it. And the contributer sites with all kinds of spacecraft and moon models etc. etc. I have been wanting this program for years!
btw, in my search I did find another very cool program which renders the sky accurately and beautifully, which is also quite impressive. You might like it. -
Proxy server?I could imagine cookies being managed by a proxy server. If you install it locally, at least you could share them among various browsers on one platform. Privacy proxies (e.g. privoxy) already have a lot of the required functionality. You'd just have to implement an interface that alerts you when a cookie is set which your policy doesn't cover. Maybe biscuit does this properly?
Of course, there's the problem of different users on a machine. Is it possible to run a proxy that only a single user has access to?
Bookmarks could easily be managed through a small web app. There's a few things like this, check freshmeat.
-
Re:uh...excuse me...
lol. Yeah, for the swing wing, but what I meant was the automatic adaption of the shape of the wing itself for different speeds.
Here is the only photo I can find. Note the date at the bottom.
-
Free energy exists!!
I posted about some of this before... rejected on the 23rd April
:-)Real free energy exists and has been patented, and is science, not pseudoscience - this man understands Maxwell equations. However, this seems to be a different technique, if we believe the grain of truth in the pseudoscience above. The batteries could charge themselves if time was reversed, and this was scientifically discussed by real, self respecting scientists and psychologists at a conference in eastern Europe early this year, but I can't find a reference for it. It was probably linked here.
-
And of course, when he announced it to the world..
He started of the demonstration with, "Great news, everybody!"
-
FreeVMS
This project uses Linux 2.4.x to develop a free stand-alone VMS environment. I am hopeful to see this project succeed. I think they're also in need of developers.
If you're interested:
FreeVMS Project Homepage
freshmeat.net: Project details for FreeVMS
The FreeVMS Archive: By Date -
Re:VMS better than *NIX?
There in fact is an open source effort to recreate it: here. I was just about to describe the complete lack of activity for the project, but, upon checking the last update for the website, it was only four days ago, so who knows. =)
I would be interested in finding out whether HP is planning on continuing to support OpenVMS; I know that Compaq had been planning to port it to the Itanium. Can anyone comment? -
photo realistic sky generator software
Stellarium is an impressive piece of free software for Linux and Windoze that renders the sky at any given time given your coordinates.
I bet it will make it much easier for the untrained people to find the asteroid in the sky (considering its trayectory. -
Re:Forget magnets how about..
http://jnaudin.free.fr/html/lifters.htm
Also interesting, asymmetrical capacitors:
http://jnaudin.free.fr/html/2dacap.htm -
Re:Forget magnets how about..
http://jnaudin.free.fr/html/lifters.htm
Also interesting, asymmetrical capacitors:
http://jnaudin.free.fr/html/2dacap.htm -
mirrors by country...lets be nice to the main site!
.at- ftp://gd.tuwien.ac.at/infosys/browsers/mozilla/so
u rces/ - http://gd.tuwien.ac.at/infosys/browsers/mozilla/s
o urces/
.au- ftp://mozilla.mirror.pacific.net.au/mozilla/
- http://mozilla.mirror.pacific.net.au/
- ftp://ftp.planetmirror.com.au/pub/mozilla/
- http://planetmirror.com.au/pub/mozilla/
.be .bg .ca .ch .com/.net/.org/.edu- ftp://ftp.ibiblio.org/pub/packages/infosystems/WW
W /clients/mozilla/ - http://www.ibiblio.org/pub/packages/infosystems/W
W W/clients/mozilla/ - ftp://ftp.tux.org/pub/net/mozilla/
- http://www.cise.ufl.edu/ftp/mirrors/mozilla/
- ftp://ftp.yggdrasil.com/mirrors/site/ftp.mozilla.
o rg/pub/ - ftp://sunsite.utk.edu/pub/netscape-source/
- ftp://archive.progeny.com/mozilla/
- http://archive.progeny.com/mozilla/
- rsync://archive.progeny.com/mozilla/
- http://mirrors.xmission.com/mozilla/
- ftp://mozilla.teleglobe.net/ftp.mozilla.org/pub/
.cz .de- ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.m
o zilla.org/pub/mozilla/ - ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/
- ftp://ftp.uni-bayreuth.de/pub/packages/netscape/m
o zilla/ - ftp://sunsite.informatik.rwth-aachen.de/pub/mirro
r /ftp.mozilla.org/pub/ - ftp://ftp.leo.org/pub/comp/general/infosys/www/br
o wsers/mozilla/ - ftp://ftp.rhein-zeitung.de/mirrors/mozilla.org/
- ftp://ftp.uni-erlangen.de/pub/mirrors/mozilla/
- http://ftp.uni-erlangen.de/pub/mirrors/mozilla/
.dk- http://mirrors.sunsite.dk/mozilla/
- ftp://mirrors.sunsite.dk/mozilla/
- rsync://mirrors.sunsite.dk/mozilla/
.ee .es- ftp://ftp.rediris.es/mirror/mozilla/
- http://ftp.rediris.es/mirror/mozilla/
- ftp://ftp.etsimo.uniovi.es/pub/mozilla/
- http://www.etsimo.uniovi.es/pub/mozilla/
.fi .fr- ftp://ftp.univ-lille1.fr/pub/mozilla/
- ftp://ftp.oleane.net/pub/mozilla/
- http://ftp.oleane.net/pub/mozilla/
- ftp://ftp.free.fr/pub/Networking/www/Mozilla
- ftp://fr2.rpmfind.net/linux/mozilla/
- http://fr2.rpmfind.net/linux/mozilla/
.gr .hk .hu .ie .il .jp- ftp://ftp.cin.nihon-u.ac.jp/pub/net/www/mozilla ftp://his.ktarn.or.jp/pub/mirrors/mozilla/ --->
- ftp://ring.aist.go.jp/pub/net/www/mozilla/
- ftp://ring.crl.go.jp/pub/net/www/mozilla/
- ftp://ring.etl.go.jp/pub/net/www/mozilla/
- ftp://ring.exp.fujixerox.co.jp/pub/net/www/mozill
a / - ftp://ring.nacsis.ac.jp/pub/net/www/mozilla/
- ftp://ring.so-net.ne.jp/pub/net/www/mozilla/
- ftp://ftp.jaist.ac.jp/pub/Mozilla/
- ftp://ftp.lab.kdd.co.jp/Mozilla/
- ftp://ftp.kddlabs.co.jp/Mozilla/
- http://mirror.nucba.ac.jp/mirror/mozilla/
- ftp://mirror.nucba.ac.jp/mirror/mozilla
.kr .no .pl- ftp://sunsite.icm.edu.pl/pub/mozilla/
- http://sunsite.icm.edu.pl/pub/mozilla/
- ftp://ftp.task.gda.pl/pub/mozilla/
.pt .ru .se .sg .sk .tw- ftp://ftp2.sinica.edu.tw/pub3/www/mozilla/
- ftp://ftp.nctu.edu.tw/WWW/mozilla/
- rsync://ftp.nctu.edu.tw/ftp/WWW/mozilla
.uk - ftp://gd.tuwien.ac.at/infosys/browsers/mozilla/so
-
Also new to this kind of music.
Thanks to a conversation that went something like this:
"I need some new music."
"What kind?"
"I dunno, surprise me."
I've been getting into music like this. I'm liking it. While most of my favorites so far have been mentioned by others (Aphex Twin's Richard D. James, Boards of Canada's Music Has The Right To Children, etc.), I haven't seen my top favorite mentioned. Boulderdash's We Never Went to Koxut Island is an absolutely awesome album, IMO. The songs "Headless in a Topless Bar" and "Dregs of Tar" are just... Wow.
(Be sure to try the Iris plugin for xmms, with the Background color Random on beat option set, and the output plugin set to the OSS driver. Fullscreen, obviously. ;)) -
Re:Render Engine is nice, but modelers?
Look at this page before to say that blender is obtuse:
http://www.anilusionfilms.com.au/juicy/
and after try this tool to export to povray3.5 (or megapov0.7):http://jmsoler.free.fr/util/blenderfil e/povanim.htm
A blender bigot.
-
Here's some mirrors if you need 'em.
-
Here are screenshotsI too was quite surprised about the missing screenshots. So, I made some screenshots of Eclipse/Motif. Copy them as long as you want, I hereby give away any copyright I could have had on them. Besides, they won't stay forver on my web space, as soon as I need the space, they're gone.
- Eclipse is starting.
- The first time you start Eclipse.
- Running in basic Java mode.
- I have made some mistakes, the editor is suggesting corrections. It's not an annoying popup: I had to click on the yellow lamp on the side to get these.
- I have saved my mistakes. Now look at the ToDo list. And look at the red zones in the right editor sidebar, too. You can click on them to get quickly to the erroneous lines.
- Let's add a new class.
- Here we define our running environment.
- We can also debug the program.
- Here I configure access to a CVS repository. Couldn't make it work thoug.
:(
Well, that's it! Enjoy! There's also an interesting wiki about Eclipse. -
Here are screenshotsI too was quite surprised about the missing screenshots. So, I made some screenshots of Eclipse/Motif. Copy them as long as you want, I hereby give away any copyright I could have had on them. Besides, they won't stay forver on my web space, as soon as I need the space, they're gone.
- Eclipse is starting.
- The first time you start Eclipse.
- Running in basic Java mode.
- I have made some mistakes, the editor is suggesting corrections. It's not an annoying popup: I had to click on the yellow lamp on the side to get these.
- I have saved my mistakes. Now look at the ToDo list. And look at the red zones in the right editor sidebar, too. You can click on them to get quickly to the erroneous lines.
- Let's add a new class.
- Here we define our running environment.
- We can also debug the program.
- Here I configure access to a CVS repository. Couldn't make it work thoug.
:(
Well, that's it! Enjoy! There's also an interesting wiki about Eclipse.