Displaying 6 results from an estimated 6 matches for "simpified".
Did you mean:
simplified
2015 Jan 25
1
[PATCH] fuse/gm107: simplify the return logic
Spotted by coccinelle:
drivers/gpu/drm/nouveau/core/subdev/fuse/gm107.c:50:5-8: WARNING: end returns can be simpified
Signed-off-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/nvkm/subdev/fuse/gm107.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drm/nouveau/nvkm/subdev/fuse/gm107.c b/drm/nouveau/nvkm/subdev/fuse/gm107.c
index ba19158..0b256aa 100644
--- a/drm/nouveau/n...
2008 Jan 24
1
Ryacas behaving weird
There is either something wrong with either me or is Yacas/Ryacas doing odd
things. See below I ask to simpify an expression and the there's output! If
this is a simplification.. well.. Do you think there is something set wrong
somewhere. Thanks.
> library(Ryacas)
Loading required package: XML
> a=Sym("a")
> N=Sym("N")
> b=Sym("b")
>
2002 Jan 04
1
extra whitespace around EPS files
I'm having difficulty getting rid of extra whitespace above and below an
EPS figure. For example, if I generate an output file using these
commands:
> R.test(output='none')
where:
R.test <- function(output=NULL) {
if (output == 'yes') {
ps.options(pointsize=10)
postscript('plot.eps', paper='special', horizontal=FALSE,
onefile=FALSE,
2017 Mar 20
1
User home and shell lookup on a Samba AD DC
...= yes
winbind use default domain = yes
winbind nss info = rfc2307
idmap config DCDOMAIN: backend = ad
idmap config DCDOMAIN: schema_mode = rfc2307
idmap config DCDOMAIN: range = 500-799999
idmap config *: backend = ad
idmap config *: schema_mode = rfc2307
idmap config *: range = 800000-999999
An (simpified) example user entry from the samba LDAP looks like this:
dn: cn=username,CN=Users,DC=....
cn: username
unixHomeDirectory: /home/group/username
displayName: user A
loginShell: /bin/bash
uidNumber: 666
gidNumber: 999
/etc/nsswitch.conf on both machines has:
passwd: compat winbind
group: compat winbi...
2019 Dec 03
7
[p2v PATCH 0/6] Use GLib a bit more
In an effort to reduce the code, start to use few bits of GLib:
- replace the gnulib c-type module
- replace the gnulib getprogname module
- use g_spawn_sync to launch curl, and drop a file reading function
Pino Toscano (6):
Include glib.h in p2v.h
Use g_ascii_isspace instead of c_isspace from gnulib
Use g_get_prgname instead of getprogname from gnulib
build: remove no more used gnulib
2008 Aug 01
0
multinomRob: Error in eigen [..] infinite or missing values in 'x'
...primary food choice of 219 alligators caught
# in four Florida lakes (fish, invertebrate, reptile, bird, other). The explanatory variables
# are categorical: L = lake of capture, G =gender, S = size ( . 2.3 m, > 2.3 m)
# After performing model selection, Agresti concludes that the example can be simpified by collapsing over gender
# Therefore, the model is (FoodChoice ~ Lake + Size)
# Fish was the most common food choice and is therefore used as baseline category
# Create Table 7.3 in Agresti 2002 (p 270)
size.labs<-factor(c("<2.3",">2.3"),levels=c(">2.3",&q...