search for: no_ent

Displaying 2 results from an estimated 2 matches for "no_ent".

Did you mean: no_emu
2011 Nov 02
1
Generate a sequence of vectors of different length
Hi everyone After the following setup sector=2 # Define Number of Sectors sectors=LETTERS[seq( from = 1, to = sector )] # Name sectors No_ent=round(3/runif(sector)) # Number of entities per sector #Tot_No_ent=sum(No_ent) Goal is to get a List like (A1, A2, A3, B1, B2, B3, B4) where A is denoting an industrial sector and then a numbered sequence of companies within the sector. The step I am missing is how to generate a sequence...
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
...arkdown fix a bug that slipped in the WordPress interface with the last update. It also introduce a new "feature": you can now instruct the parser to ignore HTML tags and/or entities in the input. You can do this by instantiating yourself the parser and setting the `no_markup` or `no_entities` properties to true: $parser = new Markdown_Parser; $parser->no_markup = true; $parser->no_entities = true; $html = $parser->transform($text); Download page: <http://www.michelf.com/projects/php-markdown/> 1.0.1h (3 Aug 2007): * Added two properties (`no...