View unanswered posts | View active topics It is currently Tue May 21, 2013 12:53 pm



 Post a reply 
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o [-X [-o<
View more smilies
Font size:
Tip: Styles can be applied quickly to selected text.  Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation code
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the Board Administrator.
Confirmation code
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive.
   

 Topic review - The Lean Thread 
Author Message

Reply with quote Post Posted: Sat Mar 08, 2008 3:37 pm
Re: The Lean Thread
little late submission, but i just saw this, and i need something to get my mind off another night with javascript :roll:

pretty much all the progs i use have been mentioned already..

i got:

Notepad++ for all my scripting needs http://notepad-plus.sourceforge.net/
ResHacker for when i think it's about time to reinstall windows :lol: http://www.angusj.com/resourcehacker/
Console b/c CMD sucks http://sourceforge.net/projects/console/
7-zip http://www.7-zip.org/
jasmin 3dcc http://jote.pai.net.pl/jn/3dcc/
Irfanview http://www.irfanview.com/
foo2k for playing music http://www.foobar2000.org/
winamp 5.52 for playlist creation/ipod http://www.winamp.com/
ROCKBOX on my 4gig white nano (a must-have, couldn't live w/o it.. plays vids, too - on a 1st gen nano! it's like - the *box for ipod) http://www.rockbox.org/
QTScrobbler to get my ipod played tracks to last.fm http://qtscrob.sourceforge.net/
mp3tag for - well - tagging mp3s http://www.mp3tag.de/en/
VLC - best video player out there http://www.videolan.org/vlc/
utorrent so that my foo and vlc have stuff to play http://www.utorrent.com/
soulseek for stuff i can't find in torrents http://www.slsknet.org/
daemon tools for mounting .iso's http://www.daemon-tools.cc/
miranda for IM http://www.miranda-im.org/
mIRC for IRC http://www.mirc.com/
filezilla for FTP http://filezilla-project.org/
mozilla thunderbird for email http://www.mozilla.com/
and of course good ol' firefox http://www.mozilla.com/

i used to use
avedesk http://www.avedesk.org/
rk launcher/rocketdock http://home.cogeco.ca/~rklauncher/ http://rocketdock.com/
samurize http://www.samurize.com/
rainmeter http://www.ipi.fi/~rainy/legacy.html

and i gotta admit, i got some dirty expensive software, too..
adobe
photoshop cs3 extended
illustrator cs3
flash cs3 pro
dreamweaver cs3 (never use it..)

ms office '07 enterprise (also have '04 - should have installed tht, '07 is a piece of crap..)

and nero for all my burning needs. i think that's it


wait, forgot one.. mrun as run dialog replacement :wink: @ /\/\inimal viewtopic.php?f=9&t=2809

Reply with quote Post Posted: Mon Oct 15, 2007 3:41 pm
Re: The Lean Thread
After reading this whole thread I concluded there is just one program I use and is missing in the list:
gridmove "GridMove is a program that aims at making windows management easier. It helps you with this task by defining a visual grid on your desktop, to which you can easily snap windows. This program comes bundled with some predefined grid templates, that can be easily swaped, but also has ways of creating custom grids or sharing grids made by others."

Reply with quote Post Posted: Sat Feb 17, 2007 11:16 pm
Color Selector is a full featured color picker that includes a color picker with zoom and area sampling, format converter, palette tool, seven built-in export formats, customizable formatting options (four built-in), and scripting support via MSScript.

http://sourceforge.net/projects/colorselector/

Reply with quote Post Posted: Sat Feb 17, 2007 7:54 pm
All I know of in terms of editors with trans is notepad++ and metapad.

Reply with quote Post Posted: Wed Feb 14, 2007 3:00 am
It's been mentioned already but it's so good I thought it worth mentioning again:

File Management

SequoiaView by the computer science department of the Technische Universiteit Eindhoven.

Man it's pretty! It uses "cushioned treeviews" to show disk usage graphically. There's no mistake what's eating all your disk space with this little app, you can be sure.

There's been some mention of the AnalogX utils here. I've been using Proxy by AnalogX but somehow it seems to scramble HTTP requests, so most websites come back as Google. Today I found something not mentioned here:

Networking

FreeProxy by Hand Crafted Software.

It's easy to set up and I haven't seen Google once. ;) Except when I actually wanted Google, of course. Plus this one does full SOCKS 5 proxying, as opposed to AnalogX's Proxy which only implements half the spec. One downside is you can't use any HTTP proxying on any port other than 8080. That's not too problematic, as long as you remember to reconfigure all your HTTP proxy apps to use port 8080. I learned the hard way.

jimmy wrote:
Hi guys, does someone know if there is a text editor with transparencies (more or less like a linux shell) ?
In the past I used bbwintrans, but It acts also on the lecters, while I'd like to have just a trasparent background...
Thanks :D

Doesn't grischka's BBNote do transparency? It certainly should, since it's made to look like a BB plugin.

Reply with quote Post Posted: Mon Feb 12, 2007 4:01 am
Pixia - A great image editing prog, GET THE EXTENSIONS!!!
Otak - A good Personal Info Manager.
ExplorerXP - Explorer replacement.

You cna also try AnalogX's many progs. I need an editor with good project management, any ideas? I know of PsPad btw.

Reply with quote Post Posted: Sun Dec 24, 2006 10:59 am
XZero450 wrote:
jimmy wrote:
Hi guys, does someone know if there is a text editor with transparencies (more or less like a linux shell) ?
In the past I used bbwintrans, but It acts also on the lecters, while I'd like to have just a trasparent background...
Thanks :D


Supposedly.. there is a way that you can set which color in the application is transparent. Transparency is not a lean/lite thing though, most of recent systems can handle it though.


I guess you're talking about the SetLayeredWindow call to set alpha or color to make a window transparent? I guess you could fake multilevel transparency by having 2 windows stacked, the bottom one having the edit area and the transparency, and the top one having colorkey on its background :)

Another way would be to use PaintDesktop to grab the desktop background, and then process a region of it and put it as the window background.

Cheers,
Chris

Reply with quote Post Posted: Thu Dec 21, 2006 1:16 am
jimmy wrote:
Hi guys, does someone know if there is a text editor with transparencies (more or less like a linux shell) ?
In the past I used bbwintrans, but It acts also on the lecters, while I'd like to have just a trasparent background...
Thanks :D


I've started working on a plugin, for bbLean, for transparency, mainly to see if I can make a more stable version of bbwintrans, and test my novice programming skeelz =)

Supposedly.. there is a way that you can set which color in the application is transparent. Transparency is not a lean/lite thing though, most of recent systems can handle it though.

http://www.pnotepad.org/ <-- good text editor
http://www.dcsoft.com/products/regeditx/ <-- adds a few thing to regedit, making it more useful, and easier to use
http://www.silverex.org/news/ <-- X-Chat 2 for Windows, and free unlike X Chat for Windows..

Reply with quote Post Posted: Tue Dec 19, 2006 1:44 am
I've been using 7zFM as my file manager lately. It's not as feature-full as xplorer, but I always had problems with that. I miss voyager, that was a good file manager, and by good i mean great.

Reply with quote Post Posted: Tue Dec 19, 2006 12:06 am
Spider 1.16
Hi all,

one more tip for the lean thread: Ward van Wanrooij's Spider 1.16
It works on deleting the index.dat files entries with the possibility to
have a look at them before deleting (you have to reboot for that)

It's and old app, so I don't know if and how it works on other platforms
than Win98SE, maybe you can check it out (no installation required)

Here's the download link: http://mosel.soft-ware.net/dl/mcaamoeep ... der116.zip

So long,
Andy

Reply with quote Post Posted: Sun Dec 17, 2006 11:49 am
Hi!

File Manager
freeCommander
This filemanager is very good and freeware :lol:


Regards
Djon

Reply with quote Post Posted: Wed Nov 08, 2006 7:22 pm
maaneeack wrote:
A few years ago I was making video cds and found that codec packs were the easiest thing to grab/install to encode/play. I have had some problems with packs but since I found k-lite it hasn't given me any headaches.

I have ffdshow, never used it really though, was installed with k-lite I think. But no, I'm not a fanboy of codecs, so if something is better I'll check it out. I rip/encode my dvds as xvids and reencode things I have for use in my psp some too.


My advice for you, if you are into editing movies and such in applications such as Adobe Premiere or EditStudio, and feel that the FFDShow codec doesn't quite go all the way is to install the few codecs you need separately. This will cause the smallest amount of collisions and trouble :)

But, with ffd you still get one codec that can encode into any format you'd like ;)

Cheers

Reply with quote Post Posted: Wed Nov 08, 2006 5:50 pm
A few years ago I was making video cds and found that codec packs were the easiest thing to grab/install to encode/play. I have had some problems with packs but since I found k-lite it hasn't given me any headaches.

I have ffdshow, never used it really though, was installed with k-lite I think. But no, I'm not a fanboy of codecs, so if something is better I'll check it out. I rip/encode my dvds as xvids and reencode things I have for use in my psp some too.

Reply with quote Post Posted: Wed Nov 08, 2006 3:20 pm
ser VI wrote:
As you are talking about ffdshow want to know something, which one I download: I have an AMD Athlon XP 2400+ with MMX and SSE ?
http://www.free-codecs.com/FFDShow_download.htm


I usually go for the standard version :) The other ones are just optimized to make use of optimizations in the MMX and SSE instruction sets, but standard works excellent :)

Btw, player of choice: Media Player Classic :)

Reply with quote Post Posted: Wed Nov 08, 2006 3:11 pm
As you are talking about ffdshow want to know something, which one I download: I have an AMD Athlon XP 2400+ with MMX(+), 3DNow(+) and SSE ?
http://www.free-codecs.com/FFDShow_download.htm


Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.