User contributions for Mark
Jump to navigation
Jump to search
17 September 2024
- 12:0912:09, 17 September 2024 diff hist +161 Snapdragon →bootanimation current
- 10:3810:38, 17 September 2024 diff hist +1 Snapdragon →bootanimation
- 10:3810:38, 17 September 2024 diff hist +320 Snapdragon →branches
10 September 2024
- 11:1611:16, 10 September 2024 diff hist +237 Snapdragon No edit summary
- 10:5910:59, 10 September 2024 diff hist +185 Snapdragon No edit summary Tag: Visual edit: Switched
29 July 2024
- 15:1015:10, 29 July 2024 diff hist +560 RPI - CANOpen →Links current
28 June 2024
- 16:4716:47, 28 June 2024 diff hist +28 Car stuff →Cars current
- 16:3916:39, 28 June 2024 diff hist +15 Car stuff →Cars
12 June 2024
- 16:0916:09, 12 June 2024 diff hist +165 Server scripting No edit summary current
23 May 2024
- 19:4419:44, 23 May 2024 diff hist +106 CleanCold No edit summary current Tag: Visual edit: Switched
10 May 2024
- 14:4714:47, 10 May 2024 diff hist +445 Home systems →Raspberry pi mount usb stick current
9 May 2024
- 15:4115:41, 9 May 2024 diff hist +98 RPi No edit summary current
5 May 2024
- 06:5306:53, 5 May 2024 diff hist +101 Home systems →Raspberry pi serial port
1 May 2024
- 16:4016:40, 1 May 2024 diff hist +1 Server scripting No edit summary
- 16:3916:39, 1 May 2024 diff hist +255 Server scripting →php Tag: Visual edit: Switched
- 16:3716:37, 1 May 2024 diff hist +1 Server scripting No edit summary
- 16:3616:36, 1 May 2024 diff hist +250 N 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
- 16:3516:35, 1 May 2024 diff hist +22 User:Mark →Projects current Tag: Visual edit
25 April 2024
- 13:4913:49, 25 April 2024 diff hist +377 Git →General current Tag: Visual edit: Switched
10 April 2024
- 16:2816:28, 10 April 2024 diff hist +396 Git No edit summary Tag: Visual edit
7 April 2024
- 18:4918:49, 7 April 2024 diff hist 0 Python →Check for input #1 current
- 18:4818:48, 7 April 2024 diff hist +835 N 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
- 18:4618:46, 7 April 2024 diff hist +12 Heuresis →Tools current Tag: Visual edit
3 April 2024
- 15:4315:43, 3 April 2024 diff hist +503 N 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
- 15:4215:42, 3 April 2024 diff hist +14 User:Mark →Projects Tag: Visual edit
1 April 2024
- 21:0621:06, 1 April 2024 diff hist −41 RPi No edit summary
- 21:0521:05, 1 April 2024 diff hist +12 RPi No edit summary Tag: Visual edit
- 19:2519:25, 1 April 2024 diff hist +25 RPi No edit summary Tag: Visual edit
- 19:2419:24, 1 April 2024 diff hist +359 RPi No edit summary Tag: Visual edit: Switched
- 15:3415:34, 1 April 2024 diff hist −2 C based timer →C Timer current
- 15:3315:33, 1 April 2024 diff hist −218 C based timer →C Timer
- 15:2915:29, 1 April 2024 diff hist +49 C based timer →Python timer
- 15:2315:23, 1 April 2024 diff hist +8 C based timer →More examples
- 15:2215:22, 1 April 2024 diff hist −186 C based timer →More examples
- 15:2115:21, 1 April 2024 diff hist −166 C based timer →More examples
- 15:1815:18, 1 April 2024 diff hist +2 C based timer →More examples
- 15:1715:17, 1 April 2024 diff hist +16 C based timer →Python timer
- 15:1515:15, 1 April 2024 diff hist +2 C based timer →More examples
- 15:1515:15, 1 April 2024 diff hist −97 C based timer →More examples
- 15:1015:10, 1 April 2024 diff hist +837 C based timer →More examples Tag: Visual edit
- 14:1614:16, 1 April 2024 diff hist +827 C based timer →Python timer Tag: Visual edit
28 March 2024
- 14:3414:34, 28 March 2024 diff hist −26 C based timer →Python timer Tag: Visual edit
- 14:3314:33, 28 March 2024 diff hist +1,389 C based timer No edit summary Tag: Visual edit: Switched
- 14:2214:22, 28 March 2024 diff hist +24 C based timer No edit summary Tag: Visual edit
- 14:2114:21, 28 March 2024 diff hist +789 N 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:2014:20, 28 March 2024 diff hist +4 Heuresis →Projects Tag: Visual edit
- 14:1914:19, 28 March 2024 diff hist +15 Heuresis →Projects Tag: Visual edit
18 March 2024
- 15:0215:02, 18 March 2024 diff hist −18 Octave →pull-last1.sh current
- 15:0215:02, 18 March 2024 diff hist 0 Octave →associated shell scripts
- 15:0115:01, 18 March 2024 diff hist +18 Octave No edit summary