search for: wku

Displaying 19 results from an estimated 19 matches for "wku".

Did you mean: ku
2006 Jun 28
4
argument out of range...
Hi... I''ve a problem with this : [code] def fir_tahiti @notams=Array.new Notam.find_all_notams().each do |notam| @notams.push(notam) if (to_secs(notam.debut)<Time.now.to_i and to_secs(notam.fin)>Time.now.to_i) end end def to_secs(str = nil) Time.gm(2000+str[0..1].to_i, str[2..3].to_i, str[4..5].to_i, str[6..7].to_i, str[8..9].to_i).to_i if str end [/code] It tells
2009 Oct 09
0
winbind not resolving group membership changes
...ort of authenticating the user. I was originally using the AllowGroups directive in sshd_config, and I switched that to using pam_succeed_if.so user ingroup in /etc/pam.d/system-auth, with the same result. Here's what I have in smb.conf [global] workgroup = AD password server = AD.WKU.EDU realm = AD.WKU.EDU security = ads idmap uid = 16777216-33554431 idmap gid = 16777216-33554431 template shell = /usr/bin/rssh winbind use default domain = yes winbind offline logon = false winbind nested groups = yes winbind enum groups = yes winbind enum...
2006 Jun 28
4
How to export data
Hello I would like to know if there is a webpage or something else (even another thread in this forum) where there''s an explanation (preferably simple and detailed)on how to export data from a rail application to a .doc or a .xls. I have read Agile Web, Rails recipes and a few threads in this forum but I don''t know how to do it. Where is stored the model document ? How to
2004 Sep 10
4
Blocking and compression.
...uttweiler, "Adaptive Probability Estimator for Entropy Encoding/Decoding". The important one is the second one. The link for it is: http://patft.uspto.gov/netacgi/nph-Parser?u=/netahtml/srchnum.htm&Sect1=PTO1&Sect2=HITOFF&p=1&r=1&l=50&f=G&d=PALL&s1=4905297.WKU.&OS=PN/4905297&RS=PN/4905297 IBM holds the patent for arithmetic encoding. I think. Here is what I don't understand. The patent was applied for in 1988 and awarded in 1990. If you looking in the Other References section you can see Rissanen's (who works for IBM and is on the patent...
2004 Sep 10
2
Blocking and compression.
On Tue, 2004-01-20 at 23:44, Josh Coalson wrote: > Miroslav did some experiments with searching for optimum blocksize. > from what I remember it made at best a couple percent difference. > there was a thread about it here a while back. > Did his changes make it in? I can think of a coupla ways to approach this and I'd like to hear about what he tried. A couple of % doesnt seem
2014 Jun 05
4
doveadm index - Bug or expected behaviour?
My ldap config is using the variable %d in base search for domain replacement when dovecot will search for users in LDAP. Its works fine for dovecot operation. But, for doveadm index, not. It ignores that variable and tries to pass a base search without domain. So, the search will not working. This is the command: # doveadm -v index -A INBOX This is my config: # cat
2006 Jul 05
1
actionmailer
Hello, 1) I sent email but the attachment cann''t be read and i don''t know why?!! I used this help: http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer 2) let us can be obtained an acknowledgement of delivery with Actionmailer or know if an email is valid? thx. -- Posted via http://www.ruby-forum.com/.
2006 Jul 05
2
How to make a search between two values ?
Hi, I would like to know if it was possible to make a search between two values : For example, I have a table Assignation : - name (varchar) - frequency (integer) - created_on (date) And I would like to sort all the names of the assignation which have a frequency betwenn 100 kHz and 500 kHz, or sort all the names that has been created between two given dates. For the moment, the only thing
2004 Sep 10
0
Blocking and compression.
...ilas <wmilas@rarcoa.com> wrote: > The last one is truely frightening. AT&T hold the patent. The link > for > it is at: > http://patft.uspto.gov/netacgi/nph-Parser?u=/netahtml/srchnum.htm&Sect1=PTO1&Sect2=HITOFF&p=1&r=1&l=50&f=G&d=PALL&s1=5025258.WKU.&OS=PN/5025258&RS=PN/5025258 > Trying to read and grok it is mind numbing. the synopsis mentions its > for arithmitic encoding, but the best I can tell from trying to read > it, > its possible to apply it to ANY entropy system that has an estimator > that is self adapting. &...
2006 Jun 28
2
Nouvelle Appli Rails (made in france ?) redMine
Salut, http://rubyforge.org/projects/redmine/ redMine is a project management web application: issues tracking, news, documents and files management. Written using Ruby on Rails framework Complet, Joli! et code tr?s propre, merci ? Jean-Phillipe Lang. Et en particulier pour son helper pour faire des tris dans des affichages pagin?s. J''en abandonnerai presque Mantis..
2004 May 15
2
Re: [Logcheck-commits] CVS logcheck/src
hey todd, looked again at that return value check merge: @@ -557,7 +584,8 @@ # the same lines) and reduce CPU and memory usage afterwards. debug "Sorting logs" $SORT -m $TMPDIR/logoutput/* | uniq | sed -e 's/ *$//' \ - > $TMPDIR/logoutput-sorted + > $TMPDIR/logoutput-sorted \ + ||error "Could not output to $TMPDIR/logoutput-sorted Disk Full?" i guess
2011 Feb 10
0
Eeepub gem warnings?
...with a line I don''t recognize or understand: $:.unshift(File.dirname(__FILE__) + ''/../lib'') followed by: require ''rubygems'' require ''eeepub'' I am running this from the command line, and my script begins with: #!/usr/bin/env ruby -wKU require ''rubygems'' require ''nokogiri'' require ''cgi'' require ''fileutils'' require ''open-uri'' require ''eeepub'' Can anyone explain what the $:.unshift bit does? And is there a way to just hide...
2012 Nov 09
3
Installing Java 7 on a system with Java 6
My system is 5.6, with upgrades. I installed Java 6 from the Centos repository. It doesn't seem to have Java 7. I need the development package. How can I install Java 7 development safely? I imagine I will first have to uninstall Java 6. Thanks, John -- John J. Boyer; President, Chief Software Developer Abilitiessoft, Inc. http://www.abilitiessoft.com Madison, Wisconsin USA Developing
2012 Jun 09
2
Help with permutation function from Turner et al. 2010 (Ecology)
Hello, I'm using R code that includes a residual permutation that was written as a supplement to the paper: Turner et al. 2010. A general hypothesis-testing framework for stable isotopes ratios in ecological studies. Ecology 91:2227-2233. The supplemental code is available at: http://www.esapubs.org/archive/ecol/E091/157/suppl-1.htm When I execute the function, no warnings are given
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
...5<x^_o`gs-Zudx5-<p`NU zS!yMb%3eWizVF<R!|<dKHm#sr%eXv$+XuN>W3lSEeLm1`1 at NcPSs=ZV&3aGCVhvKl zS^W$NC7zw=7`v=IuT=loVR%0o at eseQs?s2JR=d31rhLPb8A%CZ7D^*1Ud*Eu4{dwJ z%KPn>Z3{Y!BUX4kw4X(n0ycm<jJGW9r54mkPLY?IZpi|V at lQ$d4~mt4PxaSWoKC+< zNnziZR~)2lNsiB}n!r-$)f#`Rx~oVq{~rD)>Wku=0&n!iSYfZ5oa`B4RP at KAL0@mn zJ$KmUBY~i3Eyz{Kz6f6Qz1w?h_IHt1xFL9vNN8#1Xls5hbz|E&9ZI6wSj1r at lG=Cb z=U*fWlyTLyRk>fU0oMYvp8}5 at HQx_yqdD5)@qEPMaURFqrLAWir2)>7Ilcwi7?6d? z_|fI5PKHO}(|V_3*2`$=CM1EOx}ck_`-)^yj#OUxtA$wVVw864rkWS*m$q8vB_@@U z$WWU($nihvdCq6|3I#PBzn7ofci!!%SOFv0TA<3#$*a8R...
2006 Jun 20
23
Performance (cough cough) Poor: Instant Rails
Hi, In short, RoR is brand spanking new to me, I set up Instant Rails (if you can call copying files "setup") and made my own simple app via scaffold. One table, 11 cols, 100 rows. All is well, except when I view the data, it takes 5-10 seconds to show the page, 5-10 more seconds to get the edit page and so on. Going back to the previous page is no faster (via previous link).
2003 Dec 01
0
No subject
...machine 127.0.0.1 rejected the password change password not changed (blah blah) How do I fix this? Please help Thanks _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp Return-Path: <rvf@biglinux.tccw.wku.edu> Delivered-To: samba@lists.samba.org Received: from biglinux.tccw.wku.edu (biglinux.tccw.wku.edu [161.6.10.206]) by lists.samba.org (Postfix) with ESMTP id EC62E4143 for <samba@lists.samba.org>; Fri, 17 Aug 2001 00:46:42 -0700 (PDT) Received: (from rvf@localhost) by biglinux.tccw.w...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...YP|0OP>otUV zl(FW*6_B4I8>uEG;j3P5vJP5wmp?2mlMvFCwr2E`+icu)#_NJCoolluDWKDALtGYS zMCxmO{e1zSkfXdS%S+bDuyq#6vb8oYuQg8o|8qC|VWEQ;(KGzvI|M~0<O#NgU0tL6 zZmBhv7;;Ug?4kvj63-NF(kKraPLhbd&qRXK(-e{kXV}t<R at W*~^o at 41h0W7wZj+b| ziR)0a`2NJcTAMu^a<SC&enm|>8DVQC!#Rx(yi>L$C4D7MOG>wkud^7NfbjdS at 7%FV zV}<jpqu(t(Nt=CcTo(L?iuy+AzBped&1^TC+2%L<5#w{mSK^LuiJ2|A!m$FD%{LS2 z$t~nJe)}b|gokLa8tiGdpxtqGhci6M=07czbY${ewBTCA+HB;TKKGd$KsJs!GOsik z(^CWImrw|XCY)+nFUuhEN;6E2>04nW63RCHxI{%ykvx5^n$qo&mG~;9XJHM{>^_r+ zlW>#7vygQnj&ARb=4RWHNVrXk9f0gl_~KK9X;cxB9$}NXlXvV+$RR...
2012 Jan 24
4
Question
We were looking at conducting a pilot program with Dell to virtualize our lab environments. We are specifically looking at Dell/Citrix provisioning servers. The OS in this setup is streamed from the server on every boot. I was curious if the R Project had any licensing stipulations in this type of setup. This is in the beginning phases and we wanted to answer some questions about licensing.