Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(101) |
Jun
(157) |
Jul
(89) |
Aug
(135) |
Sep
(17) |
Oct
(86) |
Nov
(410) |
Dec
(311) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(76) |
Feb
(100) |
Mar
(139) |
Apr
(138) |
May
(234) |
Jun
(178) |
Jul
(271) |
Aug
(286) |
Sep
(816) |
Oct
(50) |
Nov
(28) |
Dec
(137) |
2003 |
Jan
(62) |
Feb
(25) |
Mar
(97) |
Apr
(34) |
May
(35) |
Jun
(32) |
Jul
(32) |
Aug
(57) |
Sep
(67) |
Oct
(176) |
Nov
(36) |
Dec
(37) |
2004 |
Jan
(20) |
Feb
(93) |
Mar
(16) |
Apr
(36) |
May
(59) |
Jun
(48) |
Jul
(20) |
Aug
(154) |
Sep
(868) |
Oct
(41) |
Nov
(63) |
Dec
(60) |
2005 |
Jan
(59) |
Feb
(15) |
Mar
(16) |
Apr
(14) |
May
(19) |
Jun
(16) |
Jul
(25) |
Aug
(19) |
Sep
(7) |
Oct
(12) |
Nov
(18) |
Dec
(41) |
2006 |
Jan
(16) |
Feb
(65) |
Mar
(51) |
Apr
(75) |
May
(38) |
Jun
(25) |
Jul
(23) |
Aug
(16) |
Sep
(24) |
Oct
(3) |
Nov
(1) |
Dec
(10) |
2007 |
Jan
(4) |
Feb
(5) |
Mar
(7) |
Apr
(29) |
May
(38) |
Jun
(3) |
Jul
(1) |
Aug
(17) |
Sep
(1) |
Oct
|
Nov
(11) |
Dec
(16) |
2008 |
Jan
(11) |
Feb
(4) |
Mar
(7) |
Apr
(48) |
May
(17) |
Jun
(9) |
Jul
(6) |
Aug
(12) |
Sep
(5) |
Oct
(7) |
Nov
(4) |
Dec
(11) |
2009 |
Jan
(15) |
Feb
(28) |
Mar
(12) |
Apr
(44) |
May
(6) |
Jun
(16) |
Jul
(6) |
Aug
(37) |
Sep
(107) |
Oct
(24) |
Nov
(30) |
Dec
(22) |
2010 |
Jan
(8) |
Feb
(16) |
Mar
(11) |
Apr
(28) |
May
(9) |
Jun
(26) |
Jul
(7) |
Aug
(25) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(5) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
(10) |
Jun
(44) |
Jul
(11) |
Aug
(8) |
Sep
(6) |
Oct
(42) |
Nov
(19) |
Dec
(5) |
2012 |
Jan
(23) |
Feb
(8) |
Mar
(9) |
Apr
(11) |
May
(2) |
Jun
(11) |
Jul
|
Aug
(18) |
Sep
(1) |
Oct
(15) |
Nov
(14) |
Dec
(8) |
2013 |
Jan
(5) |
Feb
(13) |
Mar
(2) |
Apr
(10) |
May
|
Jun
(6) |
Jul
(17) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(11) |
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
(10) |
Apr
(12) |
May
(1) |
Jun
(9) |
Jul
(27) |
Aug
(5) |
Sep
(13) |
Oct
(9) |
Nov
(9) |
Dec
|
2015 |
Jan
(8) |
Feb
(5) |
Mar
(1) |
Apr
(10) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(14) |
Nov
(1) |
Dec
(6) |
2016 |
Jan
(12) |
Feb
(12) |
Mar
(133) |
Apr
(7) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
(3) |
Nov
(5) |
Dec
|
2017 |
Jan
(2) |
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
(8) |
Jul
(2) |
Aug
(2) |
Sep
(8) |
Oct
(2) |
Nov
(8) |
Dec
(1) |
2018 |
Jan
(1) |
Feb
(2) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(1) |
3
|
4
|
5
|
6
(3) |
7
|
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
(1) |
26
|
27
|
28
(1) |
29
(1) |
30
|
|
|
|
|
|
From: Zenaan Harkness <zen@fr...> - 2008-06-29 09:53:41
|
On Sat, Jun 28, 2008 at 04:49:51PM -0400, Andrew Brown wrote: > I have prepared a hash called people that is ready to be saved as a > yaml file. > The docs are bit shabby on how to just add a hash but I figured it was > something like this: > > y = YAML::Store.new( "people.yml", :indent => 2 ) > y.transaction { y[] = people) } > > When I check the people.yml I get ---{} > How do I get this to work? I use java, and that doesn't look like java, but you might create the YAML file you are expecting, and then try to load that, and inspect the object loaded. Then you can save the object loaded, and see what the resulting yaml file looks like. May give you an idea of what you need to do... zen -- Homepage: http://www.SoulSound.net -- Free Australia: http://www.UPMART.org Please respect the confidentiality of this email as sensibly warranted. |
From: Andrew Brown <andrew@mo...> - 2008-06-28 20:49:47
|
I have prepared a hash called people that is ready to be saved as a yaml file. The docs are bit shabby on how to just add a hash but I figured it was something like this: y = YAML::Store.new( "people.yml", :indent => 2 ) y.transaction { y[] = people) } When I check the people.yml I get ---{} How do I get this to work? Monsterbox Productions putting small businesses on-line Andrew Brown web-developer andrew@... |
From: Zenaan Harkness <zen@fr...> - 2008-06-25 18:40:37
|
Just a simple beginning, but compiles, and works. Prints out status line for each yaml element "constructed". Useful for me, so perhaps useful for others... zen -- Homepage: http://www.SoulSound.net -- Free Australia: http://www.UPMART.org Please respect the confidentiality of this email as sensibly warranted. |
From: Brad Bowman <list@be...> - 2008-06-16 01:41:32
|
Can any yaml document be represented fully in flow style? (with { } for hashes and [ ] for arrays at all levels) I assume so, since JSON is a subset. I ask because a blind programmer on another list mentioned that braces and brackets are better than indentation when used with a screen reader. It should be possible to load one style and dump another, but I was only able to emit flow style using a JSON Perl module. What modules and tools should I recommend here? (The original query was on a Perl list but tools in other languages could be useful for this purpose). Is there a longer indenting/flow equivalence example online? Brad -- You cannot tell whether a person is good or bad by his vicissitudes in life. Good and bad fortune are matters of fate. Good and bad actions are Man's Way. Retribution of good and evil is taught simply as a moral lesson. -- Hagakure http://bereft.net/hagakure/ |
From: Kirill Simonov <xi@ga...> - 2008-06-08 16:29:03
|
Hi Jeff, Jeff Kowalczyk wrote: >> I'm happy to report that Kirill's YamlLexer implementation was accepted >> right away into pygments main mercurial repository. > > See the current output at: > > http://pygments.org/demo/?lang=yaml&sort= > > YamlLexer example.yaml http://pygments.org/demo/810 > > YAML.org homepage YAML http://pygments.org/demo/809 > > View HTML source to see the currently-unstyled CSS class id's, e.g: > > <span class="p-Indicator">-</span> <span class="l-Scalar-Plain"> Thank you for your efforts, Jeff! I've noticed that plain scalars within flow collections are highlighted, but those outside [] or {} are not. This is because for 'plain-scalar-in-flow-context', the class Name.Variable is used while 'plain-scalar-in-block-context' still uses Literal.Scalar.Plain. Also escape codes got highlighted with String.Escape, but escape characters didn't. Personally, I'll prefer to have all scalar text not to be highlighted at all. Instead it would be most useful if the punctuation marks (indicators) are highlighted so that the document structure is emphasized. Thanks, Kirill |
From: Brad Baxter <bmb@ma...> - 2008-06-06 19:51:25
|
On Fri, Jun 6, 2008 at 10:39 AM, Oren Ben-Kiki <oren@...> wrote: > This reminds me of EDI. Ah, the good old days before there was > XML/YAML/JSON in the world <shudder> > > Having Data::Omap and Data::Pairs in Perl is definitely appreciated! > They are especially useful for handling "legacy" formats (including > XML ;-) > > Can't say much about the API - it looks pretty polished and Perl-ish > (in a good way :-) Ingy would be a better authority on this. > > Nice work! > Thanks. I'm pretty sure that major improvements can be made to the guts for speed, but it is indeed the API that I'm most interested in pinning down initially (along with a basic idea of algorithms needed). At the moment, in the code I'm focusing on correctness and readability. At least, I hope it's readable (and correct!). :-) Cheers, -- Brad |
From: Oren Ben-Kiki <oren@be...> - 2008-06-06 14:39:34
|
This reminds me of EDI. Ah, the good old days before there was XML/YAML/JSON in the world <shudder> Having Data::Omap and Data::Pairs in Perl is definitely appreciated! They are especially useful for handling "legacy" formats (including XML ;-) Can't say much about the API - it looks pretty polished and Perl-ish (in a good way :-) Ingy would be a better authority on this. Nice work! Oren. |
From: Brad Baxter <bmb@ma...> - 2008-06-06 02:49:40
|
Hello all, I am looking at how best to represent MARC[1] records in YAML. My thinking is following a couple of tracks: 1) exploring a (Perl) MARC::File::YAML (or some such) module that reads a stream of YAML documents and loads them as MARC::Record objects, and 2) defining a workable set of (non-language-specific) routines that can process a !!pairs[2] data structure directly. The latter because I think MARC records can faithfully be represented as !!pairs of !!pairs. The MARC issues aside, I have uploaded a couple of modules to cpan, Data::Pairs[3] and--incidentally--Data::Omap[4] that are a stab at defining this workable set of routines. If you want to critique them, I'm all ears, but primarily I want to ask if the namespaces "Data::Omap" and "Data::Pairs" look reasonable. I plan to register them at some point, but want to pass them through a few gauntlets first. Regards, -- Brad [1] http://www.loc.gov/marc/ [2] http://yaml.org/type/pairs.html [3] http://search.cpan.org/~bbaxter/Data-Pairs-0.03/ [4] http://search.cpan.org/~bbaxter/Data-Omap-0.04/ |
From: Antonio García Domínguez <nyoescape@gm...> - 2008-06-02 17:55:05
|
Hello all, Here's hoping I don't offend anyone in this list with a post using "XML" in the title. :-D There's a good reason, though: I've been working for a while on a generic XSLT-driven XML-based document viewer called XMLEye, to which pretty much any script that can print to standard output can plug into (i.e., Perl programs). I made a while ago a plugin script (and some XSLT stylesheets) so it could open YAML files. This way, XMLEye can be customized to browse through some interesting YAML/JSON formats in the future, like Firefox bookmarks or Django fixtures. What this script does is basically parse the YAML 1.1/JSON file using the YAML::XS Perl binding for libyaml and output the resulting data structure as an XML file. The format is heavily inspired from the YAXML binding, with some refinements. It has a suite of tests which perform a roundtrip YAML->XML->YAML transformation (using an improved version of the YAXML XSLT stylesheet) and make sure that parsing the original and regenerated YAML files results in equal data structures. Anchors are detected by filtering multiple references to the same memory address. I don't know how to detect which one contained the original anchor definition from the Perl data structure itself, but I think that's irrelevant. Is it, though? I've got more information on XMLEye and YAXML::Reverse under http://wiki.shoyusauce.org. From there, you can get to the forge, which has links to the SVN repository, some code snapshots and Ubuntu packages. I recommend using the SVN version: I still haven't updated the Ubuntu packages so they get YAML 1.1/JSON support rather than just YAML 1.0. I'd like to hear your opinion on the way this is handled. Do you think I'm missing something? Cheers, Antonio |