See Hello, World on Wiktionary
{ "head_templates": [ { "args": { "1": "?", "head": "Hello, World" }, "expansion": "Hello, World", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "alt_of": [ { "word": "Hello World" } ], "categories": [ { "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w" }, { "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w" }, { "kind": "other", "name": "Pages with entries", "parents": [], "source": "w" } ], "examples": [ { "ref": "1995, Jonathan Blossom, “Spinning a Cube”, in Engines of Creation, Corte Madera, Calif.: Waite Group Press, →ISBN, page 103:", "text": "Whenever I sit down with a new graphics system, I write what I believe to be the “Hello, World” of graphics programs: a simple cube spinning around the origin of a world-space coordinate system.", "type": "quote" }, { "ref": "1996, Rafael Fiol, “WinSock Internet Programming”, in Visual C++ 4 MasterClass, Birmingham: Wrox Press Ltd., →ISBN, page 650:", "text": "For this reason, and because it’s fairly easy to implement with a small amount of coding, Finger has become the ‘Hello, World’ of socket programming.", "type": "quote" }, { "ref": "1997, Michael Morgan, Netscape™ Plug-Ins Developer’s Kit, Indianapolis, Ind.: Que Corporation, →ISBN, page 100:", "text": "Chapter 4, “Building a Simple Plug-In,” presents the “Hello, World” of plug-ins—loaded with instrumentation to make the calls from Navigator visible.", "type": "quote" }, { "ref": "2000, Mark Hammond, Andy Robinson, Python Programming on Win32 (Help for Windows Programmers), Sebastopol, Calif.: O’Reilly & Associates, Inc., →ISBN, page 373:", "text": "The “Hello, World” of the communications field is to send an AT command to a modem and get back a response, so we will take care of this formality first.", "type": "quote" }, { "ref": "2003, Dave Rolsky, Ken Williams, Embedding Perl in HTML with Mason (Component-Based Templating System), Sebastopol, Calif.: O’Reilly & Associates, Inc., →ISBN, page 172:", "text": "The CGI script in Example 9-1 is sort of the “Hello, World” of dynamic web programming. It lets the user enter text in an HTML form, submit the form, and see the resultant text in the server’s response.", "type": "quote" }, { "ref": "2008, Kari Pulli, Tomi Aarnio, Ville Miettinen, Kimmo Roimela, Jani Vaarala, Mobile 3D Graphics with OpenGL ES and M3G, Burlington, Mass.: Morgan Kaufmann Publishers, →ISBN, page 276:", "text": "To give you a quick glimpse of how the API is used, without yet explaining things in detail, let us introduce the “Hello, World” of M3G. This piece of code, shown below, is possibly the shortest fully functional M3G animation player you can write. The midlet first loads a complete scene from a .m3g file, and then proceeds to animate and render it at the maximum frame rate until the user presses a key.", "type": "quote" }, { "ref": "2008, Joseph Hall, XNA™ Game Studio Express: Developing Games for Windows® and the Xbox 360™, Boston, Mass.: Thomson Course Technology, →ISBN, page 252:", "text": "In fact, Tetris clones are often used as the “Hello, World” of game programming, serving as the introduction to game development for most programmers.", "type": "quote" }, { "ref": "2009, Jason Whittaker, quoting code.google.com, Producing for Web 2.0: A Student Guide, 3rd edition, Abingdon, Oxon, New York, N.Y.: Routledge, →ISBN, page 157:", "text": "The \"Hello, World\" of Google Maps / The easiest way to start learning about the Google Maps API is to see a simple example. The following web page displays a 500x300 […]", "type": "quote" }, { "ref": "2009, Joshua Noble, Programming Interactivity: A Designer’s Guide to Processing, Arduino, and openFrameworks, Sebastopol, Calif.: O’Reilly Media, Inc., →ISBN, pages 169–171 and 232:", "text": "The next part of your program is the definition of the methods of the HelloWorld class, which in this case loads the font from a TTF file, sets the background color of your program, and then actually writes the text to the screen. […] And that’s the “Hello, World” of openFrameworks. […] The tones are a sort of “Hello, World” for the Sound Object library.", "type": "quote" }, { "ref": "2009, Sterling Udell, Pro Web Gadgets Across iPhone, Android, Windows, Mac, iGoogle and More (The Expert’s Voice® in Web Development), New York, N.Y.: Apress, →ISBN, pages 96–97:", "text": "Listing 5-1. The “Hello, World” of iGoogle Gadgets […] In this simple gadget, the metadata area consists solely of a ModulePrefs element with a single attribute, title.", "type": "quote" } ], "glosses": [ "Alternative form of Hello World." ], "id": "en-Hello,_World-en-noun-KAQftX6N", "links": [ [ "Hello World", "Hello World#English" ] ], "tags": [ "alt-of", "alternative" ] } ], "word": "Hello, World" }
{ "head_templates": [ { "args": { "1": "?", "head": "Hello, World" }, "expansion": "Hello, World", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "alt_of": [ { "word": "Hello World" } ], "categories": [ "English countable nouns", "English entries with incorrect language header", "English lemmas", "English multiword terms", "English nouns", "English nouns with unknown or uncertain plurals", "English terms with quotations", "Pages with 1 entry", "Pages with entries" ], "examples": [ { "ref": "1995, Jonathan Blossom, “Spinning a Cube”, in Engines of Creation, Corte Madera, Calif.: Waite Group Press, →ISBN, page 103:", "text": "Whenever I sit down with a new graphics system, I write what I believe to be the “Hello, World” of graphics programs: a simple cube spinning around the origin of a world-space coordinate system.", "type": "quote" }, { "ref": "1996, Rafael Fiol, “WinSock Internet Programming”, in Visual C++ 4 MasterClass, Birmingham: Wrox Press Ltd., →ISBN, page 650:", "text": "For this reason, and because it’s fairly easy to implement with a small amount of coding, Finger has become the ‘Hello, World’ of socket programming.", "type": "quote" }, { "ref": "1997, Michael Morgan, Netscape™ Plug-Ins Developer’s Kit, Indianapolis, Ind.: Que Corporation, →ISBN, page 100:", "text": "Chapter 4, “Building a Simple Plug-In,” presents the “Hello, World” of plug-ins—loaded with instrumentation to make the calls from Navigator visible.", "type": "quote" }, { "ref": "2000, Mark Hammond, Andy Robinson, Python Programming on Win32 (Help for Windows Programmers), Sebastopol, Calif.: O’Reilly & Associates, Inc., →ISBN, page 373:", "text": "The “Hello, World” of the communications field is to send an AT command to a modem and get back a response, so we will take care of this formality first.", "type": "quote" }, { "ref": "2003, Dave Rolsky, Ken Williams, Embedding Perl in HTML with Mason (Component-Based Templating System), Sebastopol, Calif.: O’Reilly & Associates, Inc., →ISBN, page 172:", "text": "The CGI script in Example 9-1 is sort of the “Hello, World” of dynamic web programming. It lets the user enter text in an HTML form, submit the form, and see the resultant text in the server’s response.", "type": "quote" }, { "ref": "2008, Kari Pulli, Tomi Aarnio, Ville Miettinen, Kimmo Roimela, Jani Vaarala, Mobile 3D Graphics with OpenGL ES and M3G, Burlington, Mass.: Morgan Kaufmann Publishers, →ISBN, page 276:", "text": "To give you a quick glimpse of how the API is used, without yet explaining things in detail, let us introduce the “Hello, World” of M3G. This piece of code, shown below, is possibly the shortest fully functional M3G animation player you can write. The midlet first loads a complete scene from a .m3g file, and then proceeds to animate and render it at the maximum frame rate until the user presses a key.", "type": "quote" }, { "ref": "2008, Joseph Hall, XNA™ Game Studio Express: Developing Games for Windows® and the Xbox 360™, Boston, Mass.: Thomson Course Technology, →ISBN, page 252:", "text": "In fact, Tetris clones are often used as the “Hello, World” of game programming, serving as the introduction to game development for most programmers.", "type": "quote" }, { "ref": "2009, Jason Whittaker, quoting code.google.com, Producing for Web 2.0: A Student Guide, 3rd edition, Abingdon, Oxon, New York, N.Y.: Routledge, →ISBN, page 157:", "text": "The \"Hello, World\" of Google Maps / The easiest way to start learning about the Google Maps API is to see a simple example. The following web page displays a 500x300 […]", "type": "quote" }, { "ref": "2009, Joshua Noble, Programming Interactivity: A Designer’s Guide to Processing, Arduino, and openFrameworks, Sebastopol, Calif.: O’Reilly Media, Inc., →ISBN, pages 169–171 and 232:", "text": "The next part of your program is the definition of the methods of the HelloWorld class, which in this case loads the font from a TTF file, sets the background color of your program, and then actually writes the text to the screen. […] And that’s the “Hello, World” of openFrameworks. […] The tones are a sort of “Hello, World” for the Sound Object library.", "type": "quote" }, { "ref": "2009, Sterling Udell, Pro Web Gadgets Across iPhone, Android, Windows, Mac, iGoogle and More (The Expert’s Voice® in Web Development), New York, N.Y.: Apress, →ISBN, pages 96–97:", "text": "Listing 5-1. The “Hello, World” of iGoogle Gadgets […] In this simple gadget, the metadata area consists solely of a ModulePrefs element with a single attribute, title.", "type": "quote" } ], "glosses": [ "Alternative form of Hello World." ], "links": [ [ "Hello World", "Hello World#English" ] ], "tags": [ "alt-of", "alternative" ] } ], "word": "Hello, World" }
Download raw JSONL data for Hello, World meaning in All languages combined (4.7kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-11-06 from the enwiktionary dump dated 2024-10-02 using wiktextract (fbeafe8 and 7f03c9b). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.