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).

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 10:10, 20 March 2023 Mark talk contribs uploaded File:Map.jpg
  • 19:29, 19 March 2023 Mark talk contribs created page Useful adb cmds (Redirected page to Useful adb and server cmds) Tag: New redirect
  • 19:27, 19 March 2023 Mark talk contribs created page Osprey (Created page with "== Osprey == === Server cmds === sudo systemctl stop osprey-web sudo systemctl start osprey- web sudo systemctl stop mariadb === Server file locations === cd server/config/django cd server/webapi/viken_django/traffic_managment_log (or manage.py) cd server/webapi/viken_django/viken_django/views.py === Changing server properties === curl -X POST 'http://192.168.1.9/setSetting' --data '{"property": "perform_crop","value": "...")
  • 19:26, 19 March 2023 Mark talk contribs created page Browser hacks (Created page with "== chrome automatic redirect to https == https://superuser.com/questions/565409/how-to-stop-an-automatic-redirect-from-http-to-https-in-chrome")
  • 19:26, 19 March 2023 Mark talk contribs created page RPi (Created page with "Setup as output echo "23" > /sys/class/gpio/export echo "out" > /sys/class/gpio/gpio23/direction echo "1" > /sys/class/gpio/gpio23/value echo "0" > /sys/class/gpio/gpio23/value Setup as input echo "23" > /sys/class/gpio/export echo "in" > /sys/class/gpio/gpio23/direction cat /sys/class/gpio/gpio23/value echo "23" > /sys/class/gpio/unexport Or: gpio -g mode 23 out...")
  • 19:25, 19 March 2023 Mark talk contribs created page Useful adb and server cmds (Created page with "=== App active admin, needed to replace app on Osprey workstation === adb shell dpm remove-active-admin com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver dpm set-device-owner com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver === remove a registered device === curl --location --request POST 'http://192.168.1.9/removeRegisteredDevice/' \ --header 'Content-Type: text/plain' \ --data-raw '{"deviceId"...")
  • 19:24, 19 March 2023 Mark talk contribs created page VX Info (Created page with "== Server web commands == http://192.168.1.9/heartBeat http://192.168.1.9/requestImage/?scanId=143 http://192.168.1.9/getArchivedVehicleRecords/?startDate=2020-07-07&endDate=2020-07-09&sortBy=SORT_DATE_DESCENDING http://192.168.1.9/deleteAllAlerts http://192.168.1.9/deleteAllRegisteredDevices")
  • 19:23, 19 March 2023 Mark talk contribs created page Git server msgsb (Created page with "First, you create a git user and a .ssh directory for that user. $ sudo adduser git $ su git $ cd $ mkdir .ssh && chmod 700 .ssh $ touch .ssh/authorized_keys && chmod 600 .ssh/authorized_keys Next, you need to add some developer SSH public keys to the authorized_keys file for the git user. Let’s assume you have some trusted public keys and have saved them to temporary files. Again, the public keys look something like this: $ cat /tmp/id_rsa.joh...")
  • 19:22, 19 March 2023 Mark talk contribs created page Build android snapdragon (Created page with "== InForce == pulling all src and apply patches ./fetchsrc_and_build.sh Build... sudo apt-get install openjdk-8-jdk cd /home/mhamilton/projects/snapdragon/InForce/Inforce-IFC6601-AndroidBSP-880457-Rel-v2.1/source/LA.UM.5.5.r1-04300-8x96.0_Rel_V2.1 source build/envsetup.sh lunch msm8996-userdebug make -j 6 == New process from Kynetics == may need to do this: git config --global http.sslVerify false curl https://storage.googleapis.com/git-repo-downloads/re...")
  • 19:21, 19 March 2023 Mark talk contribs created page I2C Gpio PCA9557 (Created page with "I2C client driver In my last post ,we talked about I2C bus driver implementation.Client driver is otherwise called a chip driver.This driver talks to I2C device attached to the bus. for more information about I2C,refer I2c Details. Initialization of the driver For registering a driver , we need to use i2c_add_driver() and the argument passed is a structure of type i2c_driver.So our structure is define like below. static struct i2c_driver my_driver = { .probe = my_devic...")
  • 19:20, 19 March 2023 Mark talk contribs created page Snapdragon (Created page with " cd projects/snapdragon/ERAGON820_Android-MM-BSP_Relv2.0/source bash ./ERAGON820_fetchsrc_and_build.sh (choose ufs) cd /home/mhamilton/projects/snapdragon/ERAGON820_Android-MM-BSP_Relv2.0/source/LA.HB.1.3.2-16800-8x96.0_Relv2.0 ~/bin/repo sync -c --no-clone-bundle (username mhamilton01, password GhaKskZvphZNQPndC7JJ) bitbucket app password setting source build/envsetup.sh lunch msm8996-userdebug lunch harrier-userdebug make -j 12 == Mods == art/build/Andr...")
  • 19:19, 19 March 2023 Mark talk contribs created page Git references (Created page with "[http://rogerdudler.github.io/git-guide/ Simple Git Guide] Create a new branch named "feature_x" and switch to it using git checkout -b feature_x Switch back to master git checkout master Delete the branch when done git branch -d feature_x Branch is not available to others unless you push the branch to your remote repository git push origin <branch> Merge from a branch to active branch git merge <branch> Do this on each library gi...")
  • 19:18, 19 March 2023 Mark talk contribs created page Hal backscatter exposure (Created page with "= HBI Radiation Safety = == 2/1/2017 == No salesperson should every demonstrate the HBI-120 in an unsafe way: the HBI-120 is an x-ray instrument that produces ionizing radiation; therefore you shouldn't stand in front of it while taking a scan. Always follow the as low as reasonably achievable (ALARA) standards for any non-naturally occurring source of radiation. The acceptable dose limit for members of the general public — not only in the US, but in most coun...")
  • 19:18, 19 March 2023 Mark talk contribs created page Image processing (Created page with "== Links == http://www.cs.tut.fi/~foi/GCF-BM3D/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3087503/ [https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjh6a2Sn5zQAhWIWD4KHfA3DsYQFggbMAA&url=https%3A%2F%2Fwww.mathworks.com%2Fhelp%2Fvision%2Fref%2Fundistortimage.html&usg=AFQjCNHRcrAq8jAoSxX4kQ2BeXZpJQCj0A&sig2=kmeIEVf1ug-8hJhzl0bfpg Geometric distortion] [ftp://labattmot.ele.ita.br/ele...")
  • 19:17, 19 March 2023 Mark talk contribs created page Backscatter file formats (Created page with "= Links = http://www.fileformat.info/mirror/egff/ http://www.apteryx.fr/dicom/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3948928/ https://imagej.nih.gov/ij/developer/api/ij/plugin/DICOM.html http://dicom.nema.org/standard.html = Examples = http://stackoverflow.com/questions/11510846/pixelmed-processing-a-dicom-image http://stackoverflow.com/questions/5775242/can-i-use-pixelmed-on-android http://www.programcreek.com/java-api-examples/index.php?source_dir=mobil...")
  • 19:16, 19 March 2023 Mark talk contribs created page Android references (Created page with "== Links == [https://source.android.com/devices/tech/dalvik/configure.html Android Run Time (ART) Configuration] [http://lldb.llvm.org/lldb-gdb.html lldb debugger] [https://source.android.com/devices/tech/dalvik/gc-debug.html ART debugging] [https://source.android.com/devices/tech/config/runtime_perms.html Android Runtime Permissions] [https://developer.android.com/training/basics/activity-lifecycle/pausing.html Activity lifecycle] [https://kvurd.com/blog/compiling...")
  • 19:15, 19 March 2023 Mark talk contribs created page Backscatter (Created page with "== Escon Module 24/2 Configuration == System 0001 Current PGain 2000 Time Constant 100usec Controller Offset 50 PGain 2000 GainTimeConstant 200ms IxR 10 IxRTimeConstant 5ms Speed ramp inc 2000 dec 2000 current 0.957 System 0002 Current PGain 2000 Time Constant 100usec Controller Offset 50 PGain 2000 GainTimeConstant 200ms IxR 10 IxRTimeConstant 5ms Speed ramp inc 2000 dec 2000 current 0.957 System 0003 Current PGain 20...")
  • 19:14, 19 March 2023 Mark talk contribs created page Android setup (Created page with "Download java 1.6.0_45 and install typically in /usr/lib/jvm. Then run update-java-0.5b which creates the links to the executables. Download android studio. unzip and put somewhere... /opt/android-studio install these libraries: sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 needed to build android - sudo apt-get install flex Now run /opt/android-studio/bin/studio.sh")
  • 19:12, 19 March 2023 Mark talk contribs created page Pcf8653 driver (Created page with "<pre> /* * An I2C driver for the Philips PCF8563 RTC * Copyright 2005-06 Tower Technologies * * Author: Alessandro Zummo <a.zummo@towertech.it> * Maintainers: http://www.nslu2-linux.org/ * * based on the other drivers in this same directory. * * http://www.semiconductors.philips.com/acrobat/datasheets/PCF8563-04.pdf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License versi...")
  • 19:11, 19 March 2023 Mark talk contribs created page Useful stuff (Created page with "== Useful commands == cat /sys/devices/virtual/thermal/thermal_zone0/temp cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq == Android shell == editing the build.prop file on the system adb shell su mount -o remount,rw /system cd / echo "persist.service.adb.enable=1" >> default.prop echo "persist.service.debuggable=1" >> default.prop echo "persist.sys.usb.config=mtp,adb" >> default.prop echo...")
  • 19:09, 19 March 2023 Mark talk contribs created page Eclipse setup (Created page with "sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev wget http://dl.google.com/android/adt/22.6.2/adt-bundle-linux-x86_64-20140321.zip unzip into /opt sdk manager, install SDK API 18 clone the pb200i git clone ssh://heuresis@heuresis.kilnhg.com/Repositories/Pb-Paint/Pb200i Pb200i-001 git clone ssh://heuresis@heuresis.kilnhg.com/Repositories/Pb-Paint/Native jni or http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip http://dl.google.com/and...")
  • 19:08, 19 March 2023 Mark talk contribs created page Download heuresis (Created page with "== Getting the code == First time... cd ~/.ssh/ ssh-keygen Now add key to kiln website git config --global user.name "mark" git config --global user.email "markhamilton@heuresistech.com" Start at the kiln repositories [https://heuresis.kilnhg.com/Code/Repositories] then select download the android pieces, Android, kernel_imx, uboot-imx and prebuilts. git clone ssh://heuresis@heuresis.kilnhg.com/Repositories/Android/Android or git clone https...")
  • 19:07, 19 March 2023 Mark talk contribs created page Build android (Created page with "To build Android, follow these three steps from the Android root. 1. export ARCH=arm 2. export CROSS_COMPILE=~/projects/Android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- 3. source build/envsetup.sh 4. lunch pb200i-eng 4a. sudo apt-get install u-boot-tools uuid uuid-dev liblzo2-2 liblzo2-dev g++ gperf libswitch-perl libxml2-utils 4b. cd bootable/bootloader/uboot-imx 4c. export ARCH=arm 4d. export CROSS_COMPILE=~/projects/Android/...")
  • 19:05, 19 March 2023 Mark talk contribs created page Heuresis (Created page with "== Projects == Pb200i Osprey Backscatter Hal backscatter exposure Backscatter file formats Image processing Snapdragon I2C Gpio PCA9557 VX Info RPi Browser hacks == Tools == eclipse_setup android_setup download_heuresis build_android build_android_snapdragon useful_stuff ARM_DSTREAM_info android_references git_references git_server_msgsb Android Studio Emulator tool...")
  • 19:04, 19 March 2023 Mark talk contribs created page Taurus tube (Created page with "== Running the taurus test program == The software normally installs (windows based) into <code>C:\embedinc\</code>. Identify the serial port connected to the tube side board and run as follows: <pre> C:\embedinc\com>test_taurus.exe -sio 39 </pre> Note the executable is in the <code>com</code> subdir. Issuing a "?" to the program will give a list of the commands supported. == Useful commands == * fwinfo f...")
  • 19:02, 19 March 2023 Mark talk contribs created page GaAs detector (Created page with "== Gallium Arsenide detector == Comparison data of different xray detector with different semiconductor properties. file:detector_comparison_ss.pptx = Goal = Testing the viability of an xray detector made using GaAs substrate. This could result in a detector which does not need to be cooled, perhaps just stabilized and this would result in much simpler packaging requirements. Still have to protect the detector from light, which a moderately xray transparent win...")
  • 19:00, 19 March 2023 Mark talk contribs created page Oes (Created page with "== Echelle design == === Detector info === Proposed to use the Kodak KAF-0261 sensor. This is a 512 X 512 ccd image sensor. File:KAF-0261ELongSpec.pdf File:KAF-0261ProductSummary.pdf File:KAF-0251EvalUserManual.pdf Also found this potential usb interface module for this sensor. [http://www.dta.it/product.php?id_product=18 Discovery OEM module] Main_Page Main Thermo Previous (Thermo)</text> <sha1>2nb3f6n77qv8h8ppz931d99d1eyr84g</sha1>...")
  • 18:33, 19 March 2023 Mark talk contribs created page Xrf spi debug (Created page with "== Spi communications during System Check (Shutter Cal) == <code>CalibrateDetector</code> function is main loop that runs the shutter cal process. It does a bunch of memory allocations, close_shutter calls and it calls <code>InitShaperXL3</code>. After this the filter wheel will be moved to the correct position and the xray tube will be started. Now we start <code>SpectraView2_segger</code> and drop into the looping function <co...")
  • 18:30, 19 March 2023 Mark talk contribs created page Bone xraytube (Created page with "== Cape pinout == <pre> P8_3 J1_4 P8_5 J1_11 P8_6 J1_9 P8_11 J1_2 P8_12 J1_18 P8_14 J1_6 J1_8 +5V J1_10 +3.3V J1_12 -5V J1_1 +9V J1_3 +9V J1_5 +9V J1_7 +9V J1_13 grnd J1_15 grnd J1_17 grnd J1_19 grnd J1_20 1-wire P9_19 i2c_clk P9_20...")
  • 18:29, 19 March 2023 Mark talk contribs created page Utm background (Created page with "[http://www.uwgb.edu/dutchs/UsefulData/HowUseExcel.HTM UTM] == Javascript code == <pre> <html> <head> <title>Convert Between Geographic and UTM Coordinates</title> <script type="text/JavaScript" src="../jsDraw2D.js"></script> <link rel="stylesheet" type="text/css" href="../main0.css"> <script language=javascript> function Declarations(){ //Symbols as used in USGS P...")
  • 18:26, 19 March 2023 Mark talk contribs created page Spectra serial output (Created page with "== Spectrum_Processing.c == <pre> float tempSpectrum1[SPECTRA_SIZE]; float tempSpectrum2[SPECTRA_SIZE]; float tempSpectrum3[SPECTRA_SIZE]; //gets the spectrum from the FPGA and converts it accordingly (ev, cps, uA) //input -- pointer to reading strcuture to put the processed spectrum //intput --uAps that spectrrum was acquired at //output -- processed spectrum int he reading strcuture void processMeasurementSpectrum( float liveTime,volatile STRUCT_READING_DATA* r...")
  • 18:25, 19 March 2023 Mark talk contribs created page Tube test1 (Created page with "This first piece of code is trying to exercise the communications between the processor and the a/d-d/a on the tube control card. It should detect a failure to either set or readback the desired value and generate a print out on the serial port. The test "cycle2" is the primary piece of test code and reads back the a/d values 25 times verifying they are reporting the correct values. <pre> static void failure(int cnt, float v, float av, float a, float...")
  • 18:23, 19 March 2023 Mark talk contribs created page Test code (Created page with "tube_test1 FXL tube communications test snipets spectra_serial_output HH test code to output raw spectra ---- Main_Page Main Thermo Previous")
  • 18:18, 19 March 2023 Mark talk contribs created page Laser sources (Created page with "== 266'ish Laser potentials == {| border="1" !Laser !Company !Web site !Pulse energy !Rep rate !CW power |- |QUV-266-5, QUV-262-5 |CrystalLaser |http://www.crystalaser.com/laser/uv-laser.html |0.34, 1.3 uJ |15, 4 kHz |5, 5 mW |- |FQSS266-Q |CryLas |http://www.crylas.de/products/pulsed_laser_low.html |0.3 uJ |5 kHz |1.5 mW |- |SNU-02P-100, SNU-20F-100, SNU-40F-100 |Teem Photonics |http://www.teemphotonics.com/products/laseroffe/microchipsfamily/266-nm.html |0.7...")
  • 18:14, 19 March 2023 Mark talk contribs created page Raman minerals (Created page with "== 266'ish Laser potentials == {| border="1" !Laser !Company !Web site |- |QUV-266-5, QUV-262-5 |CrystalLaser |http://www.crystalaser.com/laser/uv-laser.html |- |FQSS266-Q |CryLas |http://www.crylas.de/products/pulsed_laser_low.html |- |SNU-02P-100, SNU-20F-100, SNU-40F-100 |Teem Photonics |http://www.teemphotonics.com/products/laseroffe/microchipsfamily/266-nm.html |- |PULSELAS-P-1064-xxx |AlphaLas |http://www.alphalas.com/products/lasers/subnanosecond-passiv...")
  • 18:11, 19 March 2023 Mark talk contribs created page XRF SumPeak Processing (Created page with "== Sum Peaks == === Background === Sum peaks are a result of to xray photons arriving at the detector at the same time. The pulse energy that is measured is twice the energy of a single photon, hence the name sum peak. The FP algorithm attempts to remove the sum peaks but finding the primary peak and then subtracting signal from the area of the spectrum double the primary peak energy. Here you can see a single pulse, happens to be silver: file:scope_singlepulse.jp...")
  • 18:07, 19 March 2023 Mark talk contribs created page XRF Spectral Processing (Created page with "== XRF Spectral Processing == Spectrum_Processing.c === combinePreviousSpectra === <code>void combinePreviousSpectra ( volatile STRUCT_READING_DATA* reading, int whatFilter)</code> === getWorkingSpectrumAvgPower === <code>float getWorkingSpectrumAvgPower( volatile STRUCT_READING_DATA* reading)</code> === processMeasurementSpectrum === <code>processMeasurementSpectrum(...)</code>: * This function gets a float version of the raw da...")
  • 18:04, 19 March 2023 Mark talk contribs created page FWHM (Created page with "Full Width Half Maximum Is calculated assuming a Gaussian peak shape. In our implementation we use the Ag (silver) k-alpha lines. However, most systems report resolution referenced to Mn (manganese). There are two k-alpha lines which typically can not be resolved with current detectors. The Ag lines are at 22.162 keV and 21.988 keV. To calculate the true FWHM we must first deconvolve the two lines from the resulting spectra. Next using the measured FWHM for the...")
  • 18:03, 19 March 2023 Mark talk contribs created page Xrf (Created page with "XRF Info FWHM How to calculate FWHM XRF_Spectral_Processing Notes on XRF spectral processing XRF_SumPeak_Processing Notes on how we calculate sum peaks ---- Thermo Previous Main_Page Main")
  • 17:37, 19 March 2023 Mark talk contribs created page Eclipse install linux (Created page with "== Beaglebone == === Angstrom === Get the setup scripts: <pre> git clone https://github.com/Angstrom-distribution/setup-scripts.git </pre> Get some additional tools <pre> sudo apt-get install texi2html texinfo chrpath </pre> Now download src and build <pre> MACHINE=beaglebone ./oebb.sh config beaglebone MACHINE=beaglebone ./oebb.sh update MACHINE=beaglebone ./oebb.sh bitbake virtual/kernel MACHINE=beaglebone ./oebb.sh bitbake systemd-imag...")
  • 17:35, 19 March 2023 Mark talk contribs created page Android (Created page with "== Installing == [http://developer.android.com/sdk/requirements.html Eclipse] Windows Linux == Links == [http://antipastohw.pbworks.com/w/page/34044723/Install%20Eclipse%20with%20Android%20plugins Eclipse Install] [http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1_PortingGuides 2.3.4 porting guide] [http://developer.android.com/sdk/eclipse-adt.html Eclipse-Android SDK] Android SD...")
  • 17:32, 19 March 2023 Mark talk contribs created page Thermo (Created page with "== Corp links == [http://iconnect.thermofisher.net/sites/Companyinformation/Pages/default.aspx IConnect Main] [http://iconnect.thermofisher.net/sites/companyinformation/Pages/Travel.aspx IConnect Travel] [http://org.iconnect.thermofisher.net/SITES/CAD/Pages/default.aspx IConnect CAD page] [http://org.iconnect.thermofisher.net/sites/CAD/PAI/COE/Pages/default.aspx COE page] [http://coll.iconnect.thermofisher.net/cad/PEASoftware/Pages/default.aspx PEA software page] =...")
  • 17:29, 19 March 2023 Mark talk contribs created page Rigaku (Created page with "== TEC controller == We are using the MAX1968 device, at least initially. This is the schematic we are starting with, see sheet 2 for the PID part of the circuit. U2, on page 1 is the Maxim TEC controller. Schematic The following links maybe useful: [https://controls.engin.umich.edu/wiki/index.php/PIDTuningClassical PIDTuningClassical] [http://www.maximintegrated.com/en/app-notes/index.mvp/id/3318 App Note (Maxim): How to Control...] [ht...")
  • 17:24, 19 March 2023 Mark talk contribs created page Home systems (Created page with "== Rebuilding Raid == Rebuilding a raid system? Detail from mdadm of good working file system prior to zeroing the superblock. <pre> sudo mdadm --detail /dev/md4 /dev/md4: Version : 0.90 Creation Time : Sat Mar 19 08:02:27 2011 Raid Level : raid6 Array Size : 160649856 (153.21 GiB 164.51 GB) Used Dev Size : 80324928 (76.60 GiB 82.25 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 4 Persistence : Superblock is persistent...")
  • 17:05, 19 March 2023 Mark talk contribs created page Farley ledge (Created page with "== Farley Ledge == Walls run left to right, and climbs run left to right. Ratings are approximate. These will be adjusted over time. thumb|map of Farley Starting with: === Zen Wall === thumb|Zen Wall {| style="margin-left: 20px;" | Lightning Strikes || 5.12+ || |- | Hammer * || 5.8 || 5.12 |- | Sickle || 5.8-9 || 5.11 mixed |- | Commies in the Zen Garden || 5.8 trad || 5.9 |- | Central Vacuum || 5.10- mixed || |-...")
  • 17:03, 19 March 2023 Mark talk contribs created page Climbing (Created page with ">== Climbing == farley_ledge Farley")
  • 17:00, 19 March 2023 Mark talk contribs created page M5 (Created page with "== 1988 BMW M5 == VIN WBSDC9307J2791537 BMW M Registry E28 M5 [http://www.bmwmregistry.com/model_faq.php?id=7 FAQ] Getrag 280 transmission - 260.0.1302.91 - Dextron III AFT or better (Redline, Royal purple...) rear diff mount (BMW E24 633 635 E28 524 528 Differential Mount) 33 17 1 129 786 Filters * Engine oil - Mann HU 930/3 * Engine air - BMW 13 72 1 307 259")
  • 12:23, 19 March 2023 Mark talk contribs created page Two cows (Created page with "== Capitalism and Cows == TRADITIONAL CAPITALISM -- You have two cows. You sell one and buy a bull. Your herd multiplies, and the economy grows. You sell them and retire on t..."</comment> <text xml:space="preserve" bytes="2571">== Capitalism and Cows == TRADITIONAL CAPITALISM -- You have two cows. You sell one and buy a bull. Your herd multiplies, and the economy grows. You sell them and retire on the income. AN AMERICAN CORPORATION -- You have two cows. Y...")
  • 12:22, 19 March 2023 Mark talk contribs created page Contacts (Created page with "* Chris Remer, cremer01@comcast.net * Carlos Ferreira, ferreira.carlosm@gmail.com * Andy Hanks, hanks.ac@gmail.com * Carl Gauntlett, Carl.Gauntlett@gmail.com * Stan Piorek, stan_piorek@yahoo.com")
  • 14:50, 15 March 2023 User account Mark talk contribs was created
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)