Added things to JS apparently and added eepsite to index

This commit is contained in:
qorg11 2020-10-30 17:49:56 +01:00
parent c1b87fdfe6
commit 543304827d
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
3 changed files with 67 additions and 2 deletions

55
#index.md# Normal file
View File

@ -0,0 +1,55 @@
# kill-9.xyz
This is a website made by qorg11. This is a "blog" about anything. It
runs [werc](http://werc.cat-v.org) as its "cms"
The theme is Yotsuba B
Anything that I've written in this website is under CC BY SA
license. Images might or might not be under that license.
Any article in this website is WIP. And they will always be WIP.
## Contributing to this website
Go to the [GitLab repository](https://gitlab.com/qorg11/kill9), fork
it, change whatever, make a pull request, ill merge, and your change
will appear here. If you don't want to use Git,
[email](mailto:qorg\[@\)vxempire.xyz) me a diff and I'll patch the
file. Atribution will be given if wanted.
If you want to request an article, just submit an issue or email me.
## RSS feed
Since we use a fucking wiki software and this is not a blog we don't have a RSS feed.
Nevertheless, we use git for the control of this website. Meaning
everytime we made a commit on this website. the [qorg11.net RSS
feed](https://git.qorg11.net/kill9.git/rss) is updated. So you can use
that RSS feed.
Please note that that RSS feed can have any kind of crap. From "fixed
typos" to a whole new article. Anyways, I hope it helps you.
<a href="http://killnod2s77o3axkktdu52aqmmy4acisz2gicbhjm4xbvxa2zfftteyd.onion/">Onion</a>
<a href="
<img src="/satania.jpg" width=500>
<pre style="color:#000000; font-size:10pt; font-family:'Courier New',monospace;"><span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">defconstant</span> NUMBER_OF_PEOPLE <span style="color:#b07e00">10</span><span style="color:#000000">)</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">defvar</span> <span style="color:#000000">*</span>i<span style="color:#000000">*</span> <span style="color:#b07e00">0</span><span style="color:#000000">)</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">defun</span> <span style="color:#0057ae">rewrite</span> <span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">n</span><span style="color:#000000">)</span> n<span style="color:#000000">)</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">defun</span> <span style="color:#0057ae">memory</span> <span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">n</span><span style="color:#000000">)</span> n<span style="color:#000000">)</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">format</span> t <span style="color:#bf0303">&quot;Beginning system reset.....&quot;</span><span style="color:#000000">)</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">if</span> <span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">y-or-n-p</span> <span style="color:#bf0303">&quot;ALL RESET?&quot;</span><span style="color:#000000">)</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">loop</span> while <span style="color:#000000">(&lt;= *</span>i<span style="color:#000000">*</span> NUMBER_OF_PEOPLE<span style="color:#000000">)</span>
do
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">rewrite</span> <span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">memory</span> <span style="color:#000000">*</span>i<span style="color:#000000">*))</span>
<span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">defparameter</span> <span style="color:#000000">*</span>i<span style="color:#000000">* (</span><span style="color:#000000; font-weight:bold">1</span><span style="color:#000000">+ *</span>i<span style="color:#000000">*))))</span>
</pre>
car car car car cdr cdr cdr cdr car cdr eval apply car cdr eval apply car cdr eval apply car cdr eval apply car cdr eval apply car cdr eval apply

View File

@ -46,6 +46,16 @@ javascript enabled! it will be fucking impossible
<false == "0"
>true
<'0' == 0
>true
<'\t' == 0
>true
<[] == 0
>true
<'\t' == []
>false
<false == undefined
>false
>false == null

View File

@ -32,8 +32,8 @@ that RSS feed.
Please note that that RSS feed can have any kind of crap. From "fixed
typos" to a whole new article. Anyways, I hope it helps you.
<a href="http://killnod2s77o3axkktdu52aqmmy4acisz2gicbhjm4xbvxa2zfftteyd.onion/">Onion</a>
<a href="http://killnod2s77o3axkktdu52aqmmy4acisz2gicbhjm4xbvxa2zfftteyd.onion/">Onion</a><br/>
[Eepsite](http://3i3bbs2zfabyleqxcqueeegakutrtk3hbxmvbtkrgwvetlmity4q.b32.i2p/)
<img src="/satania.jpg" width=500>
<pre style="color:#000000; font-size:10pt; font-family:'Courier New',monospace;"><span style="color:#000000">(</span><span style="color:#000000; font-weight:bold">defconstant</span> NUMBER_OF_PEOPLE <span style="color:#b07e00">10</span><span style="color:#000000">)</span>