Page 3 of 10

Re: 2024 POS Exchange

Posted: Sun Mar 17, 2024 12:38 pm
by OLDE CUTLER
Thomasg wrote: Fri Mar 15, 2024 3:38 pm All boxed up. Beware of the ides of March ! Lol
The outside of your box looks pristine, unlike mine. lol

Re: 2024 POS Exchange

Posted: Mon Mar 18, 2024 10:12 pm
by knifegnome
I filled out your form , ready to send crap someone's way.

Re: 2024 POS Exchange

Posted: Mon Mar 18, 2024 11:23 pm
by Thomasg
OLDE CUTLER wrote: Sun Mar 17, 2024 12:38 pm
Thomasg wrote: Fri Mar 15, 2024 3:38 pm All boxed up. Beware of the ides of March ! Lol
The outside of your box looks pristine, unlike mine. lol
The flat rate box with priority mail comes with free 100. $ insurance . If it gets lost by the government I can split the $ with my intended victim .who ever that may be .lol

Re: 2024 POS Exchange

Posted: Wed Mar 20, 2024 11:53 am
by OLDE CUTLER
Last day to sign up. Over the next few days the USPS will notice a rash of reports of their employees overcome by "fumes."

Re: 2024 POS Exchange

Posted: Wed Mar 20, 2024 7:09 pm
by GringoBombero
Thomasg wrote: Mon Mar 18, 2024 11:23 pm
The flat rate box with priority mail comes with free 100. $ insurance . If it gets lost by the government I can split the $ with my intended victim .who ever that may be .lol
I might have to pay off the mailman lol

Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 6:30 pm
by pearlgearl
So I have never participated before but I am wondering who do I send this to ????

Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 6:38 pm
by Kolvir
Read the first post for instructions.

Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 6:40 pm
by Kolvir
Entries are now closed. Results, messages, etc... to be posted and sent as soon as I have time.

Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 7:11 pm
by Kolvir
This POS form is a PITA
  • 34 - I'm happy to use it as it makes Kolvir's life easier, and we all want that.
  • 1 - No

Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 8:13 pm
by Kolvir
Click chart to enlarge.


Figure_1.png
Figure_2.png
Figure_3.png

Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 8:16 pm
by Kolvir
The AI generated python code that made the charts from the responses that are in a spreadsheet.
I was sure there would be a large amount of interest here for it. :lol:

Code: Select all

import matplotlib.pyplot as plt
import numpy as np
import pyexcel_ods

# Load data from the .ods file
data = pyexcel_ods.get_data("response3.ods")
# Extracting only the first sheet's data
data = data[list(data.keys())[0]]

# Remove empty rows
data = [row for row in data if any(row)]
cmap = plt.cm.tab10

# Iterate over each column (excluding the first one which contains headers)
for i, column_data in enumerate(zip(*data[1:])):
    header = data[0][i]
    
    # Skip empty columns
    if not any(column_data):
        continue
    
    # Count occurrences of each unique value in the column
    unique_values = [str(value) for value in set(column_data) if value]
    counts = [column_data.count(value) for value in unique_values]
    num_unique_values = len(unique_values)
    colors = [cmap(i % 10) for i in range(num_unique_values)]  # Modulus operation to ensure color cycling
    
    
    # Create a new figure and axis for each chart
    fig, ax = plt.subplots(figsize=(15, 10))
    
    # Create the chart
    bars = ax.bar(range(len(unique_values)), counts, color=colors)
    ax.set_ylabel('Count')
    ax.set_title(f'Summary of {header}')
    
    # Remove x-axis labels
    ax.set_xticks([])
    
    # Create legend with colors
    legend_handles = [plt.Rectangle((0,0),1,1, color=colors[i], label=unique_values[i]) for i in range(len(unique_values))]
    ax.legend(handles=legend_handles, loc='upper center', bbox_to_anchor=(0.5, -0.2), ncol=1, frameon=False)


    plt.tight_layout()  # Adjust layout to prevent overlapping
    plt.show()


Re: 2024 POS Exchange

Posted: Thu Mar 21, 2024 9:29 pm
by GringoBombero
I can barely read American, let alone code

Re: 2024 POS Exchange

Posted: Fri Mar 22, 2024 6:48 am
by Kolvir
First Username sends to the second.
Address in private messages will be sent sometime Friday.


1fartsmella - glennbad
beresman - jamieinwv
bladebuddy - doglegg
boji - Knifegnome
buddy2.2 - steamboat willie
c-wade7 - klj77
cody6268 - enuf
corn creek cutlery - cody6268
dm11 - jw517
doglegg - edge213
edge213 - jody744
enuf - 1fartsmella
galvanic1882 - royal0014
glennbad - thestretch71
gringo bombero - rockingkj
herbva - buddy2.2
jamieinwv - boji
jody744 - kolvir
jw517 - smalleyds
ken98k - herbva
klj77 - thatweirdknifeguy
Knifegnome - dm11
kolvir - corn creek cutlery
olde cutler - beresman
orvet - treefarmer
pearlgearl - gringo bombero
philco - ken98k
reverand - orvet
rockingkj - galvanic1882
royal0014 - pearlgearl
smalleyds - philco
steamboat willie - reverand
thatweirdknifeguy - thomasg
thestretch71 - c-wade7
thomasg - olde cutler
Toylvr - bladebuddy
treefarmer - Toylvr

Re: 2024 POS Exchange

Posted: Fri Mar 22, 2024 12:16 pm
by enuf
acknowledged

Re: 2024 POS Exchange

Posted: Fri Mar 22, 2024 12:42 pm
by ThatWeirdKnifeGuy
and so it begins...

Re: 2024 POS Exchange

Posted: Fri Mar 22, 2024 3:21 pm
by Kolvir
I messed up and have two people sending to each other, so I'm going to have to change it around a bit. Will post soon. PM haven't gone out yet so not a big deal.

Re: 2024 POS Exchange

Posted: Fri Mar 22, 2024 5:15 pm
by Kolvir
Changes:

rockingkj -> galvanic1882
royal0014 -> pearlgearl

The big list has been updated with these changes.

Re: 2024 POS Exchange

Posted: Fri Mar 22, 2024 8:58 pm
by GringoBombero
Rockingkj standby
pearlgearl, I'll take all those yellow Queens please and thank you 😅😅

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 12:08 am
by Kolvir
Running behind, very busy with work. If I get it done tonight it will be late. Sorry.

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 12:18 am
by doglegg
Kolvir wrote: Sat Mar 23, 2024 12:08 am Running behind, very busy with work. If I get it done tonight it will be late. Sorry.
Take your time and thank you. ::handshake::

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 7:45 am
by Kolvir
Everyone should have a PM with a address to send to. If you didn't get one or I screwed up and sent you your own name or something else equally dense, PM me right away. I'm going to bed now, been staring at a screen for 14 hours.

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 9:39 am
by Corn Creek Cutlery
Cody ... your package is labeled and will be in the care of USPS this morning Saturday the 23rd.
Some good, bad, and ugly leftovers from last year in the lot!
Many thanks Kolvir for all the time and effort to make this happen! ::tu::

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 9:48 am
by KLJ77
Knife Guy...

You should be receiving a dirty, ugly, smelly box of crude very soon. Going out in the mail today. ::ds:: ::groove:: ::tu:: ::nod:: ::paranoid::

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 1:57 pm
by JamieinWV
Well Boji you have a 8 pounder headed your way... if you want tracking number..PM me... but I think you will know when its close by ...by the smell in the air.

Re: 2024 POS Exchange

Posted: Sat Mar 23, 2024 2:20 pm
by Grump01
Didn't see this in time for this year. Put me down for a heads up next time. :oops: