-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (124 loc) · 3.73 KB
/
index.html
File metadata and controls
134 lines (124 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<html>
<head>
<title>PixelToast</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
</head>
<body>
<div id="main">
<div id="logo">
<img src="logo.png"/>
</div>
<div id="links">
<a href="http://www.computercraft.info/forums2/index.php?/user/1559-pixeltoast/">
ComputerCraft
</a>-
<a href="http://oc.cil.li/index.php?/user/113-pixeltoast/">
OpenComputers
</a>-
<a href="https://github.com/PixelToast">
GitHub
</a>-
<a href="https://www.youtube.com/user/TheGyroid">
YouTube
</a>-
<a href="http://steamcommunity.com/id/TrollGabe/">
Steam
</a>-
<a href="http://pixeltoast.imgur.com/">
Imgur
</a>-
<a href="http://www.vexforum.com/member.php?u=824030">
Vex forum
</a>-
<a href="http://webchat.esper.net/?channels=#pixel">
IRC
</a>
</div>
<div id="projects">
Projects
<div class="projectTitle">
<a href="https://github.com/MoltenPlastic/nersis-love">Nersis</a>
</div>
<div class="project">
A game engine with physics, audio synthesis, and networking<br>
Language: C++ / C / Lua
</div>
<div class="projectTitle">
<a href="https://github.com/HeroesAliance/skyrise-app">Skyrise app</a>
</div>
<div class="project">
A Vex Skyrise scoring app for android in Love2d<br>
Language: Lua
</div>
<div class="projectTitle">
<a href="https://github.com/P-T-/webserver">Webserver</a>
</div>
<div class="project">
A verry fast scriptable webserver with post/get support, file buffering and more<br>
Language: Lua / C
</div>
<div class="projectTitle">
<a href="https://github.com/VexKnights/4540D">4540D (skyrise)</a>
</div>
<div class="project">
2014-2015 code for VRC team 4540D, has advanced auton selection and shaft encoder functions<br>
Language: RobotC
</div>
<div class="projectTitle">
<a href="https://github.com/P-T-/less-fail-lua-ircd">IRC server</a>
</div>
<div class="project">
An incomplete irc server, has basic channel joining and opping<br>
Language: Lua
</div>
<div class="projectTitle">
<a href="https://github.com/P-T-/-v4">^v4</a>
</div>
<div class="project">
An IRC bot with many plugins<br>
Language: Lua / C
</div>
<div class="projectTitle">
<a href="https://github.com/OpenPrograms/TCPNet">TCPNet</a>
</div>
<div class="project">
Long range communication over sockets for OpenComputers<br>
Language: Lua
</div>
<div class="projectTitle">
<a href="https://github.com/OpenPrograms/Pixel-Programs">Pixel Programs</a>
</div>
<div class="project">
Various OpenComputers programs<br>
Language: Lua
</div>
<div class="projectTitle">
<a href="https://github.com/P-T-/vfs">Virtual filesystem</a>
</div>
<div class="project">
Allows mounting virtual folders in ComputerCraft<br>
Language: Lua
</div>
</div>
<div id="copyright">
Copyright (c) 2015
</div>
</div>
<script src="http://www.dogets.com/widget/dogets.js" type="text/javascript"></script>
<div id="doge"><script>
DogetsCom.go({
wallet_address: "DUSsEh6r66epDr2P5GtLKP7anDWBEVssSK",
currency: "Doge",
counter: "Count",
alignment: "bl",
qrcode: true,
auto_show: false,
lbl_button: "Donate Dogecoin",
lbl_address: "Donate Dogecoin to this Address:",
lbl_count: "Donations",
lbl_amount: "Doge"
});
</script></div>
</body>
</html>