Displaying 20 results from an estimated 124 matches for "fruitlessly".
Did you mean:
fruitless
2019 Sep 13
6
Is the smbldap-tools package no longer maintained?
I've been trying to find news on the smbldap-tools package from IDEALX
but my google searches have been fruitless. In my FreeBSD port build
run yesterday I noticed that the port is listed as *broken* because
the download link no longer works. Is there a new home for this code
or has it lost it's maintainer?
*Note* I was able to build against a cached download but if the
(download)
2004 May 28
5
Time to lock down v1.1?
Isn't it about time to lock down added functionality to v1.1 and fix
the remaining bugs?
There has been a significant amount of traffic on the cvs list, the irc
and other channels with folks spending time adding new functionality to
Head. Think its time to lock it down, fix the bugs that have been introduced,
and get to "something" that the _majority_ can agree to call v1.1 Stable
2017 Sep 24
2
Call for testing: OpenSSH 7.6
On 23 September 2017 at 17:37, Zev Weiss <zev at bewilderbeest.net> wrote:
[....]
> And now I'm not able to reproduce the failure at all, with or without that
> patch. Not sure what could possibly be different (same git commit, same
> terminal session/environment, same 'make' command), but repeated attempts
> have been fruitless
You didn't happen to upgrade
2008 Jan 06
0
[LLVMdev] RFC: 2008 LLVM Conference
If the time is convenient, I'd love to attend (I'm a newbie with LLVM,
but am starting to integrate it into my personal project).
I do have a question, as my google searches are fruitless: when and
where was it last year?
-Jon
On Jan 6, 2008, at 5:26 AM, Bill Wendling wrote:
> Hi all,
>
> It's the new year! So the question on everybody's mind is, of course,
>
2007 Dec 06
2
simple problems
Hello R users,
I have been looking through Help files and Nabble list for the answers for
these simple questions, but it seems to be fruitless.
1- in a data frame with two columns, x and y, how do I get the corresponding
value of x to, let's say, the minimum value of the y column (min (data$y)) ?
2- how do I solve a simple equation? Considering the equation y= exp(-x)^12,
I would like to find
2007 Nov 18
2
Dell Wireless WLAN Card Utility - mini-pci wireless card 1390
Is there any way I can find a driver and/or get the above wireless card
working in CentOS 5 on my Dell laptop (Inspiron 1501). I've installed
ipw2200 from RPMForge, but it now appears that this won't work because
the card is not an Intel PRO/Wireless card. Dell seem to support only MS
Windows Vista now so I don't think there's much chance of getting a
driver from them - so am I on
2007 May 15
2
Optimized File Reading with R
Dear All,
Hope I am not bumping into a FAQ, but so far my online search has been fruitless
I need to read some data file using R. I am using the (I think)
standard command:
data_150<-read.table("y_complete06000", header=FALSE)
where y_complete06000 is a 6000 by 40 table of numbers.
I am puzzled at the fact that R is taking several minutes to read this file.
First I thought it may
2008 May 08
2
Linux installation
I have just installed R under Linux and had a tricky time finding out
that I needed to install r-devel as it was not suggested by yum and does
not appear in any of the FAQs. Everything was fine until I tried to
install tseries then I was told in the compiler output that R.h was
missing. Obviously a search on Google proved fruitless and I was forced
to ask on r-help. I am now kicking myself, of
2004 Oct 07
8
Equivalents of Matlab's 'find' and 'end'
Sorry if these questions have been asked recently--I'm new to this list.
I'm primarily a Matlab user who is attempting to learn R and I'm searching for possible equivalents of commands that I found very handy in Matlab. So that I don't seem ungrateful to those who may answer, I HAVE determined ways to carry out these processes in 'brute force' sorts of ways in R code,
2007 Nov 04
6
Missing model error
I am storing a shape object in a session, and somewhere I picked up
that to make sure I can restore the full glory of Shape, I needed
this line in ApplicationController
model :Shape
So, of course, I also have a file /app/models/shape.rb
All was working well, but then I decided I''d rather name the model
MyShape.
So, I
- edited the filename to "my_shape.rb"
- edited
2007 Dec 20
2
SHLIB steps on a Makefile
Hi,
I need to create a Makefile.win for a given package so as to fiddle
slightly with the compilation process. My Makefile works fine in Linux
but I am having trouble creating Makefile.win for MinGW. I first
looked at the commands that Rcmd SHLIB appeared to be running and
copied those onto the Makefile. But one step seems to be missing, the
creation of the _res.rc file needed by windres
2015 Oct 26
5
Still fighting localboot on EFI - looping
I'm still trying fruitlessly to get some sort of local disk boot from
syslinux EFI to work... using the 6.03 modules. Tried various
combinations of configurations on Gene's test binaries.
For reference this is on different models of HP Proliant Gen-9 systems
with UEFI. Firmware as up to date as it comes. The UEFI boo...
2008 Oct 24
2
Sporadic One Way Audio
I'm having an unusual problem at one of my branch offices. Every now
and then they will make a call and the person they call is unable to
hear them, but they are able to hear the person. The Asterisk server
has only one ethernet interface and is on the same physical network as
the 2 snom 300 phones and is connected to the PSTN lines with a Rhino
R4FXO-EC card. Usually hanging up and
2008 Jan 06
6
[LLVMdev] RFC: 2008 LLVM Conference
Hi all,
It's the new year! So the question on everybody's mind is, of course,
"Will there be another LLVM conference?". I'm sending this out to
gauge interest levels. People seemed to like the conference last
year, and I personally enjoyed meeting the LLVM community. If people
are interested in having one this year, then we can start the process.
So, what say ye?
>
-bw
2002 Nov 11
3
PDF Creation
I am not on the SAMBA list - so please if you reply remember to CC me.
My Linux users have access to ps2pdf - a nice tool to convert Postscript
files
to PDF files.I'd like to make it available to my PC Users - who don't
understand
what a command line prompt is....
I know the following works:
1) On my Windows machine - Add a new printer
an APPLE LASER POSTSCRIPT WRITER
But
2000 May 04
1
accessing Datasets
Dear R people,
This is probably a FAQ, and a silly question besides, but...
a lot of R packages have datasets contained within them. cf. spatial has
"topo". Once I have loded the appropriate library, how do I access the
datasets contained within? I know this must be very simple, but I have
spent some (fruitless, frustrated time) trying to do this, so am asking
for help.
2003 Jun 13
1
Factorial function in R?
Is there a native factorial function in R [my searches have been
fruitless], or do I need to use gamma() function?
*********************************************************************
Dr Peter Caley
CSIRO Entomology
GPO Box 1700, Canberra,
ACT 2601
Email: peter.caley@csiro.au
Ph: +61 (0)2 6246 4076 Fax: +61 (0)2 6246 4000
*********************************************************************
2003 Dec 15
2
Appending intermediate terms in a For Loop
R UseRs:
I can't figure out how to append intermediate terms inside a For loop. My
use of append(), various indexing, and use of data frames, vectors,
matrices has been fruitless. Here's a simplified example of what I'm
talking about:
i <- 1
for(i in 10) {
v[i] <- i/10
}
> v
[1] 1 NA NA NA NA NA NA NA NA 1
I would like: [1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
2004 Jun 08
1
samba/AD expert? for pay?
Howdy.
What's a good way to locate a Samba/Active Directory expert (for pay)?
I just don't have time to read every HOWTO I can find, and the many
hours I've spent trying to apply the scraps of things I've read have
been nearly fruitless.
I will provide a list of goals, and assuming the expert agrees all goals
are achievable, I (my company) would gladly pay for that expert to
2012 Apr 05
1
ramdisk_size=9216 - but why?
All,
My name is William Russell and I am setting up a PXE Boot server on RHEL6
to server RHEL5 & 6 network installations.
I'm just trying to document and optimize my setup which I moved from a
RHEL5 server. I noticed that I have "ramdisk_size=9216", but after a
fruitless search online, I still don't understand why we chose 9MB - it
seems so random. Many others have used