The outside of your box looks pristine, unlike mine. lol
2024 POS Exchange
- OLDE CUTLER
- Gold Tier
- Posts: 5016
- Joined: Wed Oct 11, 2017 8:11 pm
- Location: South Dakota
Re: 2024 POS Exchange
"Sometimes even the blind chicken finds corn"
-
- Posts: 587
- Joined: Sun Feb 07, 2016 3:20 am
- Location: Bradenton FL
- Contact:
Re: 2024 POS Exchange
I filled out your form , ready to send crap someone's way.
-
- Posts: 650
- Joined: Sat Jul 23, 2022 8:12 pm
- Location: Batesville Arkansas
Re: 2024 POS Exchange
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 .lolOLDE CUTLER wrote: ↑Sun Mar 17, 2024 12:38 pmThe outside of your box looks pristine, unlike mine. lol
- OLDE CUTLER
- Gold Tier
- Posts: 5016
- Joined: Wed Oct 11, 2017 8:11 pm
- Location: South Dakota
Re: 2024 POS Exchange
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"
- GringoBombero
- Posts: 542
- Joined: Sun Jan 01, 2023 6:17 am
- Location: Austin TX
- Contact:
Re: 2024 POS Exchange
I might have to pay off the mailman lol
Goodnight Chesty Puller... wherever you are... 
Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com

Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com
-
- Posts: 67
- Joined: Sun Jul 16, 2023 9:43 pm
Re: 2024 POS Exchange
So I have never participated before but I am wondering who do I send this to ????
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
Read the first post for instructions.
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
Entries are now closed. Results, messages, etc... to be posted and sent as soon as I have time.
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
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
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
Click chart to enlarge.
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
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.
I was sure there would be a large amount of interest here for it.

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()
- GringoBombero
- Posts: 542
- Joined: Sun Jan 01, 2023 6:17 am
- Location: Austin TX
- Contact:
Re: 2024 POS Exchange
I can barely read American, let alone code
Goodnight Chesty Puller... wherever you are... 
Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com

Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
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
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
- enuf
- Posts: 353
- Joined: Fri Dec 08, 2023 3:32 pm
- Location: T-Town, OK
-
- Gold Tier
- Posts: 1011
- Joined: Tue Jul 25, 2023 8:20 pm
- Location: Wisconsin
Re: 2024 POS Exchange
and so it begins...


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.

- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
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.
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
Changes:
rockingkj -> galvanic1882
royal0014 -> pearlgearl
The big list has been updated with these changes.
rockingkj -> galvanic1882
royal0014 -> pearlgearl
The big list has been updated with these changes.
- GringoBombero
- Posts: 542
- Joined: Sun Jan 01, 2023 6:17 am
- Location: Austin TX
- Contact:
Re: 2024 POS Exchange
Rockingkj standby
pearlgearl, I'll take all those yellow Queens please and thank you

pearlgearl, I'll take all those yellow Queens please and thank you
Goodnight Chesty Puller... wherever you are... 
Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com

Come and shop at our store...
We've been waiting for yooouu...
Www.drshanknstein.com
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
Running behind, very busy with work. If I get it done tonight it will be late. Sorry.
-
- Gold Tier
- Posts: 21545
- Joined: Mon Sep 18, 2017 2:35 am
- Location: Grand Prairie, Texas
- Kolvir
- Posts: 179
- Joined: Tue Dec 18, 2018 1:38 am
- Location: Iowa
- Contact:
Re: 2024 POS Exchange
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.
- Corn Creek Cutlery
- Gold Tier
- Posts: 2063
- Joined: Wed Dec 06, 2023 12:35 pm
- Location: Northeast TN
- Contact:
Re: 2024 POS Exchange
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!
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!

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.
It's only money .. give the Lord His .. pay the bills .. give the wife hers .. and buy yourself another knife.

- KLJ77
- Gold Tier
- Posts: 1986
- Joined: Sun Aug 05, 2018 9:45 pm
- Location: Virginia ~ Tidewater Area
Re: 2024 POS Exchange
Knife Guy...
You should be receiving a dirty, ugly, smelly box of crude very soon. Going out in the mail today.

You should be receiving a dirty, ugly, smelly box of crude very soon. Going out in the mail today.





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."
"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."
- JamieinWV
- Gold Tier
- Posts: 1334
- Joined: Mon Nov 15, 2021 9:11 pm
- Location: West Virginia
- Contact:
Re: 2024 POS Exchange
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
There are 3 kinds of people in this world, “Those who can count and Those who can’t”
www.allaboutpocketknives.com/jamieinwv
- Grump01
- Gold Tier
- Posts: 576
- Joined: Wed May 22, 2013 2:54 am
- Location: Central Indiana
Re: 2024 POS Exchange
Didn't see this in time for this year. Put me down for a heads up next time. 

Don