User contributions for Stevet
12 September 2019
- 21:1221:12, 12 September 2019 diff hist +263 Emlid Post Processing Workflow Notes No edit summary current
11 September 2019
- 23:0923:09, 11 September 2019 diff hist +1,574 Emlid Post Processing Workflow Notes No edit summary
- 23:0523:05, 11 September 2019 diff hist +113 Emlid Post Processing Workflow Notes No edit summary
- 23:0323:03, 11 September 2019 diff hist +99 Emlid Post Processing Workflow Notes No edit summary
- 23:0023:00, 11 September 2019 diff hist +7,422 N Emlid Post Processing Workflow Notes Created page with "Here’s a few tidbits that are important for newbies rant of explanation for the uninitiated: First off, the world is flat when it comes to drawings and plans and surveys an..."
8 July 2019
- 01:1401:14, 8 July 2019 diff hist +5 Acrylic Glue Pouring Medium Formula No edit summary current
6 July 2019
- 19:4319:43, 6 July 2019 diff hist +135 N Acrylic Glue Pouring Medium Formula Created page with " By weight: 60% Elmers glue 30% Water 10% Floetrol Silicon liquid/spray? on the cups By weight: 50% pouring medium 50% acrylic paint"
6 May 2019
- 10:4310:43, 6 May 2019 diff hist +145 N Arduino - Notes Created page with "With Ubuntu 18.04 serial port permissions changed, so to allow Arduino IDE to write to the board do the following: sudo chmod a+rw /dev/ttyACM0"
8 April 2019
- 10:0210:02, 8 April 2019 diff hist +5 Mathematica API Notes No edit summary current
- 10:0110:01, 8 April 2019 diff hist +247 N Mathematica API Notes Created page with "Save the following as input.m SetOptions[Plot,DisplayFunction->Identity] a=Plot[Cos[2*x],{x,0,Pi}] Export["plot.png",a] Exit[] The following can be run from the command line..."
3 February 2019
- 15:5115:51, 3 February 2019 diff hist +141 Raspberry Pi - I2C Interface with Python No edit summary current
25 August 2018
- 13:2513:25, 25 August 2018 diff hist +106 Raspberry Pi - Personal Notes No edit summary current
- 13:2413:24, 25 August 2018 diff hist +307 N Raspberry Pi - Personal Notes Created page with "In the /boot/config.txt add/update the following: # uncomment if hdmi display is not detected and composite is being output hdmi_force_hotplug=1 # uncomment to force a spec..."
24 August 2018
- 10:5210:52, 24 August 2018 diff hist +505 N PHP - Database Connection Created page with "<syntaxhighlight lang="php" line='line'> <?php →* * Created by PhpStorm. * User: stevet * Date: 6/15/16 * Time: 8:37 AM: $conn = pg_connect("host=localhost dbname=tes..." current
- 10:3210:32, 24 August 2018 diff hist +1,111 N Raspberry Pi - GPIO with 4-Channel Relay Module Created page with "<syntaxhighlight lang="python" line='line'> # getting the main GPIO libraly import RPi.GPIO as GPIO # getting the time libraly import time # setting a current mode GPIO.setmo..." current
23 August 2018
- 14:4014:40, 23 August 2018 diff hist +1,633 N Raspberry Pi - Camera Interface with Python Created page with "Take a picture with a button press <syntaxhighlight lang="python" line='line'> import time import picamera import RPi.GPIO as GPIO import numpy as np GPIO.setwarnings(False)..." current
- 14:2514:25, 23 August 2018 diff hist +186 Raspberry Pi - I2C Interface with Python No edit summary
- 10:2810:28, 23 August 2018 diff hist +1,412 N PHP - Tx/Rx JSON Data To A Socket Created page with "<syntaxhighlight lang="php" line='line'> →connect to server as socket client: <?php error_reporting(E_ALL); echo "<h2>TCP/IP Connection</h2>\n"; /* Get the port for the..." current
- 10:1910:19, 23 August 2018 diff hist +771 N PHP - Send JSON Data Via POST Created page with "<syntaxhighlight lang="php" line='line'> <?php //API Url $url = 'http://example.com/api/JSON/create'; //Initiate cURL. $ch = curl_init($url); //The JSON data. $jsonData..." current
- 10:1610:16, 23 August 2018 diff hist +933 N PHP - Receive JSON POST data Created page with "<syntaxhighlight lang="python" line='line'> <?php //Make sure that it is a POST request. if(strcasecmp($_SERVER['REQUEST_METHOD'], 'POST') != 0){ throw new Exception('Re..." current
- 09:5709:57, 23 August 2018 diff hist +2,739 N Raspberry Pi - Threaded Socket Server with Python Created page with " <syntaxhighlight lang="python" line='line'> import socket import threading import RPi.GPIO as GPIO import datetime import json # idle disconnect time client_timeout = 60 #..." current
- 09:5409:54, 23 August 2018 diff hist +1,528 N Raspberry Pi - I2C Interface with Python Created page with "Enable the I2C interface by using raspi-config sudo raspi-config Install I2C utility sudo apt-get install -y i2c-tools pi@raspberrypi:~/$ i2cdetect -y 1 0 1 2..."
22 August 2018
- 15:1615:16, 22 August 2018 diff hist +105 MySQL Notes No edit summary current
- 15:0215:02, 22 August 2018 diff hist +197 MySQL Notes No edit summary
28 May 2018
- 12:5012:50, 28 May 2018 diff hist +830 N Windows 10 Clear Update Services files Created page with "Windows Update stuck downloading updates If your Windows Update is showing available updates and your computer starts downloading them, it may happen that at some point it ju..." current
21 March 2018
- 13:0613:06, 21 March 2018 diff hist +221 Cryptocurrency Mining Setup and Notes No edit summary
28 February 2018
- 21:2821:28, 28 February 2018 diff hist +78 Cryptocurrency Mining Setup and Notes No edit summary
16 February 2018
- 15:2815:28, 16 February 2018 diff hist +167 Cryptocurrency Mining Setup and Notes No edit summary
20 January 2018
- 14:5414:54, 20 January 2018 diff hist +18 Cryptocurrency Mining Setup and Notes No edit summary
14 January 2018
- 15:4315:43, 14 January 2018 diff hist +207 Cryptocurrency Mining Setup and Notes No edit summary
- 15:3715:37, 14 January 2018 diff hist +304 Cryptocurrency Mining Setup and Notes No edit summary
- 15:1115:11, 14 January 2018 diff hist +38 Cryptocurrency Mining Setup and Notes No edit summary
13 January 2018
- 12:5412:54, 13 January 2018 diff hist +537 N Cryptocurrency Mining Setup and Notes Created page with "Setup Ubuntu Server 16.04.3 Ethereum (geth) sudo add-apt-repository ppa:ethereum/ethereum -y sudo so apt update sudo apt install ethereum -y Import ethereum key or create..."
3 January 2018
- 13:5213:52, 3 January 2018 diff hist −16 Wireless under Ubuntu Server 16.04 No edit summary current
- 13:5013:50, 3 January 2018 diff hist +111 Wireless under Ubuntu Server 16.04 No edit summary
27 December 2017
- 14:1714:17, 27 December 2017 diff hist +731 N Wireless under Ubuntu Server 16.04 Created page with "1. Install wpasupplicant if not already installed: sudo apt install wpasupplicant 2. Find out your Wireless interface name using "iwconfig" command. If it is not installed,..."
24 December 2017
- 20:5420:54, 24 December 2017 diff hist +294 N Printrbot G Code Calibration Created page with " This G code commands displays the current settings of your Printrbot. M501 This G-code command sets the Z axis offset at negative 0.2mm. M212 Z-0.2 This G code command sa..." current
1 November 2017
- 10:2110:21, 1 November 2017 diff hist +950 N Using sdparm in Linux for USB Drives Created page with "# the drive reports something like this $ sudo sdparm -a /dev/sde /dev/sde: Seagate FreeAgent Pro 400A Power condition mode page: IDLE 0 [cha: n, def: 0, sa..." current
27 October 2017
- 17:4617:46, 27 October 2017 diff hist +275 N VMWare Patching Notes Created page with "Patching VMWare ESXi 6.5 Host: esxcli software vib install -d /vmfs/volumes/DS-iSCSI-SAN1/iso/ ESXi650-201701001.zip ESXi650-201703001.zip ESXi650-201703002.zip ESXi650-201..."
29 August 2016
- 13:2413:24, 29 August 2016 diff hist +145 N Android ADB Cheat Sheet Created page with "Start the server/service ./adb kill-server ./adb start-server Show connected devices ./adb devices Enter the O/S shell (ls,...) ./adb shell"
15 June 2016
- 13:0513:05, 15 June 2016 diff hist +128 Ubuntu 16.04 LAPP Setup No edit summary current
- 12:4812:48, 15 June 2016 diff hist +78 Ubuntu 16.04 LAPP Setup No edit summary
- 12:2612:26, 15 June 2016 diff hist +781 Ubuntu 16.04 LAPP Setup No edit summary
14 June 2016
- 15:0115:01, 14 June 2016 diff hist +178 N Ubuntu 16.04 LAPP Setup Created page with "Install Apache sudo apt-get install apache2 Install Postgresql sudo apt-get install postgresql Install PHP 7.0 sudo apt-get install php sudo apt-get install php7.0-pgsql"
13 June 2016
- 12:4312:43, 13 June 2016 diff hist +674 N Linux tar Command Notes Created page with " Create archive and compress with gzip tar -cvzf MyImages-14-09-12.tar.gz /home/MyImages Untar files in Current Directory tar -zxvf public_html-14-09-12.tar Untar files in..." current
- 12:3812:38, 13 June 2016 diff hist +394 N MySQL Notes Created page with "Backing up from the command line $ mysqldump --opt -u [uname] -p[pass] [dbname] > [backupfile.sql] Compressing backup $ mysqldump -u [uname] -p[pass] [dbname] | gzip..."
8 June 2016
- 17:1317:13, 8 June 2016 diff hist +49 Unix Log Files No edit summary current
- 17:1317:13, 8 June 2016 diff hist +5 Unix Log Files No edit summary
- 17:1217:12, 8 June 2016 diff hist +932 N Unix Log Files Linux Log files and usage
3 June 2016
- 14:2214:22, 3 June 2016 diff hist +1,270 N Notes for Casting Cement Created page with "Plaster will not hold up outdoors. Portland cement and the fine white quartz sand used for sand blasting, 1 part portland to 2 or 3 parts of sand. If you add more sand there..." current