similar to: Which package to download

Displaying 20 results from an estimated 3000 matches similar to: "Which package to download"

2006 Jan 08
3
Sceduling Tasks
I''m working on a RoR project and a requirement has popped up that would required certain actions to happen at certain time intervals (as opposed to having a user initiate the action). Is there anything similar to Java''s Quartz library, *nix cron, or anything of the like for Rails? I''m certainly willing to help with/test Ruby code if someone on the list is already
2004 Aug 07
2
Asterisk : No Sound Issues
Hi , Thanks greg , for pointing out the valuable resources for reference. I tried SJphone in a windows environment to connect to fwd and it worked fine(including (audio). Now have to do the same thing for linux(red hat 9 ) and hope the nat issue is resolved. Now i would like to connect asterisk to fwd and instead of the SJ phone connecting to fwd directly i would wish to connect through
2005 Jun 26
1
better code?
Hi, Laura: How about the following: > sapply(x1.df, class) d x y "factor" "numeric" "numeric" > (byLH <- by(x1.df[-1], x1.df$d, var)) x1.df$d: 1/1/2005 x y x 1.272688 -0.783719 y -0.783719 0.884866 ------------------------------------------------------------- x1.df$d: 1/15/2005 x y x
2005 Oct 11
5
show message while loading - ajax
Hello, Could anybody please tell me how I would show a message or an image while the ajax request gets processed? thank you in advance for your help. this is what I came up with but it doesn''t really work: function getHTML() { var url = "./scripts/rfiles.php"; var par = ""; var myAjax = new Ajax.Updater("fm-viewdetails", url, {method:
2004 Sep 23
4
Asterisk 1.0 RPMS RH73 and RH9
Hello, Straight from the floor of Astricon 2004, I am happy to release my updated Asterisk 1.0 RPMS for RedHat 7.3 and RedHat 9.0 platform. Current Release --------------- asterisk-1.0-0 libpri-1.0-0 zaptel-1.0-0 kernel-module-zaptel-1.0-0 RedHat 7.3 ---------- ftp://ftp.nacs.net/asterisk/rh73/RPMS/ ftp://ftp.nacs.net/asterisk/rh73/SRPMS/ RedHat 9.0 ----------
2006 Aug 06
0
PHP integration?
Is there a way to integrate PHP based open source into ROR''s app? Like this one, http://www.k5n.us/ Does anyone know of a similar calendering based webapp written in ROR? Jim _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2006 Jul 16
3
Bug in mongrel_cluster
Anybody know where to submit a bug for mongrel_cluster. Thanks _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2005 Nov 05
0
new Ajax.Updater - some issues - please help
Hello, I''m afraid but I guess I need a little help from the community - thank you in advance for your help. using the Ajax.Updater, I''m using a little php script that returns a simple unordered list - basically this works fine - however, if I hit the browser''s refresh button, sometime the unordered list gets refreshed, sometime it doesn''t. Is there a
2006 Jan 12
0
latest pwlib...still compile error
ver 1.9.1 -I. -shared sound_oss.cxx -o ../pwlib/device/sound/oss_pwplugin.so sound_oss.cxx: In member function ‘virtual BOOL PSoundChannelOSS::Read(void*, PINDEX)’: sound_oss.cxx:766: error: cast from ‘void*’ to ‘unsigned int’ loses precision make[3]: *** [../pwlib/device/sound/oss_pwplugin.so] Error 1 make[3]: Leaving directory `/usr/src/pwlib_v1_9_1/plugins/sound_oss' make[2]: *** [opt]
2005 Jun 27
0
Account lockouts
Using Samba 3.0.14a with multiple domain controllers across WAN links I discovered that account lockout policies are broke. My testing show's that account lockout policies are not stored in LDAP as one would think but in a local TDB file on that particular BDC or PDC. The result is I'm seeing errors in my logs and users are getting locked out. There appears to be no replication setup
2006 May 05
2
CentOS-4.3 Kickstart 'Boot Failed'
Hello, I'm trying to setup a CentOS-4.3 kickstart. When vmlinuz is loading, a message appears "Boot failed: please change disks and press a key to continue." I am kickstarting via a USB flash drive. From the i386 ISO image #1, I am using vmlinuz from the isolinux directory. I have grabbed the vmlinuz file from a couple different mirrors just in case the one I had originally
2004 Jul 14
1
subsets in data frame
Hello R People: I have a data frame with 2 numeric variables and 1 factor. There are 3 levels of the factor. I would like to get sums/means/etc of the numeric variables with respect to the factor level. I tried "table" and "subset" but have not hit upon a solution. I thought maybe "apply" would be the answer but can't figure out how to break out by factor.
2006 Feb 13
3
recycle bin
Want to implement recycle bin for samba 3.0.14a under aix and solaris 2.8. What are the steps required. Went through some docs but did not help. 1. Do i need to compile samba with VFS module then how ? configure --with-vfs or what ? 2. Example of how smb.conf should look like. Thanks _________________________________________________________________ On the road to retirement? Check out MSN
2005 Dec 21
5
ajax - multiple updates on single xmlhttprequest
Hello, I was wondering whether anybody would share a working example of a multiple html update on a single xmlhttprequest. Thank you in advance for your help. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2004 Jun 29
1
abline and its objects
Hi R People: Is there a way to put an abline line for its objects on a plot, please? I have an its object, ibm2, which runs from the January 2 through May 28. >ibm2 ibm 2004-01-02 91.55 2004-01-05 93.05 2004-01-06 93.06 2004-01-07 92.78 2004-01-08 93.04 2004-01-09 91.21 2004-01-12 91.55 2004-01-13 89.70 2004-01-14 90.31 2004-01-15 94.02 . . . I plot the data. No
2004 Sep 30
12
Block domains with Shorewall
Hi, like implementing this script with shorewall? -------------------------------------------- #!/bin/sh dig ads.web.aol.com | grep "ads." | grep -v \; | grep -v \< | cut -f5 | while read aolblock1; do iptables -A OUTPUT -p all --destination $aolblock1 -j DROP done --------------------------------------- Thanks, Aventino Faria
2004 Sep 27
6
PDC for XP: empty desktop and desktop.ini showing up
Hello there, I'm trying to set up Samba as a PDC for Windows XP Professional (SP2). It seems to work fine. Machine accounts are created automatically, passwords between Unix and Samba users get synced, I can logon, profile directories are created - but there's a problem. I know that this is well-known, but it drives me crazy and I don't know any solution. First of all, the
2004 Jan 24
1
Asterisk RPMS for RH9 + RH7.3
Hello all, It's my birthday today, so as my present I would like everyone possible to download and test my updated set of RPMS for Asterisk 0.7.1. By popular request, I installed and built a set of RPMS for RedHat 9.0, and in the process fixed a bunch of issues from the initial build. I have also updated and will be maintaining a page on the Asterisk Wiki located at:
2003 Feb 12
2
Data loss
Hello everybody, it happened with my RH73 that the same partition (ext3 fs, of course) was mounted onto two different mount points ( "/" and "/mnt/removable" respectively) and a copy of files from one path to another (e.g. "cp /opt/myfile /mnt/removable/opt) reveiled to be an overwriting procedure. Now I have 0 byte size files on /mnt/removable (aka "/")
2004 May 15
2
Doman Group in new version of samba
New to list sorry if this has been address but didn't see it in recent archives. FC1 with Samba 3.0.2 I had an older RH73 system running samba 2 on it and recent moved up to FC and samba 3. Most everything transfered over well. I just took my smb.comf from the old system and put it on the new system and then ran swat making sure I didn't forget anything. Restarted server and wow... It