Skip to content

Instantly share code, notes, and snippets.

callendorph@aft-gpu3:~/src/test$ cat venom.log
Mar 31 21:02:52.127 [DEBU] option format=
Mar 31 21:02:52.127 [DEBU] option libDir=
Mar 31 21:02:52.127 [DEBU] option outputDir=
Mar 31 21:02:52.127 [DEBU] option stopOnFailure=false
Mar 31 21:02:52.127 [DEBU] option variables=
Mar 31 21:02:52.127 [DEBU] option varFiles=
Mar 31 21:02:52.127 [DEBU] option verbose=2
Mar 31 21:02:52.127 [INFO] Reading tests/bad_args.yml
Mar 31 21:02:52.127 [INFO] Parsing testsuite tests/bad_args.yml : map[:null __Len__:0 __Type__:Map venom.datetime:2022-03-31T21:02:52-07:00 venom.testsuite:Bad Command Line Args venom.testsuite.filename:tests/bad_args.yml venom.testsuite.shortName:Bad Command Line Args venom.testsuite.workdir:/home/callendorph/src/test/tests venom.timestamp:1648785772]
@callendorph
callendorph / diff.changes
Created February 16, 2022 02:09
intel_by_arm_bug
diff --git a/cpuinfo_test.go b/cpuinfo_test.go
index 9a00d69..8fc79de 100644
--- a/cpuinfo_test.go
+++ b/cpuinfo_test.go
@@ -40,7 +40,7 @@ Serial : 5400503583203c3c040e`
cpuinfoArm7LegacyV1 = `
Processor : ARMv6-compatible processor rev 5 (v6l)
BogoMIPS : 791.34
-Features : swp half thumb fastmult vfp edsp java
+Features : swp half thumb fastmult vfp edsp java
@callendorph
callendorph / diff
Last active February 16, 2022 00:46
Unit Test for ARM
diff --git a/cpuinfo_test.go b/cpuinfo_test.go
index 9a00d69..9e80dc4 100644
--- a/cpuinfo_test.go
+++ b/cpuinfo_test.go
@@ -40,7 +40,7 @@ Serial : 5400503583203c3c040e`
cpuinfoArm7LegacyV1 = `
Processor : ARMv6-compatible processor rev 5 (v6l)
BogoMIPS : 791.34
-Features : swp half thumb fastmult vfp edsp java
+Features : swp half thumb fastmult vfp edsp java
@callendorph
callendorph / gist:c8d2dc44682d91fa0769d70f0c875ecc
Created February 16, 2022 00:14
Jetson TX2 /proc/cpuinfo
processor : 0
model name : ARMv8 Processor rev 3 (v8l)
BogoMIPS : 62.50
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x1
CPU part : 0xd07
CPU revision : 3
@callendorph
callendorph / example.py
Created June 23, 2019 23:13
pyrealsense2 emulated software device example
import pyrealsense2 as rs
import numpy as np
# Example Software-based emulator for the realsense D435i
# this is a demo and proof of concept - clearly this can be
# better organized and filled out with more content
ctx = rs.context()
sn = "12345678"