User contributions for Flurry

Jump to: navigation, search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

7 August 2023

13 July 2023

  • 19:2519:25, 13 July 2023 diff hist +2,444 N Steam Music DatabaseCreated page with "{{WIP|Literally any information other than the SQL schema}} Found in <code>$STEAM_HOME/music/_database/musicdatabase_XXXX.db</code>. Not sure what determines the <code>XXXX</code> yet, but mine is <code>0016</code>. <syntaxhighlight lang="sql"> CREATE TABLE localartist ( artistid INTEGER PRIMARY KEY, artistname TEXT, artistsortname TEXT, artistinsertname TEXT ); CREATE INDEX artistid_index ON localartist ( artistid ); CREATE INDEX artistname_index ON lo..." current

11 July 2023

  • 12:0612:06, 11 July 2023 diff hist +1,925 N Valve Data FormatCreated page with "'''Valve Data Format (VDF)''' files are key-value stores used by Source games and Steam. == Text VDF == Most VDF files you'll see are text-based. The spec is pretty well-defined on the [https://developer.valvesoftware.com/wiki/KeyValues Valve Developer Community wiki]. <syntaxhighlight lang="c"> "ParentElem" { "Key1" "1.25" "Key2" "String of text" "ChildElem" { "Key3" "15" // and so on } } </syntaxhighlight> == Compiled VDF == In..." current

6 July 2023

5 July 2023

16 April 2023

  • 22:4922:49, 16 April 2023 diff hist 0 N File:Test Template Info-Icon - Version (2).svgNo edit summary current
  • 22:4822:48, 16 April 2023 diff hist +1,371 N Template:UserboxCreated page with "{| cellspacing="0" style="width:238px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}}; float:{{{float|none}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;" class="wikipediauserbox" {{#if:{{{logo|{{{3|{{{id|id}}}}}}}}}| ! style="width:{{{logo-width|{{{id-w|45}}}}}}px; height:{{{logo-height|{{{id-h|45}}}}}}px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}}; text-align:{{{id-..." current
  • 22:4722:47, 16 April 2023 diff hist +7,100 N Template:Userbox/docCreated page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template can be used to quickly create a userbox for display on a user's user page without having to know HTML or Wikitable syntax. == Usage == <!-- Abstract usage of the template, one variable per row. --> <pre style="overflow: auto"> {{userbox | bodyclass = <!--Adds an HTML class attribute to the entire templ..." current
  • 22:4222:42, 16 April 2023 diff hist +4,671 N MediaWiki:Darkvector.cssCreated page with "→‎CSS placed here will affect users of the DarkVector skin: input, textarea, table.mw_metadata td, table.mw_metadata th, table.wikitable, table.wikitable>*>tr>th, table.wikitable>*>tr>td, pre { background-color: #2b2b2b; } →‎! pastels on dark syntax highlighting: .mw-highlight, .mw-highlight pre, .mw-highlight table { background: #2B2B2B ; } .mw-highlight .hll { background: #ffffcc ; } .mw-highlight { background: #2B2B2B ; color: #E6E1DC ; } .mw-highlight .c { c..." current
  • 22:1022:10, 16 April 2023 diff hist +3,124 N Make Anything Into an App on macOSCreated page with "If you've used macOS/MacOSX and never poked around the structure of an App, I have some mind-blowing information for you: it's just a folder. A folder with more folders, in fact! == How macOS Apps Work == The basic structure of a macOS app is a-like so: <syntaxhighlight lang="text"> - MyCool.app/ + Contents/ + Info.plist + MacOS/ + CoolApp + Resources/ + AppIcon.icns + SomeOtherJunk.txt </syntaxhighlight> This isn't just specific to a..." current

19 February 2023

  • 16:2216:22, 19 February 2023 diff hist +374 SMF on illumosmention how you import this current
  • 16:0716:07, 19 February 2023 diff hist +4,484 N SMF on illumosCreated page with "Maybe I just suck at finding docs, but SMF feels like a bit of a mess. It seems like Solaris users get [https://docs.oracle.com/cd/E36784_01/html/E36871/svcbundle-1m.html#REFMAN1Msvcbundle-1m some nice tools] for creating manifests, but I'm guessing that's post-illumos fork. Refer to [https://www.oracle.com/technetwork/server-storage/solaris10/solaris-smf-manifest-wp-167902.pdf this PDF] for more in-depth info. This assumes you're using [https://illumos.org/man/8/svc.st..."

31 January 2023

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