Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Cleanest way to do llvm-driven compile with specified passes"
2008 Oct 24
0
Strange! "No such file" error on smbfs.
Hi all
I'm experimenting some very strange problem when i mount i share.
After mount i can:
read files, copy, create new files, move files.
But i can't:
Edit files with vim/nano and many other editors :P, when i try to save changes is says: (No Such file or directory)!!! o_O
Also i can create files, with content or not.. but i cant edit that files after save it :/.
Important point:
2006 Jul 20
1
cleanest, least hideous way to do dropdown date validation?
My customer has dropdowns like this:
Year Month Day
If you submit with month selected and year blank, it subs in a year
arbitrarily. Worse still, it subs in the year 5. I have no idea why.
It seems a pernicious default.
Anyway, they''re developing an app, they''re a designer turned coder,
turning to a real programmer (me, allegedly) to make sense of the
madness they''ve
2014 Aug 30
1
Cleanest way to find out if it was a --dry-run
Hi,
As far as I can see, the only way you can tell it's been a dry-run at the receiver-side, is to parse RSYNC_ARGs in the pre-xfer script.
I think the only way is to crawl through the RSYNC_ARGs to find a value which:
- starts with a single dash, and;
- contains 'n', and;
- comes prior to the "." value, signifying the start of the 'path args' (which seem inherently
2003 Aug 12
1
Re: [R-SIG-Mac] cleanest build I can think of
Thanks Byron, I assume you use new Devel Tool updates and nothing from
fink?
Can other people with new dev tools check this (for example Jan?)
It would be nice to update the instuction page (and R-admin in the
future)
some general notes:
1. there is no need to configure with --without-x as X11 can now be
used from inside RAqua
2. please use R-devel and not R-Sig-Mac as we will soon close this
2003 Jul 16
0
[Bug 619] scp permissions
http://bugzilla.mindrot.org/show_bug.cgi?id=619
Summary: scp permissions
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: johnf.ct at netzero.net
I hope
1999 Jan 31
2
Samba 2.0 User Authentication
Hi folks,
we're running Samba 2.0 on a SuSE 5.3 based System and I have two
questions about an authentication issue:
1: I cannot connect to SWAT as user root because of authentication
failure ("invalid password"). We're using shadow password and I compiled
the Samba-suite with "-Wshadow".
2. We've a share to which every user connects as himself. File
permissions
2011 Jul 08
3
DB Driven IVR
I am using Vicidial and I am looking for someone who can help with DB Driven
IVR.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110708/ae83ff43/attachment.htm>
2008 May 02
1
Storing worker driven rails logging in worker log file?
Hi all,
We have a few workers that kick off at scheduled intervals or to do
some user driven long running tasks asynchronously. At the moment
when the workers start working with AR model objects, all of the Rails
logging ends up in the default rails environment log file
(develolopment/prodiction.log).
Does anyone have any tips for getting rails to append to a separate
worker log file?
2006 Apr 28
0
FW: [PATCH] Enabling ne2000 can work under event driven mechanism
Most of them bases on latestest Qemu.
The modifications are the below:
Adding logic in ne2000_update_irq() avoids exceptional logic. Another modification is the ne2000_can_receive(), "if (index < boundary)" -> "if (index <= boundary)".
Others based on lastest Qemu. But the latest Qemu adds new features, which not been added in the patch.
The qemu uses polling
2006 Nov 04
0
[Question} how best to use attribute driven db with Rails
Dear Rails,
I would like to pose a question to Mike Hanson (June 20th thread)...
I am a Technical Recruiter, and I am having a difficult time understanding
the difference between building attribute-driven databases vs. building
data-driven databases. Can you help me understand how these two differ. I
am having a difficult time speaking to candidates about their experience
with
2009 Jan 31
1
Test Driven Development in R
Hi,
I wonder what kind of interest there is on Test Driven Development (TDD) in R.
Test Driven Development consists of writing the test before the function, and
iteratively build the function until it passes the test.
Python and Ruby (specially Ruby) have very strong test-oriented cultures. In
fact, in Ruby at least the custom is to do TDD and lately Behavior-driven
development (BDD). In BDD,
2008 Dec 22
1
Web-driven SIP call thru Asterisk IPBX
Hi,
I think that the web-driven SIP Phone (free) doddle (beta version) can be useful with your Asterisk applications.
You can pre-fill it with your sip settings (Asterisk host name or IP /?realm / sip user), you just need to setup the HTML link as that: (Attached is the HTML page example)
?
/**************************/
simple HTML code example:
/*************************/
<html>
<head>
2020 Jul 22
2
[RFC] Introducing classes for the codegen driven by new pass manager
Hi Matt, which analysis is this?
________________________________________
From: Matt Arsenault <whatmannerofburgeristhis at gmail.com> on behalf of Matt Arsenault <arsenm2 at gmail.com>
Sent: Tuesday, July 21, 2020 12:02 PM
To: Craig Topper
Cc: Chen, Yuanfang; Nicolai Hähnle; llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] [RFC] Introducing classes for the codegen driven by new pass
2004 May 29
8
arrow-driven menu with pxelinux.0?
Hello!
Is there a way to make an arrow-driven menu with pxelinux?
Cheers
Alex
2004 Jan 20
0
Asterisk-Driven Linux Distro
Hey All;
Well I am very pleased with all I've seen related to Asterisk and am also
very ( and I mean VERY) happy with * itself.
Thanks to all the help posted on this list I could get my box running and
even start designing some stuff that were not possible to a telecom
illiterate guy like me before.
So, 2 cents a part....
I was wondering if anyone already thought about or is working on
2016 Apr 11
0
SYSVOL Replication in a Windows-driven AD environment
What you can try.
Map the sysvol share from the samba to a driveletter on the DC.
Add : acl_xattr:ignore system acls = yes
Too the sysvol share on samba.
Use deltacopy to copy the sysvol
I havent tried it, but above seams logical and can work, you just have to try it yourself.
If deltacopy does not work, try cwRsync or robocopy.
Deltacopy
2009 Jun 25
2
variable driven summary of one column
Hello,
how can I get a variable driven summary of one column of my data.frame?
Usually I would do
> summary(data$columnname) to get a summary of column named
"columnname" of my data.frame named "data".
In my case the columnname is not static but can be set dynamically.
So I save the chosen columname in something like
variable <- "columnname"
but how can I
2020 Jul 15
2
[RFC] Introducing classes for the codegen driven by new pass manager
> On Jul 15, 2020, at 09:16, Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>> I'd just note that not every pass you can run with "opt" is actually part of the optimization pipeline. There are a few important IR-level passes that only run in the codegen pipeline, but are still nameable with opt to run individually for testing purposes. Switching
2010 Apr 13
0
[asterisk users] asterisk realtime - database driven dialplan
i have installed the asterisk 1.6 before that installed the necessary
packages in Debian,
* i followed the steps as follows,
root at astserver: ~# apt-get install unixodbc unixodbc-dev odbc-postgresql
postgresql-8.1 postgresql-contrib postgresql-dev
* then i installed the asterisk 1.6 version with the odbc modules as in the
selected list.
* then i created the database as asterisk and the user
2016 Nov 30
0
Loop Vectorize: Testing cost model driven transformations
Thanks Matt!
So, just to make sure I understand, what is getting a specific TTI in llc
triggered off? -mcpu?
On Tue, Nov 29, 2016 at 2:49 PM, Matthew Simpson via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
> On Tue, Nov 29, 2016 at 5:11 PM, Adam Nemet via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Do we need a new (loop-vectorizer-specific) command