Adam Shaw
Adam Shaw
a way to do this. some sort of new "score" ?
https://github.com/highcharts/highcharts They have a lot open issues (1,286 at this time). Would be a good demo.
still has a percentage width even when screen size is narrow
so you can do something like this... parent.php: ``` My Website Title | ``` child.php: ``` Contact ``` however, there is an issue when superblock() is called and there are...
``` my value ``` .... don't want this .... ``` ``` PHPTI NEEDS TO BE SMARTER ABOUT THIS
Reported by [email protected], Jan 30, 2010 What steps will reproduce the problem? Scrape the `` of http://www.sony.jp/ ``` res = scrapemark.scrape("{{title}}", url="http://www.sony.jp/") ``` Print the result ``` print res['title'] ```...
Reported by [email protected], Oct 29, 2010 What steps will reproduce the problem? 1. when `m.group(0) == '#x201C'` in `_substitute_entity()`. 2. `unichr(int(ent)) (where ent=='x201C')` throws ValueError. What is the expected output?...
Reported by toshiba13, Jun 23, 2009 New filter encoding? might be useful? international languages. ``` if f == 'utf-8': if issubclass(type(s), basestring): s = s.encode('utf8') ``` One could use a...
Reported by project member adamrshaw, Oct 22, 2009 maybe something like this... ``` {{ var+ }} {{ var+ }} ``` ... would result in 'var' having the inner text of...
Reported by [email protected], Apr 27, 2010 *\* What steps will reproduce the problem? At the Python console, type import scrapemark scrapemark.scrape( '{\* {{ [links].title }} *}', html = 'Some text'...