Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:RecentChanges: Difference between revisions

Template page
Created page with "{{#invoke:RecentChanges|recentChanges}}"
 
No edit summary
 
Line 1: Line 1:
{{#invoke:RecentChanges|recentChanges}}
{{Special:RecentChanges}}

Latest revision as of 05:18, 10 September 2024

List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

18 September 2024

N    03:41  clipthing.html‎‎ 2 changes history +5,475 [Derg‎ (2×)]
 m   
03:41 (cur | prev) +1 Derg talk contribs (formatting)
N    
03:31 (cur | prev) +5,474 Derg talk contribs (Created page with "To try this thing out go to https://kserver.nu/tools/clipthing.php <syntaxhighlight lang="html"> <!DOCTYPE html> <html> <head> <title>ClipThing</title> <style> html { color: #ffffff; background-color: #000000; } #stuff { width: 100%; } .item { background-color: #111111; margin-bottom: 10px; padding: 5px; width: 100%; } .c...")

17 September 2024

N    08:26  splitsql.py diffhist +616 Derg talk contribs (Created page with " <syntaxhighlight lang="python"> cur = 'beginning' fi = open(cur + '.sql', 'wb') starts = b'CREATE DATABASE →‎!32312 IF NOT EXISTS: `' ends = b'` →‎!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci: ;' with open('beforereinstallalldbs.sql', 'rb') as f: for l in f: l = l.strip() if l.startswith(starts) and l.endswith(ends): cur = l[len(starts):-len(ends)].decode('utf-8') print(cur) fi.close() fi = open(cur + '.sql', 'wb')...")
N    08:02  openfolderoffilenewwindow.reg diffhist +277 Derg talk contribs (Created page with " <syntaxhighlight lang="reg"> Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\openfolderoffileinnewwindow] @="Open folder of file in new window" [HKEY_CLASSES_ROOT\*\shell\openfolderoffileinnewwindow\command] @="explorer.exe /select,\"%1\"" </syntaxhighlight>")

16 September 2024

 m   00:45  .htaccess diffhist −35 Derg talk contribs

15 September 2024

N    21:27  .htaccess‎‎ 2 changes history +639 [Derg‎ (2×)]
 m   
21:27 (cur | prev) +42 Derg talk contribs
N    
06:18 (cur | prev) +597 Derg talk contribs (Created page with " <syntaxhighlight lang="Apache"> RewriteEngine On RewriteBase / # Ignore if file exists RewriteCond %{REQUEST_FILENAME} !-f # Ignore if directory exists RewriteCond %{REQUEST_FILENAME} !-d # Redirect if old w short path RewriteRule ^w/(.*)$ /$1 [R=301,L] # Redirect if old wiki path RewriteRule ^wiki/(.*)$ /$1 [R=301,L] # Sitemap moved fix RewriteRule ^sitemap.xml*$ mediawiki/sitemap.xml [L,QSA] # Root path rewrite to main page RewriteRule ^$ mediawiki/index.php [L,QSA]...")
N    06:50  egloreset.yaml diffhist +2,188 Derg talk contribs (Created page with " <syntaxhighlight lang="yaml"> - id: '1725756517456' alias: EGLO reset device description: '' trigger: [] condition: [] action: - service: switch.turn_on metadata: {} data: {} target: device_id: 600ff73a7ec019441ee0c81accd1f8f8 - wait_template: '' continue_on_timeout: true timeout: '1' - service: switch.turn_off metadata: {} data: {} target: device_id: 600ff73a7ec019441ee0c81accd1f8f8 - wait_template: '' c...")
N    06:35  homo.cpp diffhist +482 Derg talk contribs (Created page with " <syntaxhighlight lang="C++"> #include <iostream> #include <string> class Homo { private: public: std::string key; void operator= (std::string index) { std::cout << this->key << " is " << index << std::endl; } }; class Gay { private: public: Homo operator[] (std::string index) { Homo h; h.key = index; return h; } }; int main() { Gay gay; gay["your mom"] = "gay"; return 0; } </syntaxhig...")
 m   03:08  Puns diffhist −9 Derg talk contribs

14 September 2024

N    22:42  Test‎‎ 3 changes history +1,225 [Derg‎ (3×)]
 m   
22:42 (cur | prev) +4 Derg talk contribs
 m   
05:00 (cur | prev) +158 Derg talk contribs (→‎Basic stuff)
N    
04:54 (cur | prev) +1,063 Derg talk contribs (Created page with " This is a text article <syntaxhighlight lang="python"> # You can syntax highlight code def compacttrace(exc: Exception, maxamount: int = 100): out = [] for a in range(maxamount): line = exc.__traceback__.tb_lineno file = exc.__traceback__.tb_frame.f_code.co_filename out.append(f"{exc!a} # line {line} file {file}") if exc.__cause__: out.append("# Caused") elif exc.__context__: out.append("# Happened...")
N    04:45  Gnolls diffhist +69 Derg talk contribs (Created page with "Gnolls are anthro yeens and very good creatures and I am one at times")