Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

hackers-il · Creative programming discussed

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3672 - 3701 of 5201   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3672 Omer Zak
omerz@... Send Email
Mar 9, 2004
3:58 pm
http://osnews.com/story.php?news_id=6282&page=1 In this Web page, the author claims that even aunt Tillie type people feel better with CLI than with GUI, when...
3673 Ori Idan
ori_i Send Email
Mar 10, 2004
8:28 am
... Well, CLI is good as long as the responses you get is not cryptic then it is really like a dialogue. As A support person, CLI is much better, since it is...
3674 Tzafrir Cohen
ctzafrir Send Email
Apr 11, 2004
4:30 pm
I saw an interesting project lately: a Perfect Configuration System [tm], but designed with simplicity in mind: Each key resides in its own text file, and the...
3675 Muli Ben-Yehuda
muxtub2001 Send Email
Apr 11, 2004
9:21 pm
... Shouldn't be significant for the average number of items in a configuration. I wonder how many items a typical windows registry has? ... Everytthing is its...
3676 Shlomi Fish
shlomif@... Send Email
Apr 12, 2004
4:46 am
... Well, personally, I don't find it too user friendly. Most users (including me) would prefer if all the relevant information was present in a small number...
3677 Shlomi Fish
shlomif@... Send Email
Apr 19, 2004
7:31 am
Hi all! Recently RMS wrote a piece about the fact that writing free software Java code is problematic because its dependencies are not free: ...
3678 Shlomi Fish
shlomif@... Send Email
Apr 19, 2004
8:31 am
[ My previous message did not arrive at Yahoo Groups after a long time of sending it so I'm sending it again. I apologize if it two copies arrive.] Hi all! ...
3679 Elad Efrat
elad@... Send Email
Apr 26, 2004
11:04 am
... [...] i think it's gay ugly stupid pointless messy huge and a waste of time...
3680 Muli Ben-Yehuda
muxtub2001 Send Email
Apr 26, 2004
11:15 am
... time Oh, come on, don't be shy - tell us what you really think about it! Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org |...
3681 guy keren
choogalu Send Email
Apr 28, 2004
8:40 pm
after about a decade of programming using the 'Unix IDE' (2-4 terminal windows with shells, vi, etc), i've finally realized i'm not about to transition into...
3682 Omer Zak
omerz@... Send Email
Apr 28, 2004
11:08 pm
Hello Guy, Your idea is very right approach to extremely high productivity in computer use and software development. I'd like to suggest another approach, of...
3683 Omer Zak
omerz@... Send Email
Apr 28, 2004
11:17 pm
The problem of navigating through deeply-nested directories is a general one, which affects interactive shell work, filename selection dialogs (such as Open...
3684 Tzafrir Cohen
ctzafrir Send Email
Apr 29, 2004
6:18 am
... One note: if you ever feel that the syntax of aliases is too limiting, try using functions instead. E.g: function fvi() { vi `find ${PROJ_HOME} -name "$1"...
3685 Muli Ben-Yehuda
muxtub2001 Send Email
Apr 29, 2004
6:59 am
... Here are a few zero and one-liners I use all the time: # every ooo binary knows to open other types function ooo { /usr/lib/openoffice/program/soffice.bin...
3686 Omer Musaev
omermus Send Email
Apr 29, 2004
8:48 am
My $0.02 ... # -*- sh-mode -*- # # echoes output common::echo() { echo "$*" } # # echoes output without trailing carriage return common::necho() { printf "$*" ...
3687 Shlomi Fish
shlomif@... Send Email
Apr 29, 2004
10:55 am
Well, I also use the UNIX IDE with a different variation than Guy's (terminals with bash, gvim, make, perl, perl -d, gdb, etc) and like it a lot. Until some ...
3688 Tzafrir Cohen
ctzafrir Send Email
Apr 29, 2004
1:37 pm
Some petty notes: Usually it is better to use "$@" instead of "$*" : ... Here it doesn't really matter ... Here "$*" should indeed be used ... Why not simply: ...
3689 Tzafrir Cohen
ctzafrir Send Email
Apr 29, 2004
1:46 pm
... That's what a shell history is for. Searching in it using ctrl-r is very useful. BTW: I occasionally automate shell commands in a project using a makefile....
3690 Gabor Szabo
gabor529 Send Email
Apr 29, 2004
6:50 pm
... why not show us some of your python code too ? Gabor...
3691 guy keren
choogalu Send Email
Apr 29, 2004
9:50 pm
... can you give some concrete examples? in particular, examples for tasks that are not too project-specific? -- guy "For world domination - press 1, or dial...
3692 Tzafrir Cohen
ctzafrir Send Email
Apr 30, 2004
8:17 am
... BTW: that page is not currently availbe for some reason. Try http://sf.net/projects/registry ... Ugly, stupid, pointless: maybe. Huge: sure it isn't. Look...
3693 hackers-il@... Send Email Apr 30, 2004
10:52 am
... You may want to consider using vim to help you find a file in a given search path: set PATH=** ... I find wcd (Wherever Change Directory) very handy as...
3694 Beni Cherniavsky
cben@... Send Email
Apr 30, 2004
2:55 pm
... If it becomes a problem, ReiserFS is definitely a solution. Enabling this sort of things is the purpose that initially motivated ReiserFS. ... I find the...
3695 Tzahi Fadida
tzahi_ml Send Email
Apr 30, 2004
3:30 pm
Hi all, I am trying to write a "tirgul" for an introduction to xml query and xml path. we have obtained extra lab time for our 180 course students, i.e. 2 hrs ...
3696 Oleg Goldshmidt
pub@... Send Email
Apr 30, 2004
3:38 pm
Re: $SUBJ: I've been using the following little bash routines for too many years to count: # search for directories containing pattern: # first call cdsload,...
3697 guy keren
choogalu Send Email
Apr 30, 2004
4:57 pm
... is there a way to use this feature during file-name completion? the hting is that file names in large projects can get quite long, and file-name completion...
3698 Muli Ben-Yehuda
muxtub2001 Send Email
May 6, 2004
1:29 pm
Hello, gentle people, I'm looking for recommendations on good books for operating systems implemetntrs. OS theory, OS design and implementation, Linux kernel ...
3699 Tzafrir Cohen
ctzafrir Send Email
May 7, 2004
8:13 pm
... Here's one example: I had to run some tests on a remote system. Remote as in: slow trafic, and line may go down unexpectedly. It involved first syncing the...
3700 Eugene Teo
thheugene Send Email
May 9, 2004
6:11 am
<quote sender="Muli Ben-Yehuda"> ... Remember I showed you my paper? Below, I have references to two advanced operating system books. You might want to check ...
3701 Jason Phillips
jphillips1987 Send Email
May 9, 2004
6:12 am
I find that any of the O'Reilly books are very informative I'll run down and rattle off some titles for you but O'Reilly Has an extensive library covering just...
Messages 3672 - 3701 of 5201   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help