search for: gerad

Displaying 16 results from an estimated 16 matches for "gerad".

Did you mean: gerard
2009 Sep 09
3
tinc for iphone & ipod touch
Hello, I've managed to create a tinc build for IPhone and IPod touch. Since the device does not support TUN interface, TUNEMU was used: http://code.gerade.org/tunemu/ Please find the patch in the attachment (to be used with tinc-1.0.9). The patch does the following: - updates src/Makefile.in & src/Makefile.am so required libraries are attached and tunemu.c is compiled - updates src/process.c and src/process.h (apparently there is a problem exec...
2009 Jul 06
1
how to apply a self-written function to a data frame
...von 0 - 3) px = 2*(pp%%2)-1 if (pp > 1) {px = -px } py = 2*(pp%/%2)-1 px = fx + px * abs(tx - fx) py = fy + py * abs(ty - fy) # Koordinaten des Mittelpunkts fx=512 fy=393 # Transformation auf Mittelpunkt (von links/oben auf Zentrum von T und P) # tx=tx+90 # ty=ty-90 # px=px+90 # py=py-90 # Gerade f-t a=(ty-fy)/(tx-fx) b=(fx*ty-fy*tx)/(tx-fx) # Senkrechte von gaze auf Gerade f-t as=-1/a bs=gy-gx*as # Abstand gaze von Gerade f-t lx=-(b-bs)/(a-as) ly=((a+as)*lx+(b+bs))/2 # Vorzeichen vp=2*(py<a*px+b)-1 vg=2*(gy<a*gx+b)-1 # gerichteter Abstand gaze von Gerade f-t (in pixel) vg*vp*sqr...
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all, I?m doing a one-day training on everything Ajax mainly focusing on script.aculo.us, but naturally including Prototype and a look on Ruby on Rails Ajax capabilities as well, plus a look on our product fluxiom - on March 17, here in Vienna, Austria (for german speaking audiences). Here are the (in-german) details: In diesem eint?gigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die
2009 Dec 30
3
sieve 0.1.14: vacation encodes Subject twice
...following problem in dovecot-1.2-sieve-0.1.14: The following vacation causes trouble with the Subject line: if not exists ["List-Id", "List-Post"] { vacation :days 7 :addresses ["test at netcologne.de"] :subject "=?utf-8?b?w4TDlsOc?= sadasd" "Bin gerade nicht hier."; } As you can see, the Subject is already MIME encoded according to RFC2047. Starting with sieve 0.1.14 the subject is now encoded by sieve again, so I get the following in my vacation mail: Subject: =?utf-8?q?=3D=3Futf-8=3Fb=3Fw4TDlsOc=3F=3D?= sadasd As you can see, the RFC...
2016 Dec 01
2
AW: User unknown in local recipient table
Hallo Liste, hallo Ralf, danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden. Ich verstand das so, dass das nun durch die address_verify_map erledigt w?rde. Muss ich dann entsprechend einfach auf die verweisen? Ich versuchte gerade die address_verify_map = btree:$data_directory/verify_cache auf local_recipient_maps = btree:$data_directory/verify_cache verweisen zu lassen. Leider ohne Erfolg. Bisher ist verify_cache n?mlich leider noch unbef?llt. Entsprechend bekomme ich folgende Fehler: Dec 1 16:16:29 test-mail postfix/smt...
2003 Jan 16
2
No access to root-level of shares on NT4 SP6 with Samba 2.2.2 on FBSD-4.7
...an browse them but I can not copy anything to the root-level of the share, neither directories nor files. The error message is on the NT4-box is: BLA kann nicht kopiert werden: Der Zugriff wurde verweigert. Stellen Sie sicher, da? der Datentr?ger weder voll noch schreibgesch?tzt ist und die Datei gerade nicht verwendet wird. As I said, I have German NT. In English this is more or less: BLA can not be copied: Access was denied. Make sure that the device is neither full nor write-protected and that the file is not currently in use. This happens when I try to copy to the root-level of the linked...
2008 Jul 19
2
Non-linearly constrained optimisation
Dear R Users, I am looking for some guidance on setting up an optimisation in R with non-linear constraints. Here is my simple problem: - I have a function h(inputs) whose value I would like to maximise - the 'inputs' are subject to lower and upper bounds - however, I have some further constraints: I would like to constrain the values for two other separate function f(inputs) and
2016 Dec 01
0
User unknown in local recipient table
...doag.org>: > Hallo Liste, hallo Ralf, > > danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden. > > Ich verstand das so, dass das nun durch die address_verify_map erledigt w?rde. Muss ich dann entsprechend einfach auf die verweisen? Nein. > Ich versuchte gerade die > address_verify_map = btree:$data_directory/verify_cache > auf > local_recipient_maps = btree:$data_directory/verify_cache > verweisen zu lassen. Leider ohne Erfolg. Bisher ist verify_cache n?mlich leider noch unbef?llt. Entsprechend bekomme ich folgende Fehler: neee > Dec...
2016 Dec 01
1
User unknown in local recipient table
...hallo Ralf, >> >> danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden. >> >> Ich verstand das so, dass das nun durch die address_verify_map erledigt w?rde. Muss ich dann entsprechend einfach auf die verweisen? > > Nein. > >> Ich versuchte gerade die >> address_verify_map = btree:$data_directory/verify_cache >> auf >> local_recipient_maps = btree:$data_directory/verify_cache >> verweisen zu lassen. Leider ohne Erfolg. Bisher ist verify_cache n?mlich leider noch unbef?llt. Entsprechend bekomme ich folgende Fehler: &g...
2008 Jun 23
0
AW: [CentOS-de] Release Notes für CentOS 5.2
...ntag, 22. Juni 2008 15:17 An: Witte Marco Betreff: Re: [CentOS-de] Release Notes f?r CentOS 5.2 Witte Marco wrote: > Hallo Ralph, > > MaxWitte bitte freischalten, oder selbst einkopieren :) Die Links fehlen noch. Hast du noch Zeit/Lust die finalen ?nderungen einzupflegen (wir syncen 5.2 gerade in Richtung Mirrors) oder soll ich das ?bernehmen? Cheers, Ralph
1997 Aug 04
1
R-alpha: scale()
Here is a version of the function scale() which may be worth adding to the distribution. No NA's yet, though. And yes, I could also write documentation if necessary ... -k *********************************************************************** scale <- function(x, center = TRUE, scale = TRUE) { x <- as.matrix(x) nc <- ncol(x) if (is.logical(center)) { if (center) x
2001 Oct 25
1
Hi von Lauren 5C55E8
Hi Süsser, Ich heisse Lauren. Ich bin gerade 19 Jahre alt und bin Cherleader von der Southern High School in Kalifornien... Mein deutscher Freund hat vor kurzem einige heisse Photos von mir gemacht. Diese haben mir so gefallen, dass ich ihm zum Dank dann einen gebla.... habe. Das hat er auch gleich auf Photots festgehalten. Ich finde die Bil...
2009 Aug 30
4
Multiple Network Cards + Multiple Bridges on debian lenny
Hi all, I''m searching for a tutorial how to setup multiple network cards with xen network bridge setup in debian lenny. My problem is, bridges seams only to work if i put an ip adress in dom0 to them. Thanks, Alex _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jul 26
1
significance test for difference of two correlations
Dear R users, how can I test, whether two correlations differ significantly. (I want to prove, that variables are correlated differently, depending on the group a person is in.) Greetings from Freiburg im Breisgau (Germany), Timo Stolz
2013 Mar 25
1
count NAs with aggregate
Dear members of this list, I'd like to count missing values using the aggregate function. Something like this: count_nas <- function(arg1) { return(sum(is.na(arg1))) } aggregate(cbind(var1, var2, var3) ~ subject + time, data = mydataset, count_nas) It's not working: I end up with a matrix containing zeros, although there are missings in the data frame. I'd highly
2008 Jul 14
2
how to correlate nominal variables?
Dear R-Users, I need functions to calculate Yule's Y or Cram?rs Index, in order to correlate variables that are nominally scaled? Am I wrong? Are such functions existing? Sincerely, Timo