Displaying 16 results from an estimated 16 matches for "kep".
Did you mean:
keep
2012 Apr 24
1
Splitting data into test and train (80:20) kepping attributes similar
Hi,
I am trying to do some predictive modeling around attrition and want to split the dataset into test and train (80:20) and keep the ratio of attritees:non attrites same.
In my dataset the attrition indicator is coded as 0(for non-attritees) and 1 (for attritees) and I want to keep the ratio of 0's to 1 similar.
I apologize for this trivial question but this is my second week with R.
2013 Feb 25
1
lmtp problem with wrong index path
...WxCGwHK1HDUQAAB7uMaw: msgid=<542C6CCE00F7433B9F5E0860C32F87FE at sofia>:
save failed to INBOX: Timeout while waiting for lock
As you can see below it seems that failure to write to the index doesn't
stop the mail being delivered.
Feb 25 10:47:36 pop08 dovecot: lmtp(19139, d.lefkona at kep.gov.gr): Error:
stat(/var/index/dovecot/4/c/6/d.irakleias-serron at kep.gov.gr/.imap/INBOX/dovecot.index.log)
failed: Permission denied (euid=10096573(<unknown>) egid=165(<unknown>)
missing +x perm: /var/index/dovecot/4/c/6/d.irakleias-serron at kep.gov.gr,
dir owned by 10096925:165...
2005 Oct 12
2
way to keep program in memory
Is there a way to specify that program X should be kep in memory and not
swap it out?
I have a program that takes some time to load and as long as you keep
using it its responsive
but if after sometime its not in use and now I use it it has a slow
response till it gets swapped back in.
The box in question has 1 GIG ram and its not running much else...
2006 Jan 19
1
Caching suggestions
Hi ,
I have created a simple app which allows user logins and when user logs in
a home page is shown which is built using some queries to the DB. I tried
caching which didnt work properly because for some reason rails kep loading
the old cache..Anyway What I was wondering is caching only avoids the render
process but IMHO the queries are the most consuming.
My code is something like
def index
@messages =find_all_messages
# other stuff which does db query and some biz logic to create arrays which
are used in the vi...
2009 Mar 18
4
Search Results into new table
I have a search form on my rails site. once the a user has entered a
query it displays the results in a table with an extra field button so
it can be added to there own portfolio called add to my stocks.
How do i get the data for the stock they want to add and put this into a
new table called mystocks.
Is using a form submit button the right choice?
Any examples much appreciated
Regards
Nick
2006 Jun 27
8
Avaya 4610sw SIP setup problem
...firmware
using the TFTP server. So far everything looks good. Each time the phone
boots, it retrieves the 46xxsettings.txt from the TFTP server. My
problem is that the SIP PROXY, SIP DOMAIN and SIP REGISTRAR are simply
ignored. The phone does take into account other values (WEB PROXY, etc),
but it keps displaying "Registering..." for ever. When I check the IP
adresses, the SIP Proxy and Registrar fields are empty.
This is not a network problem, I have made traces using Ethereal and I
can see the right .txt file being transferred. Other settings in the
file are applied too, just the SI...
2006 Sep 19
5
Are people using puppet in production?
...#39;m missing is the big picture, and seeing if
it''s going to improve my life.
this is all a bit rabid, so sorry about that. please ask me to
clarify anything that isn''t clear - i''m just trying to work out what
the options are at this stage.
thanks for any help guys,
Kep
2005 Aug 04
0
Wine and Delorme Street Atlas 2005
...d talk to my RS232 GPS. This means, I have all the database updates,
IE6, etc loaded and apparently working (AFAIK).
I am using wine to emulate win98, and can run the program just fine. The
problem I'm having is with the GPS tracking. While driving, the screen is
not updated, and the GPS keps going out of lock (at least that's what the SA
reports). I wrrote a small GPS reading program in windows, loaded it, and
found the GPS is not losing its lock, SA is losing the GPS information.
Unfortunately, SA2005 is written in .NET or at least requires the .NET
framework. At this point...
2005 Sep 30
1
ugly name when mapping drives to windows
Hi list
I have just finished setting up a samba server as a member server in a windows 2003 AD. Everyting works like a "keps" Only one minor beauty defekt. When I map a drive in windows from the samba share like.
net use x: \\server\sharedfolder
In windows "this computer" and in explorer the mapping shows with the long name
"sharedfolder at Samba file and print server (server) (X:)"
Is ther...
2007 Jul 19
0
slow xvideo with xgl and nvidia fx5200
...vi
it plays super smooth. I now wonder if the xgl xvideo extension could
use similar code like mplayer uses for the gl video mode.
I use the official xgl version that came with opensuse-10.2. Should I
try a newer one? Is there a repository that I could use?
Stefan
(I am not subscribe, please kep me in cc. I will also check the archives).
2015 Nov 04
1
[PATCH] efi: Call ExitBootServices at least twice
On Tue, Nov 3, 2015 at 8:37 AM, Celelibi <celelibi at gmail.com> wrote:
> 2015-11-03 11:24 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
>>> So, why not try a memory allocation anyway? It works on some
>>> implementations (including mine) despite being forbidden by the
>>> specification, but we're in this situation because the firmware was
2000 Apr 29
4
S-Plus 2000 <-> R 1.0.1
Good day:
Let's say that I have a data frame in S-Plus 2000 (Win98 version).
I want to use the same data frame with R on another computer.
Questions:
1) Can R read S-Plus data frames? Can S-Plus 2000 read R data
frames?
2) How can i move the data frame between the two systems? Do I
need to use dump()?
Thank you.
2018 Dec 02
0
Sieve broken after upgrade
...// Note: not all extensions are implemented
$config['managesieve_disabled_extensions'] = array();
// Enables debugging of conversation with sieve server. Logs it into <log_dir>/sieve
$config['managesieve_debug'] = false;
// Enables features described in http://wiki.kolab.org/KEP:14
$config['managesieve_kolab_master'] = false;
// Script name extension used for scripts including. Dovecot uses '.sieve',
// Cyrus uses '.siv'. Doesn't matter if you have managesieve_kolab_master disabled.
$config['managesieve_filename_extension'] = '.siev...
2006 Jan 04
10
Is Webrick good enough?
Hi all,
On the rails list I''ve seen that it''s hard to integrate Rails with Apache
(especially apache2), that it''s hard to change the default port (3000), and
that Apache runs Rails stuff slowly.
Is it reasonable to run Rails stuff on Webrick while simultaneously running
other stuff on Apache? How does one simultaneously run two rails applications
on Webrick, when
2014 Aug 29
0
Fwd:Желательно изучить и иметь на фирме~Начальнику
...73;</FONT>мy?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20140829/01720d87/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kep.png
Type: image/png
Size: 360277 bytes
Desc: not available
URL: <http://www.zytor.com/pipermail/klibc/attachments/20140829/01720d87/attachment-0001.png>
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...lT~A-8Lre
zj$Jn9Nl;U!pj<h&S`AxGP+8WgO`KZ28%%;5g#dA78TyMyCc{8#O)rApu}M-{Mm at PA
zJYhL0`lUb}|E446jbkow7%=Syf2c|_h5!&Msi7N}Q{$l?+^7ebFRm$re-%s(DqG!F
zudNvC$sPEolE}YTFbCe$qZe=O{@-~UK&#?%{@c$2_#Qbw!xM)?>bQtTsh-4VE>OCV
zK+>C@=zNwc;LqI+ak}^?LNTB2&<YJ=8nmHJ!Yo~F0UdcMLz`oCY0s8kEPkO%N?jUh
zK^LA-N%~a}dNe4r)lE;9Q)eiFD44m;H at k^Z<WyBKYH3i5Q875sn}HmTKJ54**Yr4^
z%%)`SI24$<ar>dYU9$z>mY_1RzWLeUdN_?AB1XM&%fMWsfcA*K^5n%)mKikK@?tzH
zcKa)U7q;p|VqZ96pd%8B_zb$f<H@?#?C|G!hclUlphsqM-r#g?L2`;#lbx1cEHT)q
zHy-#h0kY0rmO?9MBdI&o+$;3jBC*^AX~odljTxyPUHC4;XV)Bo-B|v5w4g{Zy26...