Displaying 3 results from an estimated 3 matches for "kisch".
Did you mean:
fisch
2007 Apr 18
1
[Bridge] [BUG/PATCH/RFC] bridge: locally generated broadcast traffic may block sender
...g different ethernet hardware and drivers, because I'm working on a
embedded system just so slightly off the mainstream
(a PowerPC 8260 series module using the fcc_enet driver.
The hardware port is maintained by Wolfgang Denk -
that's why I'm CCing you, Mr. Denk)
happy hacking,
- Bernd Kischnick.
Patches.
for 2.4.32:
signed-off-by: Bernd Kischnick <kisch@gmx.li>
diff -urN a/CREDITS b/CREDITS
--- a/CREDITS 2005-01-19 15:09:22.000000000 +0100
+++ b/CREDITS 2006-07-04 16:36:47.000000000 +0200
@@ -1599,6 +1599,13 @@
S: D-64295
S: Germany
+N: Bernd Kischnick
+E: kisch@gmx....
2009 Feb 02
1
importing data from a disc or HDD [SEC=UNCLASSIFIED]
I hope this is not a stupid question, but I am having difficulty
importing data from sources like CDs, HDD, or flashcards. Can anyone
help ?
Joe
[[alternative HTML version deleted]]
2013 May 25
1
Generating random numbers satisfying specific regression equation
Hello everybody
Sorry if such a question has already been posted somewhere, but I wasn’t able to find an answer yet.
I’m trying to generate random numbers for illustration purposes.
The random numbers should satisfy a multiple regression equation, for example:
z = 0.3 + 0.05 * x + 1.5 * y + 3 * xy
I was playing around with mvrnorm (MASS), but since I’m still a newbie to R and not an educated