Re: [E-devel] [NO PATCH][Enlightement] Issues discovered by cppcheck

2012-10-07 Thread Sebastian Dransfeld
On 10/06/2012 11:05 PM, Igor Murzov wrote:
 #3 is definitely correct.

 Then could you simplify this part, so that it doesn't look
 like bad copypaste?

I don't think it looks like bad copy and paste. Think of it as mode 
being a primary action, and detail a subsidiary. Then it is nice to nest 
them in two levels. Look at _e_border_cb_window_focus_out and see how it 
is when there are more cases.

S.



 -- Igor

 Den 6. okt. 2012 kl. 21:14 skrev Igor Murzov e-m...@date.by:

 Hi list.

 There are several suspicious code snippets in E, that
 look much like copypaste errors, but I don't know how
 to properly fix those errors. Maybe someone experienced
 could look into these.

 #1: src/bin/e_backlight.c#n496
   
   if ((e_config-backlight.sysdev) 
   (!strcmp(e_config-backlight.sysdev, f)))
bl_sysval = eina_stringshare_add(f);
   else
bl_sysval = eina_stringshare_add(f);
   

 #2: src/bin/e_gadcon.c#n2988
   
   if (e_gadcon_layout_orientation_get(gc-o_container))
  e_gadcon_layout_pack_request_set(o, gcc-config.pos,
   gcc-config.size);
   else
  e_gadcon_layout_pack_request_set(o, gcc-config.pos,
   gcc-config.size);
   

 #3: src/bin/e_border.c#n5765
   
   if (e-mode == ECORE_X_EVENT_MODE_GRAB)
 {
if (e-detail == ECORE_X_EVENT_DETAIL_POINTER) return 
 ECORE_CALLBACK_PASS_ON;
 }
   else if (e-mode == ECORE_X_EVENT_MODE_UNGRAB)
 {
if (e-detail == ECORE_X_EVENT_DETAIL_POINTER) return 
 ECORE_CALLBACK_PASS_ON;
 }
   


 -- Igor

 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] E17 and vmware workstation

2012-10-07 Thread stroodlepup
E17 has quirks on vmware; some keys do not respond properly when vmware 
grabs system input, and returns grabbed input via keyboard shortcut
to anyone who has a fix, please reply...
a fix is badly needed, please help...

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] icons in menu and everything

2012-10-07 Thread Tomas Cech

Hi again,

after some fiddling with icon set settings, efreet_icon_cache_dump and
efreet_menu_alloc I've got icons finally.

I'd like to have some deterministic steps I could use in packaging.
What is default behaviour when icon set is not set? Could it use some
default?

I'm pretty sure that I tried to set icon set before and it didn't
help

Thanks.

Tomas Cech
Sleep_Walker

On Sat, Oct 06, 2012 at 09:37:03AM +0200, Sebastian Dransfeld wrote:

On 10/05/2012 10:30 PM, Tomas Cech wrote:

Hi again,

I have found that most of the problem was wrong installation. Now it
passed most of test and two remaining failures seems to be more
relevant.


The tests hasn't been updated in a while, so it might be changes in
efreet which triggers the errors. Will look into it.

S.


pgp3sqHUkQJlH.pgp
Description: PGP signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] icons in menu and everything

2012-10-07 Thread Sebastian Dransfeld
If you want to be sure that icons are loaded you need to wait for the cache 
build event.

S.

Den 7. okt. 2012 kl. 12:46 skrev Tomas Cech tc...@suse.cz:

 Hi again,
 
 after some fiddling with icon set settings, efreet_icon_cache_dump and
 efreet_menu_alloc I've got icons finally.
 
 I'd like to have some deterministic steps I could use in packaging.
 What is default behaviour when icon set is not set? Could it use some
 default?
 
 I'm pretty sure that I tried to set icon set before and it didn't
 help
 
 Thanks.
 
 Tomas Cech
 Sleep_Walker
 
 On Sat, Oct 06, 2012 at 09:37:03AM +0200, Sebastian Dransfeld wrote:
 On 10/05/2012 10:30 PM, Tomas Cech wrote:
 Hi again,
 
 I have found that most of the problem was wrong installation. Now it
 passed most of test and two remaining failures seems to be more
 relevant.
 
 The tests hasn't been updated in a while, so it might be changes in
 efreet which triggers the errors. Will look into it.
 
 S.
 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: hermet IN trunk/PROTO: . etypers etypers/images

2012-10-07 Thread ChunEon Park
ok. when it's functions are completed mostly.  :)

  
-Regards, Hermet-  
-Original Message- 
From: Vincent Torrivincent.to...@gmail.com  
To: enlightenment-devel@lists.sourceforge.net;  
Cc:  
Sent: 2012-10-02 (화) 03:19:09 
Subject: Re: [E-devel] E SVN: hermet IN trunk/PROTO: . etypers etypers/images 

move it to GAMES, then :) 

Vincent 

On Mon, Oct 1, 2012 at 8:09 PM, Enlightenment SVN 
no-reply@enlightenment.org wrote: 
 Log: 
 PROTO/etypers - a simple efl typing game. 
 
 
 
 Author: hermet 
 Date: 2012-10-01 11:09:40 -0700 (Mon, 01 Oct 2012) 
 New Revision: 77277 
 Trac: http://trac.enlightenment.org/e/changeset/77277 
 
 Added: 
 trunk/PROTO/etypers/ trunk/PROTO/etypers/Makefile 
 trunk/PROTO/etypers/etypers.c trunk/PROTO/etypers/etypers.edc 
 trunk/PROTO/etypers/images/ trunk/PROTO/etypers/images/bg.jpg 
 trunk/PROTO/etypers/images/clouds.png trunk/PROTO/etypers/images/sky.jpg 
 
 
 Property changes on: trunk/PROTO/etypers/images/bg.jpg 
 ___ 
 Added: svn:mime-type 
 + application/octet-stream 
 
 
 Property changes on: trunk/PROTO/etypers/images/clouds.png 
 ___ 
 Added: svn:mime-type 
 + application/octet-stream 
 
 
 Property changes on: trunk/PROTO/etypers/images/sky.jpg 
 ___ 
 Added: svn:mime-type 
 + application/octet-stream 
 
 
 --
  
 Got visibility? 
 Most devs has no idea what their production app looks like. 
 Find out how fast your code is with AppDynamics Lite. 
 http://ad.doubleclick.net/clk;262219671;13503038;y? 
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html 
 ___ 
 enlightenment-svn mailing list 
 enlightenment-...@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn 

-- 
Got visibility? 
Most devs has no idea what their production app looks like. 
Find out how fast your code is with AppDynamics Lite. 
http://ad.doubleclick.net/clk;262219671;13503038;y? 
http://info.appdynamics.com/FreeJavaPerformanceDownload.html 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: discomfitor IN trunk/evas: . src/lib/canvas

2012-10-07 Thread ChunEon Park
I don't agree this commit.

Current EAPIs do not accept NULL objects.

By this, people doesn't know the fact their logic was broken.


  
-Regards, Hermet-  
-Original Message- 
From: Tom Hacohentom.haco...@samsung.com  
To: Michael Blumenkrantzmichael.blumenkra...@gmail.com;  
Cc: enlightenment-develenlightenment-devel@lists.sourceforge.net;  
Sent: 2012-10-03 (수) 23:16:14 
Subject: Re: [E-devel] E SVN: discomfitor IN trunk/evas: . src/lib/canvas 

On 03/10/12 16:15, Michael Blumenkrantz wrote: 
 how? what errors? if you're deleting a null pointer, it's almost 
 certainly because you already nulled the input and thus are managing 
 your objects properly, which is what you're claiming people would be 
 missing with this behavior. 

It just means you got one habit right, i.e set to NULL after deletion,  
but it still doesn't mean deleting it again was an expected behaviour. 

-- 
Tom. 


-- 
Don't let slow site performance ruin your business. Deploy New Relic APM 
Deploy New Relic app performance management and know exactly 
what is happening inside your Ruby, Python, PHP, Java, and .NET app 
Try New Relic at no cost today and get our sweet Data Nerd shirt too! 
http://p.sf.net/sfu/newrelic-dev2dev 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] evas_object_image_save fails in case of proxy image object

2012-10-07 Thread ChunEon Park
 As far as i guess it can't be. 
maybe you need to create an another canvas buffer to store it. 

  
-Regards, Hermet-  
-Original Message- 
From: SHILPA ONKAR SINGHshilpa.si...@samsung.com  
To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net;  
Cc:  
Sent: 2012-10-05 (금) 20:33:11 
Subject: [E-devel] evas_object_image_save fails in case of proxy image object 

Hi All, 

I am creating a proxy image object by using the API 
evas_object_image_source_set and using elm_button widget as the source.  
The proxy image object successfully gets created and I can see its contents on 
screen when I show it. 

I want to save this proxy image object in to a image file. 
Please tell me how to do this, as the API for saving the image 
evas_object_image_save fails 
in case of proxy image object. 

internally when I checked it returns 0 as engine_data is NULL in this case. 

Below is sample code. 

Evas_Object *btn = elm_button_add(parent); 
Evas_Object *proxy; 
elm_object_text_set(btn, test); 
evas_object_show(btn); 
proxy = evas_object_image_add(evas_object_evas_get(btn)); 
evas_object_image_source_set(proxy, btn); 
evas_object_resize(proxy, 100, 200); 
evas_object_image_filled_set(proxy, EINA_TRUE); 
if (!evas_object_image_save(proxy, \temp\image.png, NULL, quality=100)) 
printf(\nCannot save image\n); 

evas_object_image_save is failing. 

Thanks  Regards 
Shilpa Singh 
-- 
Don't let slow site performance ruin your business. Deploy New Relic APM 
Deploy New Relic app performance management and know exactly 
what is happening inside your Ruby, Python, PHP, Java, and .NET app 
Try New Relic at no cost today and get our sweet Data Nerd shirt too! 
http://p.sf.net/sfu/newrelic-dev2dev 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Another French^WKorean E diner

2012-10-07 Thread ChunEon Park
 I will not be in Seoul on the day. 

So It will be better for me if the place is Kangnam. 

Because i'm kangnam style... 

um?

Joke.

just worrying the terrible traffic jam to go to Itewon from the Suwon :)


  
-Regards, Hermet-  
-Original Message- 
From: Sanjeev BAeflel...@gmail.com  
To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net;  
Cc:  
Sent: 2012-10-05 (금) 18:28:13 
Subject: Re: [E-devel] Another French^WKorean E diner 

Yes, I will check if anyone wants to meet efl developers and bring them 
along :) 

On Fri, Oct 5, 2012 at 6:20 PM, Cedric BAIL cedric.bail@free.fr wrote: 

 On Fri, Oct 5, 2012 at 6:13 PM, Sanjeev BA eflelev8@gmail.com wrote: 
  I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon 
  Gardens 
 http://korealinuxforum2012.sched.org/venue/Samwon+Gardens?iframe=yesw=700sidebar=nobg=no
  
  
  It takes a 35 minute bus ride to Itaewon. 
  I will try to make it , if it is decided. 
 
 Cool and you are welcome to bring more people to the after party :-) 
 
 See you there 
 
  On Fri, Oct 5, 2012 at 5:31 PM, Cedric BAIL cedric.bail@free.fr wrote: 
  
  On Fri, Oct 5, 2012 at 5:04 PM, Sanjeev BA eflelev8@gmail.com wrote: 
   Event ends by 10 pm (as per schedule). 
   I believe networking starts beyond 8 pm :) 
  
  Schedule say the dinner start at 4:15pm from marriot hotel and the 
  shuttle bus will take you back between 8 and 10pm. :-) 
  
   On Fri, Oct 5, 2012 at 4:58 PM, Cedric BAIL cedric.bail@free.fr 
 wrote: 
   
   On Fri, Oct 5, 2012 at 4:51 PM, Sanjeev BA eflelev8@gmail.com 
 wrote: 
Korea Linux Forum is scheduled on Oct 11-12 and some of us might be 
   there. 
   
   The event is supposed to end around 8pm. So you have plenty of time 
 to 
   join us for the night and get a drink. Oh, and if you want you can 
   invite more guest from that event ;-) 
   
On Fri, Oct 5, 2012 at 2:48 PM, Kim Shinwoo  
 kimcinoo@gmail.com 
   wrote: 
wow two guests.. that sounds great! but i'm afraid i cannot join.. 
  T,.T 

2012/10/5 Jérôme Pinot ngc891@gmail.com 

 On 10/04/12 18:17, Cedric BAIL wrote: 
  Hello every body, 
  
  Long time no see ! For all of you that are in Korea or may be 
  around 
  Seoul on Friday 12th of October, aka Friday next week, I 
 propose 
  we 
  met in Itaewon for a diner at around 8pm. So who is joining ? 
  And we 
  will have two special guests ! 
 
 It's OK for me too! 
 
 BTW if you like to start earlier, I may be able to change my 
  schedule. 
 
 -- 
 Jérôme Pinot 
 http://ngc891.blogdns.net/ 
 
 
 

   
  
 --
  
 Don't let slow site performance ruin your business. Deploy New 
  Relic 
   APM 
 Deploy New Relic app performance management and know exactly 
 what is happening inside your Ruby, Python, PHP, Java, and .NET 
 app 
 Try New Relic at no cost today and get our sweet Data Nerd shirt 
  too! 
 http://p.sf.net/sfu/newrelic-dev2dev 
 ___ 
 enlightenment-devel mailing list 
 enlightenment-devel@lists.sourceforge.net 
 
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 
 
 


   
  
 --
  
Don't let slow site performance ruin your business. Deploy New 
 Relic 
  APM 
Deploy New Relic app performance management and know exactly 
what is happening inside your Ruby, Python, PHP, Java, and .NET 
 app 
Try New Relic at no cost today and get our sweet Data Nerd shirt 
 too! 
http://p.sf.net/sfu/newrelic-dev2dev 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 


   
  
 --
  
Don't let slow site performance ruin your business. Deploy New 
 Relic 
  APM 
Deploy New Relic app performance management and know exactly 
what is happening inside your Ruby, Python, PHP, Java, and .NET app 
Try New Relic at no cost today and get our sweet Data Nerd shirt 
 too! 
http://p.sf.net/sfu/newrelic-dev2dev 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 

   
   
   
   -- 
   Cedric BAIL 
   
   
   
  
 --
  
   Don't let slow site performance ruin your business. Deploy New Relic 
 APM 
   Deploy New Relic app performance management and know exactly 
   what is happening inside your Ruby, Python, PHP, Java, and 

Re: [E-devel] evas_object_line displays black pixels

2012-10-07 Thread ChunEon Park
Strange... 
only happened on windows? 

  
-Regards, Hermet-  
-Original Message- 
From: Vincent Torrivincent.to...@gmail.com  
To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net;  
Cc:  
Sent: 2012-10-01 (월) 20:33:35 
Subject: [E-devel] evas_object_line displays black pixels 

hey 

i'm using some evas object green lines, and there are some black 
pixels that are also drawn. See attached file. Does someone see why ? 

thanks 

Vincent 

-- 
Got visibility? 
Most devs has no idea what their production app looks like. 
Find out how fast your code is with AppDynamics Lite. 
http://ad.doubleclick.net/clk;262219671;13503038;y? 
http://info.appdynamics.com/FreeJavaPerformanceDownload.html 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Another French^WKorean E diner

2012-10-07 Thread Daniel Juyung Seo
Oh right. Kangnam can be a good place just to celebrate Psy's Gangnam Style :)
But Jerome will have hard time to reach there :(

Daniel Juyung Seo (SeoZ)

On Mon, Oct 8, 2012 at 12:54 AM, ChunEon Park her...@naver.com wrote:
  I will not be in Seoul on the day.

 So It will be better for me if the place is Kangnam.

 Because i'm kangnam style...

 um?

 Joke.

 just worrying the terrible traffic jam to go to Itewon from the Suwon :)


 
 -Regards, Hermet-
 -Original Message-
 From: Sanjeev BAeflel...@gmail.com
 To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net;
 Cc:
 Sent: 2012-10-05 (금) 18:28:13
 Subject: Re: [E-devel] Another French^WKorean E diner

 Yes, I will check if anyone wants to meet efl developers and bring them
 along :)

 On Fri, Oct 5, 2012 at 6:20 PM, Cedric BAIL cedric.bail@free.fr wrote:

 On Fri, Oct 5, 2012 at 6:13 PM, Sanjeev BA eflelev8@gmail.com wrote:
  I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon
  Gardens
 http://korealinuxforum2012.sched.org/venue/Samwon+Gardens?iframe=yesw=700sidebar=nobg=no
 
  It takes a 35 minute bus ride to Itaewon.
  I will try to make it , if it is decided.

 Cool and you are welcome to bring more people to the after party :-)

 See you there

  On Fri, Oct 5, 2012 at 5:31 PM, Cedric BAIL cedric.bail@free.fr wrote:
 
  On Fri, Oct 5, 2012 at 5:04 PM, Sanjeev BA eflelev8@gmail.com wrote:
   Event ends by 10 pm (as per schedule).
   I believe networking starts beyond 8 pm :)
 
  Schedule say the dinner start at 4:15pm from marriot hotel and the
  shuttle bus will take you back between 8 and 10pm. :-)
 
   On Fri, Oct 5, 2012 at 4:58 PM, Cedric BAIL cedric.bail@free.fr
 wrote:
  
   On Fri, Oct 5, 2012 at 4:51 PM, Sanjeev BA eflelev8@gmail.com
 wrote:
Korea Linux Forum is scheduled on Oct 11-12 and some of us might be
   there.
  
   The event is supposed to end around 8pm. So you have plenty of time
 to
   join us for the night and get a drink. Oh, and if you want you can
   invite more guest from that event ;-)
  
On Fri, Oct 5, 2012 at 2:48 PM, Kim Shinwoo 
 kimcinoo@gmail.com
   wrote:
wow two guests.. that sounds great! but i'm afraid i cannot join..
  T,.T
   
2012/10/5 Jérôme Pinot ngc891@gmail.com
   
 On 10/04/12 18:17, Cedric BAIL wrote:
  Hello every body,
 
  Long time no see ! For all of you that are in Korea or may be
  around
  Seoul on Friday 12th of October, aka Friday next week, I
 propose
  we
  met in Itaewon for a diner at around 8pm. So who is joining ?
  And we
  will have two special guests !

 It's OK for me too!

 BTW if you like to start earlier, I may be able to change my
  schedule.

 --
 Jérôme Pinot
 http://ngc891.blogdns.net/



   
  
 
 --
 Don't let slow site performance ruin your business. Deploy New
  Relic
   APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET
 app
 Try New Relic at no cost today and get our sweet Data Nerd shirt
  too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


   
   
  
 
 --
Don't let slow site performance ruin your business. Deploy New
 Relic
  APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET
 app
Try New Relic at no cost today and get our sweet Data Nerd shirt
 too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
   
  
 
 --
Don't let slow site performance ruin your business. Deploy New
 Relic
  APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt
 too!
http://p.sf.net/sfu/newrelic-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
  
   --
   Cedric BAIL
  
  
  
 
 --
   Don't let slow site performance ruin your business. Deploy New Relic
 APM
   Deploy New Relic app performance management and 

Re: [E-devel] Another French^WKorean E diner

2012-10-07 Thread Jérôme Pinot
On 10/08/12 01:17, Daniel Juyung Seo wrote:
 Oh right. Kangnam can be a good place just to celebrate Psy's Gangnam Style :)
 But Jerome will have hard time to reach there :(

Not really, I can take the bus at the express bus terminal.

 Daniel Juyung Seo (SeoZ)
 
 On Mon, Oct 8, 2012 at 12:54 AM, ChunEon Park her...@naver.com wrote:
   I will not be in Seoul on the day.
 
  So It will be better for me if the place is Kangnam.
 
  Because i'm kangnam style...
 
  um?
 
  Joke.
 
  just worrying the terrible traffic jam to go to Itewon from the Suwon :)
 
 
  
  -Regards, Hermet-
  -Original Message-
  From: Sanjeev BAeflel...@gmail.com
  To: Enlightenment developer 
  listenlightenment-devel@lists.sourceforge.net;
  Cc:
  Sent: 2012-10-05 (금) 18:28:13
  Subject: Re: [E-devel] Another French^WKorean E diner
 
  Yes, I will check if anyone wants to meet efl developers and bring them
  along :)
 
  On Fri, Oct 5, 2012 at 6:20 PM, Cedric BAIL cedric.bail@free.fr wrote:
 
  On Fri, Oct 5, 2012 at 6:13 PM, Sanjeev BA eflelev8@gmail.com wrote:
   I went by this. Friday October 12, 2012 4:15pm - 10:00pm @ Samwon
   Gardens
  http://korealinuxforum2012.sched.org/venue/Samwon+Gardens?iframe=yesw=700sidebar=nobg=no
  
   It takes a 35 minute bus ride to Itaewon.
   I will try to make it , if it is decided.
 
  Cool and you are welcome to bring more people to the after party :-)
 
  See you there
 
   On Fri, Oct 5, 2012 at 5:31 PM, Cedric BAIL cedric.bail@free.fr wrote:
  
   On Fri, Oct 5, 2012 at 5:04 PM, Sanjeev BA eflelev8@gmail.com wrote:
Event ends by 10 pm (as per schedule).
I believe networking starts beyond 8 pm :)
  
   Schedule say the dinner start at 4:15pm from marriot hotel and the
   shuttle bus will take you back between 8 and 10pm. :-)
  
On Fri, Oct 5, 2012 at 4:58 PM, Cedric BAIL cedric.bail@free.fr
  wrote:
   
On Fri, Oct 5, 2012 at 4:51 PM, Sanjeev BA eflelev8@gmail.com
  wrote:
 Korea Linux Forum is scheduled on Oct 11-12 and some of us might be
there.
   
The event is supposed to end around 8pm. So you have plenty of time
  to
join us for the night and get a drink. Oh, and if you want you can
invite more guest from that event ;-)
   
 On Fri, Oct 5, 2012 at 2:48 PM, Kim Shinwoo 
  kimcinoo@gmail.com
wrote:
 wow two guests.. that sounds great! but i'm afraid i cannot join..
   T,.T

 2012/10/5 Jérôme Pinot ngc891@gmail.com

  On 10/04/12 18:17, Cedric BAIL wrote:
   Hello every body,
  
   Long time no see ! For all of you that are in Korea or may be
   around
   Seoul on Friday 12th of October, aka Friday next week, I
  propose
   we
   met in Itaewon for a diner at around 8pm. So who is joining ?
   And we
   will have two special guests !
 
  It's OK for me too!
 
  BTW if you like to start earlier, I may be able to change my
   schedule.
 
  --
  Jérôme Pinot
  http://ngc891.blogdns.net/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel