2024 POS Exchange

A place to discuss & share pictures of anything that relates to knives.
Post Reply
User avatar
OLDE CUTLER
Gold Tier
Gold Tier
Posts: 5016
Joined: Wed Oct 11, 2017 8:11 pm
Location: South Dakota

Re: 2024 POS Exchange

Post 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
"Sometimes even the blind chicken finds corn"
knifegnome
Posts: 587
Joined: Sun Feb 07, 2016 3:20 am
Location: Bradenton FL
Contact:

Re: 2024 POS Exchange

Post by knifegnome »

I filled out your form , ready to send crap someone's way.
Thomasg
Posts: 650
Joined: Sat Jul 23, 2022 8:12 pm
Location: Batesville Arkansas

Re: 2024 POS Exchange

Post 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
User avatar
OLDE CUTLER
Gold Tier
Gold Tier
Posts: 5016
Joined: Wed Oct 11, 2017 8:11 pm
Location: South Dakota

Re: 2024 POS Exchange

Post 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."
"Sometimes even the blind chicken finds corn"
User avatar
GringoBombero
Posts: 542
Joined: Sun Jan 01, 2023 6:17 am
Location: Austin TX
Contact:

Re: 2024 POS Exchange

Post 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
Goodnight Chesty Puller... wherever you are... ::pray::

Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com
pearlgearl
Posts: 67
Joined: Sun Jul 16, 2023 9:43 pm

Re: 2024 POS Exchange

Post by pearlgearl »

So I have never participated before but I am wondering who do I send this to ????
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post by Kolvir »

Read the first post for instructions.
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post by Kolvir »

Entries are now closed. Results, messages, etc... to be posted and sent as soon as I have time.
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post 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
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post by Kolvir »

Click chart to enlarge.


Figure_1.png
Figure_2.png
Figure_3.png
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post 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()

User avatar
GringoBombero
Posts: 542
Joined: Sun Jan 01, 2023 6:17 am
Location: Austin TX
Contact:

Re: 2024 POS Exchange

Post by GringoBombero »

I can barely read American, let alone code
Goodnight Chesty Puller... wherever you are... ::pray::

Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post 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
User avatar
enuf
Posts: 353
Joined: Fri Dec 08, 2023 3:32 pm
Location: T-Town, OK

Re: 2024 POS Exchange

Post by enuf »

acknowledged
Dan - ATA NSSA
ThatWeirdKnifeGuy
Gold Tier
Gold Tier
Posts: 1011
Joined: Tue Jul 25, 2023 8:20 pm
Location: Wisconsin

Re: 2024 POS Exchange

Post by ThatWeirdKnifeGuy »

and so it begins...
::nod:: https://newlifeknives.etsy.com ::nod::

That's my Etsy store where I sell old knives and sometimes handmade knife accessories to support my knife habbit. Thanks for looking my friend. ::tu::
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post 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.
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post by Kolvir »

Changes:

rockingkj -> galvanic1882
royal0014 -> pearlgearl

The big list has been updated with these changes.
User avatar
GringoBombero
Posts: 542
Joined: Sun Jan 01, 2023 6:17 am
Location: Austin TX
Contact:

Re: 2024 POS Exchange

Post by GringoBombero »

Rockingkj standby
pearlgearl, I'll take all those yellow Queens please and thank you 😅😅
Goodnight Chesty Puller... wherever you are... ::pray::

Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post by Kolvir »

Running behind, very busy with work. If I get it done tonight it will be late. Sorry.
doglegg
Gold Tier
Gold Tier
Posts: 21545
Joined: Mon Sep 18, 2017 2:35 am
Location: Grand Prairie, Texas

Re: 2024 POS Exchange

Post 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::
User avatar
Kolvir
Posts: 179
Joined: Tue Dec 18, 2018 1:38 am
Location: Iowa
Contact:

Re: 2024 POS Exchange

Post 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.
User avatar
Corn Creek Cutlery
Gold Tier
Gold Tier
Posts: 2063
Joined: Wed Dec 06, 2023 12:35 pm
Location: Northeast TN
Contact:

Re: 2024 POS Exchange

Post 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::
Tony .. https://www.allaboutpocketknives.com/corncreekcutlery .. "Authorized MCUSTA and RoseCraft Blades Dealer"
It's only money .. give the Lord His .. pay the bills .. give the wife hers .. and buy yourself another knife. ::nod::
User avatar
KLJ77
Gold Tier
Gold Tier
Posts: 1986
Joined: Sun Aug 05, 2018 9:45 pm
Location: Virginia ~ Tidewater Area

Re: 2024 POS Exchange

Post 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::
LJ

"The problems we face today are there because the people who work for a living are now outnumbered by those that vote for a living."
User avatar
JamieinWV
Gold Tier
Gold Tier
Posts: 1334
Joined: Mon Nov 15, 2021 9:11 pm
Location: West Virginia
Contact:

Re: 2024 POS Exchange

Post 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.
If God didn’t want us to have guns, he wouldn’t have given us trigger fingers!" - Yosemite Sam
There are 3 kinds of people in this world, “Those who can count and Those who can’t”
www.allaboutpocketknives.com/jamieinwv
User avatar
Grump01
Gold Tier
Gold Tier
Posts: 576
Joined: Wed May 22, 2013 2:54 am
Location: Central Indiana

Re: 2024 POS Exchange

Post by Grump01 »

Didn't see this in time for this year. Put me down for a heads up next time. :oops:
Don
Post Reply

Return to “General Knife Discussion”