Difference between revisions of "User:Jfiat"

 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* Jocelyn Fiat
 
* Jocelyn Fiat
  
    jfiat@eiffel.com
+
== About me ==
    GMT+1 (France)  
+
* GMT+1 (Rhone-Alpes, France)  
    skype=jocelynfiat
+
* Working with Eiffel Software remotely from France.  
+
    Working for Eiffel Software remotly from France.  
+
    Concerned by: subversion repository + migration (+ web_pages)
+
+
    Next vacation: from 21-dec-2005 to 28-dec-2005
+
  
== test ==
+
== Regarding Eiffel Studio Open Source initiative ==
 +
* Migrated part of ISE's Subversion repository Origo's server
 +
* Various web applications conceptions, configuration and integrations within the whole system.
  
<code>[eiffel,Y,3]
+
== Operating System ... ==
class
+
* I am mainly working on Windows 7 x64
  TEST
+
* I am using Visual Studio Express 2010
feature -- comments
+
* occasionally I am compiling on Linux (Ubuntu x64)
  
  attrib_integer: INTEGER
+
== My activities are ==
 +
* Eiffel Studio's debugger (Eiffel code + runtime)
 +
* Eiffel Studio dev environment
 +
* Libraries
 +
* Intranet + Extranet (web application + internal IM)
 +
* Manage Subversion, and experiment git for ISE
 +
* working on the New Eiffel Web Solution
  
  my_function (my_arg: TUPLE [like Current, INTEGER, INTEGER_32, TOTO]): STRING is
+
== How to contact me ==
      require
+
* Emailing at ISE
          my_arg_ok: my_arg /= Void
+
* Skype: jocelynfiat
      do
+
          print ("Just a test ...%N")
+
      end
+
  
end
+
== Various ==
</code>
+
* Initiator and maintainer of [[http://gfue.eiffelsolution.com/]], home page of the Group of french Eiffel users.
<code>test code</code>
+
 
* inlined code -> <code>[eiffel,N]x := y + "test"</code> <-
+
== sandbox ==
* inlined code -> <code>[eiffel,N]create {STRING} my_string.make (10)</code> <-
+
*[[Jfiat sandbox]]

Latest revision as of 01:17, 23 June 2011

  • Jocelyn Fiat

About me

  • GMT+1 (Rhone-Alpes, France)
  • Working with Eiffel Software remotely from France.

Regarding Eiffel Studio Open Source initiative

  • Migrated part of ISE's Subversion repository Origo's server
  • Various web applications conceptions, configuration and integrations within the whole system.

Operating System ...

  • I am mainly working on Windows 7 x64
  • I am using Visual Studio Express 2010
  • occasionally I am compiling on Linux (Ubuntu x64)

My activities are

  • Eiffel Studio's debugger (Eiffel code + runtime)
  • Eiffel Studio dev environment
  • Libraries
  • Intranet + Extranet (web application + internal IM)
  • Manage Subversion, and experiment git for ISE
  • working on the New Eiffel Web Solution

How to contact me

  • Emailing at ISE
  • Skype: jocelynfiat

Various

  • Initiator and maintainer of [[1]], home page of the Group of french Eiffel users.

sandbox