HOME



picture info

BeerXML
BeerXML is a free, fully defined XML data description standard designed for the exchange of beer brewing recipes and other brewing data. Tables of recipes as well as other records such as hop schedules and malt bills can be represented using BeerXML for use by brewing software. BeerXML is an open standard and as a subset of Extensible Markup Language (XML). BeerXML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. BeerXML is supported by a number of web sites, computer programmes and an increasing number of Android, Windows Phone, and iOS apps. Plugins and extensions supporting BeerXML have been written for a variety of platforms including Ruby via RubyGems, WordPress, PHP and JavaScript Many brewing hardware manufacturers incorporate BeerXML into their systems and third party plugins and patches are being developed for brewery control hardware and embedded systems allowing the automa ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Markup Language
A markup language is a Encoding, text-encoding system which specifies the structure and formatting of a document and potentially the relationships among its parts. Markup can control the display of a document or enrich its content to facilitate automated processing. A markup language is a set of rules governing what markup information may be included in a document and how it is combined with the content of the document in a way to facilitate use by humans and computer programs. The idea and terminology evolved from the "marking up" of paper manuscripts (e.g., with revision instructions by editors), traditionally written with a red pen or blue pencil (editing), blue pencil on authors' manuscripts. Older markup languages, which typically focus on typography and presentation, include Troff, TeX, and LaTeX. Scribe (markup language), Scribe and most modern markup languages, such as Extensible Markup Language, XML, identify document components (for example headings, paragraphs, and tabl ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Ruby (programming Language)
Ruby is a general-purpose programming language. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object (computer science), object, including primitive data types. It was developed in the mid-1990s by Yukihiro Matsumoto, Yukihiro "Matz" Matsumoto in Japan. Ruby is interpreted language, interpreted, high-level programming language, high-level, and Dynamic typing, dynamically typed; its interpreter uses garbage collection (computer science), garbage collection and just-in-time compilation. It supports multiple programming paradigms, including procedural programming, procedural, object-oriented programming, object-oriented, and functional programming. According to the creator, Ruby was influenced by Perl, Smalltalk, Eiffel (programming language), Eiffel, Ada (programming language), Ada, BASIC, and Lisp (programming language), Lisp. History Early concept According to Matsumoto, Ruby was conceived in 1993. In a 1999 post to t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Lager
Lager (; ) is a Type of beer, style of beer brewed and Brewing#Conditioning, conditioned at low temperature. Lagers can be Pale lager, pale, Amber lager, amber, or Dark lager, dark. Pale lager is the most widely consumed and commercially available style of beer. The term "''lager''" comes from the German word for "storage", as the beer was stored before drinking, traditionally in the same cool caves in which it was fermented. As well as maturation in Refrigeration, cold storage, most lagers are distinguished by the use of ''Saccharomyces pastorianus'', a "bottom-fermenting" yeast that ferments at relatively cold temperatures. Etymology Until the 19th century, the German language, German word ''Lagerbier'' (:de:Lagerbier, de) referred to all types of top and bottom fermenting yeast, bottom-fermented, cool-conditioned beer in normal strengths. In Germany today, it mainly refers to beers from southern Germany, either "''Helles''" (pale) or "''Dunkel#Munich Dunkel, Dunkles''" (da ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Malt Extract
Malt is any cereal grain that has been made to germinate by soaking in water and then stopped from germinating further by drying with hot air, a process known as " malting". Malted grain is used to make beer, whisky, malted milk, malt vinegar, confections such as Maltesers and Whoppers, flavored drinks such as Horlicks, Ovaltine, and Milo, and some baked goods, such as malt loaf, bagels, and Rich Tea biscuits. Malted grain that has been ground into a coarse meal is known as "sweet meal". Malting grain develops the enzymes ( α-amylase, β-amylase) required for modifying the grains' starches into various types of sugar, including monosaccharide glucose, disaccharide maltose, trisaccharide maltotriose, and higher sugars called maltodextrines. It also develops other enzymes, such as proteases, that break down the proteins in the grain into forms that can be used by yeast. The point at which the malting process is stopped affects the starch-to-enzyme ratio, and partly ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Mash Ingredients
Mash ingredients, mash bill, mashbill, or grain bill are the materials that brewing, brewers use to produce the wort that they then Brewing#Fermenting, ferment into alcohol. Mashing is the act of creating and extracting fermentation (food), fermentable and non-fermentable sugars and flavor components from grain by steeping it in hot water, and then letting it rest at specific temperature ranges to activate naturally occurring enzymes in the grain that convert starches to sugars. The sugars separate from the mash ingredients, and then yeast in the brewing process converts them to alcohol and other fermentation products. A typical primary mash ingredient is grain that has been Malting, malted. Modern-day malt recipes generally consist of a large percentage of a light malt and, optionally, smaller percentages of more flavorful or highly colored types of malt. The former is called "base malt"; the latter is known as "specialty malts". The grain bill of a beer or whisky may vary wide ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Field (computer Science)
In data hierarchy, a field (data field) is a Variable (computer science), variable in a record (computer science), record. A record, also known as a data structure, allows logically related data to be identified by a single name. Identifying related data as a single group is central to the construction of understandable computer programs. The individual fields in a record may be accessed by name, just like any variable in a computer program. Each field in a record has two components. One component is the field's data type, datatype Declaration (computer programming), declaration. The other component is the field's identifier. Memory fields Fields may be stored in random access memory (RAM). The following Pascal (programming language), Pascal record definition has three field identifiers: firstName, lastName, and age. The two name fields have a datatype of an Array (data structure), array of Character (computing), character. The age field has a datatype of integer. type PersonRec ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Spreadsheet
A spreadsheet is a computer application for computation, organization, analysis and storage of data in tabular form. Spreadsheets were developed as computerized analogs of paper accounting worksheets. The program operates on data entered in cells of a table. Each cell may contain either numeric or text data, or the results of formulas that automatically calculate and display a value based on the contents of other cells. The term ''spreadsheet'' may also refer to one such electronic document. Spreadsheet users can adjust any stored value and observe the effects on calculated values. This makes the spreadsheet useful for "what-if" analysis since many cases can be rapidly investigated without manual recalculation. Modern spreadsheet software can have multiple interacting sheets and can display data either as text and numerals or in graphical form. Besides performing basic arithmetic and mathematical functions, modern spreadsheets provide built-in functions for common financial ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Blog
A blog (a Clipping (morphology), truncation of "weblog") is an informational website consisting of discrete, often informal diary-style text entries also known as posts. Posts are typically displayed in Reverse chronology, reverse chronological order so that the most recent post appears first, at the top of the web page. In the 2000s, blogs were often the work of a single individual, occasionally of a small group, and often covered a single subject or topic. In the 2010s, multi-author blogs (MABs) emerged, featuring the writing of multiple authors and sometimes professionally Editing, edited. MABs from newspapers, other News media, media outlets, universities, think tanks, advocacy groups, and similar institutions account for an increasing quantity of blog Web traffic, traffic. The rise of Twitter and other "microblogging" systems helps integrate MABs and single-author blogs into the news media. ''Blog'' can also be used as a verb, meaning ''to maintain or add content to a blog ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Open-source Software
Open-source software (OSS) is Software, computer software that is released under a Open-source license, license in which the copyright holder grants users the rights to use, study, change, and Software distribution, distribute the software and its source code to anyone and for any purpose. Open-source software may be developed in a collaborative, public manner. Open-source software is a prominent example of open collaboration, meaning any capable user is able to online collaboration, participate online in development, making the number of possible contributors indefinite. The ability to examine the code facilitates public trust in the software. Open-source software development can bring in diverse perspectives beyond those of a single company. A 2024 estimate of the value of open-source software to firms is $8.8 trillion, as firms would need to spend 3.5 times the amount they currently do without the use of open source software. Open-source code can be used for studying and a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Internet
The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks that consists of Private network, private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, Wireless network, wireless, and optical networking technologies. The Internet carries a vast range of information resources and services, such as the interlinked hypertext documents and Web application, applications of the World Wide Web (WWW), email, electronic mail, internet telephony, streaming media and file sharing. The origins of the Internet date back to research that enabled the time-sharing of computer resources, the development of packet switching in the 1960s and the design of computer networks for data communication. The set of rules (communication protocols) to enable i ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Fermentation
Fermentation is a type of anaerobic metabolism which harnesses the redox potential of the reactants to make adenosine triphosphate (ATP) and organic end products. Organic molecules, such as glucose or other sugars, are catabolized and reduced by donating their electrons to other organic molecules (cofactors, coenzymes, etc.). Fermentation is important in several areas of human society. Humans have used fermentation in the production and preservation of food for 13,000 years. It has been associated with health benefits, unique flavor profiles, and making products have better texture. Humans and their livestock also benefit from fermentation from the microbes in the gut that release end products that are subsequently used by the host for energy. Perhaps the most commonly known use for fermentation is at an industrial level to produce commodity chemicals, such as ethanol and lactate. Ethanol is used in a variety of alcoholic beverages (beers, wine, and spirits) while lactate ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Mashing
In brewing and distilling, mashing is the process of combining ground grain – malted barley and sometimes supplementary grains such as corn, sorghum, rye, or wheat (known as the " grain bill") – with water and then heating the mixture. Mashing allows the enzymes in the malt (primarily, α-amylase and β-amylase) to break down the starch in the grain into sugars, typically maltose to create a malty liquid called wort. The two main methods of mashing are infusion mashing, in which the grains are heated in one vessel, and decoction mashing, in which a proportion of the grains are boiled and then returned to the mash, raising the temperature. Mashing involves pauses at certain temperatures (notably ) and takes place in a "mash tun" – an insulated brewing vessel with a false bottom. Etymology The term "mashing" probably originates from the Old English noun ''masc'', which means "soft mixture", and the Old English verb ''mæscan,'' which means "to mix with hot water". Us ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]