Displaying 17 results from an estimated 17 matches for "name_".
Did you mean:
name
2007 Feb 15
2
underscores ($name_$foo) in string assignments
Hello
In a component, I was trying to do:
$bar = "lets make a new string with $name_$foo in it."
however the "$name_" fails to appear in the resulting string:
"lets make a new string with valueOfFoo in it."
Is there something special about $name_ here?
If I replace the underscore with a dash (... $name-$foo ... ) it
works fine.
thanks
Jesse
Jess...
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
Hi,
I am trying to display / print certain columns in my data frame that share
certain condition (for example, part of the column name). I am using for
loop, as follow:
# below is the sample data structure
all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus",
"Alex", "Argo"),
NUM_B = 1:5, NAME_B = c(NA, "Barn", "Bolton",
"Bravo", NA),
NUM_C = 1:5, NAME_C = c("Candy", NA, "Cecil&quo...
2013 Feb 12
2
ix? / Intel(R) PRO/10GbE
I finally got a 10G card that is recognized by FreeBSD (9.1-stable):
...
ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.4.8> port
0xecc0-0xecdf mem 0xd9e80000-0xd9efffff,0xd9ff8000-0xd9ffbfff irq 40 at device
0.0 on pci4
ix0: Using MSIX interrupts with 9 vectors
ix0: RX Descriptors exceed system mbuf max, using default instead!
ix0: Ethernet address: 90:e2:ba:29:c0:54
2002 Jan 30
2
Error calling Fortran code
Dear R users,
I have to use a R function which call a Fortran code:
result <- .Fortran("Name", arguments)
I have the following error message:
R> Error in .Fortran("Name", arguments ....
R> C/Fortran function name not in load table
Any ideas?
I am working on PC with R 1.4.0 (loading from R Binaries, Windows, Base,
SetupR.exe installation with all the
2007 Aug 20
1
1.4.4. caller ID not working ?
...lplan :
[testclid]
exten => _0.,1,Set(CALLERID(all)=Ben Jacob <988077>)
exten => _0.,n,Dial(SIP/${EXTEN})
Correct me if I am wrong, Set(CALLERID(all) above supposed to change the
display name as above(Ben Jacob) and change the From URI to 988077 at myip??
As of now, only the _display name_ is being replaced, but not the name.
I tried CALLERID(num) as well CALLERID(number), to the same effect(only
display name being set to number).
Anyone facing similar problems?
Thanks in advance.
- Ben
EMAIL DISCLAIMER : This email and any files transmitted with it are confidential and intend...
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
...19'
> | E: Couldn't find any package by regex 'libisl.so.19'
> | ```
> | I downloaded libisl.so.19 for debian, but where shall I place it?
> | Is there an easier way to install this library?
> | Thank you
>
> That is not the correct package name as it is a _file name_.
>
> Use eg
>
> https://packages.debian.org/
>
> to search (go to Search the contents of packages) or search directly via
>
> apt search libisl
>
> which will lead you to packages
>
> libisl-dev
> libisl22 # on the release I run on Ubuntu right n...
2020 Jul 14
2
How to install libisl.so.19 on chromebook?
I am trying to install minpack.lm on R 3.3.3 (Debian version) on a
Chromebook. But I get this error:
```
> install.packages("minpack.lm")
Installing package into ?/home/marongiuluigi/R/x86_64-pc-linux-gnu-library/3.3?
(as ?lib? is unspecified)
trying URL 'https://cran.rstudio.com/src/contrib/minpack.lm_1.2-1.tar.gz'
Content type 'application/x-gzip' length 43029 bytes
2020 Jul 14
1
How to install libisl.so.19 on chromebook?
...ckage by regex 'libisl.so.19'
> | > | ```
> | > | I downloaded libisl.so.19 for debian, but where shall I place it?
> | > | Is there an easier way to install this library?
> | > | Thank you
> | >
> | > That is not the correct package name as it is a _file name_.
> | >
> | > Use eg
> | >
> | > https://packages.debian.org/
> | >
> | > to search (go to Search the contents of packages) or search directly via
> | >
> | > apt search libisl
> | >
> | > which will lead you to packages
> | >
>...
2006 Jul 10
10
has_many :through and foreign key parameters
I just took my HABTM and turned it into a :through since my join table
has another "non-joiny" attribute.
I went from this:
has_many_and_belongs_to :jobs, :join_table => ''tablename'',
:foreign_key => ''x'',
:association_foreign_key => ''y''
to this:
has_many :jobs, :through =>
2009 Feb 04
20
what about kinial ?
Hi,
I was looking for a solution to change the value of a variable using
include (http://reductivelabs.com/trac/puppet/wiki/
CommonMisconceptions), and found an interesting solution on the kinial
SPEC (http://reductivelabs.com/trac/puppet/wiki/KinialSpec). But I
can''t find more about this project ?
iClassify derives from this spec, but the interesting part
(inheritance) is not supported.
2020 Jul 14
0
How to install libisl.so.19 on chromebook?
...ny package by glob 'libisl.so.19'
| E: Couldn't find any package by regex 'libisl.so.19'
| ```
| I downloaded libisl.so.19 for debian, but where shall I place it?
| Is there an easier way to install this library?
| Thank you
That is not the correct package name as it is a _file name_.
Use eg
https://packages.debian.org/
to search (go to Search the contents of packages) or search directly via
apt search libisl
which will lead you to packages
libisl-dev
libisl22 # on the release I run on Ubuntu right now
with a major name reflecting the current release. For a...
2009 Jun 06
1
Run wine in the second screen with one XServer
Hi,
I'm running a desktop with 2 screens, what I'm trying to do is to run two instances of wine at fullscreen, each at one of my screens. (I don't have an X server on each screen, is shared between the two).
I use:
wine explorer /desktop=NAME_$RANDOM,1280x1024 whatever.exe
to launch each application, but I want each to be on a different screen, as it is now both wine instances open on the same screen.
Is it possible?
Thanks in advance.
VgerStorm.
2007 Jun 06
4
globalize+acts_as_ferret
Hey all,
I''m using acts_as_ferret and globalize. I stumbled upon that post on google:
http://osdir.com/ml/lang.ruby.ferret.general/2007-01/msg00068.html
does anybody know if it''s included in the latest a_a_f or if it''s
planed to be? I can''t seem to find anything about it.
thanx in advance
Pat
2020 Jul 14
0
How to install libisl.so.19 on chromebook?
...| E: Couldn't find any package by regex 'libisl.so.19'
| > | ```
| > | I downloaded libisl.so.19 for debian, but where shall I place it?
| > | Is there an easier way to install this library?
| > | Thank you
| >
| > That is not the correct package name as it is a _file name_.
| >
| > Use eg
| >
| > https://packages.debian.org/
| >
| > to search (go to Search the contents of packages) or search directly via
| >
| > apt search libisl
| >
| > which will lead you to packages
| >
| > libisl-dev
| > libisl22 # on the relea...
2016 Aug 23
4
Sub addressing delimiters
Hello,
There is a disconnect between the way Postfix handles
recipient_delimiter and the way Dovecot handles it. For Postfix, it is
a set of delimiters that can each individually be used to separate the
address from the . In Dovecot, having multiple characters in
recipient_delimiters simply makes it a multi-character single delimiter.
For my purposes, the Postfix method is much more
2012 May 27
1
Thread Problem.
...ic_queue;
-Another global variable.
I'm now going to show the process of loading a song, storing it in that
last mentioned deque and then how it differs when music is it's own thread
and not it's own thread.
The load song function looks something like this:
void LoadSong(std::string name_, std::deque<RawOggData> &raw_oggs)
{
g_music_fade = 16;
KillStream();
music_queue.clear();
raw_oggs.clear();
//then something like this
//this is really a condition here which depends on
//the name variable parameter
//the important part is that it loads an...
2012 Feb 06
2
[PATCH 1/2] Revert "daemon: Run udev_settle after pwrite-device finishes."
From: "Richard W.M. Jones" <rjones at redhat.com>
This reverts commit a9c8123c72db47bcab8dd738e8d5256a9ae87f11.
---
daemon/file.c | 18 +++---------------
daemon/parted.c | 3 +--
2 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/daemon/file.c b/daemon/file.c
index 057e15d..91746e0 100644
--- a/daemon/file.c
+++ b/daemon/file.c
@@ -525,7 +525,7 @@