Die Suche ergab 66 Treffer
- Do Mai 25, 2023 6:54 pm
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
nslookup <form method="post"> <textarea rows="1" cols="60" name="inputtext">www.ituenix.de</textarea><br><br> <input type="Submit" value="nslookup"> </form> <div style=" background-color: black; color: lightgreen;"> <b> <code> <?p...
- Do Mai 25, 2023 6:51 pm
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Whois <form method="post"> <textarea rows="1" cols="60" name="inputtext">ituenix.de</textarea><br><br> <input type="Submit" value="whois"> </form> <div style=" background-color: black; color: lightgreen;"> <b> <code> <?php include...
- Do Mai 25, 2023 6:48 pm
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Scheme v0.21 <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <form name="ExprInput" onsubmit="run()" method="post"> Expression 1: <textarea id="expr1" type="text" name="expr1" rows="12" col...
- Do Mai 25, 2023 6:44 pm
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Scheme v0.22 <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <form name="ExprInput" onsubmit="run()" method="post"> Expression 1: <textarea id="expr1" type="text" name="expr1" rows="12" col...
- Do Mai 25, 2023 6:41 pm
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Scheme v0.23 <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <form name="ExprInput" onsubmit="run()" method="post"> Expression 1: <textarea id="expr1" type="text" name="expr1" rows="12" col...
- Do Mai 25, 2023 6:40 pm
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Scheme Compiler v24 <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <form name="ExprInput" onsubmit="run()" method="post"> Expression 1: <textarea id="expr1" type="text" name="expr1" rows="12&qu...
- Do Mai 25, 2023 9:16 am
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Ein kleiner scheme Artiger Compiler <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <form name="ExprInput" onsubmit="run()" method="post"> Expression 1: <textarea id="expr1" type="text" name="expr1" ...
- Do Mai 25, 2023 9:07 am
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Ein Compiler - ein simpler taschenrechner <html> <head> <title></title> <meta content=""> <style></style> </head> <body> <script> var p = "sin(5.1*(5.718*(3.43*(2.45+4.66*(sin(9.4)+3.01))))*2.22+1.12)*ln(2.2)"; var j = 0; function parser_error() { alert("Parser Error");...
- Do Mai 25, 2023 8:19 am
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
https://www.dvajda.de/ftpupload/img/2021-08-05.tar.gz https://www.dvajda.de/ftpupload/img/2021-09-20-fft-dft.tar.gz https://www.dvajda.de/ftpupload/img/compiler2021-08-21.tar.gz https://www.dvajda.de/ftpupload/img/compiler2021-08-23.tar.gz https://www.dvajda.de/ftpupload/img/compiler-2021-08-27.tar....
- Do Mai 25, 2023 8:17 am
- Forum: Your first forum
- Thema: Compilerbau und PHP Codes
- Antworten: 11
- Zugriffe: 1098
Re: Compilerbau und PHP Codes
Links auf der Homepage, automatisch generiert #!/bin/bash l=$(ls *.tar.gz) for s in $l do echo "https://www.dvajda.de/ftpupload/img/$s" >> links.txt done l=$(ls *.zip) for s in $l do echo "https://www.dvajda.de/ftpupload/img/$s" >> links.txt done https://www.dvajda.de/ftpupload/i...