search for: gruber

Displaying 20 results from an estimated 183 matches for "gruber".

2006 Mar 20
6
hist-data without plot
...i need the data from hist() but i do not want the plot. e.g. z=hist(data)$counts #returns absolute frequency but when i execute this command the plot occurs also. is it possible to suppress the plot? many thanks, best regards gg -- --------------------------------------------------- Gottfried Gruber mailto:gottfried.gruber at terminal.at www: http://gogo.sehrsupa.net
2011 Jun 22
3
markdown conversion routines
i am considering writing converters between my "zen markup language' and "markdown", but i don't know which version of markdown to target. i'd think it'd be the "pandoc" version, and i understand that to be closest to "multimarkdown", but gruber has said he "disagrees" with "almost every part" of multimarkdown's syntax additions... specifically, on 2008/03/14, gruber said: > I despise what you've done with Text::Markdown, > which is to more or less make it an alias for > MultiMarkdown, almos...
2012 Oct 26
0
the future of markdown, according to whom?
i am waiting to hear about "the future of markdown" according to john gruber, because as far as i can see, he's the only person who can determine that future... sadly, however, i think i _did_ hear about it from him, in that "i'm not gonna fuck with it" post from last week. i know i'm certainly not _expecting_ any more from him. he's met his one-...
2006 Dec 29
3
Leading blank lines in codeblocks ignored?
(In the following I write <tab> because my MUA strips tabs) Consider the code: ---- Paragraph <tab> <tab> Line <tab> ---- or even: ---- Paragraph <tab><space> <tab> Line <tab> ---- Markdown.pl ignores the leading blank line in the code block. Is this intended behaviour? -- Andrea Censi "Life is too important to be taken
2006 Sep 25
4
Tightening the rules for literal `[` and `]` chars in link ids
So here's an interesting bug I just discovered: [Like this][d]: [here][h]. [d]: foo [h]: bar The output here should be: <a href="foo">Like this</a>: <a href="bar">here</a>. But instead the output is completely empty. I see this bug in both Markdown.pl and PHP Markdown. The problem is that all three lines are being
2010 May 03
5
New parser-based Markdown implementation for Java
...official" Markdown test suite and optionally supports two small extensions. Since I need table support in my own application I will also implement at least the PHP Markdown Extras table extension. Two questions to you seasoned Markdown experts: 1. Test Suite: Is there anything more than John Grubers test suite that you know off? Maybe a good, large file for benchmarking? I'd like to compare pegdowns performance to some other implementations. I could also run the original test suite a few times in a row for benchmarking but maybe there is another more accepted benchmark available somewhere...
2006 Mar 26
1
load huge image
...ven after 12h of loading it was not done, although the saving was done fairly fast. i fear i have to run the regressions again and store them in a database ... can i load this file? any suggestions? thanks & bets regards, gg -- --------------------------------------------------- Gottfried Gruber mailto:gottfried.gruber at terminal.at www: http://gogo.sehrsupa.net
2015 May 28
0
[LLVMdev] MVT (machine value type) for MachineOperand
For the registers on register operands you can query MachineRegisterInfor for their Class. The registerclass should have a list of possible types (usually with the same size in bits) assigned. - Matthias > On May 28, 2015, at 8:11 AM, Fabian Gruber <fabian.gruber at fadeopolis.com> wrote: > > Hi, > > I am writing a small tool to gather some static statistics on machine code using LLVMs MachineInstr, etc., infrastructure. > My current goal is to count the number of bytes of integer and floating point data being processed...
2013 Sep 10
3
newbie seeks repo for markdown
hello, i am looking for advice regarding the best repo from which to download "markdown" for use on a mac. on my ubuntu machine i just installed some standard markdown package with apt-get. but i have not found anything equivalent for my mac machine. i am looking for a maintained package from a reputable repo site that can be automatically installed and upgraded using the packaging
2011 May 10
13
Proposed table specification (long!)
Gentlefolk, I have been thinking on Markdown's lack of "proper" table support for a long while now. Here's where I have arrived... ## I Don't Like HTML Tables It is often argued that embedded HTML is the way to markdown rich tables. Unfortunately, this contradicts the higher markdown ideal that a raw markdown document (including tables!) should be good 1. Firstly for
2006 Aug 30
4
getting test added to the standard test suite.
Found a corner case. Is there a way to get stuff like this added to the test suite? The canonical Markdown.pl handles it properly, but markdown.py doesn't. I've sumitted a bug report, but haven't checked any other implemenations. kailoa --Being test file: simple formatted links this is a [**test**](http://example.com/) this is a second **[test](http://example.com)** reference
2015 May 28
2
[LLVMdev] MVT (machine value type) for MachineOperand
Hi, I am writing a small tool to gather some static statistics on machine code using LLVMs MachineInstr, etc., infrastructure. My current goal is to count the number of bytes of integer and floating point data being processed per iteration of a loop. Now I've ran into the problem that I can't find any obvious way to get the actual type of a MachineOperand. After some digging I noticed
2005 May 01
1
opimization problem
...z is a [nx1] vector consisting of 1 so far so good, works fine with lp the problem arises with the additional restriction w' * V * w where V is a [nxn] matrix how can i include this restriction since w arises twice? thanks, gg -- --------------------------------------------------- Gottfried Gruber mailto:gottfried.gruber at terminal.at www: http://gogo.sehrsupa.net
2006 Jan 24
1
Linearize a Function
...rks fine for a 1 x n matrix, but if i want the same for a n x m matrix i assume the above code will get time-consuming. is there a trick to linearize the for-loop or any other solution? thanks for any solution & effort, tia gg -- --------------------------------------------------- Gottfried Gruber mailto:gottfried.gruber at terminal.at www: http://gogo.sehrsupa.net
2007 Jan 16
3
Markdown for Wordpress?
Does anyone know which version of Markdown is best for Wordpress? I see online that there are a few and was wondering which one people prefer. Also, is there any chance John Gruber will write an official Markdown plugin for Wordpress, given how popular it's becoming? -------------------------------------------------------- robdumas at gmail.com http://obnoxio.us/
2011 Jun 06
5
Data loss issue: Adjacent List Types
Esteemed human authors and robotic parse-bots: I recently discovered that most or all Markdown implementations, including Gruber?s original in Perl, have an odd behavior with regards to lists that follow each other. Namely, a bulleted list followed by a numbered list, or vice-versa, is masked as if it were part of the first list (and of the first list?s type.) For example, consider the following input: ~~~~~~ - Bulleted i...
2007 Jan 02
3
Revised - Revised 2005 proposal for meta-data
Happy new year! This is the revised revised proposal: http://maruku.rubyforge.org/proposal.md http://maruku.rubyforge.org/proposal.html http://maruku.rubyforge.org/proposal.pdf I wait for comments. -- Andrea Censi "Life is too important to be taken seriously" (Oscar Wilde) Web: http://www.dis.uniroma1.it/~censi
2011 Oct 02
2
Mou - Markdown editor for web developers
Hi all, I made a new markdown editor for Mac, named Mou - http://mouapp.com It's still in early beta stage. Requires OS X 10.7+ to run. Let me know how do you think about it. :) Kudos to John Gruber who invented Markdown language, as always! :) Best regards, Chen Luo
2013 Jan 23
3
footnote:id, colons and jquery
...h eliminates the problem - except that apparently the escaping causes a performance hit. My initial reaction is to say that this is jquery's problem, but what do you think? Should the various implementations that support footnotes all change to not use colons? I couldn't help but note that Gruber's unreleased implementation (what he uses on daringfireball.com) appears to use dashes instead. Any thoughts? [bug report]: https://github.com/waylan/Python-Markdown/issues/180 [output]: http://michelf.ca/projects/php-markdown/extra/#fn-output -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg
2014 Sep 28
1
LDAP Account Manager 4.7 with nginx support released
...Support: -------- If you find a bug please file a bug report. For questions or implementing new features please use the mailinglist and feature request tracker at our homepage https://www.ldap-account-manager.org. Authors & Copyright: -------------------- Copyright (C) 2003 - 2014: Roland Gruber <post at rolandgruber.de> LAM is published under the GNU General Public License. The complete list of licenses can be found in the copyright file. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 726 b...