Displaying 20 results from an estimated 100 matches similar to: "Automatic .santize?"
2012 Oct 31
2
Aggregate Table Data into Cell Frequencies
R-help -
I have this set of aggregated tables (sample data below via dput()). And I
would like to have delayValue as the column variables with the "temp"
(temp1, temp2, temp3) values as the row variables. However I would like to
have the temp variables *aggregated into single rows* so that I have the
frequency ("Freq" | counts) of each time each "delayValue" occurs
2014 Nov 06
1
new users not seen with getent passwd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I migrated a samba3 with openLDAP to Samba 4 (sernet package 4.13). I
can see all migrated users on all DCs and fileservers with "wbinfo -u"
and "getent passwd" and all informations for a single user with
"getent passwd <username>" and "wbinfo -i <username>".
Now, after migration, if I
2009 Apr 08
1
[Bug 330] Add OPIE support
https://bugzilla.mindrot.org/show_bug.cgi?id=330
--- Comment #4 from Alessandro Soraruf <soraruf at ntd.homelinux.org> 2009-04-09 03:59:33 ---
Created an attachment (id=1626)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1626)
Patch to add support to OPIE
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because:
2012 Jul 27
2
How can I access the title of a table read via read.csv?
Hi,
I have a table which I can read via read.csv:
fx1<-read.csv(file="A_FX_M.csv", header=TRUE)
TIME REER NTD JPY GBP HKD
1 198001 124.26 36.030 237.96 2.263980 4.8366
2 198002 126.59 36.030 244.05 2.290426 4.8765
3 198003 128.33 36.026 248.62 2.206045 4.9960
4 198004 127.85 36.063 251.67 2.215330 4.9760
5 198005 124.40 36.050 228.35 2.302026 4.8891
6 198006
2012 Jul 27
2
How can I access an element of a string?
Dear Daniel and Jorge,
Thank you very much and it does help.
If I have a string "ABCD", how can I access the second element of the
string "B"? Thanks,
Miao
2012/7/27 Daniel Nordlund <djnordlund@frontier.com>
> > -----Original Message-----
> > From: r-help-bounces@r-project.org [mailto:r-help-bounces@r-project.org]
> > On Behalf Of jpm miao
2023 Jan 26
1
failed to bind to uuid
Help please :-)
I got the following error message after replacing one of my DCs
--------------------------
Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
ncacn_ip_tcp:192.168.1.191[49153,seal,krb5,target_hostname=56bc02aa-5817-400a
2014 Nov 05
2
Lost DC with FSMO-Rolls
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I lost my DC with all fsmo-roles. I try to "seize" the roles to
another DC. It worked four out of five roles:
root at SVL-V-AD1:~# samba-tool fsmo seize --role=rid
Attempting transfer...
Transfer unsuccessful, seizing...
FSMO seize of 'rid' role successful
root at SVL-V-AD1:~# samba-tool fsmo seize --role=pdc
Attempting
2007 Dec 12
4
Route and patterns
In a wiki, routes are handling
web_index /:web {:controller=>"wiki", :action=>"index"}
web_topic /:web/:topic {:controller=>"wiki", :action=>"view"}
action /:web/:topic/:action {:controller=>"wiki"}
That is the default action is "view".
Two questions:
1. Can I constrain the patterns allowed for
2012 Jan 16
6
Prevent smbd from consulting winbindd
Colleagues,
I am running smbd in a setup described in
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2604553
under "Winbind is not used; users and groups are local". Samba is
running in the security=domain mode, but all Windows users are being
mapped to Unix users in /etc/passwd.
Now I need to run winbindd for Squid authentication. The problem is,
as soon as
2006 Mar 13
0
Time Column
(pardon the crosspost... I posted this on rubyonrailsforum.com, too but
it doesn''t seem to get as much traffic.)
I''ve got a project that I''m working on where I''m tracking band
performances.
So, I''ve got a model for "Show" and it''s got a date associated with it.
But I''ve got other fields that I''d like to set
2010 Sep 24
0
multivariate multiple regression coefficient
hi,
I considered multivariate multiple regression for respons, predictor, each 5
dimension.
on going process, through
initb <- eigen(temp)$vectors[,1:3]
temp <- vhalf%*%Kproduct(Ir,initb)
(herein 'vhalf' is root for inverse of covariance matrix
and 'Kproduct' is Kronecker product)
and then process regression. However,
I have tried using the
2011 May 08
6
ntp revisited (so what to do ?)
OK,
So what you people say is :
1. Run "ntpdate" during startup only once
2. After that, keep time with ntpd
Right ?
Regards,
spyros
----
"I merely function as a channel that filters
music through the chaos of noise"
- Vangelis
2018 Feb 02
0
santizer problems with dynamic thread local storage
I updated a powerpc64 be system from fedora 25 (glibc 2.24) to fedora 26
(glibc 2.25) and several test cases started failing that deal with
dynamic thread local storage.
Failing Tests (3):
LeakSanitizer-AddressSanitizer-powerpc64 ::
TestCases/Linux/use_tls_dynamic.cc
LeakSanitizer-Standalone-powerpc64 ::
TestCases/Linux/use_tls_dynamic.cc
MemorySanitizer-POWERPC64 ::
2006 May 02
4
useful bit of code (hopefully)
Hi,
I often find myself using bits of code like this inside ActiveRecord,
perhaps it''s useful for others, or others can improve on it:
###########
# fix user input before validating it
before_validation :sanitize_input
# santize input before actual validation is called
# this uses the little methods defined below
def sanitize_input
trim %w(adres postcode woonplaats email naam
2006 May 05
4
Is sanitize() strong enough to protect me from XSS?
Haven''t been able to find a good enough answer on whether using
sanitize() is enough to really protect me from XSS attacks
I basically have a blog page that I want to allow people to display
comments on but would like to allow html tags to be posted on the
comments, these could html tags like the imageshack img tags, youtube
player, photobucket img tags etc
any other approaches or
2018 Feb 21
1
using AD groups in "username map"
On Wed, 21 Feb 2018 09:54:08 +0100
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Rowland Penny via samba
> In chel di` si favelave...
>
> > getfacl: Removing leading '/' from absolute path names
> > # file: home/testdata
> > # owner: root
> > # group: unix\040admins
> > user::rwx
> > user:root:rwx
> >
2004 Dec 07
30
Bind Variables in Active Record
OK, I have some basic functionality to support bind variables, it
appears to work with the ''old'' %s style too.
I''ve altered sanitize_conditions in
activerecord/lib/active_record/base.rb to check whether bind variables
are in the statement (/\?/). If they are, replace all the ?s to
escaped values from the arguments array. else santize and expand.
There are a few
2009 Sep 04
1
Hod do you call a method to the veiw?
Lets say I did
script/generate controller home
And in the home controller made a the method..
def say
puts "You are here"
end
How would I call that method in the index.html.erb?
When learning ruby it just said to run the whatever.rb in the terminal
to run what ever code you wrote within that file. Just curious on how
that
would work with rails.
--
Posted via
2007 Apr 18
6
[Bridge] No UDP NFS over bridges in Linux 2.6.16.x?
Hi,
I have 2 servers which are connected to a gateway machine. The gateway and one server are running
Linux 2.6.16.2, while the third machine is running 2.6.16.5. The two ethernet ports on the gateway
which are connected to the servers are combined into a single ethernet bridge device.
Ever since 2.6.16, I have noticed that I can no longer cross-mount the two servers' /home
directories via
2006 Apr 16
3
AJAX multi actions?
How can I do something like this:
<a id=a7 style="cursor: pointer;"
onClick = "new Effect.Fade (''li'');
Element.show(''a1'',''a2'',''a3'',''a5'',''a6'');
onClick = "new Effect.Fade (''rp'');