Displaying 7 results from an estimated 7 matches for "nocaps".
Did you mean:
ncaps
2009 Feb 09
2
length of object in repeated measures
...6.2
1 15 10.0
2 3 8.1
2 10 12.8
3 2 5.9
3 10 7.1
3 15 15.4
3 17 16.2
Now, I would like to add a column that shows the number of captures per
Animal (so it'll look like this:)
Id .... NoCaps
1 .... 3
1 .... 3
1 .... 3
2 .... 2
2 .... 2
3 .... 4
3 .... 4
....
I understand that with
tapply(Id,Id, length)
I can find out how many times each animal was caught, but how do I get this
information into an extra column? I'm sure, this is an easy...
2006 Mar 14
0
CentOS4 on Dell Inspiron 9300
...;XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver...
2001 Nov 06
0
[PATCH] nomtab support
...;
- if(opt != 'o') {
+ opt = getopt(argc, argv, "no:");
+ if (opt == 'n') {
+ DEBUG(0,("No mtab!\n"));
+ no_mtab = True;
+ opt = getopt(argc, argv, "o:");
+ }
+ if (opt != 'o') {
return;
}
@@ -782,6 +794,8 @@
if(!strcmp(opts, "nocaps")) {
fprintf(stderr, "Unhandled option: %s\n", opteq+1);
exit(1);
+ } else if(!strcmp(opts, "nomtab")) {
+ no_mtab = True;
} else if(!strcmp(opts, "guest")) {
*password = '\0';
got_pass = True;
2013 Aug 30
2
Samba 4 and bad lockout attempts
Hi,
I have a big problem.
I see that samba 4 don't have bad lockout attempts and if samba don't have
this, I cannot deploy samba 4.
This setting is a security setting, it's very important.
A virus attack can be modered by this setting (password crack) and the
security bookfor IS from my compagny says :
11.1.3 User password management
11.1.3.1 Recommendations for access
2007 Apr 30
1
Strange behavior in X, esp. VMWare Windows
...de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Pr...
2006 Sep 29
1
4.4 on Dell D620: widescreenresolution?
Hi,
Did anyone manage to get 4.4 working on a Dell D620 laptop? The thing
has a 1440x900 LCD screen, but I don't get X the work with that
resolution. (lspci: Intel Corporation Mobile 945GM/GMS/940GML Express
Integrated Graphics Controller (rev 03))
Google suggested to use '915resolution', which I installed
(915resolution-0.5.2-1.el4.rf), but that doesn't help.
Regards,
--
2005 Aug 02
1
Conflict between mouse and tablet
...ot;XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse&qu...