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

User contributions for Derg

A user with 82 edits. Account created on 9 September 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

18 September 2024

  • 03:4103:41, 18 September 2024 diff hist +1 m clipthing.htmlformatting current
  • 03:3103:31, 18 September 2024 diff hist +5,474 N clipthing.htmlCreated 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

16 September 2024

15 September 2024

  • 21:2721:27, 15 September 2024 diff hist +42 m .htaccessNo edit summary
  • 06:5006:50, 15 September 2024 diff hist +2,188 N egloreset.yamlCreated 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..." current
  • 06:3506:35, 15 September 2024 diff hist +482 N homo.cppCreated 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..." current
  • 06:1806:18, 15 September 2024 diff hist +597 N .htaccessCreated 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]..."
  • 03:0803:08, 15 September 2024 diff hist −9 m PunsNo edit summary current

14 September 2024

  • 22:4222:42, 14 September 2024 diff hist +4 m TestNo edit summary current
  • 05:0005:00, 14 September 2024 diff hist +158 m Test→‎Basic stuff
  • 04:5404:54, 14 September 2024 diff hist +1,063 N TestCreated 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..."
  • 04:4504:45, 14 September 2024 diff hist +69 N GnollsCreated page with "Gnolls are anthro yeens and very good creatures and I am one at times" current

12 September 2024

10 September 2024

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)