Displaying 2 results from an estimated 2 matches for "valedict".
Did you mean:
havedict
2012 Feb 29
1
external connotation: tags, categories, prios, users
Hi Folks,
are there some [markdown extensions][1] including categories or tags?
Like #hashtags on twitter or [[Category:Foo]] on Mediawiki. Additionally
on [RTM][2] you can write '!2' for priority, '@klml' for user or '#home'
for listings.
Afiak its useful to have standardized those tags for e.g. ticketsystems,
todolists, taskboards etc
merci & greetz
klml
[1]:
2011 May 09
2
Create subsets of data
Hello All,
Let's say I have points on a x-y plane. x ranges from 0-2 and y from 0-2.
There are points in quadrants x[0:1]---y[0:1] and in x[1:2]----y[1:2]. I
would like to get the mean and std of the points in the x[0:1]----y[0:1]
quadrant alone. Is there a straight forward way to do it?
I asked a similar question a few days ago regarding plotting a subset of
data using conditions. The