Displaying 13 results from an estimated 13 matches for "lehtonen".
2007 Sep 23
4
nls fits by groups
...mod <- nls(y ~ a*x^b, start=c(a=1, b=1), group=group)
but knowing that group option does not work. If someone has an idea (or has
done it already) how to implement this either using just nls statement or by
building a simple function in R, I would be very grateful for hints....
regards, Aleksi Lehtonen
[[alternative HTML version deleted]]
2016 Jan 17
3
[Bug 2526] New: Support for transparent proxying
...roxying
Product: Portable OpenSSH
Version: 7.1p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: joel.lehtonen at iki.fi
I propose OpenSSH to add support for application level transparent
proxying in addition to DynamicForward. This feature would be
implemented to SSH client.
It seems a common practice to use Redsocks and OpenSSH dynamic port
forwarding to achieve transparent proxying. I'd like to see...
2008 Jul 09
3
[LLVMdev] Generating machine code directly to memory
Hello,
Is it possible to produce machine code directly to memory buffer so that
it could be called immediately? What I would like to do is something
like this:
Compiler:
Scripting language (Antlr) ->
LLVM IR ->
(Optimization) ->
Raw Machine code ->
(Transport media) ->
Execution
The idea is that I could compile my scripts directly to asm without any
extra steps and in
2011 Mar 30
0
[LLVMdev] Announcing LLVM 2.9 RC3 Testing Phase
...tput of `make
check` for llvm+clang, on a Tegra2 machine with ubuntu linux.
The ocaml binding failures are due to the fact there is no ocamlopt on
arm, even though there is ocaml/ocamlc, and the bindings compile just fine.
For the others, I don't know what they are about at all.
--
Mikko Lehtonen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: llvm-clang-rc3-tegra2.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110330/8be4e459/attachment.txt>
2011 Mar 27
5
[LLVMdev] Announcing LLVM 2.9 RC3 Testing Phase
Hi all,
The good news: RC2 testing was successful in that it uncovered a bad regression from 2.8 (which existed in top-of-tree). It also showed that there was an unincorporated fix that needed to go into the clang branch.
The bad news: I'm truncating the RC2 testing phase and announcing the RC3 testing phase. Hopefully, because we caught the bugs in time this phase won't impact the
2006 May 27
0
Error in http parser or client?
...e standard http, so
that the http parser or the test suite has a bug, or I''ve completely
misunderstood something..
For the record, that was the only test of about 14 that made mongrel
say anything, otherwise the test suite failed with quite expected
results.
Thanks,
Mikko Lehtonen
2016 Feb 11
0
[Bug 1295] [PATCH] Transparent proxy support on Linux
https://bugzilla.mindrot.org/show_bug.cgi?id=1295
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joel.lehtonen at iki.fi
--- Comment #24 from Damien Miller <djm at mindrot.org> ---
*** Bug 2526 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
2009 Aug 19
1
New package for multivariate Kalman filtering, smoothing, simulation and forecasting
...ng observations. In
case distributions of some or all elements of initial state vector are
unknown, functions use exact diffuse initialisation.
I hope that this package will be useful for people working with state
space models and time series in general. Any feedback is appreciated.
Yours,
Jouni Lehtonen
University of Jyv?skyl?
Finland
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Aug 19
1
New package for multivariate Kalman filtering, smoothing, simulation and forecasting
...ng observations. In
case distributions of some or all elements of initial state vector are
unknown, functions use exact diffuse initialisation.
I hope that this package will be useful for people working with state
space models and time series in general. Any feedback is appreciated.
Yours,
Jouni Lehtonen
University of Jyv?skyl?
Finland
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2001 Mar 04
0
events..
...optional sing voices, and
the lyrics on top, make it a standard for a normal cd (like karaoke.ogg in
root of a cd), make a small linux box to read it and play it to tv&stereos
and make big bucks of it!!
krhm.. okay I need to cool down ;P
And needless to say, Keep Up the Good Work!(tm)
Mikko Lehtonen
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages...
2001 Sep 27
1
Slow rsync
Hi,
I use rsync (2.4.6) to mirror some directories from two servers to an
another server.
The mirroring server is RedHat 6.2 with 2.2.15 kernel.
The mirrored servers are: RedHat 6.2 with 2.2.14 kernel / RedHat 6.1
with 2.2.14 (smp).
All servers are connected to the same switch and the network is
100Mbit/s. All servers have 3Com 905 nics.
With the first mirrored server speed is okay, but the
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
Updated packages
----------------
New reviews
-----------
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.
2008 Jul 09
0
[LLVMdev] build on windows
Quang, you need to set Configure to Utility type. For some reason it
gets messed up in the conversion process to VS2008. Go to Configure
properties / General and put Utility in Configuration Type. It helped on me.
Also some h/cpp files might be dislocated, at least I needed to relocate
AsmParser files...
Then it should work just fine except some projects recompile excessively
for unknonwn