Browse Source

Remove incidental files

master
Noelle 4 years ago
parent
commit
4d8cca2b57
5 changed files with 7 additions and 2158 deletions
  1. 7
    7
      Cargo.lock
  2. 0
    2135
      GPUs.txt
  3. 0
    5
      config.xml
  4. 0
    11
      index.html
  5. BIN
      work/client.db

+ 7
- 7
Cargo.lock View File

"memchr", "memchr",
] ]


[[package]]
name = "hello"
version = "0.2.0"
dependencies = [
"regex",
]

[[package]] [[package]]
name = "lazy_static" name = "lazy_static"
version = "1.4.0" version = "1.4.0"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
] ]

[[package]]
name = "webserv"
version = "0.2.0"
dependencies = [
"regex",
]

+ 0
- 2135
GPUs.txt
File diff suppressed because it is too large
View File


+ 0
- 5
config.xml View File

<config>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'/>
</config>

+ 0
- 11
index.html View File

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Index!</title>
</head>
<body>
<h1>Hello!</h1>
<p>This is the index page. It's different from the hello page.</p>
</body>
</html>

BIN
work/client.db View File


Loading…
Cancel
Save