Displaying 20 results from an estimated 2000 matches similar to: "Using object as literal value in list vector"
2010 Jan 25
3
Issue using tapply
Hello all,
I am trying to use the tapply function to sum some values and change the
column names of the resulting vector.
I input
Emp Et
1 10565 ACC
2 7515 ADM
3 625 AGF
4 6243 CNS
5 12721 EDU
6 3924 FIN
7 18140 HLH
8 3686 INF
9 15841 MFG
10 243 MIN
11 1864 MNG
12 4664 OSV
13 5496 PRF
14 4988 PUB
15 2166 REC
16 2153 REL
17 16082 RTL
18 3582 TRN
19 757 UTL
20
2010 May 28
1
Data frame manipulation
Hello All,
Please consider the following:
TotEmp<-c(19,6,1,1,8,44,2,33,48,1)
ClusterType<-c("AGF","CNS","OSV","RTL","RTL","TRN","REL","ACC_CLUST","RTL","WHL")
Taz<-c(0,0,0,100,100,100,101,101,102,103)
2018 Apr 06
3
Semi-OT: install python package in userspace
On 04/06/18 13:51, Ulf Volmer wrote:
> On 06.04.2018 18:25, m.roth at 5-cent.us wrote:
>> CentOS 7 box. As there's no package in any of the repos, we're trying to
>> install scikit-learn in the user's space. It refuses. My late try was,
>> after d/l a .whl from last year, hoping that would work with the numpy
>> package in the regular repos, I did a pip
2018 Apr 06
9
Semi-OT: install python package in userspace
CentOS 7 box. As there's no package in any of the repos, we're trying to
install scikit-learn in the user's space. It refuses. My late try was,
after d/l a .whl from last year, hoping that would work with the numpy
package in the regular repos, I did a pip install --user scikit-learn...,
and it still seems to want to write to system space: OSError: [Errno 13]
Permission denied:
2003 Aug 08
1
Mapping between domain NetBIOS name and DNS name ?
Hi,
Does anyone know how to lookup a domain's DNS name with its NetBIOS name ?
And how to do the reverse?
Thanks a lot.
Yuquan
2018 Apr 06
2
Semi-OT: install python package in userspace
Richard Demeny wrote:
> Just sudo it
>
> On Fri, 6 Apr 2018 17:25 , <m.roth at 5-cent.us> wrote:
>
>> CentOS 7 box. As there's no package in any of the repos, we're trying to
>> install scikit-learn in the user's space. It refuses. My late try was,
>> after d/l a .whl from last year, hoping that would work with the numpy
>> package in the
2018 Apr 10
2
Semi-OT: install python package in userspace
Just had a look at scikit-learn. An issue you have with the current
version of this package is that is depends on NumPy (>= 1.8.2). The
version of NumPy in CentOS 7 base is 1.7.1. You may need to look at
building a Python virtual environment. You can google that ;)
On Tue, Apr 10, 2018 at 9:43 AM, Richard Grainger <grainger at gmail.com> wrote:
> I created the epypel (Extra Extra
2018 Apr 06
4
Semi-OT: install python package in userspace
Valeri Galtsev wrote:
<snip>
>>> On Fri, 6 Apr 2018 17:25 , <m.roth at 5-cent.us> wrote:
>>>
>>>> CentOS 7 box. As there's no package in any of the repos, we're trying
>>>> to install scikit-learn in the user's space. It refuses. My late try
was,
>>>> after d/l a .whl from last year, hoping that would work with the numpy
2002 Jul 22
1
XP client awfully slow
Hi all,
please excuse my posting what is probably an FAQ, but getting the mail
archives is excruciatingly slow (~70 bytes/sec).
I have an XP professional box attached to a Samba server. It works
ok-ish (I can actually access everything) but everything is painfully
slow. Attaching a network drive takes at least 10 seconds, sometimes
longer. Word takes AGES to load (> 15 seconds before anything
2018 Apr 06
0
Semi-OT: install python package in userspace
On 06.04.2018 18:25, m.roth at 5-cent.us wrote:
> CentOS 7 box. As there's no package in any of the repos, we're trying to
> install scikit-learn in the user's space. It refuses. My late try was,
> after d/l a .whl from last year, hoping that would work with the numpy
> package in the regular repos, I did a pip install --user scikit-learn...,
> and it still seems to want
2018 Apr 06
0
Semi-OT: install python package in userspace
python has nothing to do with snakes. it was named after a television show..
On Fri, Apr 6, 2018 at 7:53 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu>
wrote:
>
>
> On 04/06/18 13:51, Ulf Volmer wrote:
>
>> On 06.04.2018 18:25, m.roth at 5-cent.us wrote:
>>
>>> CentOS 7 box. As there's no package in any of the repos, we're trying to
>>>
2001 Mar 15
0
Fwd: Re: win98-samba2.0.7 = Network collisions
looks like you sent this to the wrong person...
----- Forwarded message from JON GERDES <GERDESJ@gkn-whl.co.uk> -----
Envelope-to: mikef@mikef-linux-x86.matchmail.com
Delivery-date: Thu, 15 Mar 2001 00:18:43 -0800
Date: Thu, 15 Mar 2001 08:17:40 +0000
From: "JON GERDES" <GERDESJ@gkn-whl.co.uk>
To: <mfedyk@matchmail.com>
Subject: Re: win98-samba2.0.7 = Network
2010 Jun 22
2
[LLVMdev] RTL <-> SSA
Hi,
Does LLVM have passes that do translations between GCC RTL and LLVM
SSA, RTL -> SSA and SSA -> RTL?
Thanks.
--
Jianzhou
2015 Dec 08
3
compiler-rt fails to find <stdarg.h> on FreeBSD
I'm unsure why this is failing this week, but when I build for FreeBSD
HEAD, I now get a failure to find <stdarg.h>. Very strange. Maybe its
missing a -I /usr/include somewhere?
[1950/2811] Building CXX object
projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o
FAILED: /usr/bin/CC -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
2010 Jun 22
0
[LLVMdev] RTL <-> SSA
On Jun 22, 2010, at 10:29 AM, Jianzhou Zhao wrote:
> Hi,
>
> Does LLVM have passes that do translations between GCC RTL and LLVM
> SSA, RTL -> SSA and SSA -> RTL?
Nope. There has been some talk about doing a Clang -> RTL or LLVM IR -> RTL backend, to allow using the GCC backend with the Clang frontend, but I'm not aware of any progress on this. You could ask on the
2002 Mar 01
14
How to reduce size of samba binaries
Hi,
I'd like to reduce the size of the samba binaries. smbd for instance is
about 1.5 meg, which is way to much if you ask me. Is there a way to
create smaller binaries, maybe by compiling differently?
thanx,
Dennis
=====
__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com
2007 May 12
2
[LLVMdev] C back-end differences
On Fri, 2007-05-11 at 23:15 -0400, me22 wrote:
> On 11/05/07, Mohd-Hanafiah Abdullah <napi at axiomsol.com> wrote:
> > I've been looking for a C++ to C translator for quite some time.
> > The purpose is to support C++ for the compiler I developed targeting the
> > JVM. But the compiler I wrote only supports ANSI C (1989). So the C++
> > to C translator is
2017 Jun 08
2
Non-standard C++ usage
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:
In function ‘const char* __tsan::ReportTypeString(__tsan::ReportType,
__sanitizer::uptr)’:
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:95:41:
warning: ISO C++ does not allow ?: with omitted middle operand
[-Wpedantic]
return GetReportHeaderFromTag(tag) ?: "race on external object";
2007 Dec 28
5
Problem with RTL-8110SC/8169SC Gigabit Ethernet
Hi guys;
I'm having a problem with a new pc that has an Realtec ethernet device.
Don't know why the driver is not loading and is not detected during
installation process.
I tried to load r8169.ko unsuccessfully. It load but no device is
detected. No dmesg or /var/log/message.
?Any help on how I can configure correctly this ethernet device?
This are the data that I have:
# lspci
2009 Jan 21
2
[LLVMdev] Using LLVM as cross-compiler to C
Hi All - Newbie warning... I am developing for a target that does not have
a functioning C++ environment, and need to use C++. It was suggested that I
could use LLVM to compile to C (using llc -march=c), then run the resulting
C-code through the working C-cross-compilation tools. So, some newbie
questions:
(1) Is this crazy ?
(2) What happens to all the C++ RTL ? Is it statically linked as