All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fox Labs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:25, 4 February 2024 Inari talk contribs created page Module:About-distinguish (Created page with "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools = require('Module:TableTools') local checkType = require('libraryUtil').checkType local p = {} function p.aboutDistinguish (frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._aboutDistinguish(args) end function p.aboutDistinguishText (frame) mArguments = require('Module:Argume...")
- 02:25, 4 February 2024 Inari talk contribs created page Template:About-distinguish2 (Created page with "{{#invoke:About-distinguish|aboutDistinguishText<noinclude>|ABC|XYZ</noinclude>}}<noinclude>{{Documentation}}</noinclude>")
- 02:24, 4 February 2024 Inari talk contribs created page Module:Redirect hatnote (Created page with "--[[ -- This module produces a "redirect" hatnote. It looks like this: -- '"X" redirects here. For other uses, see Y.' -- It implements the {{redirect}} template. --]] local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local mArguments --lazily initialize local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} ------------------------------...")
- 02:24, 4 February 2024 Inari talk contribs created page Template:Redirect/doc (Created page with "{{About-distinguish2|a hatnote template|{{tl|No redirect}}, {{tl|Talk page of redirect}}, {{tl|WikiProject Redirect}}, {{tl|Wiktionary redirect}}, or {{tl|R avoided double redirect}} }} {{Documentation subpage}} {{tsh|redir}} {{notice|1=Using this template does '''not''' create a redirect. The following pages may have what you are looking for: * Wikipedia:Redirect is the official Wikipedia guideline on redirects. The page focuses on the rules and standards that the W...")
- 02:23, 4 February 2024 Inari talk contribs created page Template:Redirect (Created page with "<includeonly>{{#invoke:redirect hatnote|redirect|1}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 02:21, 4 February 2024 Inari talk contribs created page Category:All stub articles (Created page with "This category allows for tracking all stub articles.") Tag: Visual edit
- 02:19, 4 February 2024 Inari talk contribs created page Assembly (Created page with "'''Assembly language''' (alternatively '''assembler language''' or '''symbolic language code'''), often referred to as '''assembly''' and commonly abbreviated as '''ASM''' or '''asm''', is a low-level programming language with a very-strong correspondence between the instructions in the language and the architecture's machine code instructions. Assembly code is converted from a human readable form in to machine code via a program referred to as an assembler. {{Progr...") Tag: Visual edit
- 00:56, 4 February 2024 Inari talk contribs created page Template:Flatlist (Created page with "<templatestyles src="Hlist/styles.css"/><div class="hlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
- 00:52, 4 February 2024 Inari talk contribs created page Template:PAGENAMEBASE (Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>")
- 00:51, 4 February 2024 Inari talk contribs created page Template:Infobox software/simple (Created page with "<!-- 1=Name 2=Discontinued (yes/no) 3=Latest release version 4=Latest release date 5=Latest preview version 6=Latest preview date -->{{#if:{{{3|}}}{{{5|}}}<!-- -->{{#ifexist:Template:Latest stable software release/{{#if:{{{1|}}}|{{{1}}}|{{PAGENAME}}}}|1|}}<!-- -->{{#ifexist:Template:Latest preview software release/{{#if:{{{1|}}}|{{{1}}}|{{PAGENAME}}}}|1|}}<!-- -->|{{Infobox | child = yes | labelstyle = white-space: nowrap; | label1 = Software re...")
- 00:50, 4 February 2024 Inari talk contribs created page Module:URL/doc (Created page with "{{module rating|protected}} This module implements {{tl|URL}} and {{tl|URL2}}. Please see the template page for documentation. == Lua interface == The <code>p._url(url, text, msg)</code> function may be used by other Lua modules. It returns a formatted Wikitext for the given URL, made suitable for line wrapping using {{tag|wbr|x}}. It takes the following parameters: ; url : '''REQUIRED.''' The URL to format. ; text : '''OPTIONAL.''' Display text to put in the Wikitext...")
- 00:49, 4 February 2024 Inari talk contribs created page Module:URL (Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa...")
- 00:47, 4 February 2024 Inari talk contribs created page Template:URL (Created page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}<noinclude>{{documentation}}</noinclude>")
- 00:47, 4 February 2024 Inari talk contribs created page Template:Infobox programming language (Created page with "{{Infobox | bodyclass = vevent | bodystyle = {{{bodystyle|}}} | titleclass = summary | title = {{#if:{{{title|{{{name|}}}}}} |{{{title|{{{name|}}}}}} |<includeonly>{{PAGENAMEBASE}}</includeonly>}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo size|{{{logo_size|}}}}}}|sizedefault=121px|alt={{{logo alt|{{{logo_alt|}}}}}}}} | caption = {{{logo caption|}}} | image2 = {{#if:{{{collapsible|}}} |{{Hidden begin |title=Sc...")
- 00:46, 4 February 2024 Inari talk contribs created page BASIC (Created page with "{{Infobox programming language}} '''BASIC''' ('''Beginners' All-purpose Symbolic Instruction Code''') is a family of general-purpose high-level programming languages. The emergence of microcomputers in the 1970s led to the development of multiple dialects of BASIC, including Microsoft BASIC in 1975. {{Stub}}{{Programming languages}}") Tag: Visual edit
- 04:21, 24 January 2024 Inari talk contribs created page Go (Programming language) (Created page with "'''Go''' is a statically-typed, high-level programming language, syntactically similar to the C programming language, but has memory safety garbage collection, structural typing CSP-style concurrency. {{Stub}}{{Programming languages}}") Tag: Visual edit
- 04:18, 24 January 2024 Inari talk contribs created page C++ (Created page with "'''C++''' (or '''C Plus Plus''') is a high-level general-purpose programming language. Released in 1985 as an extension to the C programming language, it eventually evolves to become more. As of 1997, it is object oriented language sporting features such as generics, functional programming and low-level memory manipulation. {{Stub}}{{Programming languages}}") Tag: Visual edit
- 04:07, 24 January 2024 Inari talk contribs created page Template:Programming languages (Created page with "{{Navbox |name = Programming languages |title = Programming languages |state = {{{state|expanded}}} |bodyclass = hlist |list1 = * Ada * ALGOL * APL * Assembly * BASIC * C * C++ * C# * COBOL * Erlang * Fourth * Fortran * Go * Haskell * Java * JavaScript * Kotlin * Lisp * Lua * MATLAB * Pascal * Perl * PHP * Python * R * Ruby * Rust * SQL * Scratch *...")
- 20:55, 1 January 2024 Inari talk contribs created page SDCC (Created page with "The '''Small Device C Compiler''' ('''SDCC''') is a compiler which targets 8-bit microprocessors and microcontrollers such as the Zilog Z80, Motorola 6800 and STMicroelectronics STM8. == Supported targets == * Intel 8031, 8032, 8051 and 8052 * Microchip PIC14 and PIC16 * MOS Technology...") Tag: Visual edit
- 20:35, 1 January 2024 Inari talk contribs created page Category:SDCC (Created page with "Topics related to the SDCC compiler.") Tag: Visual edit
- 20:34, 1 January 2024 Inari talk contribs created page SDCC calling convention (Created page with "By default, SDCC uses the stack to provide parameters to function calls, and uses the L. HL or DE - HL registers for return values depending on the size of the return value. {{Table alignment}}SDCC starting in version 4.2.0 introduced changes to the calling conventions used. {| class="wikitable" |+ ! !__sdcccall(0) !__sdcccall(1) !__z88dk_fastcall |- | colspan="4" style="text-align: center; background-color: #eee;" |Return |- |{{Rh}}|8 bits |L |A |L |- |{{Rh}}|16 bits |H...") Tag: Visual edit
- 19:00, 31 December 2023 Inari talk contribs created page Central processing unit (Created page with "A '''central processing unit''' ('''CPU'''), also a '''central processor''' or a '''main processor''', is the most important processor in a given computer. == Operation == The fundamental operation of most CPUs, regardless of the physical form they take, is to execute a sequence of instructions that is called a program. The instructions to be executed are stored in some form of computer memory. Nearly all CPUs follow the fetch, decode and execute step...") Tag: Visual edit
- 17:45, 31 December 2023 Inari talk contribs created page 8-bit computing (Created page with "{{Computer architecture bit widths}}In computer architecture, '''8-bit''' integers or other data units are those that are 8 bits wide (1 octet). 8-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers or data buses of that size. Memory addresses (and thus address buses) for 8-bit processors are generally larger tha...") Tag: Visual edit
- 06:11, 31 December 2023 Inari talk contribs created page Template:Aligned table/doc (Created page with "{{Documentation subpage}} {{Lua|icononly=on |Module:Aligned table}} {{high-use|8130}} <!----Please place categories where indicated at the bottom of this page and interwikis in Wikidata----> The purpose is of this template is for generating simple tables in locations where standard table markup is either not possible, without significant use of the {{tlc|!}} magic word (e.g., with a {{tl|sidebar}} template), or cumbersome (due to the repetitive use of spec...")
- 06:11, 31 December 2023 Inari talk contribs created page Module:Aligned table/doc (Created page with "{{module rating|protected}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Implements {{tl|Aligned table}}")
- 06:10, 31 December 2023 Inari talk contribs created page Module:Aligned table (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")
- 06:10, 31 December 2023 Inari talk contribs created page Template:Aligned table (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:aligned table|table}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 06:09, 31 December 2023 Inari talk contribs created page Template:Navbox with collapsible groups/doc (Created page with "{{Documentation subpage}} {{High-risk}} {{lua|Module:Navbox with collapsible groups}} <includeonly>{{Template display|nomobile}}</includeonly> {{Navbox suite}} {{Collapsible templates}} This template produces a navigation template that has groups of relevant articles on a certain topic. All groups are hidden by default. However, with a parameter call, an individual group can be shown that has the other articles in the same group. == Us...")
- 06:08, 31 December 2023 Inari talk contribs created page Template:Navbox with collapsible groups (Created page with "{{#invoke:Navbox with collapsible groups|navbox}}<noinclude> {{documentation}} </noinclude>")
- 06:08, 31 December 2023 Inari talk contribs created page Module:Navbox with collapsible groups/doc (Created page with "{{Module rating|protected}} {{high-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == View {{tl|navbox with collapsible groups}}. <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>")
- 06:07, 31 December 2023 Inari talk contribs created page Module:Navbox with collapsible groups (Created page with "-- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r = table.concat(s, '') if r:match('^%s*$') then r = nil end return r end local function concatstyles(s) local r = table.concat(s, ';') while r:match(';%s*;') do r = mw.ustring.gsub(r, ';%s*;', ';') end if r:match('^%s*;%s*$') then r = nil end return r end function q._navbox(pargs) -- tab...")
- 06:07, 31 December 2023 Inari talk contribs created page Template:Remove first word/doc (Created page with "{{High-use}} {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE--> {{Lua|Module:String}} This template removes the first word of the first parameter. Use {{para|1}} for the first parameter if the string may contain an equals sign (=). By default, words are delimited by spaces, but the optional parameter {{para|sep}} can set the separator to any character. ==Usage== One parameter (space as separator): * <code>'''{{{...")
- 06:07, 31 December 2023 Inari talk contribs created page Template:String-handling templates (Created page with "{{#invoke:Navbox with collapsible groups|navbox | name = String-handling templates | state = {{{state|expanded}}} | bodyclass = plainlist | title = String-handling templates (help page) | selected = {{{selected|{{{expanded|{{{1|}}}}}}}}} <!---------------------- Trimming -------------------------> | abbr1 = sub | sect1 = Substring (select chunk of string by its position) | content1 = {{Aligned table |fullwidth=on |style=text-align:left; |c...")
- 06:06, 31 December 2023 Inari talk contribs created page Template:Remove first word (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>")
- 06:05, 31 December 2023 Inari talk contribs created page Instruction set architecture (Created page with "In computer science, an '''instruction set architecture''' ('''ISA''') is an abstract model of a computer. A device that executes instructions described by the ISA, such as a central processing unit (CPU), is called an ''implementation''. In general, an ISA defines the supported instructions, data types, registers, the hardware support for managing main memory, fundamental features (such as the memory consist...") Tag: Visual edit
- 05:59, 31 December 2023 Inari talk contribs created page Template:Infobox CPU architecture/doc (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}} This template is for CPU instruction set architectures. === Usage === <syntaxhighlight lang="wikitext"> {{Infobox CPU architecture | name = | image = | image_size = | alt = | caption = | designer =...")
- 05:59, 31 December 2023 Inari talk contribs created page Template:Infobox CPU architecture (Created page with "{{Infobox | title = {{{title|{{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|alt={{{alt|}}}}} | caption = {{{caption|}}} | label1 = Designer | data1 = {{{designer|}}} | label2 = Bits | data2 = {{{bits|}}} | label3 = Introduced | data3 = {{{introduced|}}} | label4 = Version | data4 = {{{version|}}} | label5 = Design |...")
- 20:30, 17 December 2023 Inari talk contribs created page Processor register (Created page with "A '''processor register''' is a memory location within a central processing unit that is easily and quickly accessible through specific operations. Registers are usually no longer than the word length of the CPU itself, and may be read-only or write-only in nature, or have specific hardware functions. Registers can act as operands for instructions involving the arithmetic logic unit or floating-point logic unit, or even act as a pointer to memory such as the...") Tag: Visual edit
- 20:22, 17 December 2023 Inari talk contribs created page Category:16-bit Microprocessors (Created page with "Category:Microprocessors") Tag: Visual edit
- 20:22, 17 December 2023 Inari talk contribs created page Category:8-bit Microprocessors (Created page with "Category:Microprocessors") Tag: Visual edit
- 20:21, 17 December 2023 Inari talk contribs created page Intel 8086 (Created page with "{{Infobox CPU|name=Intel 8086|produced-start=July 1979|manuf1=Intel, AMD, NEC, Fujitsu, Harris (Intersil), OKI, Siemens, Texas Instruments, Mitsubishi, Panasonic|slowest=5|data-width=16 bits|address-width=20 bits|slow-unit=MHz|fastest=10|fast-unit=MHz|instructions=Intel 8086|predecessor=Intel 8085|successor=Intel 80186 and Intel 80286}} The...") Tag: Visual edit
- 20:16, 17 December 2023 Inari talk contribs created page Intel 8085 (Created page with "{{Infobox CPU|name=Intel 8085|produced-start=March 1976|manuf1=Intel|slowest=3|data-width=8 bits|address-width=16 bits|slow-unit=MHz|fastest=6|fast-unit=MHz|instructions=Intel 8080|predecessor=Intel 8080|successor=Intel 8086}} The Intel 8085 is a 8-bit microprocessor. Category:Microprocessors Category:Intel Microprocessors Category:8-bit microprocessors") Tag: Visual edit
- 20:10, 17 December 2023 Inari talk contribs created page Intel 8008 (Created page with "{{Infobox CPU|name=Intel 8008|produced-start=April 1972|manuf1=Intel|slowest=500|data-width=8 bits|address-width=14 bits|slow-unit=KHz|fastest=800|fast-unit=KHz|successor=Intel 8080|instructions=Intel 8008}} The Intel '''8008''' is an 8-bit microprocessor and the first of Intel's 8-bit central processing units. Category:Microprocessors Category:Intel Microprocessors") Tag: Visual edit
- 20:09, 17 December 2023 Inari talk contribs created page Intel 4004 (Created page with "{{Infobox CPU|name=Intel 4004|produced-start=November 1971|manuf1=Intel|data-width=4 bits|address-width=12 bits|fastest=750|fast-unit=KHz|instructions=Intel 4004 instruction set|successor=Intel 4040|slowest=740|slow-unit=KHz}} The Intel '''4004''' is a 4-bit microprocessor and the first of Intel's central processing units. Category:Microprocessors Category:Intel Microprocessors") Tag: Visual edit
- 19:42, 17 December 2023 Inari talk contribs created page Intel 4004 instruction set (Created page with "The Intel 4004 instruction set is a very limited set of instructions. Most instructions are double-word length (two 8-bit words), with several one-word instructions. Each instruction is divided in to two four bit fields. The upper 4-bits is the OPR field containing the operation code, meanwhile the lower 4-bits is the OPA field containing the modifier. In the case of double-word instructions, the second word contains address information or data. {{Table alignment}}...") Tag: Visual edit: Switched
- 03:51, 17 December 2023 Inari talk contribs created page Template:Lh (Created page with "{{lx|1=Help:|2={{ucfirst:{{{1}}}}}|3=Help talk|4=talk}}<noinclude> {{documentation|Template:Ln/doc}} </noinclude>")
- 01:50, 17 December 2023 Inari talk contribs created page Category:Intel Microprocessors (Created page with "Category:Microprocessors by company") Tag: Visual edit
- 01:19, 17 December 2023 Inari talk contribs created page Template:Processor technologies (Created page with "{{Navbox | name = Processor technologies | title = Processor technologies | listclass = hlist | state = {{{state|autocollapse}}} | group1 = Instruction set architecture | list1 = {{Navbox|subgroup | group1 = Types | list1 = * CISC * RISC * ASIC | group2 = Instruction sets | list2 = * ARM * Intel ** ...")
- 00:50, 17 December 2023 Inari talk contribs created page Accumulator (Created page with "An '''accumulator''' is a specific processor register where the immediate result of an arithmetic logic unit operation is stored. {{Stub}} Category:Central processing unit Category:Data registers") Tag: Visual edit
- 00:47, 17 December 2023 Inari talk contribs created page Index register (Created page with "An '''index register''' is a processor register used for pointing to an operand address within memory. It is useful when iterating through strings and arrays, and can also be used for holding loop iteration and other counters. In some architectures, it is used for reading/writing large blocks of memory. {{Stub}} Category:Central processing unit Category:Data registers") Tag: Visual edit