search for: noah

Displaying 20 results from an estimated 542 matches for "noah".

2008 Dec 11
4
mounted directory repeating unexpected files and directories
...rom an 'ls /mnt/mybook-music/Madonna/Music' command. where on the server side 'ls -l /shares/internal/Music/Madonna/Music' does not show the contents of '/shares/internal/Music' and only show 3 files. # ls -l /shares/internal/Music/Madonna/Music total 11396 -rwxr-xr-x 1 noah noah 3345473 Apr 11 2006 Gone.mp3 -rwxr-xr-x 1 noah noah 3483214 May 3 2005 Impressive Instant.mp3 -rwxr-xr-x 1 noah noah 4814848 May 3 2005 Nobody's Perfect.mp3 server side version details: [root@MyBookMusic Madonna]# ipkg list_installed | grep samba samba - 3.2.4-1 - Samba suite provide...
2008 Dec 18
2
samba client improperly shows the wrong files in directories
...t/mybook-music/Madonna/Music instead of the claimed 2241 files as seen in the mount on the samba client (of the samba server /mnt/mybook-music/Madonna/Music directory). Here is the smbclient output details. smbclient properly discovers 3 files in the directory ~$ smbclient //192.168.1.20/Music -Unoah Password: Domain=[MYBOOKMUSIC] OS=[Unix] Server=[Samba 3.0.23c] smb: \> smb: \> cd Madonna/Music smb: \Madonna\Music\> ls . D 0 Sun Sep 12 20:03:15 2004 .. D 0 Tue Apr 26 10:14:22 2005 Gone.mp3...
2008 Aug 02
5
recommend great GUI rsync client for XP
Hi there, might somebody please recommend the best GUI rsync client for XP please? Cheers, Noah
2008 Mar 09
13
Using the ip flag
Hey All, I am looking for an example of the proper config settings for background rb to run my rails app and my backgroundrb instance on separate machines (or more precisely, to have a rails cluster with one backgroundrb machine). Does anyone have such examples? Thanks! -Noah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080309/dee389bd/attachment.html
2005 Mar 25
5
Two companies - One Asterisk???
...first - different for each company. (Press one for sales, two for accounting, etc.) Whatever they pressed, the correct extension would ring, show the caller id correctly, AND indicate which outside line (or group) the call came in on. I'm running the Polycom IP500 phones. I think, from Noah Miller's suggestion, that there might be a way to use the "line" buttons on the phone. Tie a group of lines to button one, and a group of lines to button two. I just don't know HOW to do this. (For the record, I'm using the Zap interface for incoming POTS lines.) Thank...
2009 Sep 11
4
R on Multi Core
...I have a nice dual core 3.0 chip inside my Linux Box (Running Fedora 11.) Is there a version of R that would take advantage of BOTH cores?? (Watching my system performance meter now is interesting, Running R will hold a single core at 100% perfectly, but the other core sites idle.) Thanks! -- Noah
2011 Mar 31
3
Create Variable names dynamically
...t;- abc var_cat <- dfd mean_dog <- 123 var_dog <- 453 etc.. ############## I thought of trying to use the paste() function to create the variable name, but that doesn't work: for( animal in animals){ paste("mean", animal "_") <- 123 } Any ideas??? Thanks -- Noah Silverman
2009 Sep 03
2
Easy way to get top 2 items from vector
...matrix or column of a data.frame. Now I'm looking to find the top 2 (or three) values from my data. I know that I could sort the list and then access the first two items, but that seems like the "long way". Is there some way to access "max_2" or similar? Thanks! -- Noah
2008 Jul 22
2
3-way calling for IAX channels
How can I made a 3-way conference betwwen IAX channels? My current version is: 1.4.21.1 Thanx, Daniel Arohuanca Lagos +51 1 3594122 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080722/f9612f97/attachment.htm
2005 May 25
4
Polycom IP501
Hi All - I noticed that the Polycom IP501's are now shipping. Has anyone gotten one yet, and if so, what's different about the phone? Any UI improvements, or is it just better hardware? Thanks, Noah
2012 Jun 11
3
Decision Trees or Markov Models for Cost Effectiveness
...Looking at the description, it appears to be a nice GUI to some very simple models that could be easily constructed in R. Are there any packages in R for this type of analysis? Additionally, does anyone have any suggestions in general regarding doing this type of analysis in R? Thank You, -- Noah Silverman UCLA Department of Statistics 8117 Math Sciences Building Los Angeles, CA 90095 [[alternative HTML version deleted]]
2005 Mar 25
2
Re: Two companies - One Asterisk
...I believe you are the only one who suggested he use asterisk@home. asterisk@home is a great (actually stupendous) product for those that want to have a PBX with a GUI up and running within a few minutes. It does not, however, force users to really learn what's going on underneath things. Noah Silverman expressed an interest in learning asterisk and its workings, so asterisk@home is probably not what he wants. I'm glad to help him with asterisk. I don't think it's always right to direct all new people to asterisk@home. If they want that, fine. If not, why push it? Tha...
2010 Jan 28
3
TDM2400 card FXS problems
...n to the block that is connected to the TDM card. Does anyone have suggestions on where I should start trying to troubleshoot the root cause of the FXS problem? Obviously having to manually restart Asterisk/DAHDI every time the server reboots isn't a practical long term solution. Thank you, Noah Engelberth Direct Link Computer Systems -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100128/aab4bb3b/attachment.htm
2010 Jun 01
4
Plot multiple columns
I'm running a long MCMC chain that is generating samples for 22 variables. I have each run of the chain as a row in a matrix. So: Chain[,1] is the column with all the samples for variable one. Chain[,2] is the column with all the samples for variable 2, etc. I'd like to fit all 22 on a single page to print a nice summary. It is OK if the graphs are small, I just need to show the
2009 Aug 30
3
Sapply
...gely inefficient with R. The old way would be (just an example, syntax might not be perfect): for (group in data$group){ for (score in data[data$group == group]){ new_score <- score / sum(data$score[data$group==group]) } } How would I simplify this with sapply? Thanks! -- Noah
2012 Oct 14
4
Date Math
...es. This is slightly more difficult as there may not be an observation for every day. So I might want the last 5 that exist in the table, not the last 5 calendar days. ideally, it would be something like this. observations[ index(today)-5:today, ] However that obviously fails. Ideas? -- Noah Silverman, M.S. UCLA Department of Statistics 8117 Math Sciences Building Los Angeles, CA 90095
2012 May 18
4
Menus - best practices?
...fairly simple front-end for someone to use an R script system that I've built. My thought was to just use the text based menus available in the base R package, perhaps in some kind of loop. How have other people done this? Any "best practices" that you can recommend? Thanks! -- Noah Silverman UCLA Department of Statistics 8117 Math Sciences Building Los Angeles, CA 90095 [[alternative HTML version deleted]]
2020 Jun 17
2
Duplicate value used in disconnect reason definitons
...rchive or bug tracker. In ssh2.h, the value (4) is re-used 148 #define SSH2_DISCONNECT_KEY_EXCHANGE_FAILED 3 149 #define SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED 4 150 #define SSH2_DISCONNECT_RESERVED 4 151 #define SSH2_DISCONNECT_MAC_ERROR 5 Is this intentional? Thanks, Noah Zalev
2005 Jul 18
2
Crazy stuff in latest CVS HEAD
...ticed some minor changes to utils.c on the cvs list. I also know that this is the major bug shakedown period before the 1.2 release, but maybe I've done something wrong and somebody has seen this error before? Anybody? Strangely, calls going out over an IAX forward work just fine. - Noah
2001 Oct 16
5
Segfaults, winebuild, and glibc 2.2.3
I just upgraded my Linux box to glibc 2.2.3. Before the upgrade (glibc 2.1.92), wine compiled and ran beautifully. After, however, winebuild segfaults for no apparent reason. Upon running ldd, I found that it is properly loading all libraries. I do have one question, however. Does the package glibc-profile have any effect on this? If it does, problem (probably) solved. Otherwise, I'm