All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HTYP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 20:29, 19 February 2025 Woozle talk contribs created page quantum computer (Redirected page to quantum computing) Tag: New redirect
- 20:26, 19 February 2025 Woozle talk contribs created page File:Majorana-1-001-4000px-1.jpg (* '''for''': news.microsoft.com/source/features/ai/microsofts-majorana-1-chip-carves-new-path-for-quantum-computing)
- 20:26, 19 February 2025 Woozle talk contribs uploaded File:Majorana-1-001-4000px-1.jpg (* '''for''': news.microsoft.com/source/features/ai/microsofts-majorana-1-chip-carves-new-path-for-quantum-computing)
- 03:18, 19 February 2025 Woozle talk contribs created page hachyderm.io/@mekkaokereke/111010421955145872 (Created page with "{{#set:page type|link}} * '''title''': title::(fedi post) * '''link''': URL::https://hachyderm.io/@mekkaokereke/111010421955145872 * '''when''': when posted::Sep 04,...")
- 03:01, 19 February 2025 Woozle talk contribs moved page Twitter/API to X-Twitter/API (times have changed...)
- 03:01, 19 February 2025 Woozle talk contribs moved page Twitter to X-Twitter (times have changed...)
- 02:57, 19 February 2025 Woozle talk contribs created page aus.social/@ajsadauskas/112873542914653413 (Created page with "{{#set:page type|link}} * '''title''': title::(fedi post) * '''link''': URL::https://aus.social/@ajsadauskas/112873542914653413 * '''when''': when posted::Jul 30, 20...")
- 02:51, 19 February 2025 Woozle talk contribs created page social.treehouse.systems/@pndc/112314053171856996 (Created page with "{| width=100% |- | valign=top | {{#set:page type|link}} * '''title''': title::(fedi post) * '''when''': when posted::Apr 22, 2024, 05:00 AM ([[date posted::2024/04/22]...")
- 02:45, 19 February 2025 Woozle talk contribs created page File:f8c0c44d4c24dfcf.png (category:screenshot category:web hosting * '''source''': ][https://cache.treehouse.systems/media_attachments/files/112/314/039/579/417/448/original/f8c0c44d4c24dfcf.png cache.treehouse.systems] via [https://social.treehouse.systems/@pndc/112314053171856996 social.treehouse.systems/@pndc)
- 02:45, 19 February 2025 Woozle talk contribs uploaded File:f8c0c44d4c24dfcf.png (category:screenshot category:web hosting * '''source''': ][https://cache.treehouse.systems/media_attachments/files/112/314/039/579/417/448/original/f8c0c44d4c24dfcf.png cache.treehouse.systems] via [https://social.treehouse.systems/@pndc/112314053171856996 social.treehouse.systems/@pndc)
- 22:08, 18 February 2025 Woozle talk contribs created page MariaDB/SQL/CREATE/DATABASE (Created page with "{{fmt/title|"CREATE DATABASE" SQL command}} ==Syntax== <code>CREATE</code> [<code>OR REPLACE</code>] {<code>DATABASE</code> | <code>SCHEMA</code>} [<code>IF NOT EXISTS</code>]...")
- 21:59, 18 February 2025 Woozle talk contribs created page MariaDB/SQL/CREATE/USER (Created page with "{{fmt/title|"CREATE USER" SQL command}} ==Reference== * [https://mariadb.com/kb/en/create-user/ MariaDB Knowledge Base] ==Related== * <code>[[../DROP/USER|DROP USER]]</code> d...")
- 21:40, 18 February 2025 Woozle talk contribs created page MariaDB/SQL/INSERT (Created page with "{{fmt/title|"INSERT" SQL statement|see also: in MySQL}} ==Examples== Note: "<code>INSERT</code>" implies "<code>INSERT INTO</code>"; the "<code>INTO</code>" i...")
- 21:34, 18 February 2025 Woozle talk contribs moved page Template:fmt/code/syntax/inline to Template:fmt/syntax/inline without leaving a redirect (oh right, I decided to remove "/code" too)
- 21:32, 18 February 2025 Woozle talk contribs moved page Template:fmt/code/syntax to Template:fmt/code/syntax/inline without leaving a redirect (two types -- the #-magic-word syntax isn't super-compatible with template args)
- 21:29, 18 February 2025 Woozle talk contribs created page Template:fmt/syntax/block (Created page with "<includeonly>{{#tag:syntaxhighlight|{{{2}}}|{{{1}}}}}</includeonly>")
- 21:23, 18 February 2025 Woozle talk contribs created page Template:fmt/code/syntax (Created page with "{{#tag:syntaxhighlight|{{{2}}}|lang={{{1}}}}}")
- 00:46, 18 February 2025 Woozle talk contribs created page bbc.com/news/articles/ckgrgz8271go (Created page with "{{#set:page type|link}} * '''title''': title::Meta plans globe-spanning sub-sea internet cable * '''link''': URL::https://www.bbc.com/news/articles/ckgrgz8271go * '''w...")
- 03:05, 17 February 2025 Woozle talk contribs created page Property:page title (Created page with "the title of the thing to which the page is referring (especially if different from the wiki-page-title) * '''type''': has type::string")
- 02:37, 17 February 2025 Woozle talk contribs created page MariaDB/SQL/ALTER (Created page with "==Related== * This modifies users created by {{l/same|CREATE}}. ==Syntax== <code>ALTER USER</code> [<code>IF EXISTS</code>] {{fmt/arg|user spec}} [, ''repeat...''] [<code>REQU...")
- 18:39, 16 February 2025 Woozle talk contribs created page MariaDB/SQL/DROP (Created page with "==Example== * <syntaxhighlight inline lang=SQL>DROP USER 'roundcube'@localhost;</syntaxhighlight>")
- 18:30, 16 February 2025 Woozle talk contribs created page MariaDB/SQL/CREATE (Created page with "==Example== * <syntaxhighlight inline lang=SQL>CREATE USER 'roundcube'@localhost IDENTIFIED BY 'yourPasswordHere!';</syntaxhighlight>")
- 17:54, 16 February 2025 Woozle talk contribs created page MariaDB/SQL/GRANT (Created page with "==Syntax== * <code>GRANT</code> {{fmt/arg|priv list}} <code>ON</code> {{fmt/arg|object type}} {{fmt/arg|priv level}} <code>TO</code> {{fmt/arg|user spec}} [ {{fmt/arg|user opt...")
- 17:32, 16 February 2025 Woozle talk contribs created page MariaDB/SQL (Created page with "==Commands== * {{l/sub|CREATE}} * {{l/sub|GRANT}} * {{l/sub|SELECT}}")
- 17:18, 16 February 2025 Woozle talk contribs moved page Linux/command/tar to cmd/tar without leaving a redirect (current naming convention)
- 16:32, 16 February 2025 Woozle talk contribs created page Template:page/man (adapted/updated from Template:manpagehdr)
- 15:59, 16 February 2025 Woozle talk contribs moved page Gzip (manpage) to cmd/gzip/manpage without leaving a redirect (current naming conventions)
- 23:00, 15 February 2025 Woozle talk contribs created page krebsonsecurity.com/2025/02/nearly-a-year-later-mozilla-is-still-promoting-onerep (Created page with "{{#set:page type|link}} * '''title''': title::Nearly a Year Later, Mozilla is Still Promoting OneRep * '''link''': URL::https://krebsonsecurity.com/2025/02/nearly-a-year...")
- 21:12, 13 February 2025 Woozle talk contribs created page quantum computing (Created page with "==Links== {{links/news}}")
- 21:04, 13 February 2025 Woozle talk contribs created page arxiv.org/abs/2405.15838 (Created page with "{{#set:page type|link}} * '''link''': URL::https://arxiv.org/abs/2405.15838 * '''title''': [[title::[arXiv:2405.15838] What You Shouldn't Know About Quantum Computers]] *...")
- 03:13, 13 February 2025 Woozle talk contribs created page dustycloud.org/blog/how-decentralized-is-bluesky (Created page with "{{#set:page type|article}} * '''link''': URL::https://dustycloud.org/blog/how-decentralized-is-bluesky/ * '''title''': title::How decentralized is Bluesky really? * ''...")
- 01:30, 13 February 2025 Woozle talk contribs created page tedium.co/2024/05/17/google-web-search-make-default (Created page with "{{#set:page type|link}} * '''link''': URL::https://tedium.co/2024/05/17/google-web-search-make-default/ * '''title''': title::Does One Line Fix Google? * '''author''':...")
- 02:53, 12 February 2025 Woozle talk contribs created page Property:when posted (Created page with "When posted is the has type::date (and possibly time) on which a referenced item was posted to the web.{{#set:Subproperty of=when available}}")
- 02:51, 12 February 2025 Woozle talk contribs created page Property:title (Created page with "the title of the thing to which the page is referring * '''type''': has type::string")
- 02:50, 12 February 2025 Woozle talk contribs created page bbc.com/news/articles/c4gx37ky3gyo (Created page with "{{#set:page type|link}} * '''link''': URL::https://www.bbc.com/news/articles/c4gx37ky3gyo * '''title''': title::Earth's inner core may have changed shape, say scientists...")
- 02:43, 12 February 2025 Woozle talk contribs created page Template:smw/show/link (Created page with "<noinclude>category:layoutused by Template:Links/news to format individual list-items</noinclude><includeonly> * '''{{#time: Y/m/d | {{{2}}}}}''' {{#ifeq: {{#time: Hi...")
- 02:41, 12 February 2025 Woozle talk contribs created page Template:links/news (Created page with "<noinclude>category:listerSee also: {{l/same|author}}, {{l/same|video}}</noinclude>{{#ask:page type::link [[topic::{{FULLPAGENAME}}]] |sort=when posted |order=DESC |li...")
- 02:35, 12 February 2025 Woozle talk contribs created page Earth/archive (Created page with "{{fmt/title|archive of links from original version of page, to be curated}} ==Related Pages== * sustainable living ==Tools== *[http://babelfish.altavista.com/ Babelfish]:...")
- 16:13, 6 February 2025 Woozle talk contribs created page HTML/entity/list (extracted from parent page)
- 16:00, 6 February 2025 Woozle talk contribs moved page HTML entity to HTML/entity (reorganizing)
- 21:35, 5 February 2025 Woozle talk contribs deleted page FerretMyMoney (Moved to another site: content was: "<hide> page type::documentation thing type::software thing type::MediaWiki extension purpose::personal financial management status::incomplete </hide> ==About== FerretMyMoney (FMM) is a MediaWiki extension which is intended to fill in some missing or poorly-implemented functions in KMyMoney (KMM). It works with a KMyMoney database which has been ex...", and the only contributor was "Woozle" (...)
- 21:32, 5 February 2025 Woozle talk contribs deleted page FerretMyMoney/sql/fmmTrxacts (Moved to another site: content was: "==About== * '''Purpose''': stores extended data about KMyMoney transactions * '''Fields''': ** '''UseBank''': if TRUE, set BalCalc to BalBank rather than using any prior calculations ** '''UseDate''': if TRUE, the bank's balance should apply after the last transaction of the day, and is not tied to a specific transaction. *** The actual implem...", and the only contributor was "Woozle" (...)
- 21:32, 5 February 2025 Woozle talk contribs deleted page FerretMyMoney/sql/fmmBankBals (Moved to another site: content was: "==About== * '''Purpose''': stores end-of-day balances as shown by the bank (online or statement) * '''History''': ** '''2012-02-20''' designed ==SQL== <section begin=sql /><mysql>CREATE TABLE `fmmTrxacts` ( ID_Acct VARCHAR(32) NOT NULL COMMENT "ID of KMM Account", WhenBank DATETIME NOT NULL COMMENT "day for which this balance applies", Balance DECIMAL(...", and the only contributor was "Woozle" (...)
- 17:28, 4 February 2025 Woozle talk contribs created page File:sup arrisTG1672 UserGuide-1488477890.pdf ([[category::hardware]] [[category::user guide]] [[category::Arris]] * '''source URL''': https://d15yx0mnc9teae.cloudfront.net/sites/default/files/sup_arrisTG1672_UserGuide-1488477890.pdf)
- 17:28, 4 February 2025 Woozle talk contribs uploaded File:sup arrisTG1672 UserGuide-1488477890.pdf ([[category::hardware]] [[category::user guide]] [[category::Arris]] * '''source URL''': https://d15yx0mnc9teae.cloudfront.net/sites/default/files/sup_arrisTG1672_UserGuide-1488477890.pdf)
- 00:55, 11 January 2025 Woozle talk contribs moved page Sane-find-scanner to sane-find-scanner (shouldn't be capitalized)
- 00:40, 11 January 2025 Woozle talk contribs created page Neat Company (Created page with "The Neat Company made a series of sheet-fed desktop scanners for Mac and Windows, with no support at all for Linux. There is a scattering of inquiries on various web...")
- 15:49, 31 December 2024 Woozle talk contribs created page OpenChat (Created page with "OpenChat can refer to any of the following: * [https://openchat.co/ openchat.co]: "A powerful decentralized protocol based on blockchain technology", [https://openchat.co/...")
- 21:05, 11 December 2024 Woozle talk contribs created page Lazarus IDE/how to (Created page with "{{fmt/title|Lazarus IDE: how to|just a page of loose notes, so far}} * '''re-attach a lost form to a project''': ** create a new form with a temporary name ** save the projec...")
- 16:26, 6 December 2024 Woozle talk contribs deleted page Template:fmt/code/mariadb (Author request: There is apparently just no way to make this work. content was: "<syntaxhighlight lang=mysql inline>", and the only contributor was "Woozle" (talk))