You are here |
bobulate.com | ||
| | | |
www.thisiscolossal.com
|
|
| | | | For a major retrospective of Dutch furniture designer and architect Gerrit Rietveld, the team at Studio Wieki Somers collaborated with chocolatier Rafael Mutter to create Chocolate Mill. The piece was comprised of a giant cylindrical chocolate block that was carefully organized in 10 stacked layers, with flavored shapes used to create different geometric patterns. AsContinue reading "Hidden Geometric Patterns Gradually Revealed inside Giant Chocolate Cylinder" | |
| | | |
www.fmi.org
|
|
| | | | As we approach Supermarket Employee Day on February 22, 2024, let's make a conscious effort to recognize and express gratitude to supermarket employees who play a pivotal role in shaping our daily lives. | |
| | | |
www.fortressofdoors.com
|
|
| | | | The success of an open source browser game called Friday Night Funkin tells us where "instant games" might go. Hint: we've been here before. | |
| | | |
danielpecos.com
|
|
| | Para retomar de nuevo la marcha del blog, he decidido comenzar mostrando algunos ejemplos de programación en C#. Por el momento os dejo el obligatorio programa para todo aquel que empieza con algún lenguaje. Hola Mundo! using System; namespace HolaMundo { public class HolaMundo { public static void Main (string [] args) { Console.WriteLine ("Hola Mundo!"); } } } Sencillo, ¿verdad? Tiene mucha semejanza con Java, exceptuando que las palabras reservadas difieren y que Java no posee el concepto de espacios ... |