search for: fett

Displaying 13 results from an estimated 13 matches for "fett".

Did you mean: fet2
2001 Mar 07
1
CalamusSL 2000 DTP program
...ith three sizes and one of the sizes is recognized as installed but the others aren't. Installed is: -windows-stemulator font normal-medium-r-normal--6-60- -windows-stemulator font normal-medium-r-normal--8-80- -windows-stemulator font normal-medium-r-normal--16-160- -windows-stemulator font fett-medium-r-normal--6-60- -windows-stemulator font fett-medium-r-normal--8-80- -windows-stemulator font fett-medium-r-normal--16-160- the name is correct (confirmed by the programmer) but only the size 8 is recognized -- 6 and 16 aren't ... Would be nice it we can make this program run under wi...
2008 Oct 08
10
Puppet Augeas Plugin
Bryan -- I''m using the puppet augeas plugin at http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD I''m running into a behavior that I wouldn''t expect. I''d like to confirm an entry in sysctl.conf by changing the value if necessary or appending the key/value if it
2011 Mar 04
2
Creating a .png with just an expression() in it
...regression analysis. In TeX, the line would be something like: $ size = 0.34 + 4.3 var_1 $ Can I create a plot window with just this line in it? I tried playing around with plot.new() or dev.new(), but didn't really find something that worked. Thanks in advance, Alex -- alexx at alexx-fett:~$ vi .emacs
2008 Dec 14
2
Sweave/Rweave and results="verbatim"
Hello, in a Rnw-file I have this used stuff to try out tex-results... ============================== <<>>>= texme <- function() cat( "{\\bf Hallo, das ist voll fett!}\n" ) @ <<results="verbatim">>= texme() @ ============================== I used this command: "R CMD Sweave example.Rnw" and got this error: ============================== [...] 7 : echo 8 : echo term verbatim (label=>) Error in match.arg(options$res...
2011 Mar 13
2
Setting the language of Rs error messages
...ts for.. well, the R language :) "R german english" just resulted in a bunch of dictionaries. I mostly run R within emacs; I don't know if that is relevant to my question. Can someone tell me how to configure R to speak english to me? Thanks in advance, Alex -- alexx at alexx-fett:~$ vi .emacs
2008 May 04
2
Ancova_non-normality of errors
...site 4.10 130.4 female 284 site 3.55 131.1 female 285 site 4.20 135.7 female 286 site 3.45 128.0 female 287 site 3.65 125.3 female The goal of my analysis is to work out what effect the categorial factors(origin, gender) on the relation between log(wt)~log(pes)(-->Condition, fett ressource), have. Does the source(origin) of translocated animals have an affect on performance(condition)in the new area? I have already a best fit model and it looks quite good (or not?see below). two slopes(gender difference)and 6 intercepts(3origin levels*2gender levels) lm(formula = log(wt...
2004 Mar 22
5
Your email message was blocked
MailMarshal (an automated content monitoring gateway) has not delivered the following message: Message: B0000c89bd.00000001.mml From: samba@samba.org To: lianaj@balgrammar.vic.edu.au Subject: Question This is due to automatic rules that have determined that the intended recipient is not authorized to receive messages with certain potentially dangerous filetypes attached.
2010 Dec 03
1
Passing par()-parameters to many plot()s in a function
...d? This is how I tried to do it (without success): clu <- function(x,k=3){ cat("pwd: ",getwd(),"\n") pdf(file="img%03d.pdf",onefile=FALSE) op <- par(oma=c(0,0,0,0)) # more lines, 10 plot() commands, etc par(op) return(stuff) } -- alexx at alexx-fett:~$ vi .emacs
2004 Dec 08
0
Joining ADS errors when using net ads join command
...e been R'ing TFM but I can't seem to find any help with this problelm. When I attempt to get samba to join the active directory domain I get the following error message: [2004/12/08 14:42:51, 0] libads/kerberos.c:get_service_ticket(335) get_service_ticket: kerberos_kinit_password BOBA-FETT$@WESTAM-US.CORP@WESTAM-US.CORP failed: Client not found in Kerberos database Bus Error I have an account created in the active directory server, so I have no idea why its coming back with Client not found. Does the repetition of the realm (i.e. my.realm@myrealm) make sense? If that is what is c...
2011 Mar 16
5
R² for non-linear model
Dear List, how can I obtain the value of r suqared for a non-linear model? For linear models it can be found in the summary() of the model but for non-linear models I just don't know. Please help! Anna
2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
...NTER (buffer->length)) { + swfedit_token_set (token, i / list->n_defs * list->n_defs + j - 1, + GUINT_TO_POINTER (buffer->length)); + } + swfdec_buffer_unref (buffer); + } + } /* maybe add items */ if (i == token->tokens->len - 1) { - g_print ("add fett neue items, man!\n"); for (j = 0; j < list->n_defs; j++) { const SwfeditTagDefinition *def = &list->def[(j + 1) % list->n_defs]; swfedit_tag_add_token (SWFEDIT_TOKEN (list), def->name, def->type, def->hint); diff --git a/test/swfedit_tag.c b/test/swf...
2007 Feb 13
0
9 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c
...lity */ + for (j = i + 1; j % list->n_defs != 0; j++) { + if (list->def[j].n_items == (j % list->n_defs) + 1) { + swfedit_token_set_visible (token, j, entry->value != NULL); + } + } + /* maybe add items */ + if (i == token->tokens->len - 1) { + g_print ("add fett neue items, man!\n"); + for (j = 0; j < list->n_defs; j++) { + const SwfeditTagDefinition *def = &list->def[(j + 1) % list->n_defs]; + swfedit_tag_add_token (SWFEDIT_TOKEN (list), def->name, def->type, def->hint); + } + } +} + +static void +swfedit_lis...
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
...Defining what's morally acceptable really comes down to seeing whether or not you care ... about yourself or something just like you--and you can see clearly in places like Black Mirror that these questions are being posed to us, but it's not really as clear as ... would you want to be Boba Fett--and have an army of /just you/ ... fighting ... /just you/ ... for control of the MadaMverse, for instance? When we start looking at it, there's grey areas and more questions and significantly more ... you involved ... that's going to need to go into whether or not it's OK to forget a...