similar to: Object modification date

Displaying 20 results from an estimated 1000 matches similar to: "Object modification date"

2000 Mar 29
2
Dialog boxes
Hello: I am brand new to R, though I've used S-Plus for some time. I've developed some specialized plotting functions that I want to distribute and would like to provide users with a dialogbox for entering input arguments. Has anyone developed functions in R for displaying dialogboxes that could accept multiple inputs? I found winDialog and winDialogString, but these only accept and
2000 Jun 28
1
New version of chron
A new version of the chron add-on package is now available from CRAN. The previous version introduced code to ensure that chron would work correctly in the 21st century. Of course, the main issue is how to deal with 2-digit dates. To this end, the original author of chron, David James, indicated that the `y' format specifier was always meant to specify the year without the century (i.e.,
2000 Jun 28
1
New version of chron
A new version of the chron add-on package is now available from CRAN. The previous version introduced code to ensure that chron would work correctly in the 21st century. Of course, the main issue is how to deal with 2-digit dates. To this end, the original author of chron, David James, indicated that the `y' format specifier was always meant to specify the year without the century (i.e.,
2006 Oct 02
2
fully qualified usernames ??
Hi there Just a couple of questions to help me understand. When I upgrade from 3.0.22 to 3.0.23c the access restrictions on my shares on the member server no longer work. I read in the Changes file "Since Samba 3.0.8, it has been recommended that all domain accounts listed in smb.conf on a member server be fully qualified with the...." So far so good I know what I have to do still I
2009 Jan 20
1
OpenSSH private key encryption: time for AES?
Hi, all. So, in reviewing my OpenSSH keypairs and evaluating the size my RSA keys should be, i realized that, if i update my 2048-bit keypairs to 4096 bits, it really doesn't matter that much, because they're still only encrypted with 3DES, which provides an effective 112 bits of symmetric encryption strength: $ head -4 ~/.ssh/id_rsa -----BEGIN RSA PRIVATE KEY----- Proc-Type:
2006 Oct 09
1
member server 3.0.23c drives me nuts
Hello everybody First of all thanks to the developer team in providing the samba suite. I have been running samba servers for serveral years now but 3.0.23c just drives me nuts. I have a PDC and BDC running samba 3.0.23c with openldap as backend and also a samba member server trying to run 2.0.23c. The member server is the primary file server so I can't play with it all that much. The
2004 Dec 03
1
[BUGTRAQ] rssh and scponly arbitrary command execution
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [This came over BUGTRAQ this morning. Note the call for volunteers vis-a-vis rssh.] - ----- Forwarded message from Jason Wies <jason at xc.net> ----- List-Id: <bugtraq.list-id.securityfocus.com> List-Subscribe: <mailto:bugtraq-subscribe at securityfocus.com> To: bugtraq at securityfocus.com Cc: rssh-discuss at
2001 Feb 22
0
Installing chron
> Date: Thu, 22 Feb 2001 09:46:38 -0800 > From: Jack Lewis <jl7001 at axe.humboldt.edu> > > R folks: > > What is the procedure for installing the chron package with R 1.2.1 > for Windows? I have downloaded chron_2_2-8_tar.gz from CRAN, > but the installer program (rwinst.exe) wants a .zip file and I was > unable to locate one at the CRAN site. It should be
2011 Apr 29
1
RCurl and postForm()
Hi everybody, I think that I am missing something fundamental in how strings are passed from a postForm() call in R to the curl or libcurl functions underneath. For example, I can do the following using curl from the command line: $ curl -d "Archbishop Huxley" "http://www.datasciencetoolkit.org/text2people"
2006 Aug 05
0
Speex on ARM in Real time
I thought a 416 MHz XScale should be able to encode+decode in real-time at pretty much any narrowband or wideband bit-rate, though in some case, it may be good to reduce the complexity to 1. There may be a few bit-rates that could cause problems because they aren't fully converted to fixed-point. Also, if your ARM chip supports the ARM5E architecture, there may be some big gains you could get
2006 Aug 05
1
Speex on ARM in Real time
steve, i have run speex succesfully on windows mobile platform. check out our product on www.spokn.com and you can download the smartphone/pocketpc version (yes, the same binary works for both) from http://mobile.spokn.com. we have also made binaries for macintosh (www.spokn.com/spoknmac.dmg) as well as the regular windows xp. the linux client is being readied for fully open-source GPL-ed
2009 Mar 27
1
Unable to add machine accounts
I have the exact same problem as this guy: http://lists.samba.org/archive/samba/2006-September/125699.html He describes it much better and in much more detail than I could, so I'll let him speak for me. Unfortunately, I don't have the same solution. nss_ldap is configured properly, and things like 'getent passwd' and 'id machine-acct$' show the machine accounts as
2008 Aug 21
1
rescue_from failing to rescue [from]
Having some weird failures of rescue_from in all my specs. They still rescue in actual usage, just not in my specs. Made a pastie of the code: http://pastie.org/257399 This is with latest [as of 1:00 PM Eastern time zone] rspec/rspec-rails/edge. Thanks in advance for any replies on this. RSL -- Posted via http://www.ruby-forum.com/.
2009 Jun 25
2
installation problems
I'm running Wine 1.0.1, trying to get it to run various old programs: fractint, civ II, and most important: Pagemaker 6.5 . Even when I specify a graphics screen for the fractint, all I get on it is a text cursor which won't curse. Civ II installs nicely in the Wine "C" drive, but won't play --------------------------------------------------------- and the Pagemaker
2005 Aug 31
0
database got corrupted, users could not login
I'm running Samba with LDAP on SuSE. Users had trouble logging in - finally I just ran db_recover & restarted ldap and samba. It looks like the LDAP database got corrupted somehow because samba couldn't get the LDAP data. Also I created accounts with smbldap-useradd -m -a -B 1 username. Some of the users were just using the same password samba seemed to kick them out. I used
2007 Mar 29
1
How to restart server programmatically?
I need to be able to restart my server based on a specific database change. I''ve been trying a call to system("script/process/reaper -a graceful -d dispatch.fcgi") but that raises a transaction error which rolls back the save. I wasn''t aware that after_save would rollback. That''s potentially useful but pretty much not right now. Here''s my code: def
2008 Aug 19
5
RSpec raising routing errors where Rails doesn''t?
Hopefully someone here can help me figure out why the ERB: <% form_for(@fund, :url => {:host => PRIVATE_HOST}, :html => {:class => ''fund'', :multipart => true}) do |f| %> raises an error in my specs: No route matches {:action=>"index"} but works fine in my app and generates the following, desired HTML: <form
2006 Oct 31
12
Moving page_cache_directory
Howdy. I''m working on a RoR CMS and need cached pages to all be in public/cache rather than public [in order to set svn:ignore on all the files properly]. I can get page_cache_directory set correctly and the pages are cached in the right place but Mongrel isn''t serving them because it''s only looking for them in public. During development I know I can set -r public/cache
2006 Aug 05
0
Speex on ARM in Real time
Jean-Marc, Is there some document somewhere that outlines the ability of Speex to encode on ARM processors in real time, at the various bit rates and complexity settings? If not, can you give me some anecdotal information on the topic? I am interested in a real-time encoder for Windows Mobile 5.0 with XScale 416 MHz platform. As you may know, X-Pro for Pocket PC is a VoIP softphone
2007 Dec 03
1
difficulties getting coef() to work in some lmer() calls
I'm working with Andrew Gelman on a book project and we're having some difficulties getting coef() to work in some lmer() calls. Some versions of the model work and some do not. For example, this works (in that we can run the model and do coef() from the output): R2 <- lmer(y2 ~ factor(z.inc) + z.st.inc.full + z.st.rel.full + (1 + factor( z.inc) | st.num),