similar to: problem post request with RCurl

Displaying 20 results from an estimated 100 matches similar to: "problem post request with RCurl"

2018 May 03
0
Package for Molecular Properties
library(sos) (mp <- findFn('{molecular properties}')) ????? ** found 7 matches in 4 packages and opened two web pages in my default browser with (a) the 7 matches and (b) the 4 packages. The first function was something for amino acids, like you suggested.? Two others returned compound and substance information from PubChem. ????? Does this help? ????? Spencer On
2018 May 03
1
Package for Molecular Properties
... In addition, you may wish to also post on the Bioconductor list for this sort of thing. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, May 3, 2018 at 12:58 AM, Spencer Graves <spencer.graves at effectivedefense.org>
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories". Every row has a "parent" field to note if the entry is the sub-category of another (never goes deeper than 1 level). So there might be something like this: id | name | parent 1 Dog 0 2 Pug 1 3 Siamese 5 4 Shih Tzu 1 5 Cat 0 6 Wiener Dog 1 7 Persian
2013 Jan 26
2
different legends in lattice panels
Hi listers, I want to make lattice plots xyplots with the indication of legends inside each panel with only the points and the lines actually ploted inside each given panel according to the group(ing) factor. The code below shows what I have achieved so far and I hope will make clear what I want to have. It seems to me that my solution is a very "dirty hack" and there certainly is
2018 May 03
3
Package for Molecular Properties
All Is there a package or library that will, given a nucleotide sequence 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) 2. calculate molecular weight 3. return it's complementary sequence I was able to find several packages that can do similar calculations for an amino acid sequence for proteins but none for nucleic acids. Any pointers, etc. would be
2011 Mar 11
0
is gzcon w/ urls not implemented or used differently on linux?
I wrote some code which reads a gzipped text file directly from the web with gzcon(url()) and it works perfectly on OSX, but I cannot get it to work on linux at all, trying several different R versions and linux distributions. Any ideas? Here's an example of my code: z <- gzcon(url("ftp://ftp-private.ncbi.nlm.nih.gov/pubchem/.fetch/8897497837079742771.sdf.gz")) sdf <-
2015 Apr 14
2
samba 4.2 RDP problem
can you try : smbclient //SERVER.DOMAIN.TLD/netlogon -k bet that works.. Louis >-----Oorspronkelijk bericht----- >Van: heinz.hoelzl at gvcc.net >[mailto:samba-bounces at lists.samba.org] Namens Heinz H?lzl >Verzonden: dinsdag 14 april 2015 10:55 >Aan: samba at lists.samba.org >CC: pug at felsing.net; schnaggy at schnaggy.de >Onderwerp: Re: [Samba] samba 4.2 RDP
2015 Apr 13
3
samba 4.2 RDP problem
Hi Heinz, Baris wrote me the following: > i'm using samba4 and RDP running.... > my configuration: > > smb.conf > > .. > auth methods = sam, winbind, ntdomain, ntdomain:winbind > server services = s3fs, winbind, rpc, nbt, wrepl, cldap, ldap, kdc, drepl, ntp_signd, kcc, dnsupdate > dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon,
2011 Jul 20
1
SSOAP & chemspider
Dear all, I've been trying on and off for the past few months to get SSOAP to work with chemspider. First I tried the WSDL file: cs<-processWSDL("http://www.chemspider.com/MassSpecAPI.asmx?WSDL") Error in parse(text = paste(txt, collapse = "\n")) : <text>:1:29: unexpected input 1: function(x, ..., obj = new( ? ^ In addition:
2008 Sep 04
3
Modo 302
Hi, trying out Modo302 with Wine 1.0 through Ubuntu 8.04, had some success so far and appears to be working nearly fully accept for two problems we seem to be having. The first is minor, and only appears to effect drop down menu where the entrys are unselectable, which was suggested maybe a Wine focus bug? We can work round this to some degree within Modo by modifying the layout. But the second
2013 Aug 16
1
Problems with openssl library path
Hello, I tried to compile Dovecot 2.2.5 on Debian 6 with an alternate OpenSSL installation located at /usr/local/ssl A compilation with CPPFLAGS="-I/usr/local/ssl/include" \ LDFLAGS="-L/usr/local/ssl/lib -Wl,-rpath=/usr/local/ssl/lib" \ SSL_LIBS="-L/usr/local/ssl/lib -Wl,-rpath=/usr/local/ssl/lib" \ ./configure \ --prefix=/opt/dovecot-2.2.5 \ --enable-asserts \
2020 Apr 30
2
systemctl restart changes permission.
Hi, I am running CentOS Linux release 7.8.2003 (Core) with php72u-fpm-7.2.30-1.el7.ius.x86_64 version. I am facing the below permission denied issue. I also did the below steps #cd /run #chown -Rc nginx.nginx php-fpm changed ownership of ?php-fpm/php-fpm.pid? from root:root to nginx:nginx changed ownership of ?php-fpm? from root:root to nginx:nginx #systemctl restart php-fpm again changes it from
2007 Mar 08
1
--link-dest on a local filesystem
Hi guys, I've been struggling with getting --link-dest working for a couple of hours now. I'm using rsync 2.6.9 (protocol 29), on Gentoo Linux. For some strange reason, whenever I recreate the source file, even though it's identical to the old source file --link-dest simply does not create the link. Point in case (starting from a blank directory tmp in my home directory):
2015 Apr 14
0
samba 4.2 RDP problem
hi Louis, same result: NT_STATUS_LOGON_FAILURE heinz Am Dienstag, 14. April 2015 11:20 CEST, L.P.H. van Belle <belle at bazuin.nl> schrieb: > can you try : > > smbclient //SERVER.DOMAIN.TLD/netlogon -k > > bet that works.. > > Louis > > > >-----Oorspronkelijk bericht----- > >Van: heinz.hoelzl at gvcc.net > >[mailto:samba-bounces
2006 May 15
0
a list of current databases
Is there a command in rails whic will allow me to list the number of databases and dump them into an array i.e. list_of_db = ActiveRecord:Base.list_db() that would be great! is there any thing like that? Cheers. Dan. -- Posted via http://www.ruby-forum.com/.
2006 May 26
2
Leave copy on server problem.
Hello, I am using Dovecot 0.99.14-r1 with mbox format. I have a problem with the option "Leave copy on server", the messages are duplicated. I tried many options but I can?t find the solution. The last test was: I modified in src/pop3/commands.c (function list_uids()) the folowing things: "... client_send_line(client, message == 0 ? "%u %u.%u" : "+OK %u
2015 Apr 14
2
samba 4.2 RDP problem
hi, now i did some tests with the "auth methods" option. "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest" -> RDP works -> smbclient -k does not work "auth methods = sam, sam_ignoredomain, unix, winbind, wbc, trustdomain, ntdomain, guest, samba4" -> RDP hangs an the welcome-scrren -> smbclient -k works fine
2004 Sep 02
2
Workaround for outlook UIDL handling bug ??
Scenario: Using Dovecot 0.99.10.9 as pop3 server. With delete on retrival off. clients: outlook* Problem: Everytihng work perfectly, except that outlooks keeps re-downloading SOME mail over and over. Though it already got them. No obvious pattern which, but only a small percentage. First of I looked at dovecots UIDLs. Initialy I thought it's broken (see my previous thread) Sorry for even
2002 May 02
3
Samba 2.2.4 Released
The Samba Team is proud to announce the release of Samba 2.2.4. This is the latest stable release of Samba. This is the version that all production Samba servers should be running for all current bug-fixes. There have been several fixes and internal enhancements which include: * More/better SPOOLSS printing functionality for Windows NT/2k/XP clients. * Several fixes relating to serving PC
2008 Jun 29
1
sshd_config question
Hi.? I have configured sshd in OpenBSD to require publickey authentication. I've tried configuring FreeBSD to do the same, but I can still login via keyboard authentication. Here are the options I have in my sshd_config: PasswordAuthentication no ChallengeResponseAuthentication no UsePAM no After setting those options I kill -HUP the sshd? process. Is there something simple I am missing?