Examine individual changes

Abuse Filter navigation (Home | Recent filter changes | Examine past edits | Abuse log)
Jump to navigation Jump to search

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

Variables generated for this change

VariableValue
Whether or not the edit is marked as minor (no longer in use) (minor_edit)
false
Edit count of the user (user_editcount)
0
Name of the user account (user_name)
'Raito9'
Age of the user account (user_age)
61
Page ID (page_id)
11602
Page namespace (page_namespace)
0
Page title (without namespace) (page_title)
'Advanced Brainfuck'
Full page title (page_prefixedtitle)
'Advanced Brainfuck'
Action (action)
'edit'
Edit summary/reason (summary)
'Small spelling change'
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'The [https://github.com/icefinger/ABrainFuck Advanced Brainfuck] is an extension of the brainfuck programming language. It adds the abality to switch to "file mode". to open a file (/dev/stdin for instance), you can use the switch operator '~'. It will open the file with the address corresponding to the string starting at the current memory pointer position (which should be ended by \0). Once open, you are in "file mode" the '.' operation copy from the file to the memory, and the ',' operation copy from the memory to the file. To switch back to "memory mode", reuse the '~' operator. In this case the operators are reversed, '.' copy from the memory to the file and ',' copy from the file to the memory. Each time you read/write a file in memory mode, the file pointer is automatically shifted by +1. Each you read/write the memory in file mode, the memory pointer is automatically shifted by +1. If you are in file mode, the reading overwrite the memory where was the pointer, so the file address. If you switch back to memory, you can shift the memory pointer and still get data from the file with the operator ','. But to shift the file pointer by a custom value, you need to reopen it. [https://github.com/icefinger/ABrainFuck/blob/master/TapTempo.abf TapTempo.abf] is a commented example that opens stdout, stdin and /proc/uptime to get an implementation of [https://github.com/Taptempo-Federation TapTempo]: [[Category:Brainfuck derivatives]] [[Category:Languages]] [[Category:2018]]'
New page wikitext, after the edit (new_wikitext)
'The [https://github.com/icefinger/ABrainFuck Advanced Brainfuck] is an extension of the brainfuck programming language. It adds the ability to switch to "file mode". to open a file (/dev/stdin for instance), you can use the switch operator '~'. It will open the file with the address corresponding to the string starting at the current memory pointer position (which should be ended by \0). Once open, you are in "file mode" the '.' operation copy from the file to the memory, and the ',' operation copy from the memory to the file. To switch back to "memory mode", reuse the '~' operator. In this case the operators are reversed, '.' copy from the memory to the file and ',' copy from the file to the memory. Each time you read/write a file in memory mode, the file pointer is automatically shifted by +1. Each you read/write the memory in file mode, the memory pointer is automatically shifted by +1. If you are in file mode, the reading overwrite the memory where was the pointer, so the file address. If you switch back to memory, you can shift the memory pointer and still get data from the file with the operator ','. But to shift the file pointer by a custom value, you need to reopen it. [https://github.com/icefinger/ABrainFuck/blob/master/TapTempo.abf TapTempo.abf] is a commented example that opens stdout, stdin and /proc/uptime to get an implementation of [https://github.com/Taptempo-Federation TapTempo]: [[Category:Brainfuck derivatives]] [[Category:Languages]] [[Category:2018]]'
Unified diff of changes made by edit (edit_diff)
'@@ -1,3 +1,3 @@ -The [https://github.com/icefinger/ABrainFuck Advanced Brainfuck] is an extension of the brainfuck programming language. It adds the abality to switch to "file mode". +The [https://github.com/icefinger/ABrainFuck Advanced Brainfuck] is an extension of the brainfuck programming language. It adds the ability to switch to "file mode". to open a file (/dev/stdin for instance), you can use the switch operator '~'. It will open the file with the address corresponding to the string starting at the current memory pointer position (which should be ended by \0). '
New page size (new_size)
1500
Old page size (old_size)
1500
Lines added in edit (added_lines)
[ 0 => 'The [https://github.com/icefinger/ABrainFuck Advanced Brainfuck] is an extension of the brainfuck programming language. It adds the ability to switch to "file mode".' ]
Unix timestamp of change (timestamp)
1568987559