Search the web
Sign In
New User? Sign Up
hackers-il · Creative programming discussed
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3672 - 3701 of 5093   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3672
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...
Omer Zak
omerz@...
Send Email
Mar 9, 2004
3:58 pm
3673
... 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...
Ori Idan
ori_i
Offline Send Email
Mar 10, 2004
8:28 am
3674
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...
Tzafrir Cohen
ctzafrir
Offline Send Email
Apr 11, 2004
4:30 pm
3675
... 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...
Muli Ben-Yehuda
muxtub2001
Offline Send Email
Apr 11, 2004
9:21 pm
3676
... 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...
Shlomi Fish
shlomif@...
Send Email
Apr 12, 2004
4:46 am
3677
Hi all! Recently RMS wrote a piece about the fact that writing free software Java code is problematic because its dependencies are not free: ...
Shlomi Fish
shlomif@...
Send Email
Apr 19, 2004
7:31 am
3678
[ 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! ...
Shlomi Fish
shlomif@...
Send Email
Apr 19, 2004
8:31 am
3679
... [...] i think it's gay ugly stupid pointless messy huge and a waste of time...
Elad Efrat
elad@...
Send Email
Apr 26, 2004
11:04 am
3680
... 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 |...
Muli Ben-Yehuda
muxtub2001
Offline Send Email
Apr 26, 2004
11:15 am
3681
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...
guy keren
choogalu
Offline Send Email
Apr 28, 2004
8:40 pm
3682
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...
Omer Zak
omerz@...
Send Email
Apr 28, 2004
11:08 pm
3683
The problem of navigating through deeply-nested directories is a general one, which affects interactive shell work, filename selection dialogs (such as Open...
Omer Zak
omerz@...
Send Email
Apr 28, 2004
11:17 pm
3684
... 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"...
Tzafrir Cohen
ctzafrir
Offline Send Email
Apr 29, 2004
6:18 am
3685
... 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...
Muli Ben-Yehuda
muxtub2001
Offline Send Email
Apr 29, 2004
6:59 am
3686
My $0.02 ... # -*- sh-mode -*- # # echoes output common::echo() { echo "$*" } # # echoes output without trailing carriage return common::necho() { printf "$*" ...
Omer Musaev
omermus
Offline Send Email
Apr 29, 2004
8:48 am
3687
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 ...
Shlomi Fish
shlomif@...
Send Email
Apr 29, 2004
10:55 am
3688
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: ...
Tzafrir Cohen
ctzafrir
Offline Send Email
Apr 29, 2004
1:37 pm
3689
... 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....
Tzafrir Cohen
ctzafrir
Offline Send Email
Apr 29, 2004
1:46 pm
3690
... why not show us some of your python code too ? Gabor...
Gabor Szabo
gabor529
Offline Send Email
Apr 29, 2004
6:50 pm
3691
... 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...
guy keren
choogalu
Offline Send Email
Apr 29, 2004
9:50 pm
3692
... 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...
Tzafrir Cohen
ctzafrir
Offline Send Email
Apr 30, 2004
8:17 am
3693
... 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...
hackers-il@...
Send Email
Apr 30, 2004
10:52 am
3694
... 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...
Beni Cherniavsky
cben@...
Send Email
Apr 30, 2004
2:55 pm
3695
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 ...
Tzahi Fadida
tzahi_ml
Offline Send Email
Apr 30, 2004
3:30 pm
3696
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,...
Oleg Goldshmidt
pub@...
Send Email
Apr 30, 2004
3:38 pm
3697
... 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...
guy keren
choogalu
Offline Send Email
Apr 30, 2004
4:57 pm
3698
Hello, gentle people, I'm looking for recommendations on good books for operating systems implemetntrs. OS theory, OS design and implementation, Linux kernel ...
Muli Ben-Yehuda
muxtub2001
Offline Send Email
May 6, 2004
1:29 pm
3699
... 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...
Tzafrir Cohen
ctzafrir
Offline Send Email
May 7, 2004
8:13 pm
3700
<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 ...
Eugene Teo
thheugene
Offline Send Email
May 9, 2004
6:11 am
3701
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...
Jason Phillips
jphillips1987
Offline Send Email
May 9, 2004
6:12 am
Messages 3672 - 3701 of 5093   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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