|
|
|
@ -19,22 +19,6 @@
@@ -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 '()) |
|
|
|
|