Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] Avoiding jump (branch) instructions in a LLVM JavaScript backend"
2006 Aug 02
3
Does Ruby / Rails have something similar to PHPs ''virtual''
Hi all
Is there a rails / ruby function that is analagous to PHPs ''virtual''
function?
"virtual() is an Apache-specific function which is similar to
<!--#include virtual...--> in mod_include. It performs an Apache
sub-request. It is useful for including CGI scripts or .shtml files, or
anything else that you would parse through Apache. Note that for a CGI
script,
2005 Dec 03
2
How to catch value
Dear R users:
I have a problem about catch the value from function.
I have following two functions (part):
fbolus1 <- function()
{.........
par<-data.frame(Parameter=c("kel","Vd"),Initial=c(0))
check(par)
.....}
check<-function(par)
{
if (par[ ,2] <= 0){
cat("\nEnter again (y/n) ?\n\n")
ans<-readline()
if (ans == "n" ){
2008 May 05
7
iscsi conn error: Xen related?
Hello all,
I got some severe iscsi connection loss on my dom0 (Gentoo
2.6.20-xen-r6, xen 3.1.1). Happening several times a day.
open-iscsi version is 2.0.865.12. Target iscsi is the open-e DSS product.
Here is a snip of my messages log file:
May 5 16:52:50 ying connection226:0: iscsi: detected conn error (1011)
May 5 16:52:51 ying iscsid: connect failed (111)
May 5 16:52:51 ying iscsid:
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
Hi,
wbinfo -Y BUILTIN\group can work without idmap_rid in Samba-3.0.14a. But
I'm experiencing wbinfo -Y with idmap_rid failed for SID to GID
conversion of BUILTIN groups.
Since idmap_rid only works in a single domain, and captures workgroup's
domain sid as a real domain sid in rid_idmap_get_domains(), when running
"wbinfo -Y BUILTIN/System Operators", the function
2018 Nov 30
1
Php script not running
Hi All, I have centos 7. Apache and php are installed.
CGI runs fine - php does not seem to run.
I have the /etc/httpd/conf.d/php.conf file
php.conf
#
# Cause the PHP interpreter to handle files with a .php extension.
#
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
#
# Allow php to handle Multiviews
#
AddType text/html .php
#
# Add index.php to the list of
2006 Dec 12
4
help on determining operating system
Dear list,
I am an R user and I also write my own package in R(sometime i need to
write in C), and right now i am thinking about buying a new
workstation--and i am trying to decide if i should get
a mac with OS X or a linux machine (for example Dell).
I have experience using R on linux (but i have been just a user and never
been a admin) but i am hesitating of managing a linux system on my
2005 Aug 17
3
do glm with two data sets
I have two data sets:
File1.txt:
Name id1 id2 id3 ...
N1 0 1 0 ...
N2 0 1 1 ...
N3 1 1 -1 ...
...
File2.txt:
Group id1 id2 id3 ...
G1 1.22 1.34 2.44 ...
G2 2.33 2.56 2.56 ...
G3 1.56 1.99 1.46 ...
...
I like to do:
x1<-c(0,1,0,...)
y1<-c(1.22,1.34, 2.44, ...)
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
Xinliang David Li via llvm-dev <llvm-dev at lists.llvm.org> writes:
> Harlan Haskins has recently submitted a patch (for review) that implements
> --format=html for llvm-cov tool. Please take a look at that patch.
For reference, the review thread starts here:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html
> David
>
> On Thu, Mar 3, 2016 at
2012 Apr 19
2
[LLVMdev] CBackend removal
Hi everyone,
I'm using the LLVM in a project, and I'm specially interested in using its optimizer. After apply the optimizations, I needed to create a C/C++ source code equivalent to the original one.
I'm periodically updating my local version of the LLVM, and, when I did it today, I couldn't use the llc with -march=c. Looking for the CBackend files, I realized that they were
2004 Sep 26
1
REQ: A "tcfilter" program
Will someone please write a program that can be used to assist with u32
matches?
What I envision is something like ipchains'' "--check" option, which
tests a packet against the selected chain. tcfilter should check
against the loaded filters.
It would be REALLY nice if:
1) counters (showing the number of hits (in packets)) could be included.
2) a debug mode showing what the
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
On Mon, Jun 22, 2020 at 4:02 PM John Hubbard <jhubbard at nvidia.com> wrote:
>
> On 2020-06-22 15:33, Yang Shi wrote:
> > On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
> >> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
> >>> On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
> >>>> On
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
On Mon, Jun 22, 2020 at 3:30 PM Yang Shi <shy828301 at gmail.com> wrote:
>
> On Mon, Jun 22, 2020 at 2:53 PM Zi Yan <ziy at nvidia.com> wrote:
> >
> > On 22 Jun 2020, at 17:31, Ralph Campbell wrote:
> >
> > > On 6/22/20 1:10 PM, Zi Yan wrote:
> > >> On 22 Jun 2020, at 15:36, Ralph Campbell wrote:
> > >>
> > >>> On
2004 Oct 25
2
Questions about qdisc statistics
Hello,
I am a newbie . I use a PC which have Windows OS . I want to monitor bandwidth , bytes, packets, packet dropped etc at several linux routers .
I want to ask you some questions :
Can I use round robin database and mrtg tool to generate html files at linux routers and call them from windows PC ?
If it is impossible , can I use snmp to retrieve data from linux router at windows PC (snmp
2011 Jan 05
1
rShowMessage "Fatal error: unable to open the base package
Hi All,
As you may know I am trying connect R with java by RJava, now I run the
examples, I got this error
rShowMessage "Fatal error: unable to open the base package
I am using 64bits windows 7 and eclipse. Any suggestions?
Many thanks
Ying
[[alternative HTML version deleted]]
2007 May 04
3
listing R packages in our system
Hi,
I like to know the simple way to list the R package names in our linux
system.
Thanks
Ying
[[alternative HTML version deleted]]
2012 Apr 19
1
[LLVMdev] CBackend removal
Dear Jim and Owen,
Thanks for replies,
I only kindly suggest some discussion on the maillist in such cases.
Just in general, nasty precedents sometimes happen, for example on IRC
I've recently seen some commits to Objective C were requested to be
reverted, because they were commited without any discussion. Here
things are certainly not that hard, but the point is the same: it is
always nice
2007 Apr 12
3
Idmap back compatible issue
I ran into a problem on idmap backend.
In previous Samba releases, there are two kinds of scenarios on idmap
backend.
1) No explicit idmap backend option presented in smb.conf. But imply
using default tdb idmap backend
idmap uid = low - high
idmap gid = low - high
2) idmap backend option exists in smb.conf
idmap uid = low - high
idmap gid = low - high
idmap backend = tdb [or
2007 Mar 18
3
how can I use rsync between 2 accounts?
Hi,
I have 2 linux accounts on different machines (same login, same password).
Can you please tell me how I use rsync directories between 2 accounts?
Thank you.
2004 Jun 10
4
XML How To for Cisco 7960
Aloha,
Has anyone written an XML application for a Ciso 7960 phone running SIP?
I can't find any examples anywhere!
Anyone know of any resources for this? I have read it can render XML & can
get input from the keypad & softkeys.
Aloha,
Matt
2012 Apr 19
3
[LLVMdev] CBackend removal
Dear all,
I've also noticed C backend was removed a little bit... silently. In
the end of March I only got open bugs closed by Benjamin Kramer in
bugzilla, but they sounded like "decision is made". So the question
is: it such silent removal a normal practice? In times of 3.0 release
there were long discussions on what to drop and what to preserve, e.g.
sparc backend, if I remember