148 results found (page 5 of 10)
https://www.academia.edu/107587126/With_Bruce_Edelstein_9_Cenotafio_di_Pedro_de_Toledo_nel…

…otafio di Pedro de Toledo nel Duomo di Firenze (see abstract for erratum and correction) With Bruce Edelstein: 9. Cenotafio di Pedro de Toledo nel Duomo di Firenze (see abstract for erratum and correction) copertina, pp. 10, 13, 14, 130: Agnolo Bronzino, Ritratto di Eleonora di T…

https://ocaml.org

…let square x = x * x val square : int -> int = < fun > square 3 - : int = 9 let rec factorial x = if x <= 1 then else x * factorial (x - 1) val factorial : int -> int = < fun > factorial 5 - : int = 120 square 120 - : int = 14400 Try the Playground The OCaml Compiler has been rec…

http://lists.w3.org/Archives/Public/www-style/2011Aug/0069.html

…nt to create a grid slot, and another inside it to hold a flow? <JohnJansen> correct Brad <JohnJansen> (in other words, not do anything special for grid) vhardy: if you want to grab content from flow, you use content property with from-flow. vhardy: there was an alt proposal you …