try to increase the java heap memory like -Xmx2048m On 14/9/20 10:19 pm, Dennis Sizonenko wrote: Hi. Trying to index .rtf files folder by folder. When it comes up to 700+ files, the software stops working. Sometimes I receive a note "not enoght memory". Have to make force close of the software. Tried on anothe PC, same thing. What can be done here? Thanks. can't index more then 740 files https://sourceforge.net/p/docfetcher/discussion/702424/thread/57fcbe3723/?limit=25#1882 Sent from sourceforge.net...
no worries, no hurry. but those who needs it can use the codes themselves this solved a difficult problem for me, each maf zip archive is treated as a file rather than a folder instead of indexing the internal contents which will always have a file name of index.html.
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html the main parser codes: src/net/sourceforge/docfetcher/model/parse/MaffParser.java package net.sourceforge.docfetcher.model.parse; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.Collection;...
i run it to index a mix of a significant volume of files, so i'd guess it should work rather well. maff is still supported with this browser extension, there are other extensions supporting it as well https://github.com/danny0838/webscrapbook
i run it to index a mix of several GB of files, so i'd guess it should work rather well. maff is still supported with this browser extension, there are other extensions supporting it as well https://github.com/danny0838/webscrapbook
Support for maff format (Mozilla archive format
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html There are a couple of files edited: this is a the codes for the parser itself. src/net/sourceforge/docfetcher/model/parse/MaffParser.java there are some edits in these files src/net/sourceforge/docfetcher/enums/Msg.java filetype_html ("HTML (html,...
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html There are a couple of files edited: this is a the codes for the parser itself. src/net/sourceforge/docfetcher/model/parse/MaffParser.java there are some edits in these files src/net/sourceforge/docfetcher/enums/Msg.java filetype_html ("HTML (html,...
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html There are a couple of files edited: this is a the codes for the parser itself. src/net/sourceforge/docfetcher/model/parse/MaffParser.java there are some edits in these files src/net/sourceforge/docfetcher/enums/Msg.java filetype_html ("HTML (html,...
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html There are a couple of files edited: this is a the codes for the parser itself. src/net/sourceforge/docfetcher/model/parse/MaffParser.java there are some edits in these files src/net/sourceforge/docfetcher/enums/Msg.java filetype_html ("HTML (html,...
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html
this is a code contribution to support the maff (Mozilla archive format) https://en.wikipedia.org/wiki/Mozilla_Archive_Format maff format is a zip file in which the web page contents is saved within the zip file. http://maf.mozdev.org/maff-specification.html the main parser codes: src/net/sourceforge/docfetcher/model/parse/MaffParser.java package net.sourceforge.docfetcher.model.parse; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.Collection;...
1) organization of importers apparently the quote import interfaces that imports directly from files are found under nz.org.venice.quote e.g. IFileEODQuoteImport IFileEODQuoteFilter EODQuoteFilter FileEODQuoteImport EODQuoteFilterList etc i'm wondering if it would help to reorganise the importers so that they reside in package nz.org.venice.importer? My thoughts are that that would help separate the importers which could be from arbitrary 3rd party data sources & file formats vs those native data...
1) organization of importers apparently the quote import interfaces that imports directly from files are found under nz.org.venice.quote e.g. IFileEODQuoteImport IFileEODQuoteFilter EODQuoteFilter FileEODQuoteImport EODQuoteFilterList etc i'm wondering if it would help to reorganise the importers so that they reside in package nz.org.venice.importer? My thoughts are that that would help separate the importers which could be from arbitrary 3rd party sources vs those native data sources e.g. file,...
1) organization of importers apparently the quote import interfaces that imports directly from files are found under nz.org.venice.quote e.g. IFileEODQuoteImport IFileEODQuoteFilter EODQuoteFilter FileEODQuoteImport EODQuoteFilterList etc i'm wondering if it would help to reorganise the importers so that they reside in package nz.org.venice.importer? My thoughts are that that would help separate the importers which could be from arbitrary 3rd party sources vs those native data sources e.g. file,...
1) organization of importers apparently the quote import interfaces that imports directly from files are found under nz.org.venice.quote e.g. IFileEODQuoteImport IFileEODQuoteFilter EODQuoteFilter FileEODQuoteImport EODQuoteFilterList etc i'm wondering if it would help to reorganise the importers so that they reside in package nz.org.venice.importer? My thoughts are that that would help separate the importers which could be from arbitrary 3rd party sources vs those native data sources e.g. file,...
thanks for maintaining venice. i integrated vectorgraphics2d in my local copy https://github.com/eseifert/vectorgraphics2d i added a menuitem which calls this method so that it can export a svg, pdf or eps file. note that i used the instance variable chart in ChartModule and added a method getUI() which returns the BasicChartUI instance bounded to chart. then i called the internal functions (they need to be made public) bufferedPaint(vg2d, chart, width, height); and highlightRegion(vg2d, chart, height);...
thanks for maintaining venice. i integrated vectorgraphics2d in my local copy https://github.com/eseifert/vectorgraphics2d i added a menuitem which calls this method so that it can export a svg, pdf or eps file. note that i used the instance variable chart in ChartModule and added a method getUI() which returns the BasicChartUI instance bounded to chart. then i called the internal functions (they need to be made public) bufferedPaint(vg2d, chart, width, height); and highlightRegion(vg2d, chart, height);...
any plans to have candles or high low bars and volume to display as weekly or monthly granuity? e.g. for a weekly candle the high / low / open and close could be the calendar week high / low / open / close with the relevant volumes in that week. it seemed feasible to implement but i'm not sure what is a good way to do them.
any plans to have candles or high low bars and volume to display as weekly or monthly granuity? e.g. for a weekly candle the high / low / open and close could be the calendar week open and close with the relevant volumes in that week. it seemed feasible to implement but i'm not sure what is a good way to do them.
thanks for maintaining venice. i integrated vectorgraphics2d in my local copy https://github.com/eseifert/vectorgraphics2d i added a menuitem which calls this method so that it can export a svg, pdf or eps file. note that i used the instance variable chart in ChartModule and added a method getUI() which returns the BasicChartUI instance bounded to chart. then i called the internal functions (they need to be made public) bufferedPaint(vg2d, chart, width, height); and highlightRegion(vg2d, chart, height);...
thanks for maintaining venice. i integrated vectorgraphics2d in my local copy https://github.com/eseifert/vectorgraphics2d i added a menuitem which calls this method so that it can export a svg, pdf or eps file. note that i used the instance variable chart in ChartModule and added a method getUI() which returns the BasicChartUI instance bounded to chart. then i called the internal functions bufferedPaint(vg2d, chart, width, height); and highlightRegion(vg2d, chart, height); to draw the charts on...
thanks for maintaining venice. i integrated vectorgraphics2d in my local copy https://github.com/eseifert/vectorgraphics2d i added a menuitem which calls this method so that it can export a svg, pdf or eps file. note that i used the instance variable chart in ChartModule and added a method getUI() which returns the BasicChartUI instance bounded to chart. then i called the internal functions bufferedPaint(vg2d, chart, width, height); and highlightRegion(vg2d, chart, height); to draw the charts on...
thanks for maintaining docfectcher the features are really good. however, i've been using maf format to save html files http://maf.mozdev.org/maff-file-format.html/ https://en.wikipedia.org/wiki/Mozilla_Archive_Format and these are actually zip files. however, docfetcher goes into the archive and index the individual documents in the maff (zip) file. this isn't correct in a sense as more like openoffice odt files which are zip files, the maff archive file is 1 file rather than its components., i.e....
minor 1 liner comment cleanup
updated logic to handle binary STL files with "...
minor fixes PCanvas3D
minor fixes
update
added about dialog
update readme
typo in readme
lineitem readme
build
update readme
remove dist from git / duplication of files
initial commit
update readme
regenerate normals , stripize (connect the tria...
update readme
translate objects nearer to center to prevent f...
update readme
update
no problem, thanks much for writing the app first hand :)
cool&thanks it works! :) however a feature request, if docfetcher index unix plain...