topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday September 21, 2026, 2:33 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 ... 74 75 76 77 78 [79] 80 81 82 83 84 ... 158next
1951
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 06, 2014, 04:13 PM »
And other solution is reindexing in the background to follow any string too.

Google indexes every word in the background!
You can restrict the search to donationcoder's forum like so:

delete lines site:donationcoder.com/forum

This thread is the first hit for the above search term.

For my own notes, I use MyLifeOrganized. It must index every word too, because it narrows search results as fast as you can type. It scales nicely: opens my 16,000+ entry file in less than a second. The "light edition" is free. No Linux/Mac version might be a downside for some.

This afternoon - i have spent more than a week studying concepts like synonymizers, phrasing, ontology, semantic, thesaurus,,......


I found the ontology concept and the possibility of recopile in the web history or similar all the work we made in web sessions.
I would to find something for this with future.
A powerful tool to complement my notes i take to goldmine 5.5.
Then I will have a specialyzed memory of the browsing by the web.
The problem may be i used several browsers.
So i would like.....

continues in this post :

https://www.donation...?topic=38357.new#new

 :-*
1952
Ontology or semantic or pick up organizing from the web.

I have spent a lot of hours trying to solve my problem with "the words" and the complexity of the language.
Bad memory and obsession with the information and documentation.
Sure are superlative tools superior to goldmine 5.5, but this is my base operations tool.
So.....
For the webs operations, additionally, I would like a tool flexible to organize "automatically"  all that works and research we do when surfing internet.....
That's the idea.
Something more than the internet history CCleaner finally deleted certain time past.
My additional problem is that i don't use one browser in particular. Now i am in firefox, but yesterday in chrome, sometimes in IE.
So the application may recognize when i am surfing in a browser.....


May be ?
 :-*

P.D. Better if portable.
Better if i can join or merge the information if necessary....

I have seen :
https://addons.mozil...amp;platform=windows

semantic tool Knowledge Acquisition and Management
1953
Ejem. Is 2 GB i think. I am consultin in the goldmine forum....
 :-[
1954
Sorry, with RMDB solutions (Oracle, SQL Server, Postgres, MySQL and the likes) indexing might not mean what you think it means.

Database queries that often occur are put into and index. With more complex ones That quickly becomes very resource demanding. It will make your processor/core(s) work very hard and it will start to do a lot of reading and writing to disk. Those two alone will make your PC a lot slower. I know that Oracle databases can be very demanding when they are indexed. Hence they do such tasks at times when the database is not or hardly accessed and when the DB has detected that there is a lot new rows added or removed.

However, I get the impression that you think your database is slow and that indexing is the only cure. Dedicate a computer to be a database server + giving that PC lots of RAM, a decent processor and the fastest hard disks and network card(s) you can afford, together with a monthly/weekly indexing of your database will help a lot more.

Then again, if your database is badly designed, then it will be slow no matter the amount of hardware or indexing you throw at it. Database design is (a lot) more difficult than you think.

I have no experience with this type of database, but you could try to use NoSQL-based database. Perhaps that concept will help you more. What I can tell you is that with choosing your database, you will always be subject to compromise.

If you want to use a different database, and your database is small (10 GByte of storage space or less) than you can use the express version of SQL Server for free. It isn't slow and comes with quite nice management software. But if your database needs more 10 GByte of storage space, you will have to pay quite a handsome amount of money for a license. Although that is still nothing when compared with an Oracle license. Although I must say that the Oracle Express database (also free, but limited to 4GByte of storage space) is very useful.

However, Postgres is open source, not (too) limited in storage space, uses an SQL dialect and features that are quite compatible with Oracle and works on practically any operating system.

Nice ideas indeed.
By the way Goldmine 5.5 is a great CRM. I don't want to change or substitute by another. Not even Goldmine Premium that works in SQL language. My databases are in DBF format, but SQL queries are still posible in goldmine 5.5.

The size of all my goldmine databases set is about 3.41 GB including the indexes files.
I have more of 800000 registers at the present time. I presumed (suppose) i will have 1000000 in a year.
The limit of my version for each database size is 2 TB.
So I have plenty of space.

Usually i search in the main data fields (i was a not professional programmer in the ancient dBASE files : dBASEIII Plus, dBASE IV, dBASE for DOS, Visual dBASE. 16 bit and 32 bit.


Hey I am wrong. I found this :

"Assuming that you have a standard version of GoldMine (License starts with "D"), you only face two limitations.  (1) as previously stated, the dbt files have a 2 BG limit though this is seldome reached on a stand-alone system.  (2) Hard Drive space.  You need to have enough free hard drive space (2.5 x your largest GoldMine tables) so that there is room enough to perform maintenance."


What is 2 BG limit ?


 :-\


P.D. I tried some years ago to get familiar with other databases like PostGreSQL, MySQL and others.
Even tried SQL language, but always end exhausted and unable to memorize.
I don't understand, but the dBase III plus commands are still in my mind. Curious thing !!!!!!!!!



1955
With Oracle there are systems in place that do maintenance tasks such as (re-)index tables when a database is idling. That is because this consumes a lot of resources and it is better that during (re-)generation as little none to as little amount as possible database transaction take place so indexes are not (too) messed up afterwards.

The online documentation with MS-SQL Server already warns against creating too much indexes as they are more likely to degrade performance than enhance it.

Enterprise class databases don't even do what you want...or warn against these practices at least.

Ath is right, proper applications don't need continuous indexing.

I "remember" somewhere in this forum talk about EveryThing . This program fullfill my requirements about locate in my hard disks. Even talks about more powerful apps able to look inside pdf files, and even scan documentation and create text and indexes.
But for me was enough EveryThing.

I don't need certainly remember what I did- usually - a few moments ago. Or a week ago....
So a working copy of my databases perfectly indexed a week ago is enough for me.

 :P
1956
This is a important question for me. And I think informatics in the stone era yet.....

http://www.datamystic.com/datapipe.html

http://libguides.col...astate.edu/federated

http://www.datamystic.com/forums

http://www.bcs.org/u...ewic_im98_paper3.pdf

Perhaps there is a commercial interest or a historic handycap. Possibly is not simple to do my dream.

I was thinking about another idea :

There are several environments with forum in the databases world like PostGreSQL or MySQL.
Even you must know better options .
Is possible i can make a copy of the original databases (migrate) and reindex in any new environment.


May be ?

 :-*

1957
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 05, 2014, 08:58 AM »
And other solution is reindexing in the background to follow any string too.

Google indexes every word in the background!
You can restrict the search to donationcoder's forum like so:

delete lines site:donationcoder.com/forum

This thread is the first hit for the above search term.

For my own notes, I use MyLifeOrganized. It must index every word too, because it narrows search results as fast as you can type. It scales nicely: opens my 16,000+ entry file in less than a second. The "light edition" is free. No Linux/Mac version might be a downside for some.

I would reindexing in the local place. In my PC.
But it's a nice idea to try to reindex in the web.
 :-*

Nevertheless I continue searching for a way to reindex in the background or similar for my old DBF files
 ;D
1958
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 04, 2014, 08:18 AM »
Delete lines in a txt file according rules
By example :
with a script with a hotkey or similar delete in an open txt file the pairs lines.
Or delete all lines except the multiples of 5.

Didn't I already write you a tool to do this?

https://www.donationcoder.com/forum/index.php?topic=36898.0

Skwire i have to apologyze.

I am studying phrases to find quickly my rememberings.
I put some post in the forum about this.
And other solution is reindexing in the background to follow any string too.
I am trying.
So forgive me.
Your program is very nice and a need to remember for the next time.
1959
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 04, 2014, 08:14 AM »
@mouser: Thanks. Long-time user of FARR.

@Contro: I can try to make it more enticing for you!

Download and install Perl. It plonks itself into a folder somewhere and updates the %path%, I think. I don't think it touches the registry. You can just leave it there and forget it and never use it for anything else. All it costs you is ~340 MB of disk space.

Open a text editor, and type (or copy/paste) the following line, saving as "DelExcept.bat"

for %%f in (%2) do perl -i.bak -ne "print unless $. %% %1" "%%f"

Now, from a command line in the folder you want to delete things, type:

DelExcept 5 MyFile.txt

It'll delete all lines except every 5th in MyFile.txt

DelExcept 3 *.txt

which will delete all lines except every 3rd in all files in the folder with .txt extension.

It will take a copy of the original files first, adding .bak to the original name and extension.

I haven't read any of your previous posts, but if you're doing text processing and haven't discovered Perl then you're missing out big time! It'll repay every minute you invest 100 times over. But you can use batch file without having to learn anything new - it'll still do the job.


Ejem. I must try this to correspond you.
I will inform you of the answers and keep this url to study

Best Regards
1960
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 04, 2014, 08:11 AM »
Delete lines in a txt file according rules
By example :
with a script with a hotkey or similar delete in an open txt file the pairs lines.
Or delete all lines except the multiples of 5.



Didn't I already write you a tool to do this?

https://www.donationcoder.com/forum/index.php?topic=36898.0

Ejem. Sure. But remember i don't remember very well.....
I solved this problem yesterday with pspad and a macro consisting - in that particular case - in delete navigating the lines 2, 3, 4 from the first line. Execute one. Then execute again. Or finally executing the macro x times.

But Mouser is right . I have to document the phrases to find quickly answers. Or program by myself. But the last option..... Aarrrgghhhhh.
I would like to have a powerful mind !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 :P
1961
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 04, 2014, 08:08 AM »
Welcome to the site, Narny!
Contro -- the nice thing about Narny's solution is you can modify and extend it to do other things later.  Since you frequently need to do text manipulation, why not invest some time and learn a little perl so you can write your own scripts for such things?

Understood Mouser.
Welcome Narny!

Best Regards
 :-*
1962
With Oracle there are systems in place that do maintenance tasks such as (re-)index tables when a database is idling. That is because this consumes a lot of resources and it is better that during (re-)generation as little none to as little amount as possible database transaction take place so indexes are not (too) messed up afterwards.

The online documentation with MS-SQL Server already warns against creating too much indexes as they are more likely to degrade performance than enhance it.

Enterprise class databases don't even do what you want...or warn against these practices at least.

Ath is right, proper applications don't need continuous indexing.

Thanks Slades.

If the process is complicated i have another idea.
Copy the DBF databases to another folder and reindex there.
I don't need to modify the dbf databases. I know i can't do that because fall in danger the own indexes the ancient program creates when is in use.

I was thinking about a Shadow copy for consulting purposes.

 :-\
1963
I would like an application to reindex continually in the background even when these databases are in use
2 remarks:
- Properly programmed applications (using .dbf files) don't need that
- Most applications don't allow their active (database) files to be changed, during normal operation

Thanks Ath.
I don't need to modify the active database. Only reindexing for search purposes.
Is an ancient DBF databases and programme. That's the reason.

 :-*
1964
Reindexing in the background software for databases

I have DBF files to organize.
I would like an application to reindex continually in the background even when these databases are in use.
Sort by all fields to be able to find everything. Even in the memo fields (notes).

Best Regards

 :-*
1965
General Software Discussion / Re: Delete lines in a txt files according rules
« Last post by Contro on July 02, 2014, 09:31 AM »
Perl would do it. It's overkill, but you'll have a tool that can do just about anything.
If you're on Windows, download the latest from http://strawberryperl.com

To delete all lines except multiples of 5, open a command line and type:

perl -i.bak -ne "print unless $. % 5" myfile.txt

Replace myfile.txt with your filename, or a space-separated list of filenames.

The "-i.bak" tells Perl to do an inplace edit when it prints. It creates a backup before starting, adding ".bak" to the original filename.
"-n" runs a little program that iterates through each line of the file(s).
"-e" is the flag that is followed by your code (within quotes) that executes on each iteration.
The program itself ("print unless $. % 5") prints lines (i.e. puts them into the new file) unless the current line number ("$.") modulus 5 ("% 5") is true.
Any non-zero number is True in Perl. So when you hit a line that's exactly divisible by 5, the modulus becomes 0 and the expression becomes false and the line prints.
To reverse the logic, use "print if $. % 5". This keeps all lines except the ones exactly divisible by 5.

To work with wildcards, all *.txt files for example, you could type this:

for %f in (*.txt) do perl -i.bak -ne "print unless $. % 5" "%f"

You could put the one-liner into a batch file, or re-write the program as .pl Perl script file. You could modify the script to take a command line argument for the line number to skip (every 2, every 5, etc), or prompt for that value, or... You get the idea!


Thanks Narny . I would like a tool more easy, not a new language.

Best Regards
1966
General Software Discussion / Delete lines in a txt files according rules
« Last post by Contro on July 02, 2014, 05:41 AM »
Delete lines in a txt file according rules

By example :
with a script with a hotkey or similar delete in an open txt file the pairs lines.

Or delete all lines except the multiples of 5.

And so on

Do you know a good application for this ?

Best Regards
 :-*
1967
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on July 02, 2014, 05:39 AM »
Not simple and not portable but Wordperfect has had this for years. You should be able to get an early version for little cost.
The 'find' or 'replace' works with words, phrases, sentences or any code like [bold], [HRt] or [tab] and can replace in a selection or in an entire file. It works flawlessly in text or Wordperfect files but should work well for any file type imported into it.

Running to try.
Best Regards
 :-*
1968
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 02:30 PM »
I think i need "personalyzed ortografic rules" with a portable and free text editor.
Able to make the "corrections".


Do you know the best one ?

Best Regards
 :-*
1969
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 12:40 PM »
As the other programs until this moment , InfoRapid KnowledgeMap have in the free version an old installer.
Seems really good. I am using for years Freemind.
But this seems a more powerful one. And a server to recopile information with the windows clipboard. Images and text organized by a clever machine. Promising truly, but I hope spent the rest of my life with my old version of goldmine 5.5 . By the way Goldmine 5.5 is about year 2002......
By this reason I found so pleasant these old applications.....
 :-*
1970
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 12:29 PM »
The inforapid Wizard Writer have a splendid look similar to office 2007 i think.
perhaps the tool i need come closer to this concept.
Is in german . I don't know german. Sorry.
I haven't seen how to translate to english.
Seem prepared to personalyzed dictionaries and styiling capabilities.
Perhaps this is the tool i am looking for.
I will try in english somewhere.
Anyone knows about these tools for english/spanish and auto - replace capabilities.
Remember me also a program i am using in the freeware version by years : PhraseExpress.
But Phrase Express, as long as i may know, don't have the translate capability i am looking for.
But sure a style writer tool .....

 ;D :P
1971
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 12:04 PM »
InfoRapid Search & Replace don't seems to be a practical tool for recoding my phrases.
It's oriented to universal substitution in my files, not to "rewording" a text.
I am revising now a tool for the same wonderful programmer : a wizard writer tool. this is presented as freeware in the web and after not in the price list.
 ;D
Nevertheless I will comment after trying.
 :-*
1972
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 11:43 AM »
 ;D
Ejem. In the price list where you see 0 euros the real price appear when put the amount....
Nice indeed
 :-* :P
1973
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 11:40 AM »
I have installed Search & Replace Info Rapid app in portable mode to try.
Is freeware for private use. The installation is old fashioned..... wonderful !!!!!!!!!!!!!!!
1974
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 11:37 AM »
To my surprise the download page shows contradictions with the prices ...
https://www.inforapi...htm?sr=1&lang=en

In my opinion the information is well redacted at most places. So I think is a good programmer but not so good webmaster.
I am downloading everything.
 :-*
1975
General Software Discussion / Re: Metalenguage - Encoder - Decoder
« Last post by Contro on June 28, 2014, 10:47 AM »
In the foot of the program :

   
Copyright 2009 by Ingo Straub Softwareentwicklung, Waiblingen
 :-\

In other module presented as freeware for personal use :
Download InfoRapid KnowledgeMap Demo Version

(Version 2013d, released 7/7/2013, 11.6 MB)

because the last one was freeware in 2005.

There is a good photo of the programmer. And I think is a happy programmer. What i have read until this moment shows an ambitious program that in other donation coder discussions about summarizing programs, ocr recognizing, server possibilities and integration seems in hands of important groups of programmers.
And I think is a good programmer too. But is not a good webmaster.

So i have to try the program because i am sure is good.

I will comment.
 :P
Pages: prev1 ... 74 75 76 77 78 [79] 80 81 82 83 84 ... 158next