Displaying 20 results from an estimated 2000 matches similar to: "Allowed punctuation in samba filenames?"
2016 Apr 09
0
[FORGED] Generating random data with non-linear correlation between two variables
The goal is to test a developed model against two sets of hypothetical data, where the relationship between on data set is linear whereas non-linear (e.g., polynomial) with another. However, the distributions of the v1 and v2 should not be other than normal or slightly positively skewed or slightly negatively skewed.
In Oracle, random data is generated with packaged function
2016 Apr 09
1
[FORGED] Generating random data with non-linear correlation between two variables
> On 09 Apr 2016, at 13:09 , Muhammad Bilal <Muhammad2.Bilal at live.uwe.ac.uk> wrote:
>
> The goal is to test a developed model against two sets of hypothetical data, where the relationship between on data set is linear whereas non-linear (e.g., polynomial) with another. However, the distributions of the v1 and v2 should not be other than normal or slightly positively skewed or
2016 Apr 01
1
How to convert XML file to R Data Frame?
Hi All,
I'm new to R and wants to read XML file as R data frame. Is there any package that could be used for this purpose.
I will really appreciate your response.
Many Thanks and
Kind Regards
--
Muhammad Bilal
Research Assistant and PhD Student,
Bristol Enterprise, Research and Innovation Centre (BERIC),
University of the West of England (UWE),
Frenchay Campus,
Bristol,
BS16 1QY
2016 Apr 29
1
How to access the latitude & longitude for UK post codes in R
Hi All,
I have a data frame with three columns i.e., pc, lat, lon.
The pc column is populated with list of postcodes, and I want to execute R command that can get me the lat and lon for the every item in the pc column and populate the respective lat and lon columns.
Is there any package that could be used?
Any help will be really appreciated.
Many Thanks and
Kind Regards
--
Muhammad
2016 Apr 09
0
[FORGED] Generating random data with non-linear correlation between two variables
No its not. I am doing all these experiments for my own learning purpose. I am Oracle SQL & PLSQL programmer and I can do these things with Oracle analytical functions.
However at present I am keen to learn R, with no other interest right now.
Thanks
--
Muhammad Bilal
Research Assistant and PhD Student,
Bristol Enterprise, Research and Innovation Centre (BERIC),
University of the West of
2016 Apr 08
4
Generating random data with non-linear correlation between two variables
Hi All,
I am new to R and don't know how to achieve it.
I am interested in generating a hypothetical dataframe that is consisted of say two variables named v1 and v2, based on the following constraints:
1. The range of v1 is 500-1500.
2. The mean of v1 is say 1100
3. The range of v2 is 300-950.
4. The mean of v2 is say 400
5. There exists a positive trend between these two variables, meaning
2002 Jun 18
2
OpenSSH and Solaris groups
I have an odd problem and I was wondering if anyone has ever run into this
before. I have a machine running solaris 8, OpenSSH 3.1p1 and OpenSSL
0.9.6c and it has been working fine for quite some time (ssh that is).
Today, /etc/system was updated to increase the maximum number of groups
from 16 to 32. After the system was rebooted, things seemed to be working
as expected, however one of our
2002 May 10
1
building OpenSSH-3.1p1 w/OpenSSL-0.9.6d
Has anyone tried to build 3.1p1 on Solaris with the new openssl-0.9.6d? I
am having trouble building; here is my setup: GNU ld, GNU make and my
config options are as follows:
./configure --prefix=/usr/local/stow/openssh-3.1p1 \
--sysconfdir=/usr/local/etc --with-md5-passwords --disable-suid-ssh \
--with-ssl-dir=/usr/local/ssl
Here is the error is fails on:
/usr/local/bin/ld -o scp scp.o
2016 Apr 09
3
[FORGED] Generating random data with non-linear correlation between two variables
Please specify your goal in the oracle/psql analytical functions you know or specify what you mean by nonlinear correlation
Sent from my iPhone
> On Apr 9, 2016, at 6:09 AM, Muhammad Bilal <Muhammad2.Bilal at live.uwe.ac.uk> wrote:
>
> No its not. I am doing all these experiments for my own learning purpose. I am Oracle SQL & PLSQL programmer and I can do these things with
2002 Mar 07
2
OpenSSH-3.1p1 Solaris build with /dev/random
has anyone had a problem building 3.1p1 with Solaris 8 (2/02 release)?
That release of Solaris was the first (I believe) to incorporate their own
/dev/random which OpenSSH 3.1 doesn't seem to like too much. When I run
the configure, it reports that Random Number Source is set to use the
rand-helper. If I use the ANDIrand Solaris package as my /dev/random, It
configures properly (Random
2007 Jun 26
0
[1084] trunk/wxruby2/swig/classes/SystemSettings.i: Fix missing punctuation in SystemSettings typemaps
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2013 Mar 13
2
patch - Some CJK codepoints are also punctuation
--
Greg.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xapian-some-cjk-codepoints-are-also-punctuation.patch
Type: text/x-patch
Size: 1499 bytes
Desc: not available
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130313/4da8b0f9/attachment.bin>
2006 May 09
3
remove Punctuation characters
Hi,
I want to remove all punctuation characters in a string. I was trying it use
a regular expressions but it doesn't work.
Here is a sample os what i want:
str <- 'ABD - remove de punct, and dot characters.'
str <- gsub('[:punct:]','',str)
str
"'ABD remove de punct and dot characters"
is there any function that do this kind of thing?
Thanks to
2002 May 06
6
SCP file corruptions
Hi,
I apparently was asleep at the wheel using scp, and accidentally copied a
file onto itself. Scp generated an Input/Output error and did not perform
the copy. However, now the file is corrupt. Is this a but? Is there anyway
to fix the file I messed up?
Thanks,
Don Gathman
208.396.6675
2007 Aug 07
2
NTLM proxy auth against a Samba 3 server
Hi,
Is it possible to configure NTLM HTTP proxy authentication using
the winbind/squid "ntlm_auth" helper, to authenticate users against a
Samba 3 server?
I already have the NTLM auth working against a Windows 2003 Active
Directory, but I also have a completely separate Samba 3 server that I
would also like to configure NTLM proxy authentication against.
Please advise, as I can't
2004 Oct 28
1
Bridge mode support
Hi,
I''m wondering how Shorewall will behave if I want to use it on a
router with some if its interfaces in a bridge, and some not in a
bridge. For instance, eth0 and eth1 bridged as br0 and eth2 as a stand
alone interface.
Dan...
--
Dan Searle
Adelix Ltd
dan.searle@adelix.com web: www.adelix.com
tel: 0845 230 9590 / fax: 0845 230 9591 / support: 0845 230 9592
snail: The Old Post
2004 Aug 03
0
ZyXEL 2000w In Call Menu/Hold configs
Hi Everyone,
After a fair amount of faffing ive managed to get the 2000w working with
asterisk for IP -> PSTN calls (i.e. get the phone to make and receive calls
over our BT line). The final solution is to set up outgoing VoIP calls but
I now know that without a SIP aware router I can think again! (damn you
iptables!)
In the mean time I'm trying to figure out why I can't get the
2006 Aug 28
1
SPA (NTLM) Authentication
Hello
I have just spent a happy day (!) configuring Exim4 to accept
authenticated connections from full blown Outlook clients. That works.
Unfortunately, by ticking the "Use SPA" box in Outlook it now demands
SPA on the POP3 server as well.
The existing POP3 server doesn't support this style of authentication.
I believe Dovecot will. We're already using it as an IMAP
2007 Sep 11
2
Another State Of The Punctuation Mark question - Vonage
There was a flurry of "Vonage is going to unlock SIP" activity last
year; did anything productive ever come of it?
Are *you* using your Vonage lines directly into Asterisk?
In lieu of that, for a 4 line small business that doesn't need to pay
Vonage $150 a month, who? Broadvoice? Someone else?
I'm a touch unimpressed with the fact that BV's website *won't quote
you
2002 Mar 11
1
scp and Solaris ACLs
Has anyone had a problem with scp not retaining ACLs set on the original
file under Solaris 8? When I have a file that has ACLs set and I use scp
or rsync -e ssh to copy the file (local->local or local->remote) the ACLs
are gone from the copied file(s). Is this a known issue or am I just
missing something (a flag for instance) when performing the copy? Thanks
in advance for your help.