Skip to content

Commit d98b3f3

Browse files
PatrickPatrick
Patrick
authored and
Patrick
committed
Get rid of worthless redundant Python files and add more programming languages
I don’t know why we needed three extra copies, but whatever.
1 parent 5ed6dd8 commit d98b3f3

25 files changed

+144254
-41
lines changed

+/C.c renamed to +/C.h

File renamed without changes.

+/C#.cs renamed to +/CSharp.cs

File renamed without changes.

+/HTML.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
<h1>Hi there</h1>
2-
3-
<p>This is HTML</p>
4-
5-
<a href="https://github.com/CoWinkKeyDinkInc">CoWinkKeyDinkInc was hear and created all these files.</a>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
<h1>Hi there</h1>
7+
<p>This is HTML</p>
8+
<a href="https://github.com/CoWinkKeyDinkInc">CoWinkKeyDinkInc was hear and created all these files.</a>
9+
</body>
10+
</hmtl>

+/Javascript.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
alert("This is Javascript.")
2+
3+
function myFunction() {
4+
var x;
5+
if (confirm("Pick one") == true) {
6+
x = "You can't divide by zero";
7+
} else {
8+
x = "You can divide by zero";
9+
}
10+
document.getElementById("demo").innerHTML = x;
11+
}

+/Lua.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("All these languages are so similar, what's the point of making so many?!? No seriously, think about it!!!!")

+/Swift.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
println("Welcome to Swift! That offers nothing aesthetically different from any other language!")
2+
3+
let apples = 3
4+
let sides-on-a-triangle = 3
5+
let appleSummary = "There are \(apples) apples."
6+
let appleSummary = "There is also 3 \(sides-on-a-triangle)."
7+
let conspiracySummary = "Illuminati Confirmed"

site/api/__init__.py

Whitespace-only changes.

site/api/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/api/migrations/__init__.py

Whitespace-only changes.

site/api/models.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/api/tests.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/api/views.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/authsys/__init__.py

Whitespace-only changes.

site/authsys/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/authsys/migrations/__init__.py

Whitespace-only changes.

site/authsys/models.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/authsys/tests.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/authsys/views.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/dashboard/__init__.py

Whitespace-only changes.

site/dashboard/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/dashboard/migrations/__init__.py

Whitespace-only changes.

site/dashboard/models.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/dashboard/tests.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/dashboard/views.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

site/requirements.txt

Lines changed: 144226 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)