Displaying 20 results from an estimated 30 matches for "3795".
Did you mean:
375
2013 Nov 04
2
Fwd: recodificar variables
Buenas noches, mi pregunta es tal vez sencilla.
tengo esta libreria y estos datos
library(nlme)
data(MathAchieve) Infoest = MathAchieve
en esta base quiero contar la cantidad de casos en la que la columna Sex,
toma el valor Female, como puedo hacerle el filtro para ver solo los
Females.
y como puedo dentro del mismo conjunto de datos agregar la variable
numerica que me cuente 1 si es Female y 0
2005 Jan 25
1
3.0.11pre2 and wbinfo --users-sids
...0.11pre1
(everything else being held steady) corrects the error I'm seeing.
#wbinfo -n <username>
<big long SID>
#wbinfo --user-sids=<big long SID>
Could not get group SIDs for user SID <big long SID>
The specific errors were these:
Jan 25 10:08:18 discovery winbindd[3795]: [2005/01/25 10:08:18, 0]
rpc_client/cli_pipe.c:rpc_api_pipe(435)
Jan 25 10:08:18 discovery winbindd[3795]: cli_pipe: return critical
error. Error was NT_STATUS_INVALID_HANDLE
It appears that the command will be successful the first attempt after
starting winbind, but will fail every time after...
2013 Nov 04
0
Fwd: recodificar variables
...(MathAchieve, subset=Sex=="Female")
Crear una nueva variable recodificando "Sex" puedes hacerlo asÃ:
> Sex_recode <- Recode(MathAchieve$Sex, '"Female"=1; "Male"=0; ;', as.factor.result=TRUE)
> summary(MathAchieve$Sex)
Male Female
3390 3795
> summary(Female$Sex)
Male Female
0 3795
> summary(Sex_recode)
0 1
3390 3795
Un Saludo,
Miguel.
-----Mensaje original-----
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org] En nombre de Lex B
Enviado el: lunes, 04 de noviembre de 2013 4:4...
2017 Aug 23
2
rsync got stuck
...udo ps -fe | grep rsync
abc 3794 3793 0 01:12 ? 00:00:00 /bin/sh -c flock -xn /tmp/LOCKFILE -c "/usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=\"/.*\" /SRC_PATH/ DEST_____IP:/DEST_PATH/"
abc 3795 3794 0 01:12 ? 00:00:00 flock -xn /tmp/LOCKFILE -c /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude="/.*" /SRC_PATH/ DEST_____IP:/DEST_PATH/
abc 3796 3795 0 01:12 ? 00:00:00 /bin/sh -c /usr/bin/rsync...
2005 Mar 19
2
More HEAD wierdness (chan_sip, jitterbuffer/PLC problems)
Hello,
After checking out CVS HEAD from yesterday (for those new
PLC/Jitterbuffer patches), I was affected by bug 3795 with my Polycom
IP600's. After seing it resolved as of this morning (thanks Mark), I
decided to try again...
I can answer incoming calls. No problem there. Putting calls on hold,
however, results in my Polycom IP600 indicating the call on hold, but
the caller does not hear any music....
2016 Apr 26
1
ylim in barplot()
...with saving directly in RStudio is that it requires to
manually save the plot, and this becomes troublesome when there are a
lot of plot commands in a single script.
Bests,
Ivan (on behalf of St?phanie)
--
Ivan Calandra, PhD
Scientific Mediator
University of Reims Champagne-Ardenne
GEGENAA - EA 3795
CREA - 2 esplanade Roland Garros
51100 Reims, France
+33(0)3 26 77 36 89
ivan.calandra at univ-reims.fr
--
https://www.researchgate.net/profile/Ivan_Calandra
https://publons.com/author/705639/
Le 25/04/2016 21:16, David L Carlson a ?crit :
> If you are using a Windows system, you can Export the...
2012 May 22
1
warnings met in introduce extent buffer cache for each i-node patch
...;local_index);
+ inode, parent_ino, &local_index);
}
return ret;
}
Thanks.
Tim
May 22 09:23:57 bigbox kernel: [56455.532138] ------------[ cut here ]------------
May 22 09:23:57 bigbox kernel: [56455.532146] NG: at fs/btrfs/extent_io.c:3795 free_extent_buffer+0x31/6455.532189] Hardware name: PRIMEQUEST 1800E2
May 22 09:23:57 bigbox kernel: [56455.53nked in: scsi_ram lockd nf_conntrack_ipv4 nf_defrag_ipv4 xtfat ioatdma i2c_i801 i7core_edac e1000e microcode edac_core i2c_core igb iTCO_wdt iTCO_vendor_support dca uinput sunrpc usb_storts...
2011 May 24
1
Loading an S object into R
...3671 3672 3673 3674 3686 3687 3688 3689 3690 3691 3693 3694 3695 3696 3697 3698 3709 3710 3711 3713 3719 3722 3726 3728 3729 3730 3732 3733 3734 3735 3736 3737 3740 3741 3742 3743 3744 3746 3756 3758 3759 3760 3761 3762 3766 3767 3768 3769 3770 3771 3772 3777 3783 3784 3787 3788 3789 3790 3791 3792 3795 3798 3801 3802 3803 3805 3814 3817 3818 3819 3821 3822 3824 3826 3836 3837 3838 3840 3841 3842 3848 3850 3854 3855 3856 3857 3858 3864 3868 3870 3871 3878 3884 3888 3898 3900 3901 3902 3903 3904 3905 3912 3914 3915 3916 3917 3918 3921 3924 3927 3928 3930 3931 3932 3935 3946 3947 3948 3949 3951 3952...
2024 Mar 11
2
[Bug 3671] New: Improve PuTTY version detection
https://bugzilla.mindrot.org/show_bug.cgi?id=3671
Bug ID: 3671
Summary: Improve PuTTY version detection
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Regression tests
Assignee: unassigned-bugs at
2008 Jan 14
0
[LLVMdev] Trying to compile frontend 4.0 fails on cygwin
...or flex
configure:2936: checking for flex
configure:2971: checking for makeinfo
configure:3618: checking for i686-pc-cygwin-ar
configure:3651: checking for ar
configure:3690: checking for i686-pc-cygwin-as
configure:3723: checking for as
configure:3762: checking for i686-pc-cygwin-dlltool
configure:3795: checking for dlltool
configure:3834: checking for i686-pc-cygwin-ld
configure:3906: checking for i686-pc-cygwin-nm
configure:3939: checking for nm
configure:3978: checking for i686-pc-cygwin-ranlib
configure:4011: checking for ranlib
configure:4050: checking for i686-pc-cygwin-windres
configure:40...
2007 Apr 10
6
getting output of STDOUT in spec
Consider the following method:
def name_to_terminal
puts "Scott Taylor"
end
How would I spec this out?
Scott
2006 Apr 18
6
Asterisk service crashes
...2488 508 tty6 Ss+ 17:40 0:00
/sbin/mingetty tt
root 3754 0.0 0.1 6984 2244 ? Ss 17:56 0:00 sshd: bpiper
[pri
bpiper 3768 0.0 0.1 6984 2320 ? S 17:56 0:00 sshd:
bpiper@pts/
bpiper 3769 0.0 0.0 4560 1456 pts/1 Ss 17:56 0:00 -bash
root 3795 0.0 0.0 5696 1240 pts/1 S 17:56 0:00 su
root 3796 0.0 0.0 4608 1464 pts/1 S+ 17:56 0:00 bash
root 12046 0.0 0.1 7440 2248 ? Ss 21:30 0:00 sshd: bpiper
[pri
bpiper 12048 0.0 0.1 7440 2316 ? S 21:31 0:00 sshd:
bpiper@pts/
bpiper 12049...
2016 Apr 25
0
ylim in barplot()
If you are using a Windows system, you can Export the plot from RStudio and save it as a metafile without using package devEMF and it will crop the bars with xpd=FALSE. When I used devEMF on a Windows machine, the bars were not cropped with barplot() as you indicated, but when I switched to plotrix::barp() they were cropped. The arguments are a bit different, but I did not need xpd=FALSE:
2015 Jan 24
4
Indexing Mail faster
Hi,
I am trying to get faster search results on our webmail client(Roundcube).
Besides using Lucene for FTS are there other options?
Would having all mails indexed give fast results?
Currently the time it takes to search 25,000mails is 4mins. If indexed how
much faster are we looking at?
Really appreciate if someone could advise about this.
Thanks
Kevin
2015 Jan 24
0
Indexing Mail faster
...2640 2642 2673 2784 2797 2799 2800 2821 2830 2849 2857 2863 2894 2895 2943 2944 2953 2954 2955 3049 3050 3052 3195 3244 3418 3419 3420 3421 3425 3465 3470 3474 3530 3543 3544 3546 3549 3550 3569 3572 3593 3602 3643 3647 3648 3649 3650 3654 3655 3656 3673 3674 3721 3722 3723 3724 3728 3740 3741 3772 3795 3797 3799 3803 3804 3806 3830 3832 3837 3838 3839 3840 3841 3859 3865 3866 3867 3875 3896 3898 3907 3915 3919 3924 3925 3927 3949 3951 4029 4031 4043 4073 4083 4084 4085 4087 4089 4091 4094 4096 4185 4186 4350 4354 4400 4401 4403 4404 4405 4406 4417 4419 4422 4423 4424 4425 4427 4431 4463 4501 4554...
2009 Jul 22
4
Xen 3.4.1-rc7 network problem (vif/tap)
Hi,
I''m now blocked for 2 days on getting the network to work in my domU. Here is
the problem :
The domU refuses to start when a vif is configured. It''s just staying paused
for about 1m40s, then the xm create command line give back with an
"Error: Device 0 (vif) could not be connected. Hotplug scripts not working.",
and the domU is destroyed.
Nothing particular
2016 Apr 25
2
ylim in barplot()
Dear useRs,
I'm having troubles with using ylim in barplot(): even though I reduce
the y-scale using ylim, the bars still extend down to 0into the x-labels.
The sample data is below, and here is the code.
#This works fine but I would like to plot only from 50 to 70:
barplot(t(mydata), beside=TRUE, col=c("orange", "green", "yellow",
"purple"),
2011 Mar 22
2
Bug#619253: xen-utils-4.0: xend service can't start because of xenstored segfault
Package: xen-utils-4.0
Version: 4.0.1-2
Severity: normal
Tags: squeeze
I have 3 VM running. I have upgraded debian squeeze to 6.0.1 (new kernel
package 2.6.32-31) and restarted my server. VM were still running. After
reboot I could not start xend service (from init.d). I got following
errors:
kern.log:
Mar 22 15:07:30 router kernel: [53888.212756] xenstored[7232]: segfault
at 7fff056b5ff8 ip
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris
10. For some reason since yesterday, the smbd process just "hangs" at
the start.
No log is generated on server side
Where smbd is started, I can't find any open port on 139 or 145
My OS is Solaris 10
# uname -a
SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120
#
2003 Aug 26
6
Bad packet length error
...read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: Server will not fork when running in debugging mode.
Connection from 192.168.0.3 port 3795
debug1: Client protocol version 2.0; client software version OpenSSH_2.9p2
debug1: match: OpenSSH_2.9p2 pat ^OpenSSH
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-1.99-OpenSSH_2.9p2
debug1: Rhosts Authentication disabled, originating port not trusted.
debug1: list_ho...