similar to: =?ISO-8859-1?B?QXhlbCBIZWxsbWlnIGlzdCBhdd9lciBIYXVzLg==?=

Displaying 20 results from an estimated 100 matches similar to: "=?ISO-8859-1?B?QXhlbCBIZWxsbWlnIGlzdCBhdd9lciBIYXVzLg==?="

2009 Aug 21
1
Little trouble with samba authentication in domain windows AD
Hi, I'm not sure if this issue is due to a samba behaviour, but I try to post this question... I've joined my (virtualbox) ubuntu in my AD windows domain, following Ubuntu instruction . So it seem almost everithing is ok, my login authentication seem doing fine, I perform it with 'MYDOMAIN\myuser" without problem. When I browsing my network and clikking on my server share
2002 Oct 03
1
Autoreply to samba digest, Vol 1 #1685 - 12 msgs
Vielen Dank für Ihre e-mail. Da ich vom 30.09.-06.10 in Urlaub bin, kann ich sie leider erst danach bearbeiten bzw. beantworten. In dringenden Fällen, können Sie sich gerne an meinen Kollegen Herrn Lamotte wenden. Er hat die email-Adresse hans.lamotte@umbreit-kg.de und ist telefonisch unter 07142/596-152 zu erreichen. Mit freundlichen Grüßen Michael Müller G. Umbreit GmbH & Co.KG
2009 Nov 02
2
Remote IP Phone's
Hi all, I am wondering what people are doing for security when registering IP phone's remotely if you do not have the equipment to do a VPN tunnel at the remote site. The phone I would be working with mainly is the Polycom lineup. Thanks, Connor Spiess -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 21
2
Help on qpcR package
I am using R on a Windows XP professional platform. The following code is part of a bigger one CODE press=function(y,x){ library(qpcR) models.press=numeric(0) cat("\n") dep=y print(dep) indep=log(x) print(indep) yfit=dep-PRESS(lm(dep~indep))[[2]] cat("\n yfit\n") print(yfit) yfit.orig=yfit presid=y-yfit.orig press=sum(presid^2)
2009 Jul 23
1
Network from package functions
Dear R-helpers, does anyone know of some package/function that can build a network from the functions that are implemented in a package, i.e. visualize the cross-references from one function to another in the same or some dependent package? An example would be a function like 'nls' on top of the hierarchy and then a network of nodes from the functions that are called within 'nls'
2008 Mar 25
1
Error propagation
Dear R-helpers, I´m in the context of writing a general function for error propagation in R. There are somehow a few questions I would like to ask (discuss), as my statistical knowledge is somewhat restricted. Below is the function I wrote, the questions are marked. Many thanks in advance. propagate <- function(expr, varList, type = c("stat", "raw"), cov = TRUE) {
2010 Nov 17
4
Trouble with Superfloppy format
Hello, are there known issues with some bioses not booting from Superfloppy format? All I get is the Syslinux (c) line and nothing else happens afterwords. Everything works fine if a partition is added to the device. Unfortunately however the target device can not be partitioned. Any hint? Sven -- Why are there so many Unix-haters-handbooks and not even one Microsoft-Windows-haters
2009 Jun 08
14
script help - '3rd last field'
Hi I need some logic to work out a value for me - this value is _always_ the 3rd last field in a string seperated by '.' but the string could be 5 or 6 fields long, e.g foo.bar.VALUE.baz.lala foor.bar.gigi.VALUE.baz.lala I need to find VALUE - if this were python or something i could do it but this has to be in shell - Any clues? thanks
2009 Jul 10
1
Dropped Call Problem -- Looking for ideas and a consultant.
Hello Everyone. We have: Asterisk 1.4.21.2 zaptel-1.4.11 libpri-1.4.5 Sangoma A101D Connected to a PRI Cicso 7960G phones (About 30 of them) We have a problem with dropped calls that has going on for a long time. We get up to 5 dropped calls on a bad day. They all seem to be incoming calls. I have a recording of what my users report a dropped call sounds like right before it drops
2003 Oct 05
2
not sure
I just received an e-mail from V.K. Quach and I am not really sure what it meant. So if anyone can help me I would really appreciate it. I just sent out a message to the list regarding a newbie question. The reply I received was as follows: Ich bin bis 17. Okt. 2003 abwesend. In dringenden F?llen wenden Sie sich bitte an Hr. Kay Vetter (770) oder Hr. Sascha Huter (778) V. K. Quach Thank
2004 Jan 14
7
Why I can not use the conference
Hi All, The meetme.conf have created as below: [rooms] conf => 101 conf => 102 and extensions.conf as below: exten => _1XX,1,MeetMe,${EXTEN} why the warning printed when I called 101. WARNING[27660]: File pbx.c, Line 1051 (pbx_extension_helper): No application 'MeetMe' for extension (ipcentrex, 101, 1) And I found asterisk have not load the meetme.conf when it starts up.
2010 Jul 31
1
Automated Reply from Dieter Thiel <centos-announce@centos.org>
Abwesenheitsnotiz: Vielen Dank f?r Ihre Nachricht. Ich bin ab dem 16.08. wieder im B?ro erreichbar. In dringenden F?llen wenden Sie sich bitte an Herrn Ostermann, Email <ostermann at dimast.de>. Vielen Dank!
2010 Oct 11
1
Automated Reply from Dieter Thiel <centos-announce@centos.org>=
Abwesenheitsnotiz: Vielen Dank f?r Ihre Nachricht. Ich bin ab dem 22.10. wieder im B?ro erreichbar. In dringenden F?llen wenden Sie sich bitte an Herrn Ostermann, Email <ostermann at dimast.de>. Vielen Dank!
2007 Mar 19
3
"Horn Loudspeaker Response Analysis Program" mit Wine, geht das doch?
Hallo, an alle Wine-Freaks, das Programm - bis jetzt Freeware-, ist High-End unter den Hornsimus: http://www.users.bigpond.com/dmcbean/Setup.exe , 400 kB Ich habe wine in etlichen Versionen bis zur 0.9.26 probiert, auf Debian und Mepis (ubuntu), auch Crossover von 4.2 bis zum Beta 6.3a. Es geht nicht, alle Dinge wie native dll,s andere Winvers bringen keine Besserung, IE, Dcom--hilft nicht. Alle
2010 Sep 09
5
Calculating with tolerances (error propagation)
Hello Bernardo, --------- If I understood your problem this script solve your problem: q<-0.15 + c(-.1,0,.1) h<-10 + c(-.1,0,.1) 5*q*h [1] 2.475 7.500 12.625 --------- OK, this solves the simple example. But what if the example is not that simple. E.g. P = 5 * q/h Here, to get the maximum tolerances for P, we need to divide the maximum value for q by the minimum value for h, and
2013 Dec 07
1
Build environment for totem-2.16.7-7.el5_6.1.src.rpm
This package has a build requirement 'gecko-devel' which is fulfilled by 'xulrunner-devel'. But in the process of building the browser plugins two tools named 'xpidl' and 'xpt_link' are necessary. They werde once part of 'gecko-devel' but are now replaced by other tools. I haven't found any package that has these tools all the way back to 5.0. Maybe
1998 Aug 04
35
hi there... I need help to install Samba last release in HP-UX 10,20 and 10.10. I allready run the tar over my samba1_9_18p8_hpux-10_tar and it gave me the following directories: var, bin and lib, the var directory does not have anything, and i can't figure out how to install software. Please send some doc about it. your friend Alvaro
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Anna Crepes: Traubenzucker + Feldsalat spezielles Dressing (bringt selbst mit?) -------- Weitergeleitete Nachricht -------- Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26. Datum: Thu, 11 Dec 2014 15:34:39 +0100 Von: Markus <universe at truemetal.org> An: universe at truemetal.org Geschenke Moritz: dunkle Schokolade. Geschenke Anna: normale Schokolade. -------- Weitergeleitete
2004 Oct 15
0
Ihre Nachricht an Hapag-Lloyd Express - Your message to Hapag-Llo yd Express
Vielen Dank f?r Ihr Interesse an Hapag-Lloyd Express. Wir werden Ihre Nachricht gerne so bald als m?glich beantworten. Bitte beachten Sie unsere ?ffnungszeiten montags-freitags 09.00 - 18.00 Uhr. Gerne k?nnen Sie auch in unserem HLX-Servicecenter anrufen. Sollten Sie R?ckfragen zu einer bestehenden Buchung haben, geben Sie bitte Ihre Buchungsnummer an. von/from Austria 0820 500 742
2012 Sep 19
0
Discrepancies in weighted nonlinear least squares
Dear all, I encounter some discrepancies when comparing the deviance of a weighted and unweigthed model with the AIC values. A general example (from 'nls'): DNase1 <- subset(DNase, Run == 1) fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1) This is the unweighted fit, in the code of 'nls' one can see that 'nls' generates a vector