file_kinds
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| file_kinds [2021/01/26 18:37] – [.desktop] pcmanm note/link rjt | file_kinds [2024/05/07 23:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Was always intrigued by these files. Used for describing contents of archives and folders. | + | Was always intrigued by these files. Used for describing contents of archives and directories. |
| * FILE_ID.DIZ [[wp> | * FILE_ID.DIZ [[wp> | ||
| Line 10: | Line 10: | ||
| * README, READ.ME, README.* [[wp> | * README, READ.ME, README.* [[wp> | ||
| - | ===== Browser | + | ==== See Also ==== |
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ===== Browser ===== | ||
| ==== .CRX ==== | ==== .CRX ==== | ||
| Line 20: | Line 25: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | ==== Bookmarks ==== | ||
| + | |||
| + | In [[Firefox]] at least, bookmarks are exported and imported via [[HTML]] files with a '' | ||
| + | |||
| + | Examples: [[https:// | ||
| + | |||
| + | If you just want to import a basic list of links you can use a simplified version like: | ||
| + | |||
| + | <code html> | ||
| + | < | ||
| + | <meta http-equiv=" | ||
| + | <dl> | ||
| + | < | ||
| + | < | ||
| + | </dl> | ||
| + | </ | ||
| + | |||
| + | On import these will be plopped into the top level of the ' | ||
| + | |||
| + | <code html> | ||
| + | < | ||
| + | <meta http-equiv=" | ||
| + | <dl> | ||
| + | < | ||
| + | <dl> | ||
| + | < | ||
| + | </ | ||
| + | </dl> | ||
| + | </ | ||
| + | |||
| + | You can give your links titles, add tags ('' | ||
| + | |||
| + | ===See Also=== | ||
| + | * [[https:// | ||
| + | * [[tildegit> | ||
| ===== Linux ===== | ===== Linux ===== | ||
| Line 32: | Line 73: | ||
| I have an example one in my ''/ | I have an example one in my ''/ | ||
| - | < | + | < |
| [Desktop Entry] | [Desktop Entry] | ||
| Type=Application | Type=Application | ||
| Line 53: | Line 94: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Music ===== | ||
| + | |||
| + | I've written a bit about messing with .M3U files on the [[plaintext]] page. | ||
| + | |||
| + | ===== Music Making ===== | ||
| + | |||
| + | [[Reaper]] uses standard .TXT files for saving and loading note names: 'MIDI note/CC name map'. Eg this one I made for the [[Korg ER-1]]: | ||
| + | |||
| + | < | ||
| + | # MIDI note/CC name map | ||
| + | 49 Crash | ||
| + | 46 Hi-Hat Open | ||
| + | 45 Audio In 2 | ||
| + | 43 Audio In 1 | ||
| + | 42 Hi-Hat Close | ||
| + | 41 Percussion Synth 4 | ||
| + | 40 Percussion Synth 3 | ||
| + | 39 H.Clap | ||
| + | 38 Percussion Synth 2 | ||
| + | 36 Percussion Synth 1 | ||
| + | </ | ||
| + | |||
| + | It can load ' | ||
| + | |||
| + | .INS is used in other DAWs too, and looks like an .INI file. | ||
| + | |||
| + | .REABANK is… very plain, syntax wise. | ||
| + | |||
| + | ==== See Also ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[http:// | ||
| ===== Programmy Stuffs ===== | ===== Programmy Stuffs ===== | ||
| Line 73: | Line 147: | ||
| Mostly I use it to hide results from shit websites in [[duckduckgo]] searches, for example: | Mostly I use it to hide results from shit websites in [[duckduckgo]] searches, for example: | ||
| - | < | + | < |
| + | @-moz-document domain(duckduckgo.com) { | ||
| /* Hide reults from particular domains */ | /* Hide reults from particular domains */ | ||
| Line 84: | Line 159: | ||
| } | } | ||
| - | }</ | + | } |
| + | </ | ||
| - | Otherwise I'm just blocking a few pesky ads., and making basic, Web1.0-like pages a bit easier | + | Otherwise I'm just [[blocking|blocking]] |
| //see -s-[[Firefox# | //see -s-[[Firefox# | ||
| - | {{tag> | + | ===== See Also ===== |
| + | |||
| + | * [[plaintext]] | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | |||
| + | {{tag>external-edit-only | ||
file_kinds.1611646626.txt.gz · Last modified: 2021/01/26 18:37 by rjt
