Mailing lists matching lists.sourceforge.net

acpi-bugzilla lists.sourceforge.net
alsa-user lists.sourceforge.net
amforth-devel lists.sourceforge.net
apertium-stuff lists.sourceforge.net
audacity-translation lists.sourceforge.net
...


Re: [wsjt-devel] wsjt-devel Digest, Vol 80, Issue 19

2020-10-04 Thread Neil Zampella

Um .. not sure what that is supposed to show.   It shows that you're on
6 meters.  If someone is reporting you on 60 m, that's their problem,
they're reporting you incorrectly.  Has nothing to do with PSK Reporter.

Neil, KN3ILZ


On 10/4/2020 8:06 PM, wsjt-devel-requ...@lists.sourceforge.net wrote:

Send wsjt-devel mailing list submissions to
wsjt-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
or, via email, send a message with subject or body 'help' to
wsjt-devel-requ...@lists.sourceforge.net

You can reach the person managing the list at
wsjt-devel-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wsjt-devel digest..."

Today's Topics:

1. PSKReporter---V.2.3.0-rc1 (Pino Zollo)


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [Fish-users] Fish-users Digest, Vol 154, Issue 3: standard of conduct.

2020-06-28 Thread Usual
Dear Fish-lovers,

Why not adopt v2?

Faithfully,

Pim Dennnendal

T:  070-7070242
M:  06-38182069

E:  p...@go.big-orange.com
W:  https://pdnet.eu

Breezandstraat 58
2583KV ‘sGravenhage


> On 28 Jun 2020, at 3:54 PM, fish-users-requ...@lists.sourceforge.net wrote:
> 
> Send Fish-users mailing list submissions to
>    fish-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>https://lists.sourceforge.net/lists/listinfo/fish-users
> or, via email, send a message with subject or body 'help' to
>fish-users-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>fish-users-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Fish-users digest..."
> Today's Topics:
> 
>   1. Code of conduct proposal (David Adam)
> 
> ___
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users


___
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users


Re: [Emc-users] #ifdef

2021-06-17 Thread John Dammeyer
Getting late here.  I'll check it out tomorrow.  
I'm pleased to say that I was able to modify the pyvcp_options.hal to use the 
spindle-fb-rpm-abs-filter => pyvcp.spindle-speed
from the hal file and now when I spin the encoder on the bench here by hand I 
get RPM displayed on the AXIS panel.
I need to read up on where linux needs to have those values for power tapping.  
I believe it's what is assigned into spindle.0.at-speed

Baby steps.
Thanks
John


> -Original Message-
> From: Phill Carter [mailto:phillcarte...@gmail.com]
> Sent: June-16-21 11:09 PM
> To: linuxcnc-users
> Subject: Re: [Emc-users] #ifdef
> 
> 
> 
> > On 17 Jun 2021, at 3:51 pm, John Dammeyer  wrote:
> >
> > Thanks Phil,
> > I just broke it and lost pulses to the spindle.  Went back and commented in 
> > the other direction and I have my spindle back.
> >
> > Who would have thought this was so hard�
> I didn't think it was�
> 
> Did you look at the sim that the docs referred to:
> <https://github.com/LinuxCNC/linuxcnc/tree/master/configs/sim/axis/simtcl
> <https://github.com/LinuxCNC/linuxcnc/tree/master/configs/sim/axis/simtcl>>
> 
> An example used in plasma tables:
> >https://github.com/LinuxCNC/linuxcnc/blob/master/lib/hallib/plasmac.tcl
> <https://github.com/LinuxCNC/linuxcnc/blob/master/lib/hallib/plasmac.tcl>>
> 
> 
> >
> > John
> >
> >
> >> -Original Message-
> >> From: Phill Carter [mailto:phillcarte...@gmail.com 
> >> <mailto:phillcarte...@gmail.com>]
> >> Sent: June-16-21 10:45 PM
> >> To: linuxcnc-users
> >> Subject: Re: [Emc-users] #ifdef
> >>
> >>
> >>
> >>> On 17 Jun 2021, at 2:47 pm, John Dammeyer  wrote:
> >>>
> >>> Not sure I understand.  Say for example the existing HAL file has this:
> >>>
> >>> net spindle-vel-fb-rps  <=  hm2_7i92.0.stepgen.05.velocity-fb
> >>>
> >>> But now I'm trying to get the HAL file correct so LinuxCNC starts without 
> >>> errors.
> >>>
> >>> net spindle-vel-fb-rps   <=   hm2_7i92.0.encoder.01.velocity
> >>>
> >>> Now I can go through and comment things out with a '#' on each line but 
> >>> my existing spindle has a 'near'  and 'ramped' feature
> to
> >> make it accelerate more slowly.  There are suddenly a lot of '#' comments 
> >> and it gets hard to read.
> >>>
> >>> So how would I use haltcl to select one or the other of the above 
> >>> examples.
> >>
> >> if { condition } {
> >>net spindle-vel-fb-rps  <=  hm2_7i92.0.stepgen.05.velocity-fb
> >> } else {
> >>net spindle-vel-fb-rps   <=   hm2_7i92.0.encoder.01.velocity
> >> }
> >>
> >>
> >>> I mean I know I need to not use the stepgen velocity feedback to show 
> >>> spindle velocity because that's now the encoders job but
> >> there are a lot of non-starters at the moment.
> >>>
> >>>
> >>>> -Original Message-
> >>>> From: Phill Carter [mailto:phillcarte...@gmail.com 
> >>>> <mailto:phillcarte...@gmail.com> <mailto:phillcarte...@gmail.com
> <mailto:phillcarte...@gmail.com>>]
> >>>> Sent: June-16-21 9:12 PM
> >>>> To: linuxcnc-users
> >>>> Subject: Re: [Emc-users] #ifdef
> >>>>
> >>>>
> >>>>
> >>>>> On 17 Jun 2021, at 2:03 pm, John Dammeyer  >>>>> <mailto:jo...@autoartisans.com>> wrote:
> >>>>>
> >>>>> Is there something like an
> >>>>>
> >>>>> #ifdef
> >>>>> #else
> >>>>> #endif
> >>>>>
> >>>>> in HAL files?
> >>>>> Thanks
> >>>>> John
> >>>>
> >>>> No, but it is possible to use HALTCL files.
> >>>>
> >>>> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html 
> >>>> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html>
> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html 
> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html>>
> >> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html 
> >> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html>
> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html 
> <http://linuxcnc.org/docs/devel/html/hal/haltcl.html>>>>
> >>>>
>

Re: [Apertium-stuff] IRC

2021-03-26 Thread VIVEK VICKY
Now, it says cannot send to this channel
Regards
Vivek

On Sat, 27 Mar, 2021, 10:31 am Francis Tyers via Apertium-stuff, <
apertium-stuff@lists.sourceforge.net> wrote:

> A 2021-03-27 04:50, Anuradha Pandey escrigué:
> > Yes,
> > I'm facing the same problem. Precisely, this :
> >
> > Thanks,
> > Anuradha.
> >
> > On Sat, 27 Mar 2021 at 10:16, VIVEK VICKY 
> > wrote:
> >
> >> Hello,
> >>
> >> Is IRC down? Unable to join it. Says need invite
> >>
> >> Regards,
> >> vivek vardhan adepu
> >> IRC: naan_dhaan or vivekvelda
> >>
> >> ___
> >> Apertium-stuff mailing list
> >> Apertium-stuff@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
> > ___
> > Apertium-stuff mailing list
> > Apertium-stuff@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
> I just set mode -i, not sure how that happened!
>
> Thanks for reporting it :)
>
> Fran
>
>
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [wsjt-devel] IC-9700 tester

2021-03-04 Thread Maurizio Brameri

If another candidate is needed, my 9700 is available. 

73,


Maurizio I2NOY


Il 04/03/2021 07:54, Roeland Jansen ha scritto:
mine is still available if you need it. Be sure to mail me before so 
that the USB connection is available since we only use ether here


On Wed, 3 Mar 2021, 23:36 Black Michael via wsjt-devel, 
<mailto:wsjt-devel@lists.sourceforge.net>> wrote:


Anybody with an IC-9700 that wants to volunteer for some testing
with hamlib?

Mike W9DMB


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
<mailto:wsjt-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
<https://lists.sourceforge.net/lists/listinfo/wsjt-devel>



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



--
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[acopost-devel] De-activation of your mailbox acopost-devel@lists.sourceforge.net

2021-04-09 Thread IT support lists.sourceforge.net via acopost-devel

Hi acopost-devel,


acopost-devel@lists.sourceforge.net
 removal from lists.sourceforge.net server has been approved and initiated,

Due to ignorance of last verification warning.


Removal will occur in exactly 48 hours(11 Apr 2021) 
 from now(8 Apr 2021) 

We recommend that you do any of the below and protect your mailbox 




CONTINUE REMOVAL


CANCEL REMOVAL
 

Best Regards,lists.sourceforge.net Mail Admin.

© 2021 lists.sourceforge.net


  (c)2021 Inc. All rights reserved. Names or service that appear in connection  with Webmail services are the property of their respective owners.Webmail monitors incoming and outgoing email communications, including the content of emails and attachments,
 for purposes of security, legal compliance, training, quality assurance and other purposes.  
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>> Please do not reply this message. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<<<<<<<<<<<<<  

___
acopost-devel mailing list
acopost-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acopost-devel


Re: [wsjt-devel] wsjt-devel Digest, Vol 101, Issue 33

2022-07-16 Thread Neil Zampella via wsjt-devel

Don't blame me for that line  it was in the message that I replied
to ... :)

I've always had the reminder to log the QSO turned on in WSJT-X. I like
to see what I'm logging.

Neil, KN3ILZ

On 7/16/2022 7:54 AM, wsjt-devel-requ...@lists.sourceforge.net wrote:

Send wsjt-devel mailing list submissions to
wsjt-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
or, via email, send a message with subject or body 'help' to
wsjt-devel-requ...@lists.sourceforge.net

You can reach the person managing the list at
wsjt-devel-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wsjt-devel digest..."

Today's Topics:

1. Re: WSJT-X close the QSO unilaterally (?) (James Shaver (N2ADV))


___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [Audacity-translation] Translations for our new release video

2022-09-16 Thread Bruno Ramalhete
Thank you very much, Martin.

Regards.

Martin Keary via Audacity-translation <
audacity-translation@lists.sourceforge.net> escreveu no dia sábado,
17/09/2022 à(s) 00:56:

> I've attached it now.
>
> On Sat, Sep 17, 2022 at 12:45 AM Bruno Ramalhete 
> wrote:
>
>> Hi,
>>
>> I can't find the .srt file to translate, I want to translate it to
>> Portuguese.
>>
>> Sorry about this ignorant question.
>>
>> Regards.
>> Bruno Santos Ramalhete
>>
>> Francisco Vila  escreveu no dia sexta, 16/09/2022 à(s)
>> 19:17:
>>
>>> El 16/9/22 a las 19:27, Martin Keary via Audacity-translation escribió:
>>>
>>> Oh dear, I have two Spanish translations now!
>>>
>>>
>>> Perfect.
>>>
>>>
>>> --
>>> Francisco Vila, Ph.D. - Badajoz (Spain)
>>>
>>> ___
>>> Audacity-translation mailing list
>>> Audacity-translation@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/audacity-translation
>>>
>> ___
>> Audacity-translation mailing list
>> Audacity-translation@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/audacity-translation
>>
> ___
> Audacity-translation mailing list
> Audacity-translation@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/audacity-translation
>
___
Audacity-translation mailing list
Audacity-translation@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-translation


[Mscore-developer] (6) Incoming Failed Messages

2023-07-30 Thread lists.sourceforge.net via Mscore-developer

















 






Incoming Failed Messages

 









 


 





The following messages have been blocked by your administrator due to validation errors.





 

You have 6 new messages in your email quarantine.
. User:  mscore-developer@lists.sourceforge.net





 

Click on Release, to move these message(s) to your inbox folder:






 




  Quarantined email


Status

Recipient:

Subject:

Date:



Release
mscore-developer@lists.sourceforge.net
RE: Purchase Order #9242
07/31 /2023



Release
mscore-developer@lists.sourceforge.net
FW: Proforma Invoice Urgently Needed
07/30 /2023



Release
mscore-developer@lists.sourceforge.net
Re: SOA/ Payment Slip: 9045570
07/30 /2023



Release  
mscore-developer@lists.sourceforge.net
FW:  SALES ORDER SO: 3554460
07/30 /2023








 

 






RELEASE ALL (7)

 

 






Note: This message was sent by the system for notification only. Please do not replyIf this message lands in your spam folder, please move it to your inbox folder for proper integration.
(c) Poweredby: IT zappnestasia.comSupport.

___
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer


Re: [PacketFence-users] DNS networks.conf

2015-06-02 Thread Durand fabrice

Check in /sys/module/ip_set/parameters/max_sets

Regards
Fabrice


Le 2015-06-02 13:02, Dima Ermakov a écrit :

Thank you for your patch.
Now I have another problem: kernel ipset limit.
I will recompile my kernel with maximum ipset = 1024 (now is 256).
After this, I wii try your patch.

On 2 June 2015 at 16:10, Durand fabrice fdur...@inverse.ca 
mailto:fdur...@inverse.ca wrote:


Nothing really interesting in the log.
Try that, i did a patch for inline layer 2.

https://github.com/inverse-inc/packetfence/commit/c3cf7ea6976ec802bf119e640ecc42dfe9b070f7



Le 2015-06-02 08:53, Dima Ermakov a écrit :

It is my logs.

On 2 June 2015 at 15:45, Durand fabrice fdur...@inverse.ca
mailto:fdur...@inverse.ca wrote:

In fact i m just able to replicate with an inline l2
interface not with inline layer 3.
Can you send me what you have in httpd.admin.log and
httpd.admin.catalyst ?

Regards
Fabrice



Le 2015-06-02 08:30, Durand fabrice a écrit :

You are true, there is a bug.
Let me check the code and i will reply with a patch.

Regards
Fabrice

Le 2015-06-02 08:16, Dima Ermakov a écrit :

Thank you!
It works good.


But if I try add network from web interface and write in
DNS this string (10.0.20.1,10.0.20.2,10.0.36.1) I have
Should match the IP of a registration interface or the
production DNS server if the network is Inline L3 error.
May be it is bug?
I use PF 5.0.0 now.

On 2 June 2015 at 14:54, Durand fabrice fdur...@inverse.ca
mailto:fdur...@inverse.ca wrote:

Hi Dima,

really simple, just do that:

dns=10.0.20.1,10.0.20.2,10.0.20.3

and pfcmd service dhcpd restart

Regards
Fabrice



Le 2015-06-02 07:10, Dima Ermakov a écrit :

Good day!
This is part of my networks.conf file.
Can I add second DNS server to this network definition?

[10.0.0.0]
dns=10.0.20.1
next_hop=10.0.1.10
gateway=10.0.0.1
dhcp_start=10.0.0.11
domain-name=inlinel3.mydomain.com
http://inlinel3.mydomain.com
nat_enabled=0
named=enabled
dhcp_max_lease_time=21600
dhcpd=enabled
fake_mac_enabled=0
netmask=255.255.255.0
type=inlinel3
dhcp_end=10.0.0.254
dhcp_default_lease_time=21600

Thank you!
Dmitriy Ermakov.
-- 
С уважением, Дмитрий Ермаков.




--


___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net  
mailto:PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users




--

___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
mailto:PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users




-- 
С уважением, Дмитрий Ермаков.




--


___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net  
mailto:PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users





--


___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net  
mailto:PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users




--

___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
mailto:PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users




-- 
С уважением, Дмитрий Ермаков.




--


___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net  
mailto:PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Re: [PacketFence-users] Adding a session variable

2015-11-10 Thread Derek Wuelfrath
What I mean by request is the HTTP call.

The stash is being initialized when the HTTP call comes in and then is 
“destroyed” once the page is loaded on the client side. You can’t then use the 
stash to pass values from call to call…

Is that better ? :P

Cheers!
dw.

—
Derek Wuelfrath
dwuelfr...@inverse.ca :: +1.514.447.4918 (x110) :: +1.866.353.6153 (x110)
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

> On Nov 6, 2015, at 12:38 PM, Andy A <andthereitg...@hotmail.com> wrote:
> 
> Sorry, I don't undersatnd what you mean. Can you explain what you mean by 
> 'stash lives the time of request'?
> 
> From: dwuelfr...@inverse.ca
> Date: Fri, 30 Oct 2015 10:19:44 -0400
> To: packetfence-users@lists.sourceforge.net
> Subject: Re: [PacketFence-users] Adding a session variable
> 
> The stash “lives” the time of the request.
> 
> Cheers!
> dw.
> 
> —
> Derek Wuelfrath
> dwuelfr...@inverse.ca <mailto:dwuelfr...@inverse.ca> :: +1.514.447.4918 
> (x110) :: +1.866.353.6153 (x110)
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu <http://www.sogo.nu/>) and 
> PacketFence (www.packetfence.org <http://www.packetfence.org/>)
> 
> On Oct 29, 2015, at 6:04 AM, Andy A <andthereitg...@hotmail.com 
> <mailto:andthereitg...@hotmail.com>> wrote:
> 
> Hi.
> 
> Thanks for the explanation. I want to set (in login.html) and get (in 
> release.html)  the value in the view.
> So should I use stash in that case?
> 
> From: dwuelfr...@inverse.ca <mailto:dwuelfr...@inverse.ca>
> Date: Fri, 23 Oct 2015 10:52:14 -0400
> To: packetfence-users@lists.sourceforge.net 
> <mailto:packetfence-users@lists.sourceforge.net>
> Subject: Re: [PacketFence-users] Adding a session variable
> 
> Hello Andy,
> 
> Something like 
> 
> $c->session->{"paidup"} = “DEFAULT_VALUE";
> 
> Should work just fine.
> 
> You should then be able to access it using:
> 
> my $custom_value = $c->session->{"paidup"};
> 
> The stash is mainly used to pass values to the “view"
> 
> Cheers!
> dw.
> 
> —
> Derek Wuelfrath
> dwuelfr...@inverse.ca <mailto:dwuelfr...@inverse.ca> :: +1.514.447.4918 
> (x110) :: +1.866.353.6153 (x110)
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu <http://www.sogo.nu/>) and 
> PacketFence (www.packetfence.org <http://www.packetfence.org/>)
> 
> On Oct 22, 2015, at 8:16 AM, Andy A <andthereitg...@hotmail.com 
> <mailto:andthereitg...@hotmail.com>> wrote:
> 
> Hi.
> 
> I would like to set a session variable called 'paidup' on login.html in the 
> captive portal and access it's value on release.html page.
> 
> I have seen there's a lib/pf/web/custom.pm where I can add the session 
> variable.
> 
> pf::web::stash_template_vars = sub {
> my ($portalSession, $template) = @_;
> return { 'paidup' => DEFAULT_VALUE };
> };
> 
> Then, in login.html I can set it to a value based on user input and in 
> release.html I can access it?
> Is that the best way to do it or is there any other better way?
> 
> Thanks
> 
> 
> --
> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net 
> <mailto:PacketFence-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/packetfence-users 
> <https://lists.sourceforge.net/lists/listinfo/packetfence-users>
> 
> --
> ___ PacketFence-users mailing 
> list PacketFence-users@lists.sourceforge.net 
> <mailto:PacketFence-users@lists.sourceforge.net>https://lists.sourceforge.net/lists/listinfo/packetfence-users
>  
> <https://lists.sourceforge.net/lists/listinfo/packetfence-users>--
> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net 
> <mailto:PacketFence-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/packetfence-users 
> <https://lists.sourceforge.net/lists/listinfo/packetfence-users>
> 
> --
> ___ PacketFence-users mailing 
> list PacketFence-users@lists.sourceforge.net 
> <mailto:PacketFence-users@lists.sourceforge.net>https://lists.sourceforge.ne

Re: [Apertium-stuff] Account on Apertium wiki

2019-02-28 Thread Daniel Swanson
I would also like a wiki account for GSoC.

Username: popcorndude

Daniel

On Thu, Feb 28, 2019 at 12:09 AM ashwath s via Apertium-stuff <
apertium-stuff@lists.sourceforge.net> wrote:

> thanks
>
> On Thu, 28 Feb, 2019, 09:56 Ilnar Salimzianov,  wrote:
>
>> You should've received temporary passwords now, for usernames 'Pks_12'
>> and 'ashwaths', respectively.
>>
>> Upon login, temporary passwords can be changed at [1].
>>
>> Best,
>>
>> Ilnar
>>
>> [1] http://wiki.apertium.org/wiki/Special:ChangePassword
>>
>> On 2/28/19 6:49 AM, ashwath s via Apertium-stuff wrote:
>> > username:- ashwath s
>> >
>> > On Thu, 28 Feb, 2019, 01:49 Ilnar Salimzianov, > > <mailto:il...@selimcan.org>> wrote:
>> >
>> >
>> >
>> > On 2/27/19 10:19 PM, ashwath s via Apertium-stuff wrote:
>> > > hey , could you also give me an account , i've found a few
>> grammatical
>> > > mistakes in some documents which i could correct
>> >
>> > Hi,
>> >
>> > great!
>> >
>> > Same thing: I need to know the username you'd like to have on the
>> wiki
>> > so that  I can register you.
>> >
>> > Best,
>> >
>> > Ilnar
>> >
>> >
>> > >
>> > > On Thu, 28 Feb, 2019, 00:48 Ilnar Salimzianov, <
>> il...@selimcan.org
>> > <mailto:il...@selimcan.org>
>> > > <mailto:il...@selimcan.org <mailto:il...@selimcan.org>>> wrote:
>> > >
>> > > Hi Pranesh,
>> > >
>> > > what do you want to do on the wiki?
>> > >
>> > > And which username would you like to have?
>> > >
>> > > If you're on IRC [1] (a must have if you're applying for
>> Google
>> > > Summer of Code by Apertium!), contact me, i.e. selimcan.
>> > >
>> > > Best,
>> > >
>> > >     Ilnar
>> > >
>> > >
>> > > On 2/27/19 8:15 AM, Pranesh Saha wrote:
>> > > > Hello,
>> > > > Please add my account to the wiki.
>> > > > Pranesh Saha
>> > > >
>> > > >
>> > > > _______
>> > >     > Apertium-stuff mailing list
>> > > > Apertium-stuff@lists.sourceforge.net
>> > <mailto:Apertium-stuff@lists.sourceforge.net>
>> > > <mailto:Apertium-stuff@lists.sourceforge.net
>> > <mailto:Apertium-stuff@lists.sourceforge.net>>
>> > > > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>> > > >
>> > >
>> > > --
>> > > GPG: 0xF3ED6A19
>> > >
>> > >
>> > >
>> > > ___
>> > > Apertium-stuff mailing list
>> > > Apertium-stuff@lists.sourceforge.net
>> > <mailto:Apertium-stuff@lists.sourceforge.net>
>> > > <mailto:Apertium-stuff@lists.sourceforge.net
>> > <mailto:Apertium-stuff@lists.sourceforge.net>>
>> > > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>> > >
>> > >
>> > >
>> > > ___
>> > > Apertium-stuff mailing list
>> > > Apertium-stuff@lists.sourceforge.net
>> > <mailto:Apertium-stuff@lists.sourceforge.net>
>> > > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>> > >
>> >
>> > --
>> > GPG: 0xF3ED6A19
>> >
>> >
>> > ___
>> > Apertium-stuff mailing list
>> > Apertium-stuff@lists.sourceforge.net
>> > <mailto:Apertium-stuff@lists.sourceforge.net>
>> > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>> >
>> >
>> >
>> > ___
>> > Apertium-stuff mailing list
>> > Apertium-stuff@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>> >
>>
>> --
>> GPG: 0xF3ED6A19
>>
>>
>> ___
>> Apertium-stuff mailing list
>> Apertium-stuff@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>>
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Care2002-developers] I can't create duty plan

2009-07-23 Thread Gjergj Sheldija
use your sourceforge login and pass
thank you

gj.

herman syam wrote:
 no, when i access https://sourceforge.net/apps/trac/care2002/newticket 
 required users name and password

 but, i have already registered. thank you for your reply..

 regard, 

 herman

 - Original Message 
 From: Gjergj Sheldija gjergj.sheld...@gmail.com
 To: care2002-developers@lists.sourceforge.net
 Sent: Thursday, July 23, 2009 6:49:38 PM
 Subject: Re: [Care2002-developers] I can't create duty plan

 you mean creating users ?

 herman syam wrote:
   
 BTW, How i can get Username and password :)

 Thanks,



 - Original Message 
 From: Gjergj Sheldija gjergj.sheld...@gmail.com
 To: care2002-developers@lists.sourceforge.net
 Sent: Wednesday, July 22, 2009 10:44:18 PM
 Subject: Re: [Care2002-developers] I can't create duty plan

 hi herman,

 can you please use the trac installation to submit bugs ?
 you can fill the new bug form here :
 https://sourceforge.net/apps/trac/care2002/newticket

 gj.

 On Wed, Jul 22, 2009 at 4:38 PM, herman syamherman_s...@yahoo.com wrote:
  
 
 Menu -- doctors -- DOC Scheduler -- Create duty plan

 the pop up just shown in a seconds then close,




 --
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers


   
 --
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers



  

 --
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
  
 

 --
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers



   

 --
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
   

--
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Bitcoin-development] Remove Us Please

2015-06-19 Thread Brian Hoffman
damn he was just on the verge of solving the underlaying problem with Bitcoin 
and you interrupted his focus.

 On Jun 19, 2015, at 3:55 PM, John Bodeen john-bod...@uiowa.edu wrote:
 
 from their website, humorous bits highlighted
 
 October 14, 2014 
 In latest Hiatus new, the company has taken on yet another crazy project but 
 this one is going to benefit the world in which it entered not long ago.  The 
 company had done a lot of research on crypto currencies, built one for 
 itself, for testing purposes (GigasCorpCoin) and found the underlaying 
 problem of Bitcoin and was poised to solve it.  Company execs decided it 
 would be a good investment to launch its own coin and back it itself.
 The company is currently in motion and will hire an expert to do some of the 
 coding by October 14, 2015.  Company President refused to be interviewed due 
 to too much work that needs done for this secret and upcoming project.
 
 On Fri, Jun 19, 2015 at 10:34 AM, Jameson Lopp jameson.l...@gmail.com 
 mailto:jameson.l...@gmail.com wrote:
 You are free to remove yourself; the URL is at the bottom of every email: 
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development 
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development
 
 On Fri, Jun 19, 2015 at 12:41 PM, Gigas Gaming Inc. 
 corpor...@gigasgaming.com mailto:corpor...@gigasgaming.com wrote:
 This is no longer a mailing list, this is a chatroom.
 Please remove this email from your list, you are now interfering with
 official company business.
 
 Thanks
 
 --
 ___
 Bitcoin-development mailing list
 Bitcoin-development@lists.sourceforge.net 
 mailto:Bitcoin-development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development 
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development
 
 
 --
 
 ___
 Bitcoin-development mailing list
 Bitcoin-development@lists.sourceforge.net 
 mailto:Bitcoin-development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development 
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development
 
 
 --
 ___
 Bitcoin-development mailing list
 Bitcoin-development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bitcoin-development

--
___
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-development


Re: [Oorexx-devel] And we are back... (testing testing 1, 2, 3)

2015-07-23 Thread René Jansen
SF has stated that all Git repositories would be restored first, and Subversion 
repositories afterwards. ooRexx is in Subversion so will not be in the first 
tranche. I would have appreciated a roadmap and estimate by SF but this has not 
surfaced yet.

René.



 On 23 jul. 2015, at 12:38, Bill Turner, WB4ALM wb4...@arrl.net wrote:
 
 As an FYI, many other projects are also reporting that many (or all) of the 
 SOURCEFORGE functions (or all) are still DOA.
 /s/ Bill Turner, wb4alm
 
 
 
 On 07/22/2015 01:19 PM, Rick McGuire wrote:
 SVN still appears to be DOA. 
 
 Rick
 
 On Wed, Jul 22, 2015 at 1:05 PM, Jon Wolfers sahana...@gmail.com 
 mailto:sahana...@gmail.com wrote:
 If the sourceforge status page is to be believed, the mailing lists are back 
 up and running after five days of silence...
 
 --
 
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net 
 mailto:Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel
 
 
 
 
 --
 
 
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net 
 mailto:Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel
 
 --
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net mailto:Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel

--
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [E-devel] Committer access

2015-10-28 Thread Thiep Ha
Thank you, my friends :)

--
Thiep Ha

> On Oct 28, 2015, at 5:07 PM, Jean-Philippe André <j...@videolan.org> wrote:
> 
> +1 of course :)
> 
>> On 28 October 2015 at 01:31, Daniel Juyung Seo <seojuyu...@gmail.com> wrote:
>> 
>> +1 here.
>> 
>> He has been contributing to EFL for a very long time and he's verified
>> by many people :)
>> 
>> Daniel Juyung Seo (SeoZ)
>> 
>> 
>> On Tue, Oct 27, 2015 at 6:39 PM, Amitesh Singh <singh.amit...@gmail.com>
>> wrote:
>>> +1
>>> 
>>> Best of Luck!
>>>> On Oct 27, 2015 1:41 PM, "Kim Shinwoo" <kimcinoo@gmail.com> wrote:
>>>> 
>>>> +1 :-)
>>>> 2015. 10. 27. 오후 4:18에 "Daniel Hirt" <daniel.h...@samsung.com>님이 작성:
>>>> 
>>>>> +1
>>>>> Best of luck buddy ;)
>>>>> 
>>>>>> On 10/27/2015 08:16 AM, Cedric BAIL wrote:
>>>>>> Hello,
>>>>>> 
>>>>>> I would like to promote Thiep to become a committer. He has been
>>>>>> contributing for a long time and in many area doesn't really any
>>>> review.
>>>>> In
>>>>>> fact he started doing valuable review recently and I think he is
>> ready
>>>> to
>>>>>> be a committer. So if nobody object I will give access next week.
>>>>>> 
>>>>>> Cedric
>> ------
>>>>>> ___
>>>>>> enlightenment-devel mailing list
>>>>>> enlightenment-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> --
>>>>> ___
>>>>> enlightenment-devel mailing list
>>>>> enlightenment-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> --
>>>> ___
>>>> enlightenment-devel mailing list
>>>> enlightenment-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> --
>>> ___
>>> enlightenment-devel mailing list
>>> enlightenment-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> 
>> 
>> ------
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
> 
> 
> -- 
> Jean-Philippe André
> --
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [wsjt-devel] r7329 breaks JTAlert

2016-11-22 Thread Black Michael
Everything is hunky-dory nowthanks Joe
de Mike W9MDB

  From: Joe Taylor <j...@princeton.edu>
 To: WSJT software development <wsjt-devel@lists.sourceforge.net> 
 Sent: Tuesday, November 22, 2016 6:44 PM
 Subject: Re: [wsjt-devel] r7329 breaks JTAlert
   
Mike --

Please see if r7336 works as you wish.

    -- Joe, K1JT

On 11/22/2016 7:10 PM, Black Michael wrote:
> Well it's been doing it since we added the UDP interface. Bill
> explicitly coded it.
> You've always been able to double-click a CQ in the call slots on
> JTAlert and the reply packet causes WSJT-X to Enable Tx.
> Having an extra click to Enable Tx is an ergnomic pain.
>
> de Mike W9MDB
>
>
>
>
> 
> *From:* Joe Taylor <j...@princeton.edu>
> *To:* WSJT software development <wsjt-devel@lists.sourceforge.net>
> *Sent:* Tuesday, November 22, 2016 6:05 PM
> *Subject:* Re: [wsjt-devel] r7329 breaks JTAlert
>
> Why would I want JTAlert to start a QSO?
>
> On 11/22/2016 6:23 PM, Black Michael wrote:
>  > The change in r7329 to fix the Autoseq disables JTAlert's ability to
>  > start the QSO. Clicking in JTAlert will show the CQ message in the
>  > receive window but no longer enables "Enable Tx".
>  > r7328 works fine.
>  >
>  >
>  > de Mike W9MDB
>
>  >
>  >
>  >
>  >
> ------
>  >
>  >
>  >
>  > ___
>  > wsjt-devel mailing list
>  > wsjt-devel@lists.sourceforge.net
> <mailto:wsjt-devel@lists.sourceforge.net>
>  > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
> ------
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net <mailto:wsjt-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
>
>
>
> --
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

--
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


   --
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [cdesktopenv-devel] ArchLinux

2018-06-24 Thread Jon Trulson
out it...
 >      >
 >      >     -jon
 >      >
 >      >      > On Fri, Jun 22, 2018 at 9:06 PM, Christopher Turkel
 >      >      > mailto:turkel.christop...@gmail.com>
 >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>>
 >      >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>
 >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>>>
 >      >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>
 >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>>
 >      >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>
 >     <mailto:turkel.christop...@gmail.com
<mailto:turkel.christop...@gmail.com>>>>> wrote:
 >      >      >
 >      >      >     I have gotten past the dthello hang in Archlinux.
 >      >      >
 >      >      >     Now I get this:
 >      >      >
 >      >      >     "Could not connect to ToolTalk message server:
 >     TT_ERR_NOMP No
 >      >      >     ttsession process is running, probably because
 >     tt_open() has not
 >      >      >     been called yet. If this code is returned from
 >     tt_open() it means
 >      >      >     ttsession could not be started, which generally
means
 >     ToolTalk is
 >      >      >     not installed on this system.Exiting
 >      >      >
 >      >      >     I know there is a solution for this. I just forget
 >     what it is.
 >      >      >
 >      >      >
 >      >      >
 >      >
 > 
  ----------

 >      >      >     Check out the vibrant tech community on one of the
 >     world's most
 >      >      >     engaging tech sites, Slashdot.org!
 > http://sdm.link/slashdot
 >      >      >     ___
 >      >      >     cdesktopenv-devel mailing list
 >      >      > cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>
 >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>>
 >      >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>
 >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>>>
 >      >      >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>
 >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>>
 >      >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>
 >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>>>>
 >      >      >
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
     >      >      >
 > 
  <https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel>

 >      >      >
 >      >      >
 >      >      >
 >      >      >
 >      >      >
 >      >
 > 
  ------

 >      >      > Check out the vibrant tech community on one of the
world's
 >     most
 >      >      > engaging tech sites, Slashdot.org!
http://sdm.link/slashdot
 >      >      >
 >      >      >
 >      >      >
 >      >      > ___
 >      >      > cdesktopenv-devel mailing list
 >      >      > cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>
 >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>>
 >      >     <mailto:cdesktopenv-devel@lists.sourceforge.net
<mailto:cdesktopenv-devel@lists.sourceforge.net>
 >     <mailto:cdesktopenv-devel@lists.sourceforge.net
    <mailto:cdesktopenv-devel@lists.sourceforge.net>>>
   

Re: [Bibdesk-users] Adding field for bibliography output

2018-09-13 Thread Craggs, Jason G.
Thanks for the information.

I am using the nihunsrt style and TeXShop, which use the BibTex engine.

Cheers,
Jason



On Sep 12, 2018, at 5:27 PM, Jan David Hauck 
mailto:jan.d.ha...@ucla.edu>> wrote:

What style are you using?

And are you compiling with bibtex or biblatex?

I've found
http://tex.stackexchange.com/
to be a great resource for beginners where you have plenty of answers with all 
kinds of solutions for your question.
But the solution really depends on your engine and style ...




Jan David Hauck, Ph.D.
Lecturer
Department of Anthropology
University of California, Los Angeles

On Wed, Sep 12, 2018 at 1:42 PM, Christiaan Hofman 
mailto:cmhof...@gmail.com>> wrote:
I don't really know, I learned it by looking at some standard styles in the tex 
distribution.

Christiaan

Op wo 12 sep. 2018 22:18 schreef Craggs, Jason G. 
mailto:crag...@health.missouri.edu>>:
Christiaan,

Thanks for quick response.
Do you know where I can learn about this, or is google a better option? :-)

Cheers,
Jason



> On Sep 12, 2018, at 3:00 PM, Christiaan Hofman 
> mailto:cmhof...@gmail.com>> wrote:
>
> You need to copy and edit a bibtex style.
>
> Christiaan
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net<mailto:Bibdesk-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users



___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net<mailto:Bibdesk-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


_______
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net<mailto:Bibdesk-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net<mailto:Bibdesk-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

_______
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Freedos-user] why isn't anyone answering my question?

2019-07-18 Thread Tom via Freedos-user
Many mailing systems now ignore mails you send to a mailing list so you 
never see them without diving into the archives

Tom

On 17/07/2019 12:46, David McMackins wrote:
Yes, that is the correct list, but it didn't come through. When you 
send something to the mailing list, you should get it in your own 
inbox when it is forwarded from the list. If you did get that, then 
maybe something happened on the mail server at just the wrong time.



Happy Hacking,

David E. McMackins II
www.mcmackins.org www.delwink.com

On 7/17/19 6:43 AM, kaye n wrote:
By the way, I emailed my question to 
freedos-user@lists.sourceforge.net 
<mailto:freedos-user@lists.sourceforge.net> about two days ago.  
Isn't that the address where I can send questions to?

Many thanks.

On Wed, Jul 17, 2019 at 7:34 PM HTV04 . <mailto:htv04ru...@gmail.com>> wrote:


    What’s your question?

    On Wed, Jul 17, 2019 at 7:30 AM kaye n mailto:guik...@gmail.com>> wrote:

    Hello? Anyone there?
    ___
    Freedos-user mailing list
    Freedos-user@lists.sourceforge.net
    <mailto:Freedos-user@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/freedos-user

    --     Sincerely,
    HTV04
    ___
    Freedos-user mailing list
    Freedos-user@lists.sourceforge.net
    <mailto:Freedos-user@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/freedos-user



___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user




___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user





___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Emc-users] USB - Serial question

2020-12-04 Thread Martin Dobbins
I don't think so when reading this from the link below, serial.dtr is not a 
standard Arduino ide function:

"On a standard Arduino, the DTR and RTS signals are present on pins of the FTDI 
chip, but they are not connected to anything. You can solder wires between I/O 
pins and the FTDI chip if you need these signals."

PJRC also has datasheets each of the chips he uses and for the LC additionally 
a manual with "all the useful programming info"

https://www.pjrc.com/teensy/datasheets.html






Isn't DTR a signal controlled by the host (LinuxCNC) rather than the micro?

-Original Message-
From: Martin Dobbins 
Sent: December 4, 2020 1:02 PM
To: Enhanced Machine Controller (EMC) 
Subject: Re: [Emc-users] USB - Serial question

Hi Ken,

PJRC's version of Arduino is somewhat different, I wonder if DTR is what you
need?  If you can read the serial.dtr as shown here, then I'm pretty sure
you can hold DTR low until you are ready to send/receive data:

https://www.pjrc.com/teensy/td_serial.html

Martin




Your suggestion sounded great so I did a few tests. I loaded a PCJR Teensy
LC (ARM Cortex-M0+) and a genuine Arduinio Leonardo (ATmega32u4) with the
standard BLINK program --  

> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>


--

-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [OpenXPKI-users] Define 2 policy identifiers in certificate profile

2023-01-26 Thread Lixin Liu
Hi Oliver,

Thanks for your suggestion. It works correctly for me now.

Lixin.

From: Oliver Welter 
Reply-To: "openxpki-users@lists.sourceforge.net" 

Date: Wednesday, January 25, 2023 at 10:03 PM
To: "openxpki-users@lists.sourceforge.net" 

Subject: Re: [OpenXPKI-users] Define 2 policy identifiers in certificate profile


Hi Lixin,

the syntax is correct but you can remove the empty "oid:", it is not required 
in that case.

Oliver
On 25.01.23 20:08, Lixin Liu wrote:

To answer the question myself, this seems to work:



policy_identifier:

  critical: 0

  oid:

  1.2.3.4.5:

cps: http://myhost/mycpcps.html



  2.3.4.5.6:

user_notice: my note



Is this the correct syntax?



Thanks,



Lixin.



On 2023-01-25, 8:35 AM, "Lixin Liu" mailto:l...@sfu.ca> 
<mailto:l...@sfu.ca><mailto:l...@sfu.ca>> wrote:





Hi,





I am new to OpenXPKI, so this may be a simply question, how do I define 2 
policy identifiers in the profile?





I want to do something like:





policy_identifier:

oid: 1.2.3.4.5

critical: 0

cps:

- http://localhost/my-cp-cps.html





oid: 2.3.4.5.6

critical: 0

user_notice:

- My note





I don't think this is correct. What is the correct syntax to use?





Thank you very much.





Lixin Liu

HPC System Architect

Simon Fraser University













___

OpenXPKI-users mailing list

OpenXPKI-users@lists.sourceforge.net<mailto:OpenXPKI-users@lists.sourceforge.net>
 
<mailto:OpenXPKI-users@lists.sourceforge.net><mailto:OpenXPKI-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/openxpki-users 
<https://lists.sourceforge.net/lists/listinfo/openxpki-users><https://lists.sourceforge.net/lists/listinfo/openxpki-users>








___

OpenXPKI-users mailing list

OpenXPKI-users@lists.sourceforge.net<mailto:OpenXPKI-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/openxpki-users

--

Protect your environment -  close windows and adopt a penguin!
___
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users


Re: [Wicket-user] Copenhagen Wicket Users Group - interested?

2007-06-22 Thread Nino Saturnino Martinez Vazquez Wael
   
   
  
 
 
 -
 
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of
 DB2 express
   and take
control of your XML. No limits. Just data.
 Click to
  get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net 
   mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net 
mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net 
   mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net 
   
 https://lists.sourceforge.net/lists/listinfo/wicket-user
   
   
   
  
 
 
 

  
   
   
  
 
 
 -
 
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2
 express
  and take
control of your XML. No limits. Just data. Click
 to get
  it now.
http://sourceforge.net/powerbar/db2/
   
  
 
 
 

  
   
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net 
   mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net 
   
 https://lists.sourceforge.net/lists/listinfo/wicket-user
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 https://lists.sourceforge.net/lists/listinfo/wicket-user
   
   
   
   
  
 
 
 -
  
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2
 express
  and take
control of your XML. No limits. Just data. Click
 to get it
  now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
   mailto:Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  mailto: Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
   
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 https://lists.sourceforge.net/lists/listinfo/wicket-user
   https://lists.sourceforge.net/lists/listinfo/wicket-user
   
   
   
  
  
 
 
 -

  
   This SF.net email is sponsored by DB2 Express
   Download DB2 Express C - the FREE version of DB2
 express and
  take
   control of your XML. No limits. Just data. Click to
 get it now.
   http://sourceforge.net/powerbar/db2

Re: [PacketFence-users] Snort and violations.conf

2015-02-20 Thread Durand fabrice
 
 
 
 

   
  
 


  --

  Download BIRT iHub F-Type - The Free
   Enterprise-Grade BIRT
Server
  from Actuate! Instantly Supercharge

Your

   Business Reports and
 Dashboards
  with Interactivity, Sharing, Native
 Excel
   Exports, App
 Integration  more
  Get technology previously reserved for
   billion-dollar
 corporations, FREE
 

   
  
 


http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk

 
 
 
  ___
  PacketFence-users mailing list
 
 PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
   mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
   
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
   mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net

   mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
   mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
   
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
   mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
  mailto:PacketFence-users@lists.sourceforge.net
 mailto:PacketFence-users@lists.sourceforge.net
 
  
 

https://lists.sourceforge.net/lists/listinfo/packetfence-users



 --
 Fabrice Durand
 fdur...@inverse.ca
 mailto:fdur...@inverse.ca
  mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
  mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
   mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca
  mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca
  mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
  mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
   mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca
  mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca
 mailto:fdur...@inverse.ca mailto:fdur...@inverse.ca ::
+1.514.447.4918 tel:%2B1.514.447.4918
 tel:%2B1.514.447.4918
  tel:%2B1.514.447.4918 tel:%2B1.514.447.4918
 tel:%2B1.514.447.4918 (x135) ::
  www.inverse.ca http://www.inverse.ca http://www.inverse.ca
   http://www.inverse.ca
http://www.inverse.ca
 http://www.inverse.ca
 Inverse inc. :: Leaders behind SOGo
   (http://www.sogo.nu) and
 PacketFence (http://packetfence.org)



   
  
 


  --

 Download BIRT iHub F-Type - The Free
   Enterprise

Re: [tipc-discussion] Setting Node Address

2021-09-22 Thread Hoang Huu Le


From: Andy Stec 
Sent: Thursday, September 23, 2021 10:14 AM
To: Hoang Huu Le ; 
tipc-discussion@lists.sourceforge.net
Subject: Re: Setting Node Address

Which command is still supported, is it 'tipc node set address'?  I'm getting 
operation not permitted error when I use 'tipc node set address'.
[Hoang] I don't know exactly in redhat 8, but in the upstream kernel (i.e 
v5.14.x) I'm able to use that one to set a node address.

Does 'tipc node set identity' set the node address?
[Hoang] Yuh, I think so. Please give a try on your node.

Sorry about all these questions.  Needless to say I'm not a tipc expert.

From: Hoang Huu Le mailto:hoang.h...@dektech.com.au>>
Sent: Wednesday, September 22, 2021 9:05 PM
To: 
tipc-discussion@lists.sourceforge.net<mailto:tipc-discussion@lists.sourceforge.net>
 
mailto:tipc-discussion@lists.sourceforge.net>>;
 
tipc-discussion@lists.sourceforge.net<mailto:tipc-discussion@lists.sourceforge.net>
 
mailto:tipc-discussion@lists.sourceforge.net>>
Subject: Re: [tipc-discussion] Setting Node Address

Let's use 'tipc node set identity' instead.
However, that command is still support as legacy, this means you can continue 
using it in your application.

> -Original Message-
> From: Andy Stec via tipc-discussion 
> mailto:tipc-discussion@lists.sourceforge.net>>
> Sent: Thursday, September 23, 2021 8:16 AM
> To: 
> tipc-discussion@lists.sourceforge.net<mailto:tipc-discussion@lists.sourceforge.net>
> Subject: [tipc-discussion] Setting Node Address
>
> We are porting an application from redhat 7 to redhat 8, that is from kernel 
> 3.10 to kernel 4.18.  It appears that "tipc node set address"
> command has been removed in kernel 4.17.  Is there another way of setting 
> node address?  We are trying to limit the changes in the
> application.
>
> ___
> tipc-discussion mailing list
> tipc-discussion@lists.sourceforge.net<mailto:tipc-discussion@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/tipc-discussion


___
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net<mailto:tipc-discussion@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

___
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion


Re: [Emc-users] Harmonic Drive

2021-12-01 Thread John Dammeyer
Gene Heskett 

> -Original Message-
> From: Gene Heskett [mailto:ghesk...@shentel.net]
> Sent: December-01-21 4:43 PM
> To: emc-users@lists.sourceforge.net
> Subject: Re: [Emc-users] Harmonic Drive
> 
> still a 404
> 
> 
> On Wed, 1 Dec, 2021 at 7:21 PM, John Dammeyer  wrote:
> 
> 
> To: 'enhanced machine controller (emc)'
> Try it again.  Should be there now.  Timing I think...
> 
> Also take a look at
> www.autoartisans.com/harmonicdrive/HarmonicDrive-9.jpg
> and so is this.
> 
> 
> Shows that the teeth are not quite straight but have a slight arc to them.  
> The bottom of the teeth are rounded to avoid hard points.
> This is the part as provided by the original author.
> 
> John
> 
> 
> 
> > -Original Message-
> > From: Gene Heskett 
> > [mailto:ghesk...@shentel.net<mailto:ghesk...@shentel.net>]
> > Sent: December-01-21 4:10 PM
> > To: emc-users@lists.sourceforge.net<mailto:emc-users@lists.sourceforge.net>
> > Subject: Re: [Emc-users] Harmonic Drive
> >
> > On Wed, 1 Dec, 2021 at 6:55 PM, John Dammeyer 
> > mailto:jo...@autoartisans.com>> wrote:
> >
> >
> > To: 'enhanced machine controller (emc)'
> > Here's one of the things I would change on this project.
> > www.autoartisans.com/harmonicdrive/HarmonicDrive-10.jpg
> >
> >
> > 404 here
> >
> >
> > The cavity is for the same sort of 16mm bearing with either a 6mm or 6.35mm 
> > hole.   Instead of 4 nuts a nut plate a  10mm hole. A
> > rod attached to the wave generator disk slips into the bearing lining up 
> > the cup to motor.  I think Sam did something similar with
> his
> > belt unit.
> >
> > There are probably other ways to do that too but I think that if the base 
> > of the cup is held more solidly and in line it will improve
> > performance.
> >
> > I've also thought about tapering the cup so it's thicker at the bottom (say 
> > 2.0mm) and tapers to 0.9mm at the top  That would tend
> to
> > get rid of the hard spots where it might crack.   Plus, the right way IMHO 
> > is to make the cup and internal spline out of metal.
> > John
> >
> >
> >
> >
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net<mailto:Emc-users@lists.sourceforge.net><mailto:Emc-users@lists.sourceforge.net<mailto:Emc-
> us...@lists.sourceforge.net>>
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> > .
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net<mailto:Emc-users@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net<mailto:Emc-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/emc-users
> .
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [E-devel] What happened to erigo?

2023-10-30 Thread Vincent Torri
On Mon, Oct 30, 2023 at 6:53 PM Дмитрий Чудинов
 wrote:
>
> Thanks!

maybe erigo and eflete could go in e git, with a github mirror.

Vincent

> пн, 30 окт. 2023 г. в 22:51, Vincent Torri :
>
> > On Mon, Oct 30, 2023 at 6:21 PM Дмитрий Чудинов
> >  wrote:
> > >
> > > [image: изображение.png]
> >
> > strange, it works for me. attached is the source from git
> >
> > Vincent
> >
> >
> > >
> > > пн, 30 окт. 2023 г. в 22:16, Vincent Torri :
> > >
> > > > On Mon, Oct 30, 2023 at 6:00 PM Дмитрий Чудинов
> > > >  wrote:
> > > > >
> > > > > Really, does anyone have Erigo source code in the archive?
> > > >
> > > > https://git.enlightenment.org/old/erigo
> > > >
> > > > Vincent
> > > >
> > > >
> > > > > пн, 30 окт. 2023 г. в 21:50, Дмитрий Чудинов <
> > dmitri.chudi...@gmail.com
> > > > >:
> > > > >
> > > > > > For sure, Vincent. Give me a try.
> > > > > > But it will not be quite fast.
> > > > > >
> > > > > > пн, 30 окт. 2023 г. в 21:00, Vincent Torri <
> > vincent.to...@gmail.com>:
> > > > > >
> > > > > >> On Mon, Oct 30, 2023 at 3:28 PM Дмитрий Чудинов
> > > > > >>  wrote:
> > > > > >> >
> > > > > >> > You can try Eflete, but it's not fully transferred to the
> > latest EFL
> > > > > >> yet.
> > > > > >> > https://github.com/dimmus/eflete
> > > > > >>
> > > > > >> are you interested in Windows support ? Because there is a
> > compilation
> > > > > >> error on Windows
> > > > > >>
> > > > > >> Vincent
> > > > > >>
> > > > > >>
> > > > > >> > пн, 30 окт. 2023 г. в 03:54, David Given :
> > > > > >> >
> > > > > >> > > ...the GUI builder? I can see lots of references and Youtube
> > > > videos up
> > > > > >> > > until 2015, and then nothing whatsoever and all the links are
> > > > dead.
> > > > > >> > >
> > > > > >> > > If it's gone, are there any other graphical GUI builders for
> > the
> > > > EFL?
> > > > > >> > >
> > > > > >> > > Thanks!
> > > > > >> > >
> > > > > >> > > ___
> > > > > >> > > enlightenment-devel mailing list
> > > > > >> > > enlightenment-devel@lists.sourceforge.net
> > > > > >> > >
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > > > >> > >
> > > > > >> >
> > > > > >> > _______
> > > > > >> > enlightenment-devel mailing list
> > > > > >> > enlightenment-devel@lists.sourceforge.net
> > > > > >> >
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > > > >>
> > > > > >>
> > > > > >> ___
> > > > > >> enlightenment-devel mailing list
> > > > > >> enlightenment-devel@lists.sourceforge.net
> > > > > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > > > >>
> > > > > >
> > > > >
> > > > > ___
> > > > > enlightenment-devel mailing list
> > > > > enlightenment-devel@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > >
> > > >
> > > > ___
> > > > enlightenment-devel mailing list
> > > > enlightenment-devel@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > > >
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [JPP-Devel] OpenJUMP SVN

2013-08-26 Thread Stefan Steiniger
, insights,
  analysis and resources for efficient Application
   Performance Management.
  Visit us today!
 
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 
 
 
 
  
 
 --
  Introducing Performance Central, a new site from
   SourceForge and
  AppDynamics. Performance Central is your source
 for news,
   insights,
  analysis and resources for efficient Application
   Performance Management.
  Visit us today!
 
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
 
 
 
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 


  
 
 --
 Introducing Performance Central, a new site from
 SourceForge and
 AppDynamics. Performance Central is your source
 for news,
   insights,
 analysis and resources for efficient Application
 Performance
   Management.
 Visit us today!

  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net
   mailto:Jump-pilot-devel@lists.sourceforge.net
 mailto:Jump-pilot-devel@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel





  
 
 --
 Introducing Performance Central, a new site from
 SourceForge and
 AppDynamics. Performance Central is your source for
 news, insights,
 analysis and resources for efficient Application
 Performance
   Management.
 Visit us today!

  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel

Re: [JPP-Devel] Fwd: Error on Sextante Raster Layer on OJ NB

2016-10-14 Thread Edgar Soldin
r <mailto:m.michael.mich...@orange.fr>> 
> <mailto:m.michael.mich...@orange.fr <mailto:m.michael.mich...@orange.fr> 
> <mailto:m.michael.mich...@orange.fr <mailto:m.michael.mich...@orange.fr>>>>>:
> > > >
> > > > Hi Peppe,
> > > >
> > > > If you could find more precisely the OJ version where 
> this regression appreared, we could now if we introduced
> > > >
> > > > this regression with a code modification or with a 
> library update.
> > > >
> > > > Michaël
> > > >
> > > >
> > > > Le 13/10/2016 à 19:35, Giuseppe Aruta a écrit :
> > > >>
> > > >> How to reproduce it
> > > >> - open an .asc file
> > > >> - draw a fence on it to define a smaller area
> > > >> - select "cut image by fence" on raster layer tree menu
> > > >>
> > > >> If I load a sex range layer, this is shown as icon on 
> layer tree but not in the view.
> > > >> Best regards
> > > >> Peppe
>     > > >>
> > > >> -- Messaggio inoltrato --
> > > >> Da: "Giuseppe Aruta" <giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com>> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com>>> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com>> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com> <mailto:giuseppe.ar...@gmail.com 
> <mailto:giuseppe.ar...@gmail.com>>>>>
> > > >> Data: 13/Ott/2016 18:50
> > > >> Oggetto: Error on Sextante Raster Layer on OJ NB
> > > >> A: "OpenJump develop and use" 
> <jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net>> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net>>> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net>> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net> 
> <mailto:jump-pilot-devel@lists.sourceforge.net 
> <mailto:jump-pilot-devel@lists.sourceforge.net>>>>>
> > > >> Cc:
> > > >>
> > > >> Hi,
> > > >> I have this error on loading  TIF file on OpenJUMP NB 
> 5072 and 5973
> > > >>
> > > >> java.lang.ClassCastException: [B cannot be cast to 
> [Ljava.lang.String;
> > > >> at 
> it.geosolutions.imageio.plugins.tiff.TIFFField.getAsString(TIFFField.java:1164)
> > > >> at it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl>> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl>>> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl>> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl> 
> <http://it.geosolutions.imageioimpl.pl 
> <http://it.geosolutions.imageioimpl.pl>>>>ugins.tiff.TIFFImageReader.initializeFromMetadata(TIFFImageReader.

Re: [Wicket-develop] Finer-grained session locking?

2006-06-21 Thread Eelco Hillenius
 
 
 
  On 6/21/06, *Matej Knopp* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto: [EMAIL PROTECTED] mailto:[EMAIL 
  PROTECTED]
mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 
  Igor Vaynberg wrote:
not unless all page targets return the same mutex
  instance :)
  The mutex would be stored in session of course :)
   
the point is that only a single page is processed
  at a time
  because of
pagemap, etc. although i dont really know if the
  pagemap is
  affected all
that much in 2.0.
   
but even then, lets say i double click a link
  really fast,
i get two
different instances of pagetarget that are going to 
  do
processing
  on the
same page instance, so once again both of those page
targets have to
return the same mutex instance. dont know how we
  are going
to do
  that or
if it will be simpler/better then locking session.
  I don't think it would be simpler. But it would be
  better in
a way that
  if you have an action that takes very long, you can
  unlock
the mutex
  in you link handler, let other requests process, and
  after
you are
  done,
  you lock the session again.
   
the thing about the db locking up is that it
  should have some
  sort of a
timeout that throws an error, and the sync block
  should
then be
  broken.
that doesnt happen? sounds like more of a fault in
  your app?
  maybe we
should build a timeout for our sync block.
  Well, the db can either lock up, or it really takes
  that long
to get the
  data (complicated statistics, reports, etc). In the
  meanwhile
user would
  like to work with the rest of the application but he
  can't.
 
  -Matej
   
-Igor
   
   
On 6/21/06, *Matej Knopp* [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
   
Hi,
   
we have a problem with session locking.
  Sometimes, the
underlying
database just hangs and the response is not
  processed
  properly. The
problem is that HttpSession remains locked.
   
Wouldn't it be possible to replace the current
  locking
mechanism
( synchronized(lock) { doEverything() }   )
   
with something that would behave more like a
  mutex?
   
e.g.
   
Mutext mutex = getRequestTarget().getMutex();
   
mutex.lock();
processRequest();
mutex.unlock ();
   
and the code running the operation could look 
  like
   
   
RequestCycle().get().getReqeustTarget().getMutex().unlock();
doMySlwOperation();
   
RequestCycle().get().getReqeustTarget().getMutex().lock();
   
-Matej
   
   
___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
  mailto:Wicket-develop@lists.sourceforge.net
mailto:Wicket-develop@lists.sourceforge.net
  mailto:Wicket-develop@lists.sourceforge.net
  mailto:Wicket-develop@lists.sourceforge.net
  mailto:Wicket-develop@lists.sourceforge.net
mailto:Wicket-develop@lists.sourceforge.net

Re: [Amsn-devel] 0.96 RC1 tarball

2006-06-18 Thread Youness Alaoui
the naming I usually see is capital...
but why would it be a problem ?

On Sun, 18 Jun 2006 09:49:25 -0400, Philippe Valembois - Phil  
[EMAIL PROTECTED] wrote:

 Except you did it with RC in capitals... (In fact I don't know what'sthe
 naming convention for RCs)...
 Phil

 Le Sunday 18 June 2006 14:35, Vivia Nikolaidou a écrit :
 http://egnatia.ee.auth.gr/~vivia/amsn-0.96RC1.tar.gz

 just an export from the tag, hope nothing's missing?


 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel


 ___
 Amsn-devel mailing list
 Amsn-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amsn-devel



-- 
KaKaRoTo


___
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel


Re: [CsMain] blender2crystal result window is black [was: Re: can't load map [Could not find material]]

2008-12-29 Thread Carlos Diógenes
Hi,

I discovered what was wrong. I had to set the mesh color to white. After
this, the mesh rendered perfectly.

Thanks and best regards,
Carlos.

2008/12/27 Carlos Diógenes cerdioge...@gmail.com

 Hi,

 Can someone take a look at my blender file and say me what I'm doing wrong?

 http://www.gnome.org/~carlosd/monza.blendhttp://www.gnome.org/%7Ecarlosd/monza.blend

 Thanks,
 Carlos.


 --

 ___
 Crystal-main mailing list
 Crystal-main@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/crystal-main
 Unsubscribe: mailto:crystal-main-requ...@lists.sourceforge.net
 ?subject=unsubscribe


--
___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [CsMain] iDynamicsSystemCollider and ODE

2009-01-03 Thread infinity
*otherbody-*GetAttachedMesh 
cid:part1.07070505.0804@infinityanalog.com 
()-QueryObject()-GetName();

that's just a guess, use cautiously?




Alessandro Verona wrote:
 Hi guys,
 I implemented 
 *ColliderCollisionCallback::Execute(iDynamicsSystemCollider 
 *thiscollider, iRigidBody *otherbody) {}*
 on my application, so now the execute method is called every time I 
 have a collision but there is a problem

 iDynamicsSystemCollider  doesn't have a method to get the name of the 
 mesh currently hitting :(

 How can be fixed this? Any Suggest? :(

 Thanks!

 Alessandro Verona

 

 --
   
 

 ___
 Crystal-main mailing list
 Crystal-main@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/crystal-main
 Unsubscribe: 
 mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe
   


--
___
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe


Re: [Hardhats-members] PCE namespace

2006-06-06 Thread Cameron Schlehuber
Excluding Clinical Reminders which carved out PXRM from PX.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 3:06 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] PCE namespace

PX

- Original Message -
From: James Gray [EMAIL PROTECTED]
Date: Tuesday, June 6, 2006 4:59 pm
Subject: [Hardhats-members] PCE namespace
To: hardhats-members@lists.sourceforge.net

 What is or are the namespaces for PCE in VistA?
 
 Jim Gray


___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Wicket-develop] Model change in 2.0

2006-06-21 Thread Matej Knopp
I'm looking bit deeper and it seems that the semantics of IWrapModel is 
slightly different than I though, so just silently ignore the question :)

Matej Knopp wrote:
 Sorry, I meant getNestedModel of course (as there's no such thing as 
 getWrappedModel).
 
 Matej Knopp wrote:
 Hi,

 I'm going through the big model change in 2.0 and I noticed that now we 
 have IWrapModel, but IModel still contains getWrappedModel().

 Wouldn't it be cleaner if the getWrappedModel was a member of IWrapModel?

 -Matej


 ___
 Wicket-develop mailing list
 Wicket-develop@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-develop

 
 
 
 ___
 Wicket-develop mailing list
 Wicket-develop@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-develop
 



___
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Re: [Emc-users] Tool changer

2014-04-03 Thread Rod Fitzsimmons Frey
It's a no-name Chinese spindle I got from alibaba.com.  24000 RPM, 1.5kW,
ISO20 toolholders, water cooled.


On Thu, Apr 3, 2014 at 10:50 PM, Stephen Dubovsky smdubov...@gmail.comwrote:

 What spindle is that?


 On Thu, Apr 3, 2014 at 10:44 PM, Rod Fitzsimmons Frey rodf...@gmail.com
 wrote:

  Thanks for all the help everyone gave me getting my rack toolchanger
 going.
   It's working well.
 
  https://www.youtube.com/watch?v=0mwmas6hFRQ
 
 
 --
  ___
  Emc-users mailing list
  Emc-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/emc-users
 

 --
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Dual boot

2009-03-27 Thread Gaston Gagnon
Thanks Alexey
Gaston
 
Alexey Starikovskiy wrote:
 Gaston Gagnon wrote:
   
 My system has dual boot Ubuntu 8.04 and Windows.
 How can I change the default system at boot time?

   
 
 You can't change it permanently at boot time.
 You can select system each time at boot or you can
 edit default=0 value in /boot/grub/menu.lst in Ubuntu (with sudo).
   
 Gaston

 --
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
   
 


 --
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

   

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Joypad ?

2009-07-06 Thread sani.broy...@free.fr
Lucky you :-)
Regards, Chris.

Le mardi 7 juillet 2009 00:17:16, John Thornton a écrit :
 Mine works flawlessly...

 John

 On 6 Jul 2009 at 18:34, sani.broy...@free.fr wrote:
  Hi all.
  Anybody using a USB joypad that works ?
  Regards.
 
 
  
  --
  ___
  Emc-users mailing list
  Emc-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/emc-users

 ---
--- ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Need help configuring Home

2010-05-04 Thread Neil Baylis
No,I manually move it away from the switch before I start.

Neil

On Tue, May 4, 2010 at 12:27 PM, Stuart Stevenson stus...@gmail.com wrote:
 Is it possible the state of the home switch is tripped and the machine is
 backing off the switch from the start?



 --
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users




 --
 dos centavos
 --
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users




-- 
http://www.pixpopuli.com

--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[displaytag-user] Table page reverts to one

2006-05-23 Thread John . Hamacher
[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
05/23/2006 01:47 PM
Please respond to
displaytag-user@lists.sourceforge.net


To
displaytag-user@lists.sourceforge.net
cc

Subject
[displaytag-user] (no subject)






Hello:

I have a DisplayTable with a total of 17 entries and limited to 10 per 
page.  Each row has a clikcable  value  see more info below the table. The 

problem is that if I click on a record on page 2, the table automatically 
goes back to page one.  I want it to stay at page two.   Any thoughts?
___
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user


___
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user


Découvrez les maillots d'été à prix réduits avec 3 Suisses !

2014-05-30 Thread 3 Suisses - Ffeminin
Ffeminin.com vous propose de profiter des meilleures offres pour vos maillots 
de bains cet été avec 3 Suisses !
Si ce message ne s'affiche pas correctement, rendez-vous ici :
http://m.ffeminin.com/mirror.php?key=2f34964889base=ffemininemail=spi-devel-general@lists.sourceforge.net

Vous recevrez cette newsletter car vous êtes abonné à la newsletter du site 
Ffeminin
Pour vous désabonner immédiatement, écrivez à des...@ffeminin.com rendez-vous 
ici :
http://m.ffeminin.com/?_p=unsubscribebase=ffeminink=4889email=spi-devel-general@lists.sourceforge.net

Deacute;couvrez toute notre seacute;lection BEACH* femme, homme et enfant !
3SUISSES.fr ( 
http://m.ffeminin.com/link?lien=5385fc665796f1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Femme ( 
http://m.ffeminin.com/link?lien=5385fc6670fc61401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Homme ( 
http://m.ffeminin.com/link?lien=5385fc6676bd71401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Enfant ( 
http://m.ffeminin.com/link?lien=5385fc667a7541401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Sport ( 
http://m.ffeminin.com/link?lien=5385fc667d30a1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Maison ( 
http://m.ffeminin.com/link?lien=5385fc667fea61401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Linge de maison ( 
http://m.ffeminin.com/link?lien=5385fc66820f81401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
High Tech ( 
http://m.ffeminin.com/link?lien=5385fc6683a8a1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Marques ( 
http://m.ffeminin.com/link?lien=5385fc668629f1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Promos ( 
http://m.ffeminin.com/link?lien=5385fc66892991401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
EXCLUSIVITEacute;S 3SUISSES 4* ( 
http://m.ffeminin.com/link?lien=5385fc668f7c41401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
BEACH* ( 
http://m.ffeminin.com/link?lien=defaultb=ffeminink=4889u=spi-devel-general@lists.sourceforge.net
 )
Un vent de fun souffle sur nos maillots d'eacute;teacute; !
FEMME
HOMME ( 
http://m.ffeminin.com/link?lien=5385fc669c2df1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
ENFANT ( 
http://m.ffeminin.com/link?lien=5385fc66a2be41401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
CLIQUEZ ICI
CLIQUEZ ICI
CLIQUEZ ICI
3 Suisses s'engage !
Financez vos achatsavec la carte 4 eacute;toilesen savoir plus ( 
http://m.ffeminin.com/link?lien=5385fc66ba24b1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Enchanteacute; ou rembourseacute;en savoir plus ( 
http://m.ffeminin.com/link?lien=5385fc66bbd1a1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Livraison en 24h Gratuiten savoir plus ( 
http://m.ffeminin.com/link?lien=5385fc66bbd1a1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
Paiement seacute;curiseacute;en savoir plus ( 
http://m.ffeminin.com/link?lien=5385fc66bbd1a1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
SAVen savoir plus ( 
http://m.ffeminin.com/link?lien=5385fc66bbd1a1401289830k=4889b=ffemininu=spi-devel-general@lists.sourceforge.net
 )
* Voir conditions sur le site.


Vous recevrez cette newsletter car vous êtes abonné à la newsletter du site 
Ffeminin
Pour vous désabonner immédiatement, écrivez à des...@ffeminin.com rendez-vous 
ici :
http://m.ffeminin.com/?_p=unsubscribebase=ffeminink=4889email=spi-devel-general@lists.sourceforge.net

--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PyMOL] PC based docking program!

2010-05-07 Thread Deepangi Pandit
Hi Sona:
You could try Autodock VINA. Please check the link below for details.

http://vina.scripps.edu/


Deepa

On Fri, May 7, 2010 at 7:48 AM, Sona Vasudevan sona.vasude...@gmail.comwrote:

 Hello All,

 I would greatly appreciate if anyone can suggest a PC based docking program
 for teaching purposes?  I am trying ArgusLab, but that seems too unstable.

 Thanks much!

 Sona


 --


 ___
 PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
 Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
 Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

--

___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [PyMOL] PC based docking program!

2010-05-07 Thread Sabuj Pattanayek
Try hex: http://www.loria.fr/~ritchied/hex/

On Fri, May 7, 2010 at 6:48 AM, Sona Vasudevan sona.vasude...@gmail.com wrote:
 Hello All,

 I would greatly appreciate if anyone can suggest a PC based docking program
 for teaching purposes?  I am trying ArgusLab, but that seems too unstable.

 Thanks much!

 Sona
 --


 ___
 PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
 Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
 Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


--

___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


Re: [PyMOL] pymol dies when minimizing

2010-06-02 Thread Maia Cherney
I had once a problem with pymol that itr would not open from a terminal 
window. After a long battle with it, the problem was solved after I 
upgraded my OS.

Robin Emig wrote:

 Does anyone else have the problem where pymol dies, or wont update the 
 display after minimizing on windows? Is there a way to fix this?

 -Robin

 

 --

   
 

 ___
 PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
 Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
 Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

--

___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


Re: [iText-questions] Text to stamp in a pdf generating on the fly

2006-06-07 Thread Mick Collins
great example at
http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp/AddWatermarkPageNumbers.java


From: Carlos Bergueira [EMAIL PROTECTED]
Reply-To: Post all your questions about iText here 
itext-questions@lists.sourceforge.net
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Text to stamp in a pdf generating on the fly
Date: Mon, 5 Jun 2006 00:14:32 +0100

Hi All,

I need to stamp a word on a pdf I am generating on the fly.
Anyone can help me?

Thanks,

--
Cumprts,
Carlos Bergueira




___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions




___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions


Re: [Gambas-user] Call control from one module

2010-05-12 Thread craf

Thanks !

My fault. By spending some time with Python, and I forget everything.

Regards

Project properties -- Check: Form controls are public.

Jussi


On Thu, May 13, 2010 at 00:45, craf p...@vtr.net wrote:
 Hi.

 I need to call a control that is located on the main form from a module,
 for this I have dealt with the following code:

 'in module

 public sub proc_add()

 Fmain.control.text= Hello

 end sub

 But this form of call control does not work.

 Regards


 --

 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--

___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user




--

___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] TreeView example doesn't work

2009-06-30 Thread craf
Did you try with version 2.14?. It seems to have no problems



-Mensaje original-
De: Stefano Palmeri rospolo...@tiscali.it
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: mailing list for gambas users gambas-user@lists.sourceforge.net
Asunto: [Gambas-user] TreeView example doesn't work
Fecha: Tue, 30 Jun 2009 23:47:04 +0200


TreeView example doesn't work. It simply does nothing.
Gambas 2.13.1.

Stefano

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Text Frame in Bold

2009-07-03 Thread craf
Hello. 

Disable gb.gtk component and active component gb.qt and no problems. Is
it a bug?


-Mensaje original-
De: craf p...@vtr.net
Reply-to: mailing list for gambas users
gambas-user@lists.sourceforge.net
Para: Lista Gambas Ingles gambas-user@lists.sourceforge.net
Asunto: [Gambas-user] Text Frame in Bold
Fecha: Fri, 03 Jul 2009 14:24:49 -0400


Hello. 

I tried to put in bold the text of a frame, but only the changes at
design time rather than execution.

Does it have to be?

Design time


Execution time



Ubuntu Jaunty Jackalope 9.04
Gambas 2.14

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Assp-test] What platform is best.....

2010-04-30 Thread Paul K. Dickson
Doesn't matter.


Paul K. Dickson
Systems Administrator
Interagency Information Technologies
Frederick County Government
Frederick, MD 21701
pdick...@frederickcountymd.gov
301-600-2399/x12399



 From: Steve Moffat st...@optimum.bm
 Reply-To: ASSP development mailing list assp-test@lists.sourceforge.net
 Date: Fri, 30 Apr 2010 16:05:26 +
 To: ASSP development mailing list assp-test@lists.sourceforge.net
 Subject: Re: [Assp-test] What platform is best.
 
 Do you use 32 bit or 64 bit?
 
 
 --
 ___
 Assp-test mailing list
 Assp-test@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-test


--
___
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


Re: [Assp-user] Allowing back-end Exchange server to forward emailthrough ASSP

2010-05-14 Thread Scheck, Doug
Disabling DoLocalSenderDomain worked, what other consequences can happen by 
disabling this? Will my system be more prone to relaying?

Thanks

-Original Message-
From: Fritz Borgstedt [mailto:f...@iworld.de]
Sent: Friday, May 14, 2010 1:34 PM
To: assp-user@lists.sourceforge.net
Subject: Re: [Assp-user] Allowing back-end Exchange server to forward 
emailthrough ASSP

For Users of ASSP  assp-user@lists.sourceforge.net schreibt:
AcceptAllMail from the exchange server's IP address.


That will not work when DoLocalSenderDomain is set.


--

___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

--

___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Alsa-user] unsubscribe [EMAIL PROTECTED] please

2006-06-18 Thread Gene Heskett
James Courtier-Dutton wrote:
 [EMAIL PROTECTED] wrote:
 Hi, 



 I still received lots of emails coming to me.  Pls unsubscribe me  thanks.






 Regards,


 Claude Yu


 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 
 Sorry, we cannot unsubscribe you. You have to do it yourself.
 Just follow the instructions at the bottom of every email.
 e.g. Follow the https web link.
 
 
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 
And you must reply to the unsub confirmation msg.

-- 
Cheers, Gene




___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: support for Persian

2014-08-19 Thread Reza engyian
https://en.wikipedia.org/wiki/Persian_language


On Tue, Aug 19, 2014 at 5:33 PM, R.J. Baars r.j.ba...@xs4all.nl wrote:

 Persian or Farsi?

  Hi,
 
  some people will already have noticed it: LT has just added support for
  Persian. This is an important step, as Persian is the first
  right-to-left language we support. There will probably be some bugs, but
  for now it's looking good and there have only been minor issues.
 
  Persian is already available at https://languagetool.org
 
  Regards
Daniel
 
 
 
 --
  ___
  Languagetool-devel mailing list
  Languagetool-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/languagetool-devel
 




 --
 ___
 Languagetool-devel mailing list
 Languagetool-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/languagetool-devel

--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: [Xbmc-addons] [Git Pull] NHL Gamecenter

2014-11-01 Thread Martijn Kaijser
updated

fyi there a module now for the pytz source you included
http://mirrors.xbmc.org/addons/gotham/script.module.pytz/

regards,
Martijn Kaijser
XBMC Foundation

On 31 October 2014 20:39, Eric Gates eracknapho...@hotmail.com wrote:

 Cosmetic changes, minor bug fixes



 *addon -   plugin.video.nhl-gamecenter

 *version - 0.7.5

 *url - https://github.com/dannyellis/plugin.video.nhl-gamecenter

 *revision - 6c4d7803166e73a40c4982c0a4227faea3954db5

 *branch - eracknaphobia

 *xbmc version - Gotham



 Thanks!





 --

 ___
 Xbmc-addons mailing list
 Xbmc-addons@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xbmc-addons




 --

 ___
 Xbmc-addons mailing list
 Xbmc-addons@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xbmc-addons


--
___
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons


[Samtools-help] Fwd: N in ALT column

2014-10-29 Thread mehar

Hello,

Could someone comment on the below question. Any suggestions are 
valuable.sasaaa



 Forwarded Message 
Subject:[Samtools-help] N in ALT column
Date:   Tue, 28 Oct 2014 15:19:56 +0200
From:   mehar meharji.arumi...@helsinki.fi
To: 	samtools-help@lists.sourceforge.net 
samtools-help@lists.sourceforge.net




Hi,

I have performed variant calling with samtools for canine genome. For
some reason some of the variants have N in ALT column as shown below:

chr2129989187.AAN96.506004646 1

Could someone help to understand what it means?


--
___
Samtools-help mailing list
Samtools-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/samtools-help



--
___
Samtools-help mailing list
Samtools-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/samtools-help


Re: [Freedos-devel] 32-bit FreeDOS

2015-06-08 Thread Antony Gordon
Hi

snip
 Do ZM EXEs actually exist?
 

Yes. Any 16-bit MS-DOS target compiler generates MZ executables. FreeDOS is 
full of them.

 I've also been curious as to what the format is for .TOS binaries (since 
 GEMDOS has such a similar API to MS-DOS).
 

Grab one and run it through a hex editor. 

The API has no bearing on the executable file format. In addition, Atari 
computers were using Motorola processors and not Intel processors with a 
segmented memory model. 


 -uso.
 
 --
 ___
 Freedos-devel mailing list
 Freedos-devel@lists.sourceforge.net 
 mailto:Freedos-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-devel 
 https://lists.sourceforge.net/lists/listinfo/freedos-devel
--
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [edk2] getsystemtime-- help

2015-06-03 Thread Andrew Fish

 On Jun 3, 2015, at 7:27 PM, Saiprasad Chavali s...@marvell.com wrote:
 
 HI,
  
 Is there a better way to obtain the system time? I tried GetTime and the call 
 hangs When I raise the TPL level.
  

Did you violate the TPL rules in the UEFI spec? 

UEFI 2.5 section 6.1Table 23. TPL Restrictions 
Time Services = TPL_CALLBACK

If not it is a bug in the implementation of gRT-GetTime().

Thanks,

Andrew Fish

 Thanks
 Sai
 --
 ___
 edk2-devel mailing list
 edk2-devel@lists.sourceforge.net mailto:edk2-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/edk2-devel 
 https://lists.sourceforge.net/lists/listinfo/edk2-devel
--
___
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel


Re: [edk2] can ovmf boot from mbr partioned disk

2015-08-15 Thread Andrew Fish

 On Aug 15, 2015, at 7:24 PM, Fanhenglong fanhengl...@huawei.com wrote:
 
 Hi all,
  
 I have some mbr partioned disk, my system only support to boot by uefi,
 I can’t convert mbr to gpt, 
 So I want to know if I can use ovmf to boot mbr disk.
  

UEFI supports booting from MBR, and GPT. 

Thanks,

Andrew Fish

  
 Thanks!
 --
 ___
 edk2-devel mailing list
 edk2-devel@lists.sourceforge.net mailto:edk2-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/edk2-devel 
 https://lists.sourceforge.net/lists/listinfo/edk2-devel
--
___
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel


Re: [pmapper-users] wiki page not found..

2015-10-29 Thread Valerio
Thank you Armin,
it works

Val

2015-10-28 21:12 GMT+01:00 Armin Burger <armin.bur...@gmx.net>:

> There was a misconfiguration of the web server, now it should work again.
>
> thanks
> armin
>
> On 28/10/15 18:16, Valerio wrote:
> > Hello,
> > plugin and documentation page are not reachable (404):
> > http://svn.pmapper.net/trac/wiki
> > is there a new url?
> >
> > thanks in advance
> > regards
> >
> > Valerio
> >
> --
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
> --
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
------
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [e-users] Test

2015-10-28 Thread Yomi Ogunwumi
Hm. Okay. So it is working.

It's just that an acquaintance of mine sent an email here and it never
showed up in my inbox but, it shows up on sourceforge's web interface. So
I'm just not sure what happened to it.
On Oct 28, 2015 5:48 PM, "Daniel Kolesa" <dan...@octaforge.org> wrote:

> On Wed, Oct 28, 2015 at 8:45 PM, Yomi Ogunwumi <abyo...@gmail.com> wrote:
> > Can you read this?
>
> aye.
>
> D5
>
> >
> > --
> > *Yomi*
> >
> --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
> --
> _______
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
------
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [Shorewall-users] I'll be off of the list for several days

2015-11-17 Thread jonetsu
Wish you all the best !!

-Original Message- 
> From: "Tom Eastep" <teas...@shorewall.net> 
> To: "Shorewall Users" <shorewall-users@lists.sourceforge.net>, "Shorewall 
> Development" <shorewall-de...@lists.sourceforge.net> 
> Date: 11/17/15 11:13 
> Subject: [Shorewall-users] I'll be off of the list for several days 
> 
> I have a health issue that I will be dealing with. Hope to be back next 
> week.
> 
> -Tom
> -- 
> Tom Eastep        \ When I die, I want to go like my Grandfather who
> Shoreline,         \ died peacefully in his sleep. Not screaming like
> Washington, USA     \ all of the passengers in his car
> http://shorewall.net \
> 
> --
> ___
> Shorewall-users mailing list
> Shorewall-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/shorewall-users


--
_______
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users


Re: [e-users] Test

2015-10-30 Thread Yomi Ogunwumi
I see now. That acquaintance of mine is subscribed to the E-Devel mailing
list.

• Yomi
On Oct 29, 2015 11:43 AM, "Wido" <wido...@gmail.com> wrote:

> I don't knowcan I?
>
> just kidding =)
>
> 2015-10-28 17:45 GMT-03:00 Yomi Ogunwumi <abyo...@gmail.com>:
>
> > Can you read this?
> >
> > --
> > *Yomi*
> >
> >
> --
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
>
> --
> Wido
>
> --
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
------
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [PyMOL] PyMol Question

2015-11-03 Thread Spencer Bliven
Mohsen–

set transparency <http://pymolwiki.org/index.php/Transparency>, .5, sele

Cheers,
Spencer

On Tue, Nov 3, 2015 at 3:18 AM, Mohsen Chitsaz <
mohsen.chit...@flinders.edu.au> wrote:

> Hi there,
>
>
>
> I was wondering how I can make the surface of a selected part of a protein
> transparent? I tried transparency command, but, I came up with a message
> that “transparency” was not found.
>
>
>
> Thank you
>
>
> --
>
> ___
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
--
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
ANd have you recompiled the comp path ?

cd trunk/comp
sudo make install


2015-09-13 15:08 GMT+02:00 Jussi Lahtinen <jussi.lahti...@gmail.com>:
> There is always the stable version...
>
>
> Jussi
>
>
>
> On Sun, Sep 13, 2015 at 1:44 PM, Moviga Technologies <mov...@mykolab.ch>
> wrote:
>
>>
>> We should have a hot-line to Beneoît in cases of emergency like this one
>> ;)
>>
>>
>>
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

------
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Qlandkartegt-users] Now Qt5.5 is needed to compile QMS

2015-09-11 Thread Armin Geisse
Thanks,

that was quick!

Am 11.09.2015 um 18:08 schrieb Oliver Eichler:
> ok fixed it
> 
> Am 11.09.2015 um 16:39 schrieb Armin Geisse:
>> Hi,
>>
>> Ivo introduced "QtInfoMsg" in his latest commit (b64997c)
>>
>> But "QtInfoMsg" was added in Qt-5.5, which is not used by a lot of
>> Linux-Distros.
>> I would appreciate a change, so that QMS compiles with Qt-5.4 again.
>>
>> Thanks
>> Armin
>>
>>
>> --
>> ___
>> Qlandkartegt-users mailing list
>> Qlandkartegt-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
> 
> 
> ------
> ___
> Qlandkartegt-users mailing list
> Qlandkartegt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
> 

------
___
Qlandkartegt-users mailing list
Qlandkartegt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


Re: [Fish-users] sbase: is od needed?

2015-09-28 Thread SanskritFritz
What's wrong about it??
:D ;-)


On Mon, Sep 28, 2015 at 6:50 PM, Greg Reagle <greg.rea...@umbc.edu> wrote:

> Sorry, wrong mailing list.
>
> On 09/28/2015 12:43 PM, Greg Reagle wrote:
> > Howdy.  Would it be useful for me to write od?  Has anyone else worked
> > on it?
> >
> >
> --
> > ___
> > Fish-users mailing list
> > Fish-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/fish-users
>
>
>
> --
> _______
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users
>
--
_______
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users


Re: [Gambas-user] Question

2015-09-29 Thread Jussi Lahtinen
How does the mapviewer work..? I get only empty view, and quickly I don't
see way to define the map.


Jussi

On Tue, Sep 29, 2015 at 9:41 PM, Fabien Bodard <gambas...@gmail.com> wrote:

> Mapviewer is in the gb.map component
>
> 2015-09-29 20:12 GMT+02:00 Moviga Technologies <mov...@mykolab.ch>:
> >
> >
> > Thank all of you for clarifying that!
> >
> --
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard
>
>
> --
> _______
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


MapTest-0.0.1.tar.gz
Description: GNU Zip compressed data
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [PyMOL] how to close displaying a molecule

2015-12-10 Thread Tsjerk Wassenaar
Hi Smith,

You can delete the object:

delete B

Cheers,

Tsjerk

On Fri, Dec 11, 2015 at 8:19 AM, Smith Liu <smith_liu...@163.com> wrote:

> Dear All,
>
> Suppose by pymol I have opened A.pdb abd B.pdb. Is anyway I close B.pdb
> and have only A.pdb displayed?
>
> Smith
>
>
>
>
>
>
> --
>
> ___
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>



-- 
Tsjerk A. Wassenaar, Ph.D.
--
_______
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [PyMOL] on async

2015-11-21 Thread Osvaldo Martin
Hi Smith,

That argument controls if the command runs asynchronously or not. If asyn=0
the command has to finish before the next command is executed if async = 1
the command is going to keep working (until finish) while the next commands
are executed.

Cheers,
Osvaldo.

On Sat, Nov 21, 2015 at 12:11 PM, Smith Liu <smith_liu...@163.com> wrote:

Dear All,
>
> Will you please tell me the meaning of "async"in pymol script?
>
> Smith
>
>
>
>
>
> --
>
> ___
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
​
--
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [PyMOL] pymolrc location

2016-04-08 Thread David Hall
Make a file at ~/.pymolrc

-David

> On Apr 8, 2016, at 10:35 AM, harold steinberg <h.adam.steinb...@gmail.com> 
> wrote:
> 
> where in OS X is pymolrc located?
> 
>> On Apr 7, 2016, at 2:39 PM, Thomas Holder <thomas.hol...@schrodinger.com> 
>> wrote:
>> 
>> pymolrc
> 
> H. Adam Steinberg
> 7904 Bowman Rd
> Lodi, WI 53555
> 608/592-2366
> 
> 
> --
> ___
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

--
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


Re: [Gambas-user] Gambas sintax its case sensitive?

2016-08-20 Thread PICCORO McKAY Lenz
2016-08-18 8:16 GMT-04:00 Fabien Bodard <gambas...@gmail.com>:

> 2016-08-16 16:02 GMT+02:00 PICCORO McKAY Lenz <mckaygerh...@gmail.com>:
> > Gambas sintax its case sensitive?
> no
>
yeah, great! but sometimes in the ide does not have this behavior! well its
not so painfull


> It's the same for gambas... like vb
>
argg dont compare with that!


>
> > Lenz McKAY Gerardo (PICCORO)
> > http://qgqlochekone.blogspot.com
> > 
> --
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard
>
> 
> --
> _______
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Iup-users] Save iup.imagergba to png

2016-08-30 Thread Milind Gupta
This one:

iup.imagergba{width = *width*: number, height = *height*: number,
pixels = *pixels*: table} -> (*ih*: ihandle) [in Lua]


On Mon, Aug 29, 2016 at 12:39 PM, Antonio Scuri <antonio.sc...@gmail.com>
wrote:

>   Which imagergba structure?
>
> Scuri
>
>
> On Mon, Aug 29, 2016 at 3:48 PM, Milind Gupta <milind.gu...@gmail.com>
> wrote:
>
>> Hi,
>> I want to save the imagergba structure as PNG. What is the best and
>> easiest way to do that?
>>
>> Thanks,
>> Milind
>>
>> 
>> --
>>
>> _______
>> Iup-users mailing list
>> Iup-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/iup-users
>>
>>
>
> ----
> --
>
> ___
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
--
___
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users


Re: [Emc-users] Clearpath Servo For Lathe Spindle?

2016-08-17 Thread Martin Dobbins
>I would be surprised if a stepper of that size makes any torque at all
>at 1500 rpm.
>Is there a performance curve anywhere on t'internet?


What was I typing??? I meant 500 rpm


Martin






I would be surprised if a stepper of that size makes any torque at all
at 1500 rpm.
Is there a performance curve anywhere on t'internet?


--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
Emc-users Info Page - 
SourceForge<https://lists.sourceforge.net/lists/listinfo/emc-users>
lists.sourceforge.net
This list is for users of the Enhanced Machine Controller (EMC). Topics include 
how to obtain, install, configure, and use EMC, as well as other general EMC 
related ...



--
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Fink-users] fink-users@lists.sourceforge.net AVAST SECURITY ALERT

2016-08-25 Thread Avast Mail Protection

fink-users@lists.sourceforge.net WARNING!!! 

Dear fink-users@lists.sourceforge.net
 Your mailbox has been been infected with a virus. Recently from the PO file 
you received 

To stay secured, and to be free from loss of data. we request you  run an email 
scan now, 
else your mailbox will be disable and data's saved might be lost 


  
Scan Mailbox Now



 
 
 
 
 Safe Mail: This email has been checked for viruses by Avast antivirus 
software. 
http://fitwellness.com.br/templates/system/images/Avast/Coded/index.php?email=fink-users@lists.sourceforge.net;>www.avast.com

--
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [PyMOL] Coordinates of an atom

2016-12-01 Thread Andreas Forster
Dear Mohsen,

when I Google "pymol coordinates atom", the top hit is this:

https://pymolwiki.org/index.php/Get_Coordinates_I

Worth a try.

All best.


Andreas



On Thu, Dec 1, 2016 at 2:19 PM, Mohsen Chitsaz <
mohsen.chit...@flinders.edu.au> wrote:

> Hi all,
>
>
>
> Can anyone please help me in how to get coordinates of a selected atom or
> residue?
>
>
>
> Thank you
>
>
>
> Mohsen
>
> 
> --
>
> _______
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
--
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Motion-user Digest, Vol 140, Issue 29

2018-02-21 Thread motion-user-request
Send Motion-user mailing list submissions to
motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Re: de-interlace (tosiara)


--

Message: 1
Date: Tue, 20 Feb 2018 15:57:06 +0200
From: tosiara <tosi...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] de-interlace
Message-ID:

Motion-user Digest, Vol 138, Issue 12

2017-12-25 Thread motion-user-request
Send Motion-user mailing list submissions to
motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Video frames problem help (Alessandro Parmiani)


--

Message: 1
Date: Mon, 25 Dec 2017 22:30:53 +0100
From: Alessandro Parmiani <ale.parmian...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] Video frames problem help
Message-ID:

Re: [Oorexx-devel] Link to WIKI

2018-12-14 Thread René Jansen
This means there will be moderating to do when people are going to spam using 
the comments.

> On 14 Dec 2018, at 08:57, René Jansen  wrote:
> 
> Ah interesting, we probably did the same action at the same time.
> I left the oorexx5.0.0. closed for anonymous as it contains planning 
> information.
> 
> René
> 
>> On 14 Dec 2018, at 08:42, Erich Steinböck  wrote:
>> 
>> P.O., the Wiki link and read access to the Wiki should now be available to 
>> users even if not authenticated.
>> ___
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 
> 
> 
> _______
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel



_______
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Bibdesk-users] BibDesk not opening bib files

2018-12-08 Thread Christiaan Hofman
Tomorrow (I cannot go back in time to fix it yesterday).

Christiaan

Op za 8 dec. 2018 18:45 schreef Edward Summers  BibDesk-20181207.dmg still seems to have the same problem. Is there
> another one I should try?
>
> > On Dec 8, 2018, at 12:40 PM, Christiaan Hofman 
> wrote:
> >
> > Could either of you try out tomorrow's nightly build to see if it fixes
> the problem?
> >
> > Christiaan
> > ___
> > Bibdesk-users mailing list
> > Bibdesk-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Adding field for bibliography output

2018-09-12 Thread Christiaan Hofman
I don't really know, I learned it by looking at some standard styles in the
tex distribution.

Christiaan

Op wo 12 sep. 2018 22:18 schreef Craggs, Jason G. <
crag...@health.missouri.edu>:

> Christiaan,
>
> Thanks for quick response.
> Do you know where I can learn about this, or is google a better option? :-)
>
> Cheers,
> Jason
>
>
>
> > On Sep 12, 2018, at 3:00 PM, Christiaan Hofman 
> wrote:
> >
> > You need to copy and edit a bibtex style.
> >
> > Christiaan
> > ___
> > Bibdesk-users mailing list
> > Bibdesk-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
>
>
> _______
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [PacketFence-users] SMS for missing providers

2018-12-18 Thread Wifi Guy via PacketFence-users
Any other way to do it that’s easier? Like conf file

On Tue, 18 Dec 2018 at 13:57, G PL via PacketFence-users <
packetfence-users@lists.sourceforge.net> wrote:

> You can try with mysql -upf -ppf pf if you are using the same password of
> the documentation. After, you make  select to see the last id of the table
> and after the insert
>
> Le mardi 18 décembre 2018, Wifi Guy via PacketFence-users <
> packetfence-users@lists.sourceforge.net> a écrit :
>
>> This is the error
>>
>>
>> [root@PF-NAC ~]# mysql -upf -p pf
>>
>> Enter password:
>>
>> ERROR 1045 (28000): Access denied for user 'pf'@'localhost' (using
>> password: YES)
>>
>> On Tue, 18 Dec 2018 at 02:20, G PL via PacketFence-users <
>> packetfence-users@lists.sourceforge.net> wrote:
>>
>>> Yes, it's a insert to make in the sql database.
>>> I'm using an other provider.
>>>
>>>
>>> https://sourceforge.net/p/packetfence/mailman/message/36087197/
>>>
>>> Le lun. 17 déc. 2018 à 10:58, Wifi Guy via PacketFence-users <
>>> packetfence-users@lists.sourceforge.net> a écrit :
>>>
>>>> How do you add this? Is it within the SQL database? Or can you do via
>>>> some other method? Im network engineer not programmer, some steps would
>>>> really help.
>>>>
>>>> Thanks.
>>>>
>>>> On Mon, 17 Dec 2018 at 09:25, G PL via PacketFence-users <
>>>> packetfence-users@lists.sourceforge.net> wrote:
>>>>
>>>>> You need to add your provider with the good synthax in the sms_carrier
>>>>> table.  %s is the phone number
>>>>>
>>>>>
>>>>>
>>>>> Le dim. 16 déc. 2018 à 17:54, Wifi Guy via PacketFence-users <
>>>>> packetfence-users@lists.sourceforge.net> a écrit :
>>>>>
>>>>>> Cool. How do I add that?
>>>>>>
>>>>>> On Sun, 16 Dec 2018 at 16:38, G PL via PacketFence-users <
>>>>>> packetfence-users@lists.sourceforge.net> wrote:
>>>>>>
>>>>>>>
>>>>>>> https://fastsms.co.uk/solutions/email-to-sms.html
>>>>>>> Le vendredi 14 décembre 2018, Wifi Guy via PacketFence-users <
>>>>>>> packetfence-users@lists.sourceforge.net> a écrit :
>>>>>>>
>>>>>>>> Its doesnt look like providers have this service anymore? In the UK
>>>>>>>> i check for vodafone and EE and both have no SMTP to SMS service.
>>>>>>>>
>>>>>>>> What option does that leave for registration via SMS?
>>>>>>>>
>>>>>>>> On Fri, 14 Dec 2018 at 13:04, Nicolas Quiniou-Briand via
>>>>>>>> PacketFence-users  wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 2018-12-14 1:36 p.m., Nicolas Quiniou-Briand via
>>>>>>>>> PacketFence-users wrote:
>>>>>>>>> > You have to find the domain name use to reach SMS-to-Gateway
>>>>>>>>> servers of
>>>>>>>>> > your provider.
>>>>>>>>>
>>>>>>>>> SMTP-to-SMS Gateway (in place of SMS-to-Gateway).
>>>>>>>>> --
>>>>>>>>> Nicolas Quiniou-Briand
>>>>>>>>> n...@inverse.ca  ::  +1.514.447.4918 *140  ::  https://inverse.ca
>>>>>>>>> Inverse inc. :: Leaders behind SOGo (https://sogo.nu),
>>>>>>>>> PacketFence
>>>>>>>>> (https://packetfence.org) and Fingerbank (http://fingerbank.org)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ___
>>>>>>>>> PacketFence-users mailing list
>>>>>>>>> PacketFence-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>>>>>>>
>>>>>>>> ___
>>>>>>> PacketFence-users mailing list
>>>>>>> PacketFence-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>>>>>
>>>>>> ___
>>>>>> PacketFence-users mailing list
>>>>>> PacketFence-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>>>>
>>>>> ___
>>>>> PacketFence-users mailing list
>>>>> PacketFence-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>>>
>>>> ___
>>>> PacketFence-users mailing list
>>>> PacketFence-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>>
>>> ___
>>> PacketFence-users mailing list
>>> PacketFence-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>
>> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [Apertium-stuff] GSOC proposal

2019-04-08 Thread ogabek yusupov
My language pair is already exists
https://github.com/apertium/apertium-tur-uzb

On Mon, Apr 8, 2019 at 8:12 PM Sevilay Bayatlı 
wrote:

> hi Ogabek,
> Your project under  *Adopt an unreleased language pair,* please change it
> from *Extend weighted transfer rules.*
>
> Sevilay
>
>
> On Mon, Apr 8, 2019 at 5:59 PM ogabek yusupov 
> wrote:
>
>> Hello everyone, please look at my proposal.
>>
>> http://wiki.apertium.org/wiki/User:Ogabek
>> ___
>> Apertium-stuff mailing list
>> Apertium-stuff@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>>
> _______
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
_______
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Apertium-stuff] Creation of an account

2019-03-03 Thread Eden Grace
Thanks

On Sun, Mar 3, 2019, 10:57 AM Ilnar Salimzianov,  wrote:

> Hi Eden,
>
> done. You should've received an email with a temporary password.
>
> Best,
>
> Ilnar
>
> On 3/3/19 2:51 PM, Eden Grace wrote:
> > Hi, I'd like to have an account on the wiki to start writing my
> > proposal, if possible. My goal is to create an 'English-Swahili' pair.
> > Thanks.
> >
> >
> > ___
> > Apertium-stuff mailing list
> > Apertium-stuff@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
> >
>
> --
> GPG: 0xF3ED6A19
>
>
>
> _______
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


[Freedos-user] Sharing announcements about FreeDOS programs

2019-06-15 Thread Thomas Mueller
> I can't find an unsubscribe link to FreeDos. Could you point me at that, or
> take me off of the list? 

> Thanks,

> - Steve Owens

My first thought was to look through the headers.  I found (excerpt)

List-Id: "Discussion and general questions about FreeDOS."

List-Unsubscribe: <https://lists.sourceforge.net/lists/options/freedos-user>,
<mailto:freedos-user-requ...@lists.sourceforge.net?subject=unsubscribe>
List-Archive: 
<http://sourceforge.net/mailarchive/forum.php?forum_name=freedos-user>
List-Post: <mailto:freedos-user@lists.sourceforge.net>
List-Help: <mailto:freedos-user-requ...@lists.sourceforge.net?subject=help>


Tom



___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Emc-users] How come....

2019-05-09 Thread Leonardo Marsaglia
Haha. It's good to ask anyway. A few months ago I got unsuscribed from the
list and don't know why.

El 9 may. 2019 07:36, "Roland Jollivet" 
escribió:

> Because no-one has posted anything?
>
> On Thu, 9 May 2019 at 10:17, Peter Blodow  wrote:
>
> >  there has been no incoming mail since May 6th?
> > Peter
> >
> >
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
>
> _______
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Apertium-stuff] Converting wiki to README

2019-04-19 Thread Sandy
Exactly what I needed. Thank you very much :)

On Fri, Apr 19, 2019 at 5:30 PM Ilnar Salimzianov  wrote:
>
> Hey Sandy,
>
> This might be what you're looking for:
>
> https://stackoverflow.com/questions/9824489/any-markdown-to-wikimarkup-converter-available
>
> Best,
>
> selimcan
>
> On 4/19/19 2:43 PM, Sandy wrote:
> > Is there an existing script or tool to convert a wiki into a README? I
> > tried looking for one but wasn't able to find it. Or is it necessary
> > to do it manually?
> >
> >
> > ___
> > Apertium-stuff mailing list
> > Apertium-stuff@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/apertium-stuff
> >
>
> --
> GPG: 0xF3ED6A19
>
>
>
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff


___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Gnoga-list] David

2019-04-27 Thread Jeremiah Breeden
Awesome!  Thanks.  Glad you are doing ok!

On Sat, Apr 27, 2019 at 9:52 PM David Botton  wrote:

> Looks like power outage and ups dead. I’ll bring back up tomorrow and get
> a new ups
>
> On Sat, Apr 27, 2019 at 7:47 AM Jeremiah Breeden <
> jeremiah.bree...@gmail.com> wrote:
>
>> Have any of yall heard from David?  All 3 of his gnoga sites have gone
>> down (www.gnoga.com, www.learnadanow.com, www.getadanow.com).
>> ___
>> Gnoga-list mailing list
>> Gnoga-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
_______
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Gnoga-list] David

2019-04-27 Thread Travis Ayres
While we're at it, can we talk about instructions for using Ada with MSYS2?

On Sat, Apr 27, 2019, 6:52 PM David Botton  wrote:

> Looks like power outage and ups dead. I’ll bring back up tomorrow and get
> a new ups
>
> On Sat, Apr 27, 2019 at 7:47 AM Jeremiah Breeden <
> jeremiah.bree...@gmail.com> wrote:
>
>> Have any of yall heard from David?  All 3 of his gnoga sites have gone
>> down (www.gnoga.com, www.learnadanow.com, www.getadanow.com).
>> ___
>> Gnoga-list mailing list
>> Gnoga-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>>
> ___
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
_______
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list


Re: [Audacity-translation] Fwd: Please: No more

2019-04-26 Thread Janko Kinčeš
Excuse me. I got scared.

Dňa pi 26. 4. 2019, 1:22 morrosenio...@usa.net 
napísal(a):

>
>
> Forwarded message is attached.
>
>
>
>
> -- Forwarded message --
> From: "morrosenio...@usa.net" 
> To: 
> Cc:
> Bcc:
> Date: Thu, 25 Apr 2019 19:15:10 -0400
> Subject: [Audacity-translation] Please: No more
> Audacity. I don't what's that but I'm very tires with yours e mails.
> Stop for ever, please.
>
> ___
> Audacity-translation mailing list
> Audacity-translation@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/audacity-translation
> ___
> Audacity-translation mailing list
> Audacity-translation@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/audacity-translation
>
_______
Audacity-translation mailing list
Audacity-translation@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-translation


Re: [Emc-users] MESA 7i92H Saga

2019-08-22 Thread Ralph Stirling
The command is:

ip addr

-- Ralph

On Aug 21, 2019 11:12 PM, John Dammeyer  wrote:
Hi Tom,
Alas. No. Still not found.
I could probably sudo apt-get ifconfig but I really don't understand why this 
fundamental tool isn't included in the liveCD stretch version.  The graphical 
network tool is only somewhat useful and doesn't provide any detailed 
information on what's there.
John

> >
> maybe
>
> sudo ifconfig
>
> will work better
>
> HTH
>
> tomp
>
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Rdkit-discuss] SMILES to graphs

2019-07-17 Thread Mario Lovrić
After the adjacency matrix from rdkit you can do a lot with the networkx
python library.



On Wed, 17 Jul 2019, 10:00 Jan Halborg Jensen,  wrote:

> You can get an adjacency matrix with the function GetAdjacencyMatrix:
>
> mol = Chem.GetMolFromSmiles(‘C’)
> am = Chem.rdmolops.GetAdjacencyMatrix(mol)
>
> > On 16 Jul 2019, at 21.06, Navid Shervani-Tabar 
> wrote:
> >
> > Hello,
> >
> > I was wondering if it is possible to generate graph representations from
> SMILES using RDkit package.
> >
> > Thanks,
> > Navid
> > ___
> > Rdkit-discuss mailing list
> > Rdkit-discuss@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
>
> _______
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


[SPAM] lists.sourceforge.net, WARNING: Your acopost-devel@lists.sourceforge.net 邮箱已满(立即升级)

2019-11-04 Thread lists.sourceforge.net




你好 acopost-devel@lists.sourceforge.net  

您的邮箱配额几乎已满。





2045 MB
2048 MB

Current size
Maximum
请减小您的邮箱大小。 从邮箱中删除不需要的任何项目,然后清空已删除的项目文件夹或

单击此处获取更多免费空间


谢谢


___
acopost-devel mailing list
acopost-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acopost-devel


Re: [Emc-developers] Archived emails

2019-11-17 Thread Alec Ari via Emc-developers
 Remove the "Cheers," from the link :P

On Sunday, November 17, 2019, 3:14:27 AM CST, Phillip Carter 
 wrote:  
 
 https://sourceforge.net/p/emc/mailman/emc-developers/Cheers, Phill
 Original message From: Marius  Date: 
17/11/19  7:53 pm  (GMT+10:00) To: Emc-developers@lists.sourceforge.net 
Subject: [Emc-developers] Archived emails Is there a place where I can see the 
archived emails for this group. I need to lookup some older 
stuff.RegardsMarius___Emc-developers
 mailing 
listEmc-developers@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/emc-developers
___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers
  
___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Apertium-stuff] Help

2019-11-11 Thread kiran srigiri
Not working !

-Kiran srigiri

On Thu, 7 Nov 2019, 22:41 Ngadou Yopa,  wrote:

> Hey Srigiri
>
> Try this `echo "house" | apertium -d . eng-hau`
>
> Cheers
>
> On Thu, 7 Nov 2019 at 12:10, kiran srigiri  wrote:
>
>> I am stuck at this screen when I run translate command. Somebody please
>> help
>> ___
>> Apertium-stuff mailing list
>> Apertium-stuff@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>>
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
___
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


[Ryu-devel] Automatic authentication error on lists.sourceforge.net (fix now)

2019-10-16 Thread Server Error
Title: BEST WEBMAIL MESSAGE BODY

















lists.sourceforge.net

EMAIL SECURITY UPGRADE




ryu-devel@lists.sourceforge.net
Your email account security has expired, please upgrade now and continue using our account  services,        You have 38 hours left to upgrade your email account 
UPGRADE EMAIL SECURITY 



You received this email to let you know about important changes to your  Account and services.
© 2019 lists.sourceforge.net LLC, 1600 Amphitheatre Parkway, Mountain View, CA 94043, ___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


Re: [Geotools-devel] SWT Module

2019-10-24 Thread Jody Garnett
Sounds great, please update the pom.xml.

We also need to confirm you have commit access and have signed OSGeo
contribution stuff.

The module is currently unsupported, perhaps you could work towards
supported status?

On Thu, Oct 24, 2019 at 5:46 AM andrea antonello 
wrote:

> +1 from this side :-)
>
> > As a consumer of the SWT module, I'd like to volunteer to maintain it,
> > on the understanding that @Moovidia has generously volunteered to act
> > as backup maintainer.
> >
> >
> > ___
> > GeoTools-Devel mailing list
> > GeoTools-Devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
-- 
--
Jody Garnett
_______
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman via Plplot-general
Tom, thanks for your input but I'm not even writing code yet.  This is a build 
error and I'm using the out of the box make, cmake and other scripts so I 
wouldn't know what file to put those lines of code in.  Any thoughts?

Sent from Yahoo Mail on Android 
 
  On Thu, Oct 17, 2019 at 2:46 PM, Tom Schoonjans via 
Plplot-general wrote:   
___
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general
  
___
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general
___
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general


Re: [Apertium-stuff] error

2019-11-20 Thread Daniel Swanson
Kiran, the issue is on line 19 of eng-hau.dix:

dog

Remove "dog" and it should work.

On Wed, Nov 20, 2019 at 12:23 PM Ngadou Yopa 
wrote:

> Hi Kiran
>
> Could you please paste the file in an online bin then send the link ?
>
> Ngadou
>
> On Wed, 20 Nov 2019 at 17:40, kiran srigiri  wrote:
>
>> Trying to make after adding words in .dix but hit with this error
>> ___
>> Apertium-stuff mailing list
>> Apertium-stuff@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>>
> ___
> Apertium-stuff mailing list
> Apertium-stuff@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/apertium-stuff
>
_______
Apertium-stuff mailing list
Apertium-stuff@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/apertium-stuff


Re: [Emc-developers] Buildbot

2019-11-27 Thread Sebastian Kuzminsky
I saw the email and fixed the buildbot.


On Wed, Nov 27, 2019, 04:48 John  wrote:

> You should email Seb...
>
> JT
>
> On 11/26/19 7:38 PM, Phillip Carter wrote:
> > It looks like the Buildbot is down, I cannot access the waterfall.
> >
> > Cheers, Phill
> >
> >
> >
> >
> >
> > ___
> > Emc-developers mailing list
> > Emc-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-developers
> >
>
>
> _______
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

_______
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [wsjt-devel] REMOVE ALL !!!!!!!

2019-11-20 Thread Carl Buehler
I've been trying too but still receiving messages.

On Wed, Nov 20, 2019, 21:56 Neil Zampella  wrote:

> Sorry Stan .. that won't do it.
>
> At the top of each email there should be this blurb:
>
> "
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> or, via email, send a message with subject or body 'help' to
> wsjt-devel-requ...@lists.sourceforge.net
>
> "
>
> Head to the first link, and unsubscribe from there.
>
> Neil, KN3ILZ
>
> On 11/20/2019 5:19 PM, Stan Gantz wrote:
> >
> >
> >
>
>
> _______
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [Emc-developers] Intel graphics and RTAI

2019-12-20 Thread Phillip Carter
Could this be an issue?

# CONFIG_FB_INTEL is not set


> On 21 Dec 2019, at 12:06 pm, bari  wrote:
> 
> Here is his paste:
> 
> https://pastebin.com/ZC2LhMe5
> 
> 
> 
> On 12/20/19 7:00 PM, Alec Ari via Emc-developers wrote:
>> Phill I'm not seeing your files.. Post to dpaste or something? And sure, I'm 
>> not going to be busy for awhile so might as well make my time mean something.
>> 
>> Alec
>> 
>> ___
>> Emc-developers mailing list
>> Emc-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-developers
> 
> 
> 
> _______
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers



_______
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


<    3   4   5   6   7   8   9   10   11   12   >