mirror of
https://github.com/driftywinds/materialmkdocs.git
synced 2025-12-19 04:53:34 +00:00
added a bunch of stuff in misc services
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
# Miscellaneous
|
||||
|
||||
Here is some stuff I host on VPSs.
|
||||
Here is some stuff I host on VPSs and/or GitHub.
|
||||
|
||||
## Utilities
|
||||
|
||||
### Open to use
|
||||
|
||||
#### VPS
|
||||
- [4get Search Engine](https://4get.drifty.win)
|
||||
- [Enclosed Instance](https://enclosed.003274.xyz/)
|
||||
- [Pairdrop instance](https://pairdrop.drifty.win/)
|
||||
|
||||
#### GitHub
|
||||
|
||||
- [year progress bar](https://progress.003274.xyz/year) and [month progress bar](https://progress.003274.xyz/month)
|
||||
- custom progress bar ([repo](https://github.com/driftywinds/progress-bar))
|
||||
|
||||
@@ -16,6 +20,14 @@ Here is some stuff I host on VPSs.
|
||||
|
||||
`https://progress.003274.xyz/?title=My%20Project&startdate=2023-02-05&enddate=2024-04-06`
|
||||
|
||||
- [timezone converter](https://timezone.003274.xyz) ([repo](https://github.com/driftywinds/timezone-converter))
|
||||
- [GitHub releases stats](https://releases.drifty.win/) ([repo](https://github.com/driftywinds/gh-release-stats))
|
||||
- [GitHub repo stats](https://stats.drifty.win/api/pin?username=driftywinds&repo=ytm-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515) ([repo](https://github.com/driftywinds/gh-stats)) (hosted on vercel, parameters can be changed in the URL, more info in repo)
|
||||
- [udm14](https://driftywinds.github.io/udm14/) (search google without AI) ([repo](https://github.com/driftywinds/udm14))
|
||||
- [toolz instance](https://driftywinds.github.io/toolz/) (mostly for adblock) ([repo](https://github.com/driftywinds/toolz))
|
||||
- [online hash tools instance](https://driftywinds.github.io/online-tools/) ([repo](https://github.com/driftywinds/online-tools))
|
||||
- [mkv extractor](https://driftywinds.github.io/mkv-extract/) (extract stuff from MKV files) ([repo](https://github.com/driftywinds/mkv-extract))
|
||||
|
||||
### Accounts on Request
|
||||
|
||||
- Matrix Server (closed to the public, accounts on request)
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -711,6 +711,30 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Open to use">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#vps" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
VPS
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#github" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
GitHub
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -822,6 +846,30 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<nav class="md-nav" aria-label="Open to use">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#vps" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
VPS
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#github" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
GitHub
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -890,19 +938,32 @@
|
||||
|
||||
|
||||
<h1 id="miscellaneous">Miscellaneous</h1>
|
||||
<p>Here is some stuff I host on VPSs.</p>
|
||||
<p>Here is some stuff I host on VPSs and/or GitHub.</p>
|
||||
<h2 id="utilities">Utilities</h2>
|
||||
<h3 id="open-to-use">Open to use</h3>
|
||||
<h4 id="vps">VPS</h4>
|
||||
<ul>
|
||||
<li><a href="https://4get.drifty.win">4get Search Engine</a></li>
|
||||
<li><a href="https://enclosed.003274.xyz/">Enclosed Instance</a></li>
|
||||
<li><a href="https://pairdrop.drifty.win/">Pairdrop instance</a></li>
|
||||
</ul>
|
||||
<h4 id="github">GitHub</h4>
|
||||
<ul>
|
||||
<li><a href="https://progress.003274.xyz/year">year progress bar</a> and <a href="https://progress.003274.xyz/month">month progress bar</a></li>
|
||||
<li>
|
||||
<p>custom progress bar (<a href="https://github.com/driftywinds/progress-bar">repo</a>) </p>
|
||||
<p>Customize "My%20Project" for title and start and end dates in the URL to make your own progress bar of a time perod in this template: - </p>
|
||||
<p><code>https://progress.003274.xyz/?title=My%20Project&startdate=2023-02-05&enddate=2024-04-06</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://timezone.003274.xyz">timezone converter</a> (<a href="https://github.com/driftywinds/timezone-converter">repo</a>)</p>
|
||||
</li>
|
||||
<li><a href="https://releases.drifty.win/">GitHub releases stats</a> (<a href="https://github.com/driftywinds/gh-release-stats">repo</a>)</li>
|
||||
<li><a href="https://stats.drifty.win/api/pin?username=driftywinds&repo=ytm-builds&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515">GitHub repo stats</a> (<a href="https://github.com/driftywinds/gh-stats">repo</a>) (hosted on vercel, parameters can be changed in the URL, more info in repo)</li>
|
||||
<li><a href="https://driftywinds.github.io/udm14/">udm14</a> (search google without AI) (<a href="https://github.com/driftywinds/udm14">repo</a>)</li>
|
||||
<li><a href="https://driftywinds.github.io/toolz/">toolz instance</a> (mostly for adblock) (<a href="https://github.com/driftywinds/toolz">repo</a>)</li>
|
||||
<li><a href="https://driftywinds.github.io/online-tools/">online hash tools instance</a> (<a href="https://github.com/driftywinds/online-tools">repo</a>)</li>
|
||||
<li><a href="https://driftywinds.github.io/mkv-extract/">mkv extractor</a> (extract stuff from MKV files) (<a href="https://github.com/driftywinds/mkv-extract">repo</a>)</li>
|
||||
</ul>
|
||||
<h3 id="accounts-on-request">Accounts on Request</h3>
|
||||
<ul>
|
||||
|
||||
@@ -2,42 +2,42 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/index.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/aboutme.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/piracy/index.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/piracy/TV/links.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/piracy/music/links.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/services/index.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/services/android.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/services/deta.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/services/ios.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docs.drifty.win/services/misc.html</loc>
|
||||
<lastmod>2025-01-16</lastmod>
|
||||
<lastmod>2025-01-17</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user