Jump to content

Examine individual changes

This page allows you to examine the variables generated by the Edit Filter for an individual change.

Variables generated for this change

VariableValue
Edit count of the user (user_editcount)
null
Name of the user account (user_name)
'203.81.71.189'
Age of the user account (user_age)
0
Groups (including implicit) the user is in (user_groups)
[ 0 => '*' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmywatchlist', 6 => 'editmywatchlist', 7 => 'viewmyprivateinfo', 8 => 'editmyprivateinfo', 9 => 'editmyoptions', 10 => 'abusefilter-log-detail', 11 => 'urlshortener-create-url', 12 => 'centralauth-merge', 13 => 'abusefilter-view', 14 => 'abusefilter-log', 15 => 'vipsscaler-test' ]
Whether the user is editing from mobile app (user_app)
false
Whether or not a user is editing through the mobile interface (user_mobile)
true
Page ID (page_id)
7587648
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'Fizz buzz'
Full page title (page_prefixedtitle)
'Fizz buzz'
Edit protection level of the page (page_restrictions_edit)
[]
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => 'TwoTwoHello', 1 => 'SUM1', 2 => 'Chrisbao8325', 3 => 'SilentDabber', 4 => 'Kuhlie', 5 => '2A02:C7F:4C59:AC00:2529:3E5D:D67B:2B9A', 6 => '213.235.64.152', 7 => 'ShadedKE', 8 => 'Frap', 9 => 'InternetArchiveBot' ]
Page age in seconds (page_age)
423495172
Action (action)
'edit'
Edit summary/reason (summary)
'/* Play */'
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'{{short description|Group word game to teach mathematical division}} {{confused|Fuzzbuzz}} '''Fizz buzz''' is a group word game for children to teach them about [[division (mathematics)|division]].<ref>{{cite book |last=Rees |first=Janet |title=Fizz Buzz: 101 Spoken Numeracy Games – Ideal for Mental Maths |date=2002 |publisher=Learning Development Aids |isbn=978-1855033528 |url=https://www.amazon.co.uk/Fizz-Buzz-Spoken-Numeracy-Mental/dp/1855033526}}</ref> Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz". == Play == Players generally sit in a circle. The player designated to go first says the number "1", and each player thenceforth counts one number in turn. However, any number [[division (mathematics)|divisible]] by three is replaced by the word ''fizz'' and any number divisible by five by the word ''buzz''. Numbers divisible by 15 become ''fizz buzz''. A player who hesitates or makes a mistake is eliminated from the game. For example, a typical round of fizz buzz would start as follows: {{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} == Programming == Fizz buzz (often spelled '''FizzBuzz''' in this context) has been used as an interview [[resume screening|screening]] device for [[computer programmers]].<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a [[computer program|program]] to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily filter out those with insufficient programming ability. == References == <references /> == External links == * [http://www.dr-mikes-math-games-for-kids.com/fizz-buzz.html Dr Mike's Math Games For Kids – Fizz Buzz] * [https://web.archive.org/web/20160805202854/http://cocktails.about.com/od/partiesholidays/p/biz_buz_gm.htm About.com: Bizz Buzz- The Drinking Thinking Game] * [https://rosettacode.org/wiki/FizzBuzz Rosetta Code: Fizz Buzz at Rosetta Code] [[Category:Car games]] [[Category:Children's games]] [[Category:Drinking games]] [[Category:Mathematical games]] [[Category:Division (mathematics)]]'
New page wikitext, after the edit (new_wikitext)
'{{short description|Group word game to teach mathematical division}} {{confused|Fuzzbuzz}} '''Fizz buzz''' is a group word game for children to teach them about [[division (mathematics)|division]].<ref>{{cite book |last=Rees |first=Janet |title=Fizz Buzz: 101 Spoken Numeracy Games – Ideal for Mental Maths |date=2002 |publisher=Learning Development Aids |isbn=978-1855033528 |url=https://www.amazon.co.uk/Fizz-Buzz-Spoken-Numeracy-Mental/dp/1855033526}}</ref> Players take turns to count incrementally, replacing any number divisible by three with the word "fizz", and any number divisible by five with the word "buzz". == Play == Players generally sit in a circle. The player designated to go first says the number "1", and each player thenceforth counts one number in turn. However, any number [[division (mathematics)|divisible]] by three is replaced by the word ''fizz'' and any number divisible by five by the word ''buzz''. Numbers divisible by 15 become ''fizz buzz''. A player who hesitates or makes a mistake is eliminated from the game. zxccsd For example, a typical round of fizz buzz would start as follows: {{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} == Programming == Fizz buzz (often spelled '''FizzBuzz''' in this context) has been used as an interview [[resume screening|screening]] device for [[computer programmers]].<ref>Imran Ghory (2007-01-24). [http://tickletux.wordpress.com/2007/01/24/using-fizzbuzz-to-find-developers-who-grok-coding "Using FizzBuzz to Find Developers who Grok Coding."] ''Imran On Tech'' (blog).</ref><ref>[[Jeff Atwood]] (2007-02-26). [http://www.codinghorror.com/blog/archives/000781.html "Why Can't Programmers.. Program?"] ''[[Coding Horror]]'' (blog).</ref> Writing a [[computer program|program]] to output the first 100 FizzBuzz numbers is a trivial problem for any would-be computer programmer, so interviewers can easily filter out those with insufficient programming ability. == References == <references /> == External links == * [http://www.dr-mikes-math-games-for-kids.com/fizz-buzz.html Dr Mike's Math Games For Kids – Fizz Buzz] * [https://web.archive.org/web/20160805202854/http://cocktails.about.com/od/partiesholidays/p/biz_buz_gm.htm About.com: Bizz Buzz- The Drinking Thinking Game] * [https://rosettacode.org/wiki/FizzBuzz Rosetta Code: Fizz Buzz at Rosetta Code] [[Category:Car games]] [[Category:Children's games]] [[Category:Drinking games]] [[Category:Mathematical games]] [[Category:Division (mathematics)]]'
Unified diff of changes made by edit (edit_diff)
'@@ -5,5 +5,5 @@ == Play == Players generally sit in a circle. The player designated to go first says the number "1", and each player thenceforth counts one number in turn. However, any number [[division (mathematics)|divisible]] by three is replaced by the word ''fizz'' and any number divisible by five by the word ''buzz''. Numbers divisible by 15 become ''fizz buzz''. A player who hesitates or makes a mistake is eliminated from the game. - +zxccsd For example, a typical round of fizz buzz would start as follows: {{quote|1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz, 34, Buzz, Fizz, ...}} '
New page size (new_size)
2640
Old page size (old_size)
2634
Size change in edit (edit_delta)
6
Lines added in edit (added_lines)
[ 0 => 'zxccsd' ]
Lines removed in edit (removed_lines)
[ 0 => '' ]
Whether or not the change was made through a Tor exit node (tor_exit_node)
false
Unix timestamp of change (timestamp)
1585130969