Activity for andrew goh

  • andrew goh andrew goh imported Files

  • andrew goh andrew goh imported Code

  • andrew goh andrew goh posted a comment on discussion General Discussion

    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...

  • andrew goh andrew goh posted a comment on discussion General Discussion

    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.

  • andrew goh andrew goh posted a comment on discussion General Discussion

    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;...

  • andrew goh andrew goh modified a comment on discussion General Discussion

    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

  • andrew goh andrew goh posted a comment on discussion General Discussion

    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

  • andrew goh andrew goh created ticket #154

    Support for maff format (Mozilla archive format

  • andrew goh andrew goh modified a comment on discussion General Discussion

    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,...

  • andrew goh andrew goh modified a comment on discussion General Discussion

    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,...

  • andrew goh andrew goh modified a comment on discussion General Discussion

    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,...

  • andrew goh andrew goh modified a comment on discussion General Discussion

    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,...

  • andrew goh andrew goh modified a comment on discussion General Discussion

    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

  • andrew goh andrew goh posted a comment on discussion General Discussion

    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;...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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,...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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,...

  • andrew goh andrew goh posted a comment on discussion Open Discussion

    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,...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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);...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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);...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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.

  • andrew goh andrew goh posted a comment on discussion Open Discussion

    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.

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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);...

  • andrew goh andrew goh modified a comment on discussion Open Discussion

    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...

  • andrew goh andrew goh posted a comment on discussion Open Discussion

    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...

  • andrew goh andrew goh posted a comment on discussion General Discussion

    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....

  • andrew goh andrew goh committed [a8dfd0]

    minor 1 liner comment cleanup

  • andrew goh andrew goh committed [eae7b8]

    updated logic to handle binary STL files with "...

  • andrew goh andrew goh committed [7bcbe3]

    minor fixes PCanvas3D

  • andrew goh andrew goh committed [ad7bcc]

    minor fixes

  • andrew goh andrew goh committed [b18305]

    update

  • andrew goh andrew goh committed [0bbbe8]

    added about dialog

  • andrew goh andrew goh committed [6377d8]

    update readme

  • andrew goh andrew goh committed [08411e]

    typo in readme

  • andrew goh andrew goh committed [7650e7]

    lineitem readme

  • andrew goh andrew goh committed [a9ff92]

    build

  • andrew goh andrew goh committed [7e428d]

    update readme

  • andrew goh andrew goh committed [568f37]

    remove dist from git / duplication of files

  • andrew goh andrew goh committed [43dc6e]

    initial commit

  • andrew goh andrew goh committed [88c615]

    update readme

  • andrew goh andrew goh committed [50001b]

    regenerate normals , stripize (connect the tria...

  • andrew goh andrew goh committed [ac0660]

    update readme

  • andrew goh andrew goh committed [cfedd2]

    translate objects nearer to center to prevent f...

  • andrew goh andrew goh committed [6e1ff5]

    update readme

  • andrew goh andrew goh committed [428543]

    update

  • andrewg andrewg posted a comment on discussion General Discussion

    no problem, thanks much for writing the app first hand :)

  • andrewg andrewg posted a comment on discussion General Discussion

    cool&thanks it works! :) however a feature request, if docfetcher index unix plain...

1