diff --git a/#index.md# b/#index.md# new file mode 100644 index 0000000..08f7410 --- /dev/null +++ b/#index.md# @@ -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. + +Onion + + +
(defconstant NUMBER_OF_PEOPLE 10)
+(defvar *i* 0)
+
+(defun rewrite (n) n)
+(defun memory (n) n)
+
+(format t "Beginning system reset.....")
+(if (y-or-n-p "ALL RESET?")
+    (loop while (<= *i* NUMBER_OF_PEOPLE)
+       do
+	 (rewrite (memory *i*))
+	 (defparameter *i* (1+ *i*))))
+
+
+ + +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 diff --git a/harmful/software/javascript.md b/harmful/software/javascript.md index dd56e08..5dfea48 100644 --- a/harmful/software/javascript.md +++ b/harmful/software/javascript.md @@ -46,6 +46,16 @@ javascript enabled! it will be fucking impossible true +<'0' == 0 +>true + +<'\t' == 0 +>true +<[] == 0 +>true +<'\t' == [] +>false + false >false == null diff --git a/index.md b/index.md index be919b9..3c9c279 100644 --- a/index.md +++ b/index.md @@ -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. -
Onion - +Onion
+[Eepsite](http://3i3bbs2zfabyleqxcqueeegakutrtk3hbxmvbtkrgwvetlmity4q.b32.i2p/)
(defconstant NUMBER_OF_PEOPLE 10)