how about 

OpenJUMP plus

? ede

On 10.10.2011 20:31, Michaël Michaud wrote:
> Hi,
> 
> Le 10/10/2011 19:41, edgar.sol...@web.de a écrit :
>> Suggestion: we should find a more describing name of the sextante 
>> edition, because it contains much more than sextante. maybe 'extended 
>> edition (ee,ex)'? 
> +1 (for 'ee' or 'xe', as 'ex' may have a negative meaning in french, 
> something like exited...)
> 
> Michaël
> 
>> .ede 
>> ------------------------------------------------------------------------------
>>  
>> All the data continuously generated in your IT infrastructure contains 
>> a definitive record of customers, application performance, security 
>> threats, fraudulent activity and more. Splunk takes this data and 
>> makes sense of it. Business sense. IT sense. Common sense. 
>> http://p.sf.net/sfu/splunk-d2dcopy1 
>> _______________________________________________ Jump-pilot-devel 
>> mailing list Jump-pilot-devel@lists.sourceforge.net 
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel 
> 
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

-- 
public class WhoDidIt{ // A comment. I love comments 
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" ed...@soldin.de ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to