[libreoffice-users] Testing can post here

2020-08-22 Thread Maurice
Testing can post here..

-- 
/\/\aurice


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Testing email options to see if goes thru unmodified...

2020-07-07 Thread Michael D. Setzer II
Testing if this option of sending works??

sub ZT
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dim sText 
dim mText
dim sTime
dim eTime
sTime = InputBox ("Enter Cell with Start Time: Example A1")
eTime = InputBox ("Enter Cell with End Time: Example A20")
sText = sTime &"," & eTime
mText = eTime & "-" & sTime

rem --
dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "StringName"
  
args1(0).Value = "=DATEDIF(" & sText & ",""d"")"&"&"" days ""(("& 
mText &")-INT("& mText &"),"" H Hours  M Minutes "") "
 
dispatcher.executeDispatch(document, ".uno:EnterString", "", 0, args1())

end sub

++
 Michael D. Setzer II - Computer Science Instructor (Retired) 
 mailto:mi...@guam.net
 mailto:msetze...@gmail.com
 Guam - Where America's Day Begins
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
++




-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy



Re: [libreoffice-users] Testing when developing LO Base Applications

2013-09-23 Thread Fernand Vanrie

On 23/09/2013 3:07, James B. Byrne wrote:

I am tasked with writing a quick fix replacement for a very old dbase
application running on WinXP.  I am considering using LO Base with ODBC(SDBC?)
to connect to a Postgresql-9.1 RDBMS hosted on a Linux server.

Assuming that I can get the connectivity between LO on the MS-Win desktops and
the PostgreSQL-9.1 instance on the Linux server host I intend to use the forms
capability of LO to provide the user interface.  Which leads me to my
question.  Is there any testunit-like or Rspec-like framework for designing
and building LO user interfaces;  particularly for testing input forms and
such?

I am not aware of any testing tool at all.
The only advice i can give, is not to use Forms as a user interface.
Make your connection with your server, then use Dialogs, macros and SQL 
statements to build your users interfaces.

Do your printing to spreadsheets instead off Reports
Use the book (and the include macro code) from Roberto Benitez + the 
Base Document from Andrew Pitonyak as a starting point


Hope it helps

Fernand


Are there any issues with respect to Multi-User access via LO forms across
ODBC/SDBC to PostgreSQL that I should be made aware of?




--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Testing when developing LO Base Applications

2013-09-22 Thread James B. Byrne
I am tasked with writing a quick fix replacement for a very old dbase
application running on WinXP.  I am considering using LO Base with ODBC(SDBC?)
to connect to a Postgresql-9.1 RDBMS hosted on a Linux server.

Assuming that I can get the connectivity between LO on the MS-Win desktops and
the PostgreSQL-9.1 instance on the Linux server host I intend to use the forms
capability of LO to provide the user interface.  Which leads me to my
question.  Is there any testunit-like or Rspec-like framework for designing
and building LO user interfaces;  particularly for testing input forms and
such?

Are there any issues with respect to Multi-User access via LO forms across
ODBC/SDBC to PostgreSQL that I should be made aware of?

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Testing to see if this message reaches you

2013-05-08 Thread Sean O'Connell
Hello,

I am just first testing to see if this email will reach you so that i can
ask for help in libreoffice

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Testing to see if this message reaches you

2013-05-08 Thread James Knott

Sean O'Connell wrote:

I am just first testing to see if this email will reach you so that i can
ask for help in libreoffice


Sorry, didn't see it.  ;-)


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Testing again

2013-05-08 Thread Sean O'Connell
Hello,

testing to see if you received this email.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Testing again

2013-05-08 Thread Kieran Peckett
Yes - it got through both times, don't worry (James wouldn't have replied
if he hadn't received it - he probably thought that you wouldn't fall for
it)


On 8 May 2013 18:10, Sean O'Connell seanoconnel...@gmail.com wrote:

 Hello,

 testing to see if you received this email.

 --
 To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
 Problems?
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived and cannot be
 deleted



-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Testing again

2013-05-08 Thread Tom Davies
Hi :)
First time it got through to the moderators list and had to be forwarded to 
here, i think.  2nd time it got straight through, i think.  I'm not completely 
clear about what happened there tbh but definitely one attempt got to the 
moderators to begin with.  

Seems to be sorted now :)  
Regards from 
Tom :)  






 From: Kieran Peckett crazyske...@gmail.com
To: Sean O'Connell seanoconnel...@gmail.com 
Cc: users@global.libreoffice.org users@global.libreoffice.org 
Sent: Wednesday, 8 May 2013, 18:15
Subject: Re: [libreoffice-users] Testing again
 

Yes - it got through both times, don't worry (James wouldn't have replied
if he hadn't received it - he probably thought that you wouldn't fall for
it)


On 8 May 2013 18:10, Sean O'Connell seanoconnel...@gmail.com wrote:

 Hello,

 testing to see if you received this email.

 --
 To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
 Problems?
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived and cannot be
 deleted



-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Testing again

2013-05-08 Thread Steve Edmonds

And don't be surprised if you don't see your own posts.
Google host our mail domain and for some reason I don't see my own posts 
unless they are replied to by someone else. They are visible to me in 
Nabble  thou'.

Steve

On 2013-05-09 05:28, Tom Davies wrote:

Hi :)
First time it got through to the moderators list and had to be forwarded to 
here, i think.  2nd time it got straight through, i think.  I'm not completely 
clear about what happened there tbh but definitely one attempt got to the 
moderators to begin with.

Seems to be sorted now :)
Regards from
Tom :)







From: Kieran Peckett crazyske...@gmail.com
To: Sean O'Connell seanoconnel...@gmail.com
Cc: users@global.libreoffice.org users@global.libreoffice.org
Sent: Wednesday, 8 May 2013, 18:15
Subject: Re: [libreoffice-users] Testing again


Yes - it got through both times, don't worry (James wouldn't have replied
if he hadn't received it - he probably thought that you wouldn't fall for
it)


On 8 May 2013 18:10, Sean O'Connell seanoconnel...@gmail.com wrote:


Hello,

testing to see if you received this email.

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems?
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be
deleted



--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted






--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Testing build for my computer

2013-02-18 Thread C. H. D.
Hello!

Where should I get the testing build for my computer?

 
http://dev-builds.libreoffice.org/daily/libreoffice-4-0/

[DIR] Linux-x86@34-Release-Configuration-RHEL5-Baseline/    18-Feb-2013 06:27   
 -   
[DIR] Linux-x86_10-Release-Configuration/   19-Feb-2013 00:05   
 -   
[DIR] Linux-x86_64@31-Release-Configuration-RHEL5-Baseline/ 19-Feb-2013 02:37   
 -   
[DIR] Linux-x86_64_11-Release-Configuration/    


My computer uses Linux debian 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 
i686 GNU/Linux.


Please give me some ideas.

Regards,

C. H. D.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-10 Thread Tom Davies
Hi :)
There are some programmers guides in the external documentation list
http://wiki.documentfoundation.org/Documentation/Publications#Programmers
I'm not sure that really something you want to get involved in at this point 
but it might help people that do want to get involved in the devs lists 
Regards from
Tom :)

--- On Tue, 8/11/11, Winston C. Yang wins...@cs.wisc.edu wrote:

From: Winston C. Yang wins...@cs.wisc.edu
Subject: Re: [libreoffice-users] testing out 2 new large word list English 
dictionaries.
To: users@global.libreoffice.org
Date: Tuesday, 8 November, 2011, 1:27

On 11/06/2011 07:55 AM, webmaster for Kracked Press Productions wrote:
 
 I would like to see a simple working code in Python though.  If I ever 
 decided to try to retrain the programming part of my brain, I was told to try 
 Python.
 
 
 On 11/05/2011 11:05 PM, Winston C. Yang wrote:
 webmaster:
 
 Possibly a convenient language for comparing the word lists would be Python.
 
 --- Python has a data structure dict (dictionary, hashtable, associative 
 array).
 
 --- Python has a data structure set.
 
 If you wish, I can email you short, working, example code.
 
 Winston
 
 On 11/05/2011 10:08 PM, webmaster for Kracked Press Productions wrote:
 
 If I still could remember my basic C programming, I would write a program 
 comparing the different word lists to see which words are not common, but 
 after 3 strokes I have not programmed such a package in many years.  
 Actually a few months after the last stroke.
 
 
 
 


webmaster:

Below is some example, elementary Python code that reads two files, with one 
word per line, and writes an output file with the words that are in exactly one 
of the files.

If you wish, you can use the code in LibreOffice.

If you have any comments or questions, email me.

Winston



Possibly it is good that you see the results first. Then, if you are 
interested, then you can read about how to generate the results.

On a command line, you will type the following:

    python3.2 find_nonshared_words.py

(You can also type python2.7 instead of python3.2. But realize that Python 
3.2 is not always backwards-compatible with Python 2.7.)

This command will generate the following output file:

output_file.txt:
a1
a2
a3
a4
a5
a6
b1
b2
b3
b4

Below, I show you how to create the results:

Create the following two input files. (Words starting with a appear in only 
file 1. Words starting with b appear in only file 2. Words starting with c 
appear in both files, and should be ignored by the code.)

input_file1.txt:
a1
a2
c1
a3
a4
c2
a5
c3
a6

input_file2.txt:
c1
b1
b2
b3
c2
c3
b4

Then create a file called find_nonshared_words.py:

def create_set_from_file(input_file_name):

    input_file = open(input_file_name)

    s = set()
    for line in input_file:
        # Delete any leading or trailing whitespace.
        s.add(line.strip())

    input_file.close()

    return s

set1 = create_set_from_file(input_file1.txt)
set2 = create_set_from_file(input_file2.txt)
set_of_words_in_exactly_one_file = set1.symmetric_difference(set2)

output_file_name = output_file.txt
output_file = open(output_file_name, w+)
for word in sorted(set_of_words_in_exactly_one_file):
    output_file.write(word + \n)

output_file.close()

-- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-07 Thread Winston C. Yang

On 11/06/2011 07:55 AM, webmaster for Kracked Press Productions wrote:


I would like to see a simple working code in Python though.  If I 
ever decided to try to retrain the programming part of my brain, I was 
told to try Python.



On 11/05/2011 11:05 PM, Winston C. Yang wrote:

webmaster:

Possibly a convenient language for comparing the word lists would be 
Python.


--- Python has a data structure dict (dictionary, hashtable, 
associative array).


--- Python has a data structure set.

If you wish, I can email you short, working, example code.

Winston

On 11/05/2011 10:08 PM, webmaster for Kracked Press Productions wrote:


If I still could remember my basic C programming, I would write a 
program comparing the different word lists to see which words are 
not common, but after 3 strokes I have not programmed such a package 
in many years.  Actually a few months after the last stroke.










webmaster:

Below is some example, elementary Python code that reads two files, with 
one word per line, and writes an output file with the words that are in 
exactly one of the files.


If you wish, you can use the code in LibreOffice.

If you have any comments or questions, email me.

Winston



Possibly it is good that you see the results first. Then, if you are 
interested, then you can read about how to generate the results.


On a command line, you will type the following:

python3.2 find_nonshared_words.py

(You can also type python2.7 instead of python3.2. But realize that 
Python 3.2 is not always backwards-compatible with Python 2.7.)


This command will generate the following output file:

output_file.txt:
a1
a2
a3
a4
a5
a6
b1
b2
b3
b4

Below, I show you how to create the results:

Create the following two input files. (Words starting with a appear in 
only file 1. Words starting with b appear in only file 2. Words 
starting with c appear in both files, and should be ignored by the code.)


input_file1.txt:
a1
a2
c1
a3
a4
c2
a5
c3
a6

input_file2.txt:
c1
b1
b2
b3
c2
c3
b4

Then create a file called find_nonshared_words.py:

def create_set_from_file(input_file_name):

input_file = open(input_file_name)

s = set()
for line in input_file:
# Delete any leading or trailing whitespace.
s.add(line.strip())

input_file.close()

return s

set1 = create_set_from_file(input_file1.txt)
set2 = create_set_from_file(input_file2.txt)
set_of_words_in_exactly_one_file = set1.symmetric_difference(set2)

output_file_name = output_file.txt
output_file = open(output_file_name, w+)
for word in sorted(set_of_words_in_exactly_one_file):
output_file.write(word + \n)

output_file.close()

--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-06 Thread Mark Stanton
Sorry to hear you (?) have been ill.

I think you'll find Brian was just pulling your leg about your use of 
English, rather than asking you anything about specific word counts.

Mark Stanton
One small step for mankind...



-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-06 Thread webmaster for Kracked Press Productions


Sorry, I did not catch that.
Even when I am not ill, after surviving 3 strokes [even small ones] my 
ability to catch grammar and other mistakes can be difficult.  Sometimes 
it is hard to type 3 or 4 letters correctly in a row.  Other times my 
speech is no good.  I hate it when both are working against me at the 
same time.  At least I am better than my wife who suffers from advanced 
stage Alzheimer's.




On 11/06/2011 05:23 AM, Mark Stanton wrote:

Sorry to hear you (?) have been ill.

I think you'll find Brian was just pulling your leg about your use of
English, rather than asking you anything about specific word counts.

Mark Stanton
One small step for mankind...



--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-06 Thread webmaster for Kracked Press Productions


Thanks Winston

I was one day going to look into learning Python, but I am afraid that 
my programming days are over.  The strokes damaged parts of my brain 
that dealt with communication skills and programming skills, among 
others.  I tried to relearn C/C++, but it was not going to happen.


I would like to see a simple working code in Python though.  If I ever 
decided to try to retrain the programming part of my brain, I was told 
to try Python.


The dictionary word lists are not in an special type of array, so far 
as I can tell.  The list sample below is part of an Oxford English dic 
file.  After the / is the codes for the system to use.  I really have 
not found a good reference to what these codes each indicate, except 
some appear to be suffix indicators.  The word lists I now use do not 
have codes, but still work well.  When I dealt with word lists and code 
indicators, these codes would shrink the amount of space you need to 
store the dictionary lists.  Back when RAM/ROM was in the price range of 
32 to 64MB for $100 or more, the more space you can save, the better.  
Now we all get sloppy in our code size.  Since we do not need to have a 
chess game fit onto a single 1.44 MB floppy, we do not write that 
tight codes.  As long as it is quick enough, correct?

Well not everyone is like that now.


abbreviation/M
abdicate/DNGSn
Abelard/M
abider/M
Abidjan
ablaze
abloom
aboveground
abrader/M
Abram/M
abreaction/MS
abrogator/MS
abscond/DRSG
absinthe/MS
absoluteness/S
absorbency/SM
abstract/ShTVDPiGY
absurdness/S



On 11/05/2011 11:05 PM, Winston C. Yang wrote:

webmaster:

Possibly a convenient language for comparing the word lists would be 
Python.


--- Python has a data structure dict (dictionary, hashtable, 
associative array).


--- Python has a data structure set.

If you wish, I can email you short, working, example code.

Winston

On 11/05/2011 10:08 PM, webmaster for Kracked Press Productions wrote:


If I still could remember my basic C programming, I would write a 
program comparing the different word lists to see which words are not 
common, but after 3 strokes I have not programmed such a package in 
many years.  Actually a few months after the last stroke.







--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-06 Thread Tom Davies
Hi :)
Pulling your leg??  I think you would have noticed?  
Regards from
Tom :)


--- On Sun, 6/11/11, webmaster for Kracked Press Productions 
webmas...@krackedpress.com wrote:

 From: webmaster for Kracked Press Productions webmas...@krackedpress.com
 Subject: Re: [libreoffice-users] testing out 2 new large word list English 
 dictionaries.
 To: users@global.libreoffice.org
 Date: Sunday, 6 November, 2011, 12:30
 
 Sorry, I did not catch that.
 Even when I am not ill, after surviving 3 strokes [even
 small ones] my ability to catch grammar and other mistakes
 can be difficult.  Sometimes it is hard to type 3 or 4
 letters correctly in a row.  Other times my speech is
 no good.  I hate it when both are working against me at
 the same time.  At least I am better than my wife who
 suffers from advanced stage Alzheimer's.
 
 
 
 On 11/06/2011 05:23 AM, Mark Stanton wrote:
  Sorry to hear you (?) have been ill.
  
  I think you'll find Brian was just pulling your leg
 about your use of
  English, rather than asking you anything about
 specific word counts.
  
  Mark Stanton
  One small step for mankind...
  
 
 -- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived
 and cannot be deleted
 
 

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-06 Thread webmaster for Kracked Press Productions

Sorry Tom, but maybe not.

The way my head was the last few days, I might not have noticed if there 
was a 300 pound tiger sleeping on my bed instead of the 15 pound tiger 
cat called Knobby.


Many days worth of lack of calories, lack of heavy pain killers [6 
scripts worth that could not be kept down] tends to make my mind not see 
things straight or even knowing things are real.  I take equivalent to 
Morphine with my scripts, since I could not drive or function with the 
more powerful single medication.  With the 6 meds instead of one, I can 
drive legally and still have the power of Morphine without the 
addiction and the side effects.




Now this week I will be making the 98K word list version of my 
dictionaries for testing.  Actually I may add the Canadian version to 
the American and British English ones.  I only have a 45K word list for 
Oxford English, though.

.

On 11/06/2011 08:15 AM, Tom Davies wrote:

Hi :)
Pulling your leg??  I think you would have noticed?
Regards from
Tom :)


--- On Sun, 6/11/11, webmaster for Kracked Press 
Productionswebmas...@krackedpress.com  wrote:


From: webmaster for Kracked Press Productionswebmas...@krackedpress.com
Subject: Re: [libreoffice-users] testing out 2 new large word list English 
dictionaries.
To: users@global.libreoffice.org
Date: Sunday, 6 November, 2011, 12:30

Sorry, I did not catch that.
Even when I am not ill, after surviving 3 strokes [even
small ones] my ability to catch grammar and other mistakes
can be difficult.  Sometimes it is hard to type 3 or 4
letters correctly in a row.  Other times my speech is
no good.  I hate it when both are working against me at
the same time.  At least I am better than my wife who
suffers from advanced stage Alzheimer's.



On 11/06/2011 05:23 AM, Mark Stanton wrote:

Sorry to hear you (?) have been ill.

I think you'll find Brian was just pulling your leg

about your use of

English, rather than asking you anything about

specific word counts.

Mark Stanton
One small step for mankind...


-- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived
and cannot be deleted





--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-05 Thread webmaster for Kracked Press Productions
I have been offline, think near hospital stay illness, since just 
after I posted this list.  So I have gotten back to answering the 
replies.  Thanks for Tom to give the help/hint on installing the file to 
Windows.


The .zip issue was due to the Extension Center for LO and a Mime-type 
error with the file storage.  So my original one I had in the test 
version of the center was redone as an externally hosted file till 
that issue is resolved.  The links I used for the initial post came 
directly from a dictionary list on my domain, 
http://libreoffice-na.us/English-3.4-installs/dictionary.html  not the 
LO Extension Center.


fewer words
I opened the word lists with each word on a separate line, like needed.  
Then I did a line count with a text editor.  I had to have a proper 
count for the words, for the system to use the file[s] correctly.  
Unlike some lists that use controls at the end of words helping with 
suffix word forms, the lists I use does not have them.  The suffix 
control version my take less space but would take more processing power 
to do the adding of the suffixes, plurals, possessive forms, etc., over 
that of a straight list that include all the word forms.  I used the 
counts from the package to give the actual number of spellings in the 
list[s] as my number of words.  The largest of the American lists is 
638,644 words and for British 638,285 words.  I could give you the word 
counts for all the lists I have, including the one for 217K words, but 
it is not needed, or is it?  Last time I did a dictionary spelling 
project at a college, the total number of words was over 177K.  It used 
the suffix control method to fit as many words in the rom memory 
chips as possible.  Actually that was when IBM Compatible desktop 
computers were in the 286 CPU stage.  Now there are over 600K word lists.


The issue of actual fewer words could be there are words that are not 
included based upon if that spelling is used in American English or 
British English.


I have seen some words that are spelled a way or two that I did not 
expect, but are proper according to the sources I have.


I did not create the lists from scratch.  They are from a source I trust.

The real thing I am looking for help with is what you, the users, would 
like to have for an English spelling dictionary.  I could test them out 
hours, days, weeks, months, etc., but it would be with my use and 
needs.  I want others to decide if it is useful for THEM.


I choose the 217K word list version as a starting ground.  I may, for my 
personal use, go back down to the 98K size word list version.  I would 
like to know what you think?


Would you prefer the 50K, 98K, 217K, or larger word list for an English 
spelling dictionary for LibreOffice.  If I could unlock the default one, 
I would for my testings.  As far as I remember, the included default 
English en_US or en_GB had about 50K words in its US and GB word lists.  
I could actually check if needed.


So please let me know what you think.  What size of word lists would you 
like?


I have been talking to Tom on and off about a larger word count 
dictionary for LO/OOo for some months.  I just decided it was time to 
get my feet wet again.


The funny thing I saw in an older word list, once, was one that did 
not have the word dictionary in it at all.


If I still could remember my basic C programming, I would write a 
program comparing the different word lists to see which words are not 
common, but after 3 strokes I have not programmed such a package in many 
years.  Actually a few months after the last stroke.





On 11/01/2011 03:27 PM, Brian Barker wrote:
At 10:40 01/11/2011 -0400, The nameless webmaster for Kracked Press 
Productions wrote:
The spelling dictionary word list are over 217,000 words with the 
British one having about 280 less words.


But does it include the word fewer?

Brian Barker





--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-05 Thread Winston C. Yang

webmaster:

Possibly a convenient language for comparing the word lists would be Python.

--- Python has a data structure dict (dictionary, hashtable, 
associative array).


--- Python has a data structure set.

If you wish, I can email you short, working, example code.

Winston

On 11/05/2011 10:08 PM, webmaster for Kracked Press Productions wrote:


If I still could remember my basic C programming, I would write a 
program comparing the different word lists to see which words are not 
common, but after 3 strokes I have not programmed such a package in 
many years.  Actually a few months after the last stroke.




--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-02 Thread Mark Stanton
So, since I do actually use my Writer setup in my business, is it 
going to be easy to revert to my current working dictionary/thesaurus 
if I want?

Regards
Mark Stanton
One small step for mankind...



-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-02 Thread Tom Davies
Hi :)
I think you have choices.  I think you can just double-click on an oxt file and 
that installs it in LibreOffice or else open Writer or something and click on

Tools - Extensions Manager - Add

and then browse to where-ever you downloaded or saved the file to.  I could be 
wrong but i heard that one of the list might have incorrectly put .zip instead 
of .oxt at the end of the file.  I'm not sure how to handle that if it has 
except to try one of the other lists of words and see if that seems to have the 
same problem (unlikely).  
Regards from
Tom :)



--- On Tue, 1/11/11, Libre User libreu...@earthlink.net wrote:

 From: Libre User libreu...@earthlink.net
 Subject: Re: [libreoffice-users] testing out 2 new large word list English 
 dictionaries.
 To: users@global.libreoffice.org
 Date: Tuesday, 1 November, 2011, 21:32
 Are there instructions for installing
 these alternate files?  OS=Win7
 
 Jerry
 
 At 07:40 AM 11/1/2011, you wrote:
 
  I am testing out 2 new .oxt extensions.  They are
 about 5.5MB each in size.
  
  The American English one has en_US spelling, hyphen,
 and thesaurus.  The British one has en_GB spelling,
 hyphen, and US thesaurus.  I could not find a GB
 thesaurus instructions, so I used the US one since they are
 close enough.
  
  The spelling dictionary word list are over 217,000
 words with the British one having about 280 less
 words.  These list have proper names, possessive
 name/word forms, words ending with suffices like ing and
 ism.  I would like to have constructive comments
 about these .oxt extensions for LO/OOo.  I have word
 lists that contain 50K+, 98K+, 217K+, 390K+, and 638K+
 words.  My original test of editing a dictionary had
 only about 50K words and no hyphen or thesaurus info in
 it.  This is a major step for me in this field. 
 I hope it would be welcomed.
  
  If you would rather see the 98K word list, or the
 other sizes, let me know.  I will be working on testing
 them out later.  But, for my fist testing, I decided to
 go with a large word file.
  
  Here are the links.
  
  http://libreoffice-na.us/English-3.4-installs/add-on-dictionaries-large-list/kpp-american-english-dictionary-large-list.oxt
  
  http://libreoffice-na.us/English-3.4-installs/add-on-dictionaries-large-list/kpp-british-english-dictionary-large-list.oxt
  
  
  
  
  --
  For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
  Problems? 
  http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
  Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
  List archive: http://listarchives.libreoffice.org/global/users/
  All messages sent to this list will be publicly
 archived and cannot be deleted
 
 -- For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived
 and cannot be deleted
 
 

-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-01 Thread webmaster for Kracked Press Productions


I am testing out 2 new .oxt extensions.  They are about 5.5MB each in size.

The American English one has en_US spelling, hyphen, and thesaurus.  The 
British one has en_GB spelling, hyphen, and US thesaurus.  I could not 
find a GB thesaurus instructions, so I used the US one since they are 
close enough.


The spelling dictionary word list are over 217,000 words with the 
British one having about 280 less words.  These list have proper names, 
possessive name/word forms, words ending with suffices like ing and 
ism.  I would like to have constructive comments about these .oxt 
extensions for LO/OOo.  I have word lists that contain 50K+, 98K+, 
217K+, 390K+, and 638K+ words.  My original test of editing a dictionary 
had only about 50K words and no hyphen or thesaurus info in it.  This is 
a major step for me in this field.  I hope it would be welcomed.


If you would rather see the 98K word list, or the other sizes, let me 
know.  I will be working on testing them out later.  But, for my fist 
testing, I decided to go with a large word file.


Here are the links.

http://libreoffice-na.us/English-3.4-installs/add-on-dictionaries-large-list/kpp-american-english-dictionary-large-list.oxt

http://libreoffice-na.us/English-3.4-installs/add-on-dictionaries-large-list/kpp-british-english-dictionary-large-list.oxt




--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-01 Thread Brian Barker
At 10:40 01/11/2011 -0400, The nameless webmaster for Kracked Press 
Productions wrote:
The spelling dictionary word list are over 217,000 words with the 
British one having about 280 less words.


But does it include the word fewer?

Brian Barker


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] testing out 2 new large word list English dictionaries.

2011-11-01 Thread Libre User

Are there instructions for installing these alternate files?  OS=Win7

Jerry

At 07:40 AM 11/1/2011, you wrote:


I am testing out 2 new .oxt extensions.  They are about 5.5MB each in size.

The American English one has en_US spelling, hyphen, and 
thesaurus.  The British one has en_GB spelling, hyphen, and US 
thesaurus.  I could not find a GB thesaurus instructions, so I used 
the US one since they are close enough.


The spelling dictionary word list are over 217,000 words with the 
British one having about 280 less words.  These list have proper 
names, possessive name/word forms, words ending with suffices like 
ing and ism.  I would like to have constructive comments about 
these .oxt extensions for LO/OOo.  I have word lists that contain 
50K+, 98K+, 217K+, 390K+, and 638K+ words.  My original test of 
editing a dictionary had only about 50K words and no hyphen or 
thesaurus info in it.  This is a major step for me in this 
field.  I hope it would be welcomed.


If you would rather see the 98K word list, or the other sizes, let 
me know.  I will be working on testing them out later.  But, for my 
fist testing, I decided to go with a large word file.


Here are the links.

http://libreoffice-na.us/English-3.4-installs/add-on-dictionaries-large-list/kpp-american-english-dictionary-large-list.oxt

http://libreoffice-na.us/English-3.4-installs/add-on-dictionaries-large-list/kpp-british-english-dictionary-large-list.oxt




--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? 
http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/

Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] TEsting

2011-07-11 Thread Ken Springer
My apologies for the test message if this goes through.  Gmane is no 
longer working for me for posting messages.


--
Ken

Mac OS X 10.6.8
Firefox 5.0
Thunderbird 3.1.11
LibreOffice 3.3.2


--
Unsubscribe instructions: E-mail to users+h...@global.libreoffice.org
In case of problems unsubscribing, write to postmas...@documentfoundation.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted