Displaying 20 results from an estimated 1000 matches similar to: "Porting Wine To Visopsys"
2017 Sep 19
3
what do you think about write.table(... qmethod = "excel")?
Last week one of our clients reported trouble with a csv file I
generated with write.table. He said that columns with quotes for
character variables were rejected by their data importer, which was
revised to match the way Microsoft Excel uses quotation marks in
character variables. I explained to them that quoted character
variables are virtuous and wise, of course, but they say Microsoft
Excel
2002 Jul 13
2
Win98s and Samba
Hello Everyone,
I am relatively new to linux and Samba and I am having some difficulties
setting Samba up as a Primary Domain Controller.
Ihave read the Pdf document called "Using Samba as a PDC" by
developrWorks and I have read most of the Howto documents relating to Samba.
When I try to connect to my samba server with Win98se I get the message
"no Domain server was able to
2007 Nov 07
1
Aggregate with non-scalar function
R-Helpers,
I'm sorry to have to ask this -- I've not used R very much in the last
8 or 10 months, and I've gotten rusty.
I have the following (ff2 is a subset of a much, much larger dataset):
> ff2
hostName user sys idle obsTime
10142 fred 0.4 0.5 98.0 2007-11-01 02:02:18
16886 barney 0.5 0.2 94.6 2007-10-25 19:12:12
8795 fred 0.0 0.1 99.8
2006 Aug 10
4
PXE and Hard Drive Test Programms
Hi!
I have problems to boot with memdisk and pxe the hard drive tests from
seagate, hitachi, western digital... does has someone done it and can
sym me how? (maxtor works perfectly)
ByE
2001 Feb 21
2
OpenSSH 2.5.1 compatibility problem
SSH server specs:
-----------------------
Redhat Linux 6.2
Custom built 2.2.17 kernel
OpenSSL 0.9.5a (update from RedHat).
OpenSSH 2.5.1p1
I am using my Linux box as an Internet gateway. I wanted to keep
the box as secure as possible while still having the functionality I
needed. The only way to connect to my server is through SSH. A fair
majority of the time I am attempting to
2005 Dec 26
5
linux install of RR
Hi. I''ve installed ruby, gems, rails into a user directory according to the
installation instructions (for linux). I haven''t setup any path information
nor setup any symlinks or any compilation options. When I try rails, I find
that the system accesses controllers but that the corresponding views are
not displayed. I wonder if there is something that I forgot to configure
2007 Mar 26
1
data-frame adding/deleting column
Hallo,
I have got an existing data frame and want to add a new column. The
existing data frame was created like this:
> df <- rbind( c("Fred", "Mary", 4), c("Fred", "Mary", 7),
+ c("Fred", "Mary", 9), c("Barney", "Liz", 3),
+ c("Barney", "Liz", 5) )
> df
2018 Jun 12
9
RFC: Bug-closing protocol
TL;DR: It's okay to close a bug, if you can justify it properly.
Recently there has been a spate of bug-closing with what I would call
inadequate documentation. Comments such as "Obsolete?" or "I assume
it's fixed" could be applied to nearly every open bug we have. While
this does reduce the open bug count--something I have been watching
with morbid fascination
2007 Mar 26
5
Listing function
Hallo,
I build a list by the following way:
Lst = list(name="Fred", wife="Mary", no.children=3, cild.ages=c(4,7,9))
I know how I can extract the information one by one. But now I want to
add a new entry which looks like
name="Barney", wife="Liz", no.children=2, cild.ages=c(3,5)
How can I add this information to Lst without overwriting the first
entry?
2006 Sep 05
1
em watchdog timeout on UP, 6-stable
Updated my Athlon-xp 6-stable system last night, got an em watchdog
timeout for the first time a few hours later, during a fairly
high-traffic period. System is UP but does have device apic in
the config. Any chance this is the recent race condition?
Workaround? ifconfig em0 down, ifconfig em0 up seemed to cure it,
at least for the moment.
Thanks,
Barney Wolff
--
Barney Wolff I never
2005 Dec 22
11
first day using rails
Hi - this is my first day with Ruby on Rails.
I''m starting out by working through the Helloworld (Hello Ruby) example
program printed up in "Agile Web Development with Rails."
My steps are as in the text:
1. ruby script/generate controller Say
2. edit the proper file and add the hello method
3. fire up the browser using address http://localhost:3000
4. fire up the
2008 Jul 14
4
Execute some steps if a file isn't present
Hi all,
I''ve come quite far with my puppet setup, but a few times I got this
problem:
I want to execute a few things if a file isn''t present on the puppet
client.
For example: I want puppet to check if the mod_passenger apache module
exists. If not: installl passenger from gem. Execute the installer,
copy the config file and enable the module with a2enmod.
What would be the
2020 May 07
2
Ld64.lld cannot find Foundation framework
James, many thanks.
Is there any linker available for Macs that has a freely available binary version?
I thought maybe that GNU’s linker might fit the bill?
I cannot use Apple’s linker from /usr/bin/ as it is not allowed to make external calls from a sandboxed app.
Hence my interest in the LLVM lld.
> On 7 May 2020, at 19:21, James Y Knight <jyknight at google.com> wrote:
>
> On
2007 May 28
5
CTI in ActiveRecord
I search an plugin or gem, but don''t find nothing satisfactory. I
believe to be stranger a technology that nails the DRY, have that create
you vary equal tables, instead of using inheritance.
Exists an soluction for this? I want a solution similar to this:
create_table :people |t| do
t.column :name
t.column :address
end
create_table :customer |t| do
t.column :person_id
2009 Jan 24
6
Silly idea, but just might work
What if I copied my C:\Windows Directory from my Windows box to Wine's C:\Windows directory? Would it work any better?
2011 Jul 14
2
belongs_to --- has_many should update automatically?
On p. 299 of the current Rails book it says that "Active Record takes
care of saving all the dependent child rows when you save a parent
row." So, when I add a row to the table that has "belongs_to" in its
model, shouldn''t the table with the "has_many" be updated with data
from the foreign key? If not, how do I save data from a form into
more than one
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
Hi,
I seem to be having trouble getting more than 10 hits from
Index#search_each since upgrading to 0.10.2 (ie, this was working in
0.9.4). Maybe a bug, as the #search_each doesn''t seem to use the options
parameter any more ?
Thanks,
Neville
===========================================
require ''rubygems''
require ''ferret''
p Ferret::VERSION
idx =
2011 Sep 22
3
Wine on non-Unix platforms
Greetings everyone. Let me start by stating that I appreciate the enormous undertaking that Wine has been, and I am not suggesting that the ideas I will ask about in this post would be easy (or even possible) to implement, so there's no need to flame the n00b.
As I understand it, Wine is an implementation of the Windows API for Linux and other Unix-like operating systems (Mac OS X, FreeBSD,
2006 Mar 09
3
Karanbir CentOS REPO - Breakability?
How many of you have tried out the KBS CentOS Fedora Extras rebuilds?
In my case i enabled his misc and extras repo on a test machine and
- it proceeded to install apt that nuked the dag and centos list
files.
- It also installed a very new version of wine, wine-devel and
wine-tools that broke my wine apps. the centOS rpms from winehq work
like champs. The winetools 0.9.3 rpm as linked from
1998 Jun 03
1
R-beta: offset and glm again
I guess I understand it now (although it is surprising to me).
The following is a valid model formula
fred ~ wilma + offset(barney)
that sets the model offset to barney.
Given that this works, it would seem that one could remove the
offset =
argument from the glm call (and document the offset feature somewhere).
Too bad that one can't set weights the same way.
The anova bug when offsets