topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 6:29 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 32 33 34 35 36 [37] 38 39 40 41 42 ... 158next
901
General Software Discussion / Re: Search in a dictionary incomplete words software
« Last post by Contro on September 12, 2017, 11:45 AM »
I know about that word this Gua*la*ra

http://lmgtfy.com/?q=Gua*la*ra
-let me google that for you
(hm... it works on Google, but obviously not here at DC)
= http://bfy.tw/DskO

^ answer to query:

Guadalajara | Define Guadalajara at Dictionary.com
www.dictionary.com/browse/guadalajara

Examples from the Web for Guadalajara. Expand. Contemporary Examples. His parents left Guadalajara, Mexico, with no papers just before he was born in Los ...
-Google

Quite often Google is faster to use than installed software.
Understood.


Then I think may be of utility the Intelli Web Search free version for searching with Google or other engine.

If we can use wild cards may be enough.
902
Living Room / Re: Original DonationCoder's members computer quotes
« Last post by Contro on September 12, 2017, 11:38 AM »
My second one.

If you're not a programmer and need programs be sure to be near good programmers (Contro's philosophy)
903
Living Room / Re: Original DonationCoder's members computer quotes
« Last post by Contro on September 12, 2017, 11:36 AM »
No one have created a computer quote ?

This is my first one.

"If you want to be a good programmer you have to program every day. "


904
Living Room / Original DonationCoder's members computer quotes & computer jokes
« Last post by Contro on September 12, 2017, 05:26 AM »
Sure you have your own phrase or phrases.
A quote of your own that you have used in special moments about your computer work.

Why not put here for others ? Sure I can learn.

Have you created a computer joke ? Anybody can enjoy a hilarious situation or a messing one !!!!!  ;D

Best Regards
 :-*
905
PopUp Wisdom / Re: New books wanted!
« Last post by Contro on September 12, 2017, 05:18 AM »
Computer Quotes , Formulation 12.09.2017.10.48
Will follow Devotio

Some romantic programming...

A new idea : you can propose an author and I will hunt his quotes....

 :-*
907
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 11, 2017, 03:12 PM »
Close the dictionary/appmute.exe and you should be able to save from pspad again. Obviously the exe is keeping the file opened so no other application can write to it.
If pspad can't do it, then switch to notepad++, it has beter support for such situations, AFAIK.
I'll do. I am used to PSPAD. I am using notepad++ sometimes....

BTW I need to convert the html file to csv. I thinks is not possible in an automated way. It's not a html table.
I wish to know how to do it using the resulting html.html file

If someone shows me how to form the first line

word ; <meanings>

then I will do the rest !

Best Regards
908
PopUp Wisdom / Re: New books wanted!
« Last post by Contro on September 11, 2017, 03:06 PM »
ComputerQuotes Series, Staccato Iniciatum
Will follow Formulation

 :-*
Some Alan Touring Quotes

909
General Software Discussion / Re: Best free platform or desktop to learn English
« Last post by Contro on September 11, 2017, 02:40 PM »
 ;D
I am using Duolingo !!!!!!!!

Now also dictionary.com for the word of the day .

Best Regards
910
Living Room / Re: Irma's Coming...
« Last post by Contro on September 10, 2017, 11:55 AM »
I hope Miles Ahead return safe and fast.
 :tellme:
911
Living Room / Re: Printer printing fuzzy
« Last post by Contro on September 10, 2017, 11:51 AM »
It seems an inkjet printer.

Probably the head is in the refill of ink. This is probably damaged.

When you change the ink probably goes better.

912
Living Room / Re: Looking for alternative for wallet.
« Last post by Contro on September 10, 2017, 11:48 AM »
Interesting question. Can you explain what you need.

I don't understand finally what you need. What is the wallet ?

I see a book.
913
Living Room / Re: 60 years. Am I now allowed to be grumpy?
« Last post by Contro on September 10, 2017, 11:44 AM »
 :tellme: :tellme: :tellme: :tellme: :tellme: :tellme: :tellme: :tellme: :tellme: :tellme:

http://img180.imageshack.us/img180/3658/copy5fof5fbirthdaysa7.gif


http://img153.imageshack.us/img153/9305/a5fgeschenke0800ag7.gif


http://img530.imageshack.us/img530/7087/13ax3.gif


Happy Birthday Curt !!!!!!!

914
N.A.N.Y. 2018 / NEAR duplicate filter in lines of a txt file or similar
« Last post by Contro on September 10, 2017, 08:48 AM »
A clever duplicate finder of lines in a txt file.
Suppose you have lines in a text file. Somes are similar but not equal.
Suppose are quotes or wisdom phrases. Each one has an author and a content.
Sometimes the difference is a space, a symbol like "-" , "" itself, a little difference in the phrase finally.

I need a program to detect and logs all these similar phrases and the possibility to delete those lines in an organized way.

As you may supposed the parameters may be one or more. Parameters : The author, the content, the year, the origin, etc......

 :-[
915
PopUp Wisdom / Re: New books wanted!
« Last post by Contro on September 10, 2017, 08:15 AM »
ComputerQuotes, Iniciative glorious

Will follow Staccato Iniciatum
 ;D
916
Post New Requests Here / Re: Manipulate lines in a txt file
« Last post by Contro on September 10, 2017, 07:30 AM »
Perhaps an example would better explain the question?

Input text:
Phrase 1. Phrase 2. Phrase 3.
Phrase 4.
Phrase 5. Phrase 6. Phrase 7.

Output Option 1 (Phrase 4 remains since it is the only Phrase in the line):
Phrase 2.
Phrase 3.
Phrase 4.
Phrase 6.
Phrase 7.

Output Option 2 (Phrase 4 is removed because it is the first Phrase in the line):
Phrase 2.
Phrase 3.
Phrase 6.
Phrase 7.

Which is the preferred output option, 1 or 2?

The phrase 4 must be removed.
I have assumed that the input text is the result of the first process of the phrases.
So I have control of that phrase and I don't need that phrase anymore.

When a line have only one phrase we can remove that line because I have processed that phrase previously.

Best Regards


917
Post New Requests Here / Re: Manipulate lines in a txt file
« Last post by Contro on September 10, 2017, 07:28 AM »
Please . What is the question exactly i can respond yes or no ?

- What should happen if a line in the file has only 1 period in it. Should that line be removed, or should it remain in the output?

That line must be removed


 :-*.
918
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 10, 2017, 07:08 AM »
Moved !
Well, next time, please write all three sequential posts in one, now it looks just like you try to cover up what you did, but still everyone can see it...
You are always right  :tellme: :tellme: :tellme: :tellme: :tellme: :tellme:

I have a problem now !

the file words.txt i remain opened with pspad.

But even with dictionary.exe (appear in the task manager as AppMute . In details as Dictionary.exe . is closed I can't save the words.txt.

Why is opened or seemed to be ?

 :-*

919
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 09, 2017, 03:43 PM »
:) Try Dictionary! It looks up a list of words on Dictionary.com.

[ Invalid Attachment ]

Add new words to the text file, the default is words.txt, and the definitions are downloaded from Dictionary.com and saved to html.html.

Skrommel
Sorry, downloading !!!!!
 :-*


Well !!!!!.

I need to export the html file to an apkg anki format file to create the quiz ......

 :P

Trying now to import the html format to anky someway...

https://apps.ankiweb...anual.html#importing

920
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 09, 2017, 03:42 PM »
:) Try Dictionary! It looks up a list of words on Dictionary.com.

[ Invalid Attachment ]

Add new words to the text file, the default is words.txt, and the definitions are downloaded from Dictionary.com and saved to html.html.

Skrommel
I don't know what to do.
May be a hidden option
I will continue trying to find.
 :-[
921
PopUp Wisdom / Re: New books wanted!
« Last post by Contro on September 09, 2017, 02:18 PM »
Spanish mnemonics examples, preamble session
922
PopUp Wisdom / Re: New books wanted!
« Last post by Contro on September 09, 2017, 02:15 PM »
Computer Quotes , preambulation

 ;D
923
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 08, 2017, 04:47 PM »
The Chrome addon is adopted !

Is not the tool I wish now. I need to capture the meaning to process . And not only the meaning of a word. The meaning of several words.

Note : I don't know if is possible to search for phrases or compound words.

In the e-book is not possible. If I selected a group of word try to open wikipedia, and gives me also the possibility to translate with google translate ( I need to think in english, so I don't want to translate...)

924
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 08, 2017, 04:37 PM »
One important question is that I am not interest in traduction, only in the meaning.

That is that an english word explain in english. Only english.

 :P

In the ereader i am using wordnet and oxford dictionary.
925
Coding Snacks / Re: Reading a book and learning vocabulary
« Last post by Contro on September 08, 2017, 04:35 PM »
This does not match what you are looking for, but it may help you in many other ways.

It's a Chrome extension that allows you to double-click any word in your browser and it will show a definition. It also places an extension icon near your address bar which allows you to type in a word to find the definition. The downsides are that it doesn't work offline and obviously won't help you with text outside of your browser (which probably includes the book you're reading).

https://chrome.googl...beboacabfgobmjgjcoja

I've used it for years and really like it.
I also remember an utility specially made for traductors in autohotkey that was able to launch searchs and other abilities.
I don't remember now its name, but I will investigate

Running to see the chrome addon.

But I read the ebook in a kindle, not in a browser.
I am supposing is more easy to find words in a offline dictionary.

Each word may have a lot of meanings. And I need all the meanings.
So a word or derivative may have from one line to many lines of text.

I use a program that identify the block with two ** (one at the beginning and other at the end)

 :-*
Pages: prev1 ... 32 33 34 35 36 [37] 38 39 40 41 42 ... 158next