Displaying 7 results from an estimated 7 matches for "doppelt".
Did you mean:
doppel
2012 Feb 16
1
Reading spss files into R - warnings
...d.spss("C:/Eigene Dateien/myspssfile.sav",to.data.frame=T)
I have read two different files into R (several times) and always got the
following two warning messages:
first file:
Warnmeldungen:1: In `levels<-`(`*tmp*`, value = if (nl == nL)
as.character(labels) else paste(labels, :
doppelt auftretende Faktorstufen werden nicht mehr zulässig sein2:
In `levels<-`(`*tmp*`, value = if (nl == nL) as.character(labels) else
paste(labels, :
doppelt auftretende Faktorstufen werden nicht mehr zulässig sein3:
In `levels<-`(`*tmp*`, value = if (nl == nL) as.character(labels) else
paste(...
2020 Jun 17
1
[PATCH] Kbuild for klibc and nfsmount: add -fcommon
-fcommon is not default anymore, with GCC 10 you get the following
failure without it:
KLIBCLD usr/klibc/libc.so
ppc-linux-ld: usr/klibc/globals.o:/root/packages/klibc-2.0.7/usr/klibc/../include/unistd.h:15: multiple definition of `environ'; usr/klibc/__shared_init.o:/root/ldb_base/ofl/packages/klibc-2.0.7/usr/klibc/libc_init.c:42: first defined here
ppc-linux-ld:
2020 Mar 27
2
[PATCH v2 1/5] Kbuild: add support for clang builds
From: Michael Davidson <md at google.com>
Add cc-name to klibc/scripts/Kbuild.include.
Make optimization flags not supported by clang conditional on cc-name.
Don't use -nostdinc when building klibc.
While klibc doesn't (shouldn't) use the standard header files
supplied by the toolchain, it does still need to be able to find
the compiler-specific header file
2001 Nov 07
3
samba PDC with NIS, or other solution?
We have a network with Windows NT/2000, SGI's, Linux, Macintosh, AIX. Our
user account/passwords for all our machines is handled by NIS on an AIX
machine.
Our unix machines autheticate through NIS. Our windows machines
authenticate by loging on to an NT server acting as the PDC, and that PDC
has a service installed on it called "WinDD NIS" (made by Tektronix I
think) which contacts
2011 Aug 17
0
Teleport 1.0.1
I just released the Teleport gem - easy Ubuntu server setup via
teleportation. Teleport sets up servers by "teleporting" to the machine
and running itself there. It installs Ruby, then follows the
instructions laid out in your Telfile to customize the server.
https://github.com/rglabs/teleport
The role/server setup is similar to Capistrano, though the syntax is
slightly different. You
2013 Oct 30
0
2013 Rails Rumble Gem Teardown
Hi guys. I just finished writing up my analysis of the gems used in the
2013 Rails Rumble:
http://www.dwellable.com/blog/Rails-Rumble-Gem-Teardown
The Rails Rumble organizers were kind enough to let me look at the Gemfiles
submitted by 221 teams. I spent a couple of days digging into the data. I
was able to answer questions like:
- Are people turning off turbolinks?
- Haml vs. Slim - fight!
2004 May 06
2
progress & redirects
Hi. I use rsync to suck down a large amount of data every night using a cron job that logs to a file. If you run rsync --progress and redirect to a log file you end up with the progress for each file piled up onto a single line. \r is generally ignored by editors and viewers. That leads to my question...
Would it be possible to have rsync output log-friendly progress if output is redirected?
For