All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SoftwareGuy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:36, 1 May 2024 Mark talk contribs created page Server scripting (Created page with "== php == simple php example of server side message (from camera) with argument(s) <?php $direction = $_GET['Message']; $fcontents = file_get_contents('php://input') . " - " . $direction; file_put_contents('php.log', $fcontents, FILE_APPEND); ?>") Tag: Visual edit
- 18:48, 7 April 2024 Mark talk contribs created page Python (Created page with "=== Check for input #1 === <code> import sys, select print "You have ten seconds to answer!" i, o, e = select.select( [sys.stdin], [], [], 10 ) if (i): print "You said", sys.stdin.readline().strip() else: print "You said nothing!" </code> === Check for input #2 === <code> import signal TIMEOUT = 5 # number of seconds your want for timeout def interrupted(signum, frame): "called when read times out" print 'interrupted!' signal.signal(sig...") Tag: Visual edit: Switched
- 15:43, 3 April 2024 Mark talk contribs created page Git (Created page with "You actually don't need a software package like github or gitlab to host your own repositories, if the command line is good enough for you, all you need is git itself and a remote machine that you can ssh into. You simply git init --bare on the host and on the local you git init and then set the remote location with git remote set-url remoteip:path/to/repo then you can push from local with git push --set-upstream origin master and then you're set and can use it norm...") Tag: Visual edit
- 14:21, 28 March 2024 Mark talk contribs created page C based timer (Created page with "<code>#include <iostream> #include <unistd.h> <using namespace std; // Define the callback function void callback() { cout << "Timer callback called!" << endl;</code> <code>}</code> ''<code>// Create the timer</code>'' <code>timer_t timer;</code> <code>struct sigevent sigev;</code> ''<code>// Set up the timer</code>'' <code>sigev.sigev_notify = SIGEV_THREAD;</code> <code>sigev.sigev_notify_function = callback;</code> <code>sigev.sigev_value.sival_ptr = &timer;</c...") Tag: Visual edit: Switched
- 14:57, 18 March 2024 Mark talk contribs created page Octave (Created page with "= Octave commands = [stat, num] = system("../pull-last1.sh uvx_tx_low 10.150.1.9");num=strtrim(num);i=imread([num ".orig.tiff"]);plot(mean(i(s:3:end,:)),'r');hold on;plot(mean(i(s+1:3:end,:)),'g');plot(mean(i(s+2:3:end,:)),'b');title(num);hold off;grid = associated shell scripts = == pull-last1.sh == <code> #!/bin/bash #otlf scanid 6340-6344, photoid 5820-5824, lprid 2911-2912 #ip=192.168.1.9 #ip=10.150.1.9 #whichIE="uvx" #whichIE="tx_low" #whichIE="tx_high" #whic...")
- 12:11, 11 March 2024 Mark talk contribs created page CleanCold (Created page with "input power 3 phase 208. Build box with din rail breakers and switches breakers * https://www.digikey.com/en/products/detail/phoenix-contact/2907684/6125564 * https://www.digikey.com/en/products/detail/phoenix-contact/1019976/9656089 switches *") Tag: Visual edit
- 12:10, 15 December 2023 Mark talk contribs created page Orca (Created page with "=== Links === frequency counter using RP2040 - https://iosoft.blog/2023/08/21/picofreq_python/ 2 channel A/D (stackable) - https://community.element14.com/products/roadtest/rv/roadtest_reviews/1582/sound_measurement_an") Tag: Visual edit
- 15:08, 30 November 2023 Mark talk contribs created page File:Fig1.3.png
- 15:08, 30 November 2023 Mark talk contribs uploaded File:Fig1.3.png
- 15:07, 30 November 2023 Mark talk contribs created page File:Fig1.2.png
- 15:07, 30 November 2023 Mark talk contribs uploaded File:Fig1.2.png
- 15:05, 30 November 2023 Mark talk contribs created page File:Fig1.1.png
- 15:05, 30 November 2023 Mark talk contribs uploaded File:Fig1.1.png
- 11:50, 19 July 2023 Mark talk contribs created page RPI - CANOpen (Created page with "== Links == https://www.autopi.io/blog/canopen-simple-introduction-explained/ https://copperhilltech.com/cangineberry-canopen-module-for-raspberry-pi/ https://www.seeedstudio.com/CAN-BUS-FD-HAT-for-Raspberry-Pi-p-4742.html?gad=1&gclid=Cj0KCQjwk96lBhDHARIsAEKO4xYAmLdGQNoTgtlQiTcZrmM7NoMeBFUGK7oMgsC-L3k_4WfpV43_WLYaAnTaEALw_wcB [https://www.autopi.io/blog/raspberry-pi-can-bus-explained/#:~:text=The%20Raspberry%20Pi%20hardware%20does,the%20CAN%20Bus%20(Raspbian). https:/...") Tag: Visual edit
- 16:07, 28 March 2023 Mark talk contribs created page 450 stuff (Created page with "=== spot size projections === 0.7mm aperture at 7.25" from origin => 0.2687" at 50cm above road surface (origin 51" below, 19.7" above) 1.0mm aperture at 7.25" from origin => 0.3839" at 50cm above road surface (same). ==== sample rate info ==== 3 slots @ 3500 rpm 1000 pixel/raster => 175 raster/second or 5.7msecond/raster, 5.7usecond/sample vehicle @ 2mph => 2.93 feet/second => 35.2inch/sec => 0.2011inch/raster vehicle @ 10mph => 14.667 feet/second => 176 inch/sec =>...") Tag: Visual edit
- 15:07, 28 March 2023 Mark talk contribs created page Useful commands (Created page with "Setting a hostname <code>hostnamectl set-hostname "ClusterTest1"</code> Setting network interface parameters with nmcli <code>sudo nmcli con edit eno12399</code> <code>nmcli> set</code> <code>ipv4.addresses 192.168.2.6/24,192.168.3.6/24</code> <code>nmcli> print ipv4</code> <code>ipv4.method: auto</code> <code>ipv4.dns: --</code> <code>ipv4.dns-search: ...") Tag: Visual edit
- 16:29, 21 March 2023 Mark talk contribs created page File:Gaas-mounted-closeup.jpg
- 16:29, 21 March 2023 Mark talk contribs uploaded File:Gaas-mounted-closeup.jpg
- 16:28, 21 March 2023 Mark talk contribs created page File:Gaas-mounted.jpg
- 16:28, 21 March 2023 Mark talk contribs uploaded File:Gaas-mounted.jpg
- 16:27, 21 March 2023 Mark talk contribs created page File:Gaas-7 8.jpg
- 16:27, 21 March 2023 Mark talk contribs uploaded File:Gaas-7 8.jpg
- 16:23, 21 March 2023 Mark talk contribs created page File:Ampteksipin.jpeg
- 16:23, 21 March 2023 Mark talk contribs uploaded File:Ampteksipin.jpeg
- 16:20, 21 March 2023 Mark talk contribs created page File:Ampteksipin.jpg
- 16:20, 21 March 2023 Mark talk contribs uploaded File:Ampteksipin.jpg
- 16:19, 21 March 2023 Mark talk contribs created page Amptek-si-pin (Created page with "== Amptek Si-pin == This data is just for reference, and here is a picture of the device with bond \ wires attached to a pcb for testing purposes. image:ampteksipin.jpg") Tag: Visual edit: Switched
- 15:48, 20 March 2023 Mark talk contribs created page Parsing (Created page with "Making csv output from a json input, example. Staring with the follow sample json: <pre> {"avg":16383,"detectorStatus":[{"sumBPort":"0","isAvailable":"true","temp":"33.0","isHvAdequate":"true","hvSetPoint":"681.0","threshold":"-22000","id":"0_0_0","hvEnabled":"true","iobPort":"0","hv":"656.0"},{"sumBPort":"1","isAvailable":"true","temp":"33.75","isHvAdequate":"true","hvSetPoint":"684.0","threshold":"-22000","id":"1_0_1","hvEnabled":"true","iobPort":"0","hv":"660.0"},{"...")
- 15:45, 20 March 2023 Mark talk contribs created page User:Mark (Created page with "== Projects == meshnet Project to define and build small, cheap sensor and communication nodes. Thermo Thermo work stuff Rigaku Rigaku work stuff Heuresis Heuresis work home_systems Home system info climbing Climbing info car_stuff Car and Truck info matlab_stuff Matlab/Octave nextcloud Nextcloud info == Humor == two_cows Capitalism == Other == * Contacts * VMware_setup Notes to get vmware up and running on linu...")
- 13:42, 20 March 2023 Mark talk contribs created page File:KAF-0251EvalUserManual.pdf
- 13:42, 20 March 2023 Mark talk contribs uploaded File:KAF-0251EvalUserManual.pdf
- 13:42, 20 March 2023 Mark talk contribs created page File:KAF-0261ProductSummary.pdf
- 13:42, 20 March 2023 Mark talk contribs uploaded File:KAF-0261ProductSummary.pdf
- 13:41, 20 March 2023 Mark talk contribs created page File:KAF-0261ELongSpec.pdf
- 13:41, 20 March 2023 Mark talk contribs uploaded File:KAF-0261ELongSpec.pdf
- 13:39, 20 March 2023 Mark talk contribs created page File:Sumpeak1.jpg
- 13:39, 20 March 2023 Mark talk contribs uploaded File:Sumpeak1.jpg
- 13:38, 20 March 2023 Mark talk contribs created page File:Scope sumpeakpulse2.jpg
- 13:38, 20 March 2023 Mark talk contribs uploaded File:Scope sumpeakpulse2.jpg
- 13:37, 20 March 2023 Mark talk contribs created page File:Scope sumpeakpulse1.jpg
- 13:37, 20 March 2023 Mark talk contribs uploaded File:Scope sumpeakpulse1.jpg
- 13:36, 20 March 2023 Mark talk contribs created page File:Scope singlepulse.jpg
- 13:36, 20 March 2023 Mark talk contribs uploaded File:Scope singlepulse.jpg
- 12:55, 20 March 2023 Mark talk contribs created page Jq stuff (Created page with "Making csv output from a json input, example. Staring with the follow sample json: <pre> {"avg":16383,"detectorStatus":[{"sumBPort":"0","isAvailable":"true","temp":"33.0","isHvAdequate":"true","hvSetPoint":"681.0","threshold":"-22000","id":"0_0_0","hvEnabled":"true","iobPort":"0","hv":"656.0"},{"sumBPort":"1","isAvailable":"true","temp":"33.75","isHvAdequate":"true","hvSetPoint":"684.0","threshold":"-22000","id":"1_0_1","hvEnabled":"true","iobPort":"0","hv":"660.0"},{"...") Tag: Visual edit: Switched
- 10:59, 20 March 2023 Mark talk contribs created page File:Layout-501-12270916.pdf
- 10:59, 20 March 2023 Mark talk contribs uploaded File:Layout-501-12270916.pdf
- 10:58, 20 March 2023 Mark talk contribs created page File:Schematic-501-12270916.pdf
- 10:58, 20 March 2023 Mark talk contribs uploaded File:Schematic-501-12270916.pdf
- 10:55, 20 March 2023 Mark talk contribs created page File:Detector comparison ss.pptx
- 10:55, 20 March 2023 Mark talk contribs uploaded File:Detector comparison ss.pptx