My Portfolio
This website is dedicated to showcasing a variety of my hardware and software projects. Source code is included with almost every project; Schematics for hardware projects are provided when possible.
Recent Software see more...
$result = mysqli_query($GLOBALS["___mysqli_ston"], "SELECT * FROM software WHERE public=1 ORDER BY lastUpdated DESC LIMIT 4");
while ($row = mysqli_fetch_assoc($result))
{ ?>
'>
file_download echo number_format($row['sourceDownloads'] + $row['binaryDownloads']); ?>
visibility echo number_format($row['views']); ?>
echo $row['title']; ?>
} ?>
Recent Hardware see more...
$result = mysqli_query($GLOBALS["___mysqli_ston"], "SELECT * FROM hardware WHERE public=1 ORDER BY date DESC LIMIT 4");
while ($row = mysqli_fetch_assoc($result))
{
?>
'>
visibility echo number_format($row['views']); ?>
echo $row['title']; ?>
} ?>
Recent Blog Posts see more...
$result = mysqli_query($GLOBALS["___mysqli_ston"], "SELECT * FROM blog WHERE public=1 ORDER BY creationDate DESC LIMIT 3");
while ($row = mysqli_fetch_assoc($result))
{
?>
'>
visibility echo number_format($row['views']); ?>
echo $row['title']; ?>
}?>