Thanks! I've been yearning for this ever since I wiped my Windows partitionashibaka wrote:People who have comic books zipped up in any sort of archive would be advised to check out cdisplay:
http://osaka.is.dreaming.org/creader.txt

Thanks! I've been yearning for this ever since I wiped my Windows partitionashibaka wrote:People who have comic books zipped up in any sort of archive would be advised to check out cdisplay:
http://osaka.is.dreaming.org/creader.txt
I endorse Lyx. It is very powerful and yet it manages to be fairly easy to use. I used WinEdt myself till 3 years ago, when I fully moved to Linux (fully means: fdisk, remove FAT32 partitions).bigsmoke wrote:You could give LyX a try. It is a very good LaTex editor, although I'm not so sure about its capabilities as a source editor. As a source editor I use VIM myself, which has great syntax highlighting. I must add that VIM is not a recommendation if you don't already know it and are short in time, though.hakan wrote: I'm searching for an WinEdt similiar editor for LaTex. Kile isn't bad, but it is not good at all. The editor sucks. It doesn't support automatic indent, no spell checking, and has some (minor) bugs.

Like what? I just recently stopped being able to move entries by holding shift and pressing the arrow keys. Updating hasn't helped...flokno wrote:hnb worked without a problem here. except for some bugs.

This kicks ass! My viewer of choice in Windows was IrfanView and I've been looking for an equivalent since I went 100% Linux two months ago and now I've found it. Thanks!perry wrote:I used to use a program called XnView to for image file viewing, resizing, etc. Mostly used it when I downloaded images from my digital camera and wanted to put em on the web.
I stopped using it when I switched to Gentoo a couple months ago because there wasn't an ebuild, and I don't have the slightest clue how to make one. And I really haven't had a need for it recently, so I haven't bothered installing "by hand".

Code: Select all
# emerge keychain
dillo has no css supportTiteuf wrote:And another one is the dillo webbrowser (it's in portage).
It's a browser that takes only 300 KB, and it's extremely fast.
The bad side of it are: no frames, flash, and it uses gtk, not qt
Code: Select all
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?

Code: Select all
emerge bidwatcher
Code: Select all
* media-sound/mpd
Latest version available: 0.11.5
Latest version installed: 0.11.5
Size of downloaded files: 1,101 kB
Homepage: http://www.musicpd.org
Description: Music Player Daemon (mpd)
License: GPL-2
Code: Select all
* app-portage/profuse [ Masked ]
Latest version available: 0.14
Latest version installed: 0.13
Size of downloaded files: 16 kB
Homepage: http://libconf.net/profuse/
Description: use flags and profile gtk2 editor, with good features
License: GPL-2
Code: Select all
* www-proxy/privoxy
Latest version available: 3.0.2
Latest version installed: 3.0.3
Size of downloaded files: 1,880 kB
Homepage: http://www.privoxy.org
Description: A web proxy with advanced filtering capabilities for protecting privacy against internet junk.
License: GPL-2

Haskell is cool ! In University, we learnt it using 'hugs' but I prefer ghc (glasgow haskell compiler) with which you can compile the haskell files (read scripts) for better speed. Both are available in hugs.mihochan wrote:I've plugged it before, but for my money you can't beat haskell, a lazy functional language.
rxvt-unicode is amazing, and supports much more than unicode. I find also find it much lighter than the others based on rxvt, and it's well maintained.rxvt is a superb terminal, faster than xterm, albiet without unicode support. There's also rxvt-unicode,a clone of rxvt, with unicode support, though I've not tried it yet.
Code: Select all
Rxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=13changelogrxvt-unicode is a clone of the well known terminal emulator rxvt.
It's main features (most of them unique) over rxvt are:
* Stores text in Unicode (either UCS-2 or UCS-4).
* Uses locale-correct input, output and width: as long as your system supports the locale, rxvt-unicode will display correctly.
* Daemon mode: one daemon can open multiple windows on multiple displays, which improves memory usage and startup time considerably.
* Crash-free. At least I try, but rxvt-unicode certainly crashes much less often than rxvt and it's many clones, and reproducible bugs get fixed immediately.
* Completely flicker-free.
* Full combining character support (unlike xterm.
* Multiple fonts supported at the same time: No need to choose between nice japanese and ugly latin, or no japanese and nice latin characters.
* Supports Xft and core fonts in any combination.
* Can easily be embedded into other applications.
* All documentation accessible through manpages.
* Locale-independent XIM support.
* Many small improvements, such as improved and correct terminfo, improved secondary screen modes, italic and bold font support, tinting and shading.
And it's main missing features (which users request but are not (yet?) implemented) are:
* Complex script support, such as arabic or tibetian - more info is needed. (use mlterm)
* Left-To-Right rendering - more info is needed. (use mlterm)
* Tabs (although a supplied perl script implements a tabbed shell). (use mrxvt)
* IIIMF (Intranet/Internet Input Method Framework) support. (use scim)