search for: nguy

Displaying 12 results from an estimated 12 matches for "nguy".

Did you mean: guy
2011 Feb 08
4
Interactions in a nls model
I am interested in testing two similar nls models to determine if the lines are statistically different when fitted with two different data sets; one corn, another soybean. I know I can do this in linear models by testing for interactions. See Introductory Statistics with R by Dallgaard p212-218 for an example. I have two different data sets I am comparing to lai. ci.re should have very
2008 Nov 25
4
MOH Realtime
Anybody was able to set it up?? I can't make it work, any idea?? Ast 1.6.0.1 Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081125/c7f6be25/attachment.htm
2013 Feb 20
2
Asterisk question
Hello everyone, I?m new to Asterisk and I have a question. There is a phone call between two users, then they are talking to each other directly or by the server. I mean all packets from the user A to user B will be send directly to each other or will those packets from user A must be send to server and server will send to user B. Thanks. -------------- next part -------------- An HTML
2013 Feb 28
1
Asterisk Management
I have a question about management tool for asterisk. What tool are you used to use to manage asterisk? I have a system with freePBX and I just want to know if is there any tool that better than that. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130228/3c67f3b6/attachment.htm>
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...UTHORS index 9b941b6..4c23fee 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Andreas Henriksson <andreas at fatal.se> Benjamin Otte <otte at gnome.org> +Cristian Grada <krigenator at gmail.com> David Schleef <ds at schleef.org> Eric Anholt <eric at anholt.net> Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> commit c861aca82e14d14e1ffb7f1828b489fa3a1739e9 Author: Cristian Grada <krigenator at gmail.com> Date: Sun Oct 21 13:35:46 2007 +0200 add proper images for 16x16 and 22x22 diff --git a/configure.ac b/configure.ac index 04ada89..97d474b...
2007 Jul 13
0
Swfdec 0.5.0
...ss, Swfdec should be very stable and not crash your browser. In the unlikely event of it doing this, please immediately file a bug at https://bugs.freedesktop.org. For more information about Swfdec, see http://swfdec.freedesktop.org contributors to this release: Andreas Henriksson, Benjamin Otte, Nguy?n Th?i Ng?c Duy, Pekka Lampila Cheers, Benjamin [1] http://www.shockwave.com/content/blocky/sis/blocky.swf
2011 Jul 14
2
php-5.3.6 fails on CentOS 5.6 64 bit
...Specify jpeg lib dir that configure has to look: ./configure --with-jpeg-dir=/usr So, php 5.3.6 did compile fine but, curiously, I want to ask: 3. Why /usr/lib64 is not in ldconfig by default? 4. Why it is "--with-jpeg-dir=/usr" but not "--with-jpeg-dir=/usr/lib64"? BR, Nguy?n V? H?ng -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110714/1a481b7f/attachment-0001.html>
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 14:19:45 2007 +0200 actually convert the values to a string when comparing strings diff --git
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary: Nguy?n Th?i Ng?c Duy (7): Add a missing else statement Create swfdec_movie_duplicate Implement action CloneSprite with swfdec_movie_duplicate Add action RemoveSprite Add new variables to the target Remove movies with the same name when adding new movie We don...
2007 Jun 10
0
Branch 'as' - 5 commits - libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie_asprops.c test/trace
...= FALSE; + SwfdecPlayer *player = SWFDEC_PLAYER (object->context); + + SWFDEC_AS_VALUE_SET_INT (retval, player->mouse_visible ? 1 : 0); + player->mouse_visible = FALSE; } void diff-tree 5cce0bbbe05d849ae76874d4aae5f9425db59bc5 (from f43ebc571a0c7aeae64c126c58f955c4466dc2ee) Author: Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> Date: Sun Jun 10 23:05:52 2007 +0200 the mouse coordinates are scaled once too often diff --git a/libswfdec/swfdec_movie_asprops.c b/libswfdec/swfdec_movie_asprops.c index ff5f416..c037a2c 100644 --- a/libswfdec/swfdec_movie_asprops.c +++ b/...
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
..." + getvariable + removemovieclip + }; + trace (this["movie" + depths[i]] + " @ " + x.getDepth ()); +} + +loadMovie ("FSCommand:quit", ""); diff-tree 2c6cc23e77d61fbdccaa80b43dc1eaf5970297ab (from fd7044406415e0cea602c1ed36ef2992d4d12060) Author: Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> Date: Thu Jun 28 16:01:45 2007 +0200 add RemoveSprite action Signed-off-by: Benjamin Otte <otte at gnome.org> diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 09578b8..e6f6c78 100644 --- a/l...
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...UTHORS and MAINTAINERS diff --git a/AUTHORS b/AUTHORS index 4c004b0..9b941b6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,6 @@ +Andreas Henriksson <andreas at fatal.se> Benjamin Otte <otte at gnome.org> David Schleef <ds at schleef.org> +Eric Anholt <eric at anholt.net> +Nguy???n Th??i Ng???c Duy <pclouds at gmail.com> +Pekka Lampila <pekka.lampila at iki.fi> diff --git a/MAINTAINERS b/MAINTAINERS index 4c004b0..4f8b31b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,2 +1 @@ Benjamin Otte <otte at gnome.org> -David Schleef <ds at schleef.org>