Displaying 8 results from an estimated 8 matches for "crease".
Did you mean:
cease
2006 Jan 26
3
discard_year => true
Hi All
I''m attempting to make a simple time select field so I thought I just
needed a datetime_select with the option :discard_year => true.
However, every ''discard'' option except discard_year seems to work. So
I''m left with a year, hour and minute to select.
Could anyone please point me in the right direction?
Much appreciated.
Doug
--
Posted via
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display
appointments, dates, anniversaries, birthdays, recurring appointments,
appointments spanning multiple days?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Jun 15
1
BDC and ldap set-up problem
...ser's credentials when the
access a share?
I have tried to follow the instructions from
http://wiki.samba.org/index.php/Samba_%26_LDAP#Let_Samba_use_LDAP The
PAM section doesn't match my distro and I ain't see any mention of
ldap in /etc/security/*
Can anyone help iron out some of the creases in my set-up?
Thanks,
Dermot.
==== BDC conf =====
[global]
unix charset = LOCALE
workgroup = MINE
server string = SMB Server
netbios name = antares
security = user # tried this as domain but it still fails
# hosts allow =
load printers = no
; printcap name = /etc/printca...
2012 Jul 30
0
Xend highly uses CPU with multiprocessor setup
Hi all,
I am experiencing issue on freshly upgraded Debian Squeeze with Xen
4.0.1 from Debian repositories.
After upgrade the system with Xen was slow - no iowaits only Steal time
was high. I tried workarounds regarding ACPI - only acpi=off was working
but the performance decrease was quite large due to only one CPU core
was active at that time.
The last workaround I am running right now is to set dom0_cpus to 1 in
xend-config.sxp. But this set dom0 cpus except the first one to paused
state and the dynamic configuration changes are not propagated to domUs
(e.g. memory [i...
2008 Nov 05
1
winbindd consuming 99% CPU
Hi All,
We are currently caught up in a weird situation while using samba 3.0.28. There is a requirement from the customer that we should support ADS with 64000 objects. When we implemented the feature, we found couple of things mentioned below:
1. After joining ADS with 64k users, samba takes around 20 - 25 min to populate idmap_cache.tdb and winbindd_cache.tdb This is because we haven't
2007 Apr 20
2
Partitioning around mediods (PAM)
Hi,
I need some help understanding the output from PAM. When I look at the output it doesn't list the cluster number by the median vlaues on each of the variables (like it does with k-means) Instead I have the following:
So I know for instance cluster 1 has a mean for variable1 of 33.33, however when I run PAM i get:
variable 1 variable2
29 32 12
97 12
2007 Oct 24
0
random walk w/ reflecting boundary: avoid control construct? [SEC=UNCLASSIFIED]
...Joe
> # your (unbounded) random walk
> k <- cumsum(c(0,sample(c(-1,1), 1000, rep = T)))
>
> #shift it to positive, to allow following calculations k <- k - min(k)
> # set your bound (remember min(k) is now zero) wid <- 10
>
> # fold the walk back on itself with 'creases' at wid, 2*wid, 3*wid, ...
> walls <- ifelse((k%/%wid)%%2==1,
> # if k[i] = a*wid + b, with a odd and b < wid,
> # invert it and map it to (0, wid)
> (1+(k%/%wid))*wid - k,
> # if k[i] = 2a*wid + b, for b < wid, sub...
2010 Jan 17
6
More than on loop??
hello every one,
How to function more than one loop in R? I have the following problem to be
solved with the a method of three loops, can you help me please?
The data is attached with this message.
The data is composed of two parts, cleaved (denoted by ?cleaved?) and non
cleaved (denoted by ?noncleaved?).
? to access to the ith peptide, you can use X$Peptide[i]
? to access to the ith label,