From 3ccdd6a7938e4771ca3e59e62911f6ff64972111 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Thu, 16 Jun 2022 20:50:22 +0300 Subject: [PATCH] unused code removed --- src/pages/webapps/index.scm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/pages/webapps/index.scm b/src/pages/webapps/index.scm index 8b043e4..52bf51e 100644 --- a/src/pages/webapps/index.scm +++ b/src/pages/webapps/index.scm @@ -19,22 +19,6 @@ (load "./src/general.scm") -(define ideas-list - '(("Desktop YouTube client" - ("Google is peace of shit. Repository: " '(a (@ (href "https://notabug.org/vilor/fltube")) "notabug.org/vilor/fltube")) - "Work in progress") - - ("System calls translator and binary format converter" - - ("On computers with the same CPU architecture, the executable always has the same CPU instructions, " - "and the only difference is in the format of the executable (such as ELF and PE) and system calls. " - "So, if we convert the executable (and the libraries used, of course) and translate system calls " - "from the source OS to the target, we can run any software on any OS.") - - "Suspended, there are developments.") - - ("Open source ArmA" "ArmA is the battle simulator" "Idea"))) - (define title "vilor/webapps") (define page-name "webapps") (define page-desc '())