|
I was sorting out soda cans from my recycling bin and realized that we recycle
alot of soup and coffee cans. I didn't want them to get tossed if I could melt
them so I did some googling to see what they are made of. Apparently they
are made of steel (...
Started by gambit on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at cnczone):
If I was to save the cast iron engine blocks, I wonder how easy they would.
High silicon aluminum, casts better on my property.
Auto parts like trans cases, water pumps, and other cast parts.
|
|
When smelting to make ingots I use a large stainless flat bottom dog dish, heat slowly on a turkey fryer burner so any zinc weights don't melt, skim off the steel clips and flux well with sawdust or dry oak leaves, and mold in a muffin tin.
Way too messy...
Started by jimone on
, 9 posts
by 6 people.
Answer Snippets (Read the full thread at 24hourcampfire):
X4" cast iron pot I picked up at an antique store, looks to have been casted in before perhaps, I'm have to be cast iron? I can use an old sauce pan? whats the best way to heat a large pan? will my burner idea work? cast iron....
|
|
When smelting to make ingots I use a large stainless flat bottom dog dish, heat slowly on a turkey fryer burner so any zinc weights don't melt, skim off the steel clips and flux well with sawdust or dry oak leaves, and mold in a muffin tin.
Way too messy...
Started by jimone on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at 24hourcampfire):
X4" cast iron pot I picked up at an antique store, looks to have been casted in before perhaps, I'm have to be cast iron? I can use an old sauce pan? whats the best way to heat a large pan? will my.
|
Ask your Facebook Friends
|
When smelting to make ingots I use a large stainless flat bottom dog dish, heat slowly on a turkey fryer burner so any zinc weights don't melt, skim off the steel clips and flux well with sawdust or dry oak leaves, and mold in a muffin tin.
Way too messy...
Started by jimone on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at 24hourcampfire):
X4" cast iron pot I picked up at an antique store, looks to have been casted in before perhaps, I'm have to be cast iron? I can use an old sauce pan? whats the best way to heat a large pan? will my burner idea work? cast iron....
|
|
Can anyone point me toward a cast bullet primer? I've run them in pistol rounds but I'd like to try some in my new .35 Remington. I've got 500 .358 rnfp, 158gr. That I bought for a .38 revolver years ago. I've gathered about 10 grains of unique should...
Started by Biathlonman on
, 9 posts
by 7 people.
Answer Snippets (Read the full thread at 24hourcampfire):
Optimal plain base cast.
Before doing anything though, I would slug the bore of your rifle to determine groove diameter .
An excellent primer.
+1 on the Lyman book.
And the Lyman Cast Bullet Handbook.
|
|
Forgive me for a stupid post, but I have really been getting into tea and I love this forum, so I could use some advice.
I saw that Teavana is having free shipping. Normally, I am not a fan, but I thought about getting a cast iron mug for work (to pair...
Started by by caulfield on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at teachat):
Normally, I am not a fan, but I thought about getting a cast iron mug for work drinking from a cast iron cup....
The majority of cast iron tea ware I see sold in the west is pretty sketchy quality
Those cups you is having free shipping.
|
|
Hello everyone,
I am using Hibernate(3.2) Criteria for querying and its giving me exception when converting to a list.
Please see my code and exception below:
List<Summary> summaryList; Criteria criteria = session.createCriteria(Summary.class); ...
Started by Raja Chandra Rangineni on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As far as results go, you need to:
Have an appropriate... .
You need to pass an entity class into session.createCriteria().
Have you specified a ResultTransformer ?
Is Summary a mapped entity or a bean you're trying to return in your results? It shouldn't be both .
|
|
Hello =)
I'm a classic newbie...
i can compile my program, but get an invalidcast excpetion when running the programm
what's wrong with my code. i don't not what to seach for :(
This is my code (.net 3.5)
class Element{ private int i; public int I { get...
Started by Michael on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You cannot do this:
myDict create a Dictionary<string, Element&....
You cannot cast from Dictionary to myDict , although because myDict derives from Dictionary , you can cast the other way.
A myDict class, it returns a Dictionary class.
|
|
FORM FOR NEWBIES!
Username: Allykinz97
Pet's name/gender: Sunshine, Female
Pet's Personality: Bubbly, fun, and outgoing!
Picture: will upload later, if I can enter (just VM, please)
Other: sorry I just don't really get the rules of WI yet. What's casting...
Started by Allykinz97 on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at webkinzinsider):
JUDGING IS TOMORROW! GET THOSE PICS IN OR JOIN TODAY! Cool! Can't wait! .
Judging this Wed! GET YOUR ENTRIES IN! I'm just about to go sledding! And wow, it just started snowing! Cool!
See ya! thank you .
|
|
Hi,
would it be possible to cast pointers to any other type of pointer?
for example:
int * a cast to string * b?
sorry if it's a stupid question.
<i>http://monsterbeans.com</i>
Started by eminhanif@googlemail.com on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
In particular, deleting or dereferencing....
No other guarantees are
made.
On Sun you cast back to
the original type, you get the original value.
For the above example, you would need a reinterpret_cast.
It's usually a bad idea, though.
|