This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Levi Durfee</title> | |
<meta name="description" content="Levi Durfee"> | |
<meta name="author" content="Levi Durfee"> | |
<link rel="stylesheet" href="/assets/css/styles.css?v=1.0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import sys | |
import csv | |
import datetime | |
import time | |
import twitter | |
def tb(): | |
#run speedtest-cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if(isset($_POST["username"])) { | |
if($users->login($_POST["username"], $_POST["password"])) { | |
$_SESSION["logged_in"] = true; | |
$_SESSION["usersId"] = $users->usersId; | |
$_SESSION["username"] = $users->username; | |
$_SESSION["email"] = $users->email; | |
} | |
} | |
?> |
NewerOlder