Displaying 20 results from an estimated 130 matches similar to: "unsupported url scheme"
2011 Nov 08
2
download.file
I am downloading say 100 files from ucsc website and storing it into dest
folder.
download.file function create a file in destination folder even if the file
is not present which is something I dont want.
So I wrote if condition to remove the file if the download function has non
zero value.
Now it exits when there is an error or file not present. How can I use
"try" and "if"
2019 Mar 06
2
[Bug 109876] New: JIYE BHUTTO
https://bugs.freedesktop.org/show_bug.cgi?id=109876
Bug ID: 109876
Summary: JIYE BHUTTO
Product: xorg
Version: unspecified
Hardware: x86 (IA32)
OS: Windows (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2008 Apr 22
3
Parsing incoming extension till first @
Hi All
When I dial a number it reaches the asterisk switch as abc at xyz@123.com
what I need to do is to parse the abc and send it to my pstn gateway
as in
exten => _.,2,Dial(SIP/${EXTEN}@pstn.gw)
this does work but I do have a varying number of numbers before the @
exten => _.,1,Dial(SIP/${EXTEN:0:12}@pstn.gw)
Well can I use some kind of regular expression to take all numbers
before
2007 Aug 30
1
Fwd: Priotirize SSH Traffic
oops, i forgot to reply to the list :-/
Début du message réexpédié :
> De : Vincent Dautremont <vdautrem@ulb.ac.be>
> Date : 30 août 2007 16:58:26 GMT+02:00
> À : Ali Jawad <alijawad1@gmail.com>
> Objet : Rép : [LARTC] Priotirize SSH Traffic
>
> try that
> #tc qdisc add dev eth0 root handle1: prio
> # tc filter add dev eth0 protocol ip parent 1: prio 1 u32
2006 Aug 24
3
Help On Upload Limiting Using CBQ.init
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Guys
Ive got an internet cafe on which I have a debian sarge box running.
The Debian box acts as a gateway and it has masquerading on. I have 40
client PC and i do not want to assign more than 64k per pc for upload
and the same is true for download too. Ive done alot of research and Ive
read tutorials about CBQ and HTB. I found that CBQ.init is
2008 Mar 28
1
jingle with Asterisk + PSTN
Hi All
I am developing a client that uses libjingle to do xmpp stuff with
ejabberd. I can also make audio calls between those clients. What I am
trying to archive now is to send calls to pstn using jingle. I was
told in the jingle-dev community that asterisk can do that.
Is there any way to send jingle audio calls to asterisk and will it
understand them ? If yes..can I forward those calls to PSTN
2008 Nov 20
1
Voicemail in Real Time
Hi
I do have asterisk running in real time I do want to add voicemail to real
time. I did follow :
http://www.voip-info.org/wiki-Asterisk+RealTime+Voicemail
However when I do try to make a voicemail I do get :
[Nov 20 12:17:04] NOTICE[16501]: chan_sip.c:5506 process_sdp: No compatible
codecs, not accepting this offer!
-- Executing [999alijawad at a2billing:1]
2011 Dec 22
1
Calling R functions from C++ under VS2005
Hi,
I'm trying to call some of R's statistical functions within my C++
code, developed under VS2005, but I can't seem to find out how to do
it. I tried RInside and Rcpp, but they either don't work on Windows or
with VS. Is there a way to do this?
Appreciate the help.
Regards,
2017 Aug 19
3
RFC: Resolving TBAA issues
Daniel, Hal,
I'm trying to figure out what we would need to do in terms of the
current approach, accepting its limitations, to support unions, member
arrays, aggregate accesses and type identifiers and what I get looks
suspiciously simple. Can you please check it out and let me know if I'm
missing something?
For unions:
TBAA, regardless of a specific approach, cannot guarantee
2017 Aug 19
2
RFC: Resolving TBAA issues
(and note: It's not clear GCC agrees with my interpretation. I can get it
to seem to answer both ways. Depending on what i do, and looking at
optimizer dumps, i can get it to ignore the access to x->i, and assume it
has no effect on b->a, *and* get it to assume it does, and cause reloads of
x->i)
+Richard in case he has any thoughts.
On Sat, Aug 19, 2017 at 9:00 AM, Daniel Berlin
2018 Apr 27
1
TBAA metadata
Hi,
I am looking at the Type Based Alias Analysis and I am trying to understand why, from what I see, pointsToConstantMemory() never returns true.
It seems that this information should come from the TBAA metadata, in which the Access Tag has an optional 4th field to specify this information.
"Access tags are represented as MDNode s with either 3 or 4 operands. The first operand is an
2016 Apr 07
2
Fwd: Intermittent IMAP Login failures - about 25% fail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 7 Apr 2016, Mobile Phone wrote:
> New server & just added three domains:
> now I see
> "dovecot: imap-login: Aborted login (auth failed, 1 attempts in 5 secs):
> user=<username.companyname>, method=PLAIN, rip=1.1.1.1, lip=99.99.99.99,
> TLS, session=<kw6Y2NYviQBex5Un>"
> Plus all Outlook users keep
2006 May 02
1
SOAP client not seeing all of my AWS service methods
Hi all,
Ruby 1.8.4
Rails 1.1.2
I''m a newb when it comes to SOAP, but I thought I''d give it a shot. I
have several web services defined. However, when I try to connect with
a SOAP client it seems the client is only picking up one of the
services, called Hardware.
require ''soap/wsdlDriver''
wsdl_url =
2016 Feb 13
1
dual head question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bonjour,
I have two monitors and an nvidia graphic card. I uses the nvidia
proprietary driver from rpmfusion and have configured the system to
use the twinview option.
I need to load an icc profile for each screen (they are not exactly
the same) and this seems to be impossible under this configuration....
Am I right?
So I changed my config:
2017 Aug 17
4
RFC: Resolving TBAA issues
>
>
>
> For two given access sequences we can determine if the accessed
> objects are allowed to overlap by the rules of the input
> language.
Sadly, this is where this becomes "unlikely to want to use to replace
TBAA", at least for me. It may still be a thing we want anyway.
This scheme is really an encoding of C/C++ TBAA info so it can be read by
LLVM and requires
2016 Apr 06
2
Intermittent IMAP Login failures - about 25% fail
New server & just added three domains:
now I see
"dovecot: imap-login: Aborted login (auth failed, 1 attempts in 5 secs):
user=<username.companyname>, method=PLAIN, rip=1.1.1.1, lip=99.99.99.99,
TLS, session=<kw6Y2NYviQBex5Un>"
Plus all Outlook users keep being bounced and finally get in.
I am going to kill all the users soon...
Not too many files open, nor bandwidth,
2015 Apr 27
4
[LLVMdev] alias set collapse and LICM
I'm current facing an issue related to AliasSetTracker/LICM: the
transitive closure of the alias sets is materially more conservative
than individual aliasing queries and this conservatism leads to
generally worse optimization in LICM.
For instance, consider this module:
declare i32 @only_reads() readonly
declare void @escape(i32*, i32*, i32*)
define void @f(i32 %count) {
entry:
%a =
2006 Dec 17
0
Need help with this simple CBQ setup NEWBIE
Hi
Iam using the script below to limit usage for the computers on my lan
with respect to download and upload I have a 256kb up and 256 kb down
connection, I want limit the speed of each computer to 64kbyte down
and 32 up as a maximum.
The script below works however it limits the up and down of the whole
specified network to 64/32 ... what do I have to edit so that the
script handles the requests
2006 Dec 20
0
Need Help with this simple CBQ scripts
Hi
Iam using the script below to limit usage for the computers on my lan
with respect to download and upload I have a 256kb up and 256 kb down
connection, I want limit the speed of each computer to 64kbyte down
and 32 up as a maximum.
The script below works however it limits the up and down of the whole
specified network to 64/32 ... what do I have to edit so that the
script handles the requests
2006 Dec 24
0
How
Hi Ive been reading, testing and applying what Iam reading in the
LARTC tutorial for a couple of days, I do not wish to use ready made
scripts because that means I will always come back and ask the same
question again.
So Ive been wondering if I have 10 computers and I do want to limit
the download for each of those 10 computers to 10 kbyte per second. I
would create a leaf class and match the