Displaying 20 results from an estimated 92 matches for "teil".
Did you mean:
tail
2003 Oct 30
7
Weird problem with median on a factor
Hi all,
I hope this isn't a naive newbie question again. Here you can see column 264 of
a data frame containing data of the same interview in May and September. Column
264 contains the answers of 49 persons to a question in May.
> fbhint.spss1[,264]
[1] teils/teils sehr wichtig <NA> <NA> sehr wichtig
[6] sehr wichtig sehr wichtig sehr wichtig <NA> <NA>
[11] <NA> <NA> wichtig <NA> <NA>
[16] sehr wichtig <NA> <NA> <NA>...
2011 Feb 02
2
slightly off topic...
i'm sorry to bother but...
sometimes theres an attachment in the posts on the list, a single file
called:
Teil 1.2
whys that? i dont want to open it to find out, as i have used computers
before ;)
therefore i suspect it to be either some security problem OR to be the
alternative HTML version that is claimed to have been deleted. any
light-shedding would be appreciated!
2009 Oct 24
6
Working with ListCtrl and ListItem
Hi List,
I''m trying to get my ListCtrl to work. Currently I''ve managed to fill
my ListCtrl with items, but I think it''s not the most beautiful way:
class MyList < Wx::ListCtrl
def initialize(parent, *args)
super(parent, :style => Wx::LC_REPORT|LC_HRULES )
create_layout
fill_list
end
def create_layout
self.insert_column(0, "Name")
2009 Aug 29
2
round off errors? (PR#13918)
Full_Name: Claus Pastor
Version: 2.9.2
OS: Windows XP
Submission from: (NULL) (82.113.106.4)
I use the following function to compute MutualInformation Matrix of factorial
members of a dataframe. I use package minet for this:
my.MI = function(test) {
## die Diagonale gibt die Entropien, Teile durch entropy von y und du erh?lst
den Zusammenhang
## kenne X und sage daraus y voraus
require(minet)
MI.matrix = matrix(0,nrow=length(test),ncol=length(test),dimnames=list(names(test),names(test)))
for (i in 1:length(test)) {
for (j in 1:length(test)) {
temp = na.omit(test[,c(i,j)])
M...
2006 May 15
3
large controller
...p essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." Benjamin Franklin
http://www.filzip.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: Signierter Teil der Nachricht
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060515/a06bf77e/PGP.bin
2011 Apr 02
2
I think I just broke R
I swear, I didn't touch it!
I can't fit GLM's anymore, and I can't make it talk english (for
googling the error messages) anymore.
> y <- c(1,1,0,1,0,1)
> x <- c(2,7,3,5,2,4)
> glm(y~x, binomial)
Fehler in runif(length(pi)) :
Element 1 ist leer;
Der Teil der Argumentliste 'length' der berechnet wurde war:
(pi)
> Sys.setenv(LANG="EN")
> glm(y~x, binomial)
Fehler in runif(length(pi)) :
Element 1 ist leer;
Der Teil der Argumentliste 'length' der berechnet wurde war:
(pi)
I may suffer from sleep deprivation...
2011 May 17
2
Graph dump bug
...twork in Chemnitz, Germany. We use tinc Versions 1.0.14
and 1.0.13 on PC (Linux) and router (OpenWrt).
In the attachment is the graph dump.
On this dump is name of node 'node_29_8a102'.
You can see a live graph here http://graph.chemnitz.freifunk.net/
cu, Martin89
-------------- n?chster Teil --------------
Ein Dateianhang mit Bin?rdaten wurde abgetrennt...
Dateiname : graph.dot
Dateityp : application/msword
Dateigr??e : 3101 bytes
Beschreibung: nicht verf?gbar
URL : <http://www.tinc-vpn.org/pipermail/tinc/attachments/20110517/f954787b/attachment.dot>
--------------...
2016 Dec 24
0
AUTOREPLY Allow direct connection between some (but not all) node...
...*
*B&S Sistemas de Control y Equipamientos*
Av. de los Constituyentes 1172
(E3116CIX) Crespo, Entre Ríos
Tel/Fax: (0343) 407-8990 (Nuevo número)
Cel: (0343) 154679052
WEB: www.bys-control.com.ar
e-mail: gbisheimer at bys-control.com.ar
skype: guillermo.bisheimer
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20161224/93c79c74/attachment-0001.html>
-------------- nächster Teil --------------
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: Textpart....
2015 Oct 27
3
dns resolution behind proxy
Hello list,
I wonder why tinc tries to resolve host names before connection even
with configured (socks5) proxy which fails behind restrictive firewalls.
Is there any "workaround"?
Thanks in advance!
Regards Uwe
-------------- n?chster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20151027/0ec2a4da/attachment.html>
2007 Oct 12
1
Batch-Plot Histograms
...axis(side=1,at=Median[i],labels="Median",col="grey")
hist_data<-hist(matrix[,i],plot=F,breaks[1])
Quantil_unten<-quantile(matrix[,i],((100-Bereich_blau)/2)/100)
Quantil_oben<-quantile(matrix[,i], (100-(100-Bereich_blau)/2)/100)
#Plotten der roten unterer Teil
for(j in 1:length(hist_data$breaks)){
if (hist_data$breaks[j]<Quantil_unten)
hv<-j
}
for(k in 1:hv){
rect(hist_data$breaks[k],0,hist_data$breaks[k+1],hist_data$counts[k],col="red")
}
for(l in 1:length(hist_data$breaks)){...
2010 Jan 25
3
binary
Hi all
Assume I have a data set xx;
Group: 1=group1 ?, 2=group2
IQ: ?1= High, 0 =low
fit <- glm(IQ ~group, data = xx, family = binomial())
summary(fit)
Results
?????? ????????????Estimate Std. Error z value Pr(>|z|)
(Intercept) -2.55456??? 0.210 -12.273? < 5e-16 ***
group????????? 0.36180 ?????0.076?? 3.952 ????5.24e-05 ***
the odd ratio = exp(0.36180 )= 1.435912
My question
2019 Jul 04
2
`samba-tool dbcheck --cross-ncs --fix` fails: governsID already exists as an attributeId or governsId
...> Checked 3861 objects (3 errors)
How do I fix those? Can I just edit the old, defunct classes and change
their governsId without breaking something?
--
Mit freundlichen Gr??en, / Best Regards,
Sven Schwedas, Systemadministrator
? sven.schwedas at tao.at | ? +43 680 301 7167
TAO Digital | Teil der TAO Beratungs- & Management GmbH
Lendplatz 45 | FN 213999f/Klagenfurt, FB-Gericht Villach
A8020 Graz | https://www.tao-digital.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: Open...
2019 Jul 29
2
Upgrading your Samba AD-DC from Stretch to Buster, used samba 4.10.6.
Hai guys,
After a few messages on the list on Buster, i decided to upgrade one of my production AD-DC's and see what happens.
If noticed a few things here, so here are the steps and changes i made to upgrade and have a correct working AD-DC after the upgrade.
Setup is as followed: Debian Stretch AD-DC with Bind9 DLZ and ntp time.
This is still the base i used for my AD-DC
2019 Jul 03
2
`samba-tool dbcheck --cross-ncs --fix` fails: governsID already exists as an attributeId or governsId
...eading this:
>
> https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc773309(v=ws.10)
They already are disabled.
--
Mit freundlichen Gr??en, / Best Regards,
Sven Schwedas, Systemadministrator
? sven.schwedas at tao.at | ? +43 680 301 7167
TAO Digital | Teil der TAO Beratungs- & Management GmbH
Lendplatz 45 | FN 213999f/Klagenfurt, FB-Gericht Villach
A8020 Graz | https://www.tao-digital.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: Open...
2019 May 21
2
Debugging Samba is a total PITA and this needs to improve
...end, which we aren't using. These are probably related, but
again I have no idea where these come from or how to debug them.
So how was your morning?
--
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas, Systemadministrator
✉ sven.schwedas at tao.at | ☎ +43 680 301 7167
TAO Digital | Teil der TAO Beratungs- & Management GmbH
Lendplatz 45 | FN 213999f/Klagenfurt, FB-Gericht Villach
A8020 Graz | https://www.tao-digital.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: Open...
2019 Jun 14
5
Spring Cleanup / Migrating Samba 4.5 to 4.10
...at order should the servers be
upgraded? Members first? Update DC withous FSMO roles, move FSMO roles
to one of them, then update the old FSMO holder last?
--
Mit freundlichen Gr??en, / Best Regards,
Sven Schwedas, Systemadministrator
? sven.schwedas at tao.at | ? +43 680 301 7167
TAO Digital | Teil der TAO Beratungs- & Management GmbH
Lendplatz 45 | FN 213999f/Klagenfurt, FB-Gericht Villach
A8020 Graz | https://www.tao-digital.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: Open...
2019 May 21
3
Debugging Samba is a total PITA and this needs to improve
...blem, but let's waste days on this anyway, it's not
*our* prod environment that's offline in the meantime" is really not a
great attitude.
--
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas, Systemadministrator
✉ sven.schwedas at tao.at | ☎ +43 680 301 7167
TAO Digital | Teil der TAO Beratungs- & Management GmbH
Lendplatz 45 | FN 213999f/Klagenfurt, FB-Gericht Villach
A8020 Graz | https://www.tao-digital.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: Open...
2019 Jul 03
2
`samba-tool dbcheck --cross-ncs --fix` fails: governsID already exists as an attributeId or governsId
...seem to replicate without errors according to samba-tool drs
showrepl.
How do I get rid of these bogus Schema entries, and how do I fix the
user account?
--
Mit freundlichen Gr??en, / Best Regards,
Sven Schwedas, Systemadministrator
? sven.schwedas at tao.at | ? +43 680 301 7167
TAO Digital | Teil der TAO Beratungs- & Management GmbH
Lendplatz 45 | FN 213999f/Klagenfurt, FB-Gericht Villach
A8020 Graz | https://www.tao-digital.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: Open...
2010 May 06
10
No connection between nodes on same LAN
Hi all,
I am currently deploying tinc as an alternative to OpenVPN.
My setup includes a lot of nodes and some of them are sitting together
behind the same router on the same network segment.
(E.g. connected to the same switch.)
I noticed, that those nodes do never talk directly to each other via their
private ip-addresses, but instead use the NATed address they got from the
router.
2018 Sep 05
2
Menu entry shifts to the right, when using "{,x}"
...hould have a left hand position, which
would result in no movement of this line.
best regards
Stefan
--
/* gnupg key id: 0xBEE50711
* gnupg fingerprint: 9D76 65E4 0AE1 19E5 70C5 E412 1754 9988 BEE5 0711
* We look at the world once, in childhood. The rest is memory.
*/
-------------- n?chster Teil --------------
Ein Dateianhang mit Bin?rdaten wurde abgetrennt...
Dateiname : signature.asc
Dateityp : application/pgp-signature
Dateigr??e : 833 bytes
Beschreibung: This is a digitally signed message part
URL : <http://www.zytor.com/pipermail/syslinux/attachments/20180905/d95d12b5...