User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:34, 22 January 2019 (diff | hist) . . (+35) . . Mysql setting constraints
- 12:33, 22 January 2019 (diff | hist) . . (+76) . . Mysql setting constraints
- 12:19, 22 January 2019 (diff | hist) . . (+21) . . Spin off creating an SSL certificate database (current)
- 12:18, 22 January 2019 (diff | hist) . . (+2) . . Mysql setting constraints
- 12:17, 22 January 2019 (diff | hist) . . (+3) . . Mysql setting constraints
- 12:14, 22 January 2019 (diff | hist) . . (+2) . . Mysql setting constraints
- 12:12, 22 January 2019 (diff | hist) . . (0) . . Mysql setting constraints
- 12:09, 22 January 2019 (diff | hist) . . (+173) . . Mysql setting constraints
- 12:01, 22 January 2019 (diff | hist) . . (+52) . . Mysql setting constraints
- 11:57, 22 January 2019 (diff | hist) . . (+313) . . N Mysql setting constraints (Created page with "<source lang="sql"> CONSTRAINT education_ibfk_1 FOREIGN KEY (profile_id) REFERENCES Profile (profile_id) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT educat...")
- 11:57, 22 January 2019 (diff | hist) . . (+4) . . Spin off creating an SSL certificate database
- 11:57, 22 January 2019 (diff | hist) . . (+36) . . Spin off creating an SSL certificate database
- 11:25, 22 January 2019 (diff | hist) . . (+1) . . Create a table to store the host and port information (current)
- 11:25, 22 January 2019 (diff | hist) . . (+57) . . Create a table to store the host and port information
- 11:22, 22 January 2019 (diff | hist) . . (-1) . . Create a table to store the host and port information
- 11:17, 22 January 2019 (diff | hist) . . (+100) . . Create a table to store the host and port information
- 11:14, 22 January 2019 (diff | hist) . . (+52) . . N Create a table to store the host and port information (Created page with "ALTER TABLE table1 ADD COLUMN foo INT DEFAULT 0;<br>")
- 11:13, 22 January 2019 (diff | hist) . . (+63) . . N SSL cert project implementation plan (Created page with " Create a table to store the host and port information <br>") (current)
- 11:13, 22 January 2019 (diff | hist) . . (+47) . . The Bourne shell script to query for certs (current)
- 10:52, 22 January 2019 (diff | hist) . . (+61) . . The Bourne shell script to query for certs
- 10:51, 22 January 2019 (diff | hist) . . (+31,750) . . N The Bourne shell script to query for certs (Created page with "The script was sourced here : https://prefetch.net/articles/checkcertificate.html <source lang="bash"> #!/usr/bin/env bash # # Program: SSL Certificate Check <ssl-cert-check>...")
- 10:46, 22 January 2019 (diff | hist) . . (+48) . . N Spin off creating an SSL certificate database (Created page with " The Bourne shell script to query for certs ")
- 10:46, 22 January 2019 (diff | hist) . . (+56) . . Coursera courses (current)
- 10:41, 20 January 2019 (diff | hist) . . (+463) . . Passing variables from php to javascript (current)
- 10:37, 20 January 2019 (diff | hist) . . (+102) . . N Passing variables from php to javascript (Created page with "https://stackoverflow.com/questions/23740548/how-to-pass-variables-and-data-from-php-to-javascript<br>")
- 10:35, 20 January 2019 (diff | hist) . . (0) . . The last course with javascript
- 10:35, 20 January 2019 (diff | hist) . . (+51) . . The last course with javascript
- 10:34, 20 January 2019 (diff | hist) . . (+15) . . Coursera courses
- 08:29, 12 January 2019 (diff | hist) . . (+1,138) . . N Roasted tomato and red pepper soup (Created page with "'''Ingredients:''' * 3 peppers, roughly chopped * 4 large vine tomatoes, halved * 1 celery stalk, roughly chopped * coarse sea salt & pepper * 1 tbsp tomato pu...") (current)
- 08:28, 12 January 2019 (diff | hist) . . (+45) . . Soupmaker recipes (current)
- 08:17, 12 January 2019 (diff | hist) . . (+300) . . N Tomato and Red pepper soup (Created page with " '''Ingredients'''<br> '''Serves: 4''' <br> * 2 tablespoons salted butter * 1 small red chilli, seeded and minced * 1 clove garlic, minced * 10 large tomatoes, ch...") (current)
- 08:16, 12 January 2019 (diff | hist) . . (+37) . . N Soupmaker recipes (Created page with " Tomato and Red pepper soup <br>")
- 08:14, 12 January 2019 (diff | hist) . . (-3) . . Recipes
- 07:30, 12 January 2019 (diff | hist) . . (+32) . . Recipes
- 12:32, 8 January 2019 (diff | hist) . . (+990) . . N Function from add.php (Created page with "<source lang="php"> <script> countPos = 0; // http://stackoverflow.com/questions/17650776/add-remove-html-inside-div-using-javascript $(document).ready(function(){ window....") (current)
- 12:31, 8 January 2019 (diff | hist) . . (+32) . . Coursera courses
- 18:31, 16 December 2018 (diff | hist) . . (+203) . . N Showing php session parameters (Created page with "<source lang="php"> <?php session_start(); echo '<pre>' . print_r($_SESSION,TRUE) . '</pre>'; require_once "pdo.php"; foreach ($_POST as $key => $value) echo $key.'='....") (current)
- 18:30, 16 December 2018 (diff | hist) . . (+45) . . Coursera courses
- 10:45, 8 December 2018 (diff | hist) . . (+53) . . The last course with javascript
- 10:42, 8 December 2018 (diff | hist) . . (+526) . . N Profile data validation (Created page with "<source lang="php"> <input type="password" name="pass" id="id_1723"> <input type="submit" onclick="return doValidate();" value="Log In"> function doValidate() { console....") (current)
- 10:41, 8 December 2018 (diff | hist) . . (+36) . . The last course with javascript
- 10:38, 8 December 2018 (diff | hist) . . (+1) . . Checking the password using hashes and salt (current)
- 10:38, 8 December 2018 (diff | hist) . . (+478) . . N Checking the password using hashes and salt (Created page with "<source lng="php"> $check = hash('md5', $salt.$_POST['pass']); $stmt = $pdo->prepare('SELECT user_id, name FROM users WHERE email = :em AND password = :pw'); $stmt->execu...")
- 10:36, 8 December 2018 (diff | hist) . . (+54) . . The last course with javascript
- 10:26, 8 December 2018 (diff | hist) . . (+49) . . The last course with javascript
- 10:24, 8 December 2018 (diff | hist) . . (+71) . . Ubuntu configuration tasks (current)
- 21:57, 7 December 2018 (diff | hist) . . (+1,362) . . N Login.jsp for the last course (Created page with "<source lang="php"> <!DOCTYPE html> <html> <head> <title>Chuck Severance's Resume Registry</title> <!-- bootstrap.php - this is HTML --> <!-- Latest compiled and minified CS...") (current)
- 21:56, 7 December 2018 (diff | hist) . . (+39) . . N The last course with javascript (Created page with " login.jsp for the last course <br>")
- 21:55, 7 December 2018 (diff | hist) . . (+42) . . Coursera courses
- 12:30, 2 December 2018 (diff | hist) . . (+215) . . LXC Ubuntu 16.04
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)