Prevent Caulk/Construction Adhesive From Hardening Quickly in Open Tube
Quick Instructable on how to prevent an open caulk/construction adhesive tube from drying out quickly.Parts:1. Open caulk/construction adhesive tube2. Latex glove3. Scissors4. Rubber bandsBy:...
View ArticleTall Wastebasket Made From Wood Paint Stirrers
Tall wastebasket made of wood quart paint stirrers.About 21 inches tall.Parts:1. Quart paint stirrers2. Wood glue and construction adhesive.3. Caulk GunBy: matt392Continue Reading »
View ArticleUse Balloons to Prevent Caulk/Construction Adhesive From Drying Out/Hardening...
Since balloons are airtight, they make ideal tools for preventing open caulk and construction adhesive cartridges from drying out.Parts:1. Standard balloon2. Open caulk/construction adhesive...
View ArticlePython - Using Modulo to Test Numbers for Divisibility by 3, 5 and Both 3 & 5
A Python program that tests numbers for divisibility by 3, 5 and both 3 & 5 using the Modulo function.Please note that one needs to test for both 3 & 5 before testing just 3 or 5.Program is...
View ArticleWood Glue Paste
Sometimes wood glue is too thin for certain projects. However, one can use wood glue to create a thicker paste to assist with filling in gaps and other aspects of woodworking, similar to wood...
View ArticleMetal Security Door Plate/Push Plate
Quick Instructable on how to build a metal push plate and/or security plate on a security door with a screen. Parts:1. 4 inch square electrical box blank cover, metal2. SteelStik or other type epoxy...
View ArticleHow to Glue/Adhere/Attach Wood to Plastic (Polyethylene and Polypropylene)...
100% silicone caulk makes an excellent glue/adhesive when attaching wood to plastic like polyethylene/polypropelene. Given that construction adhesives cannot grab onto hard plastics since plastics are...
View ArticleHand Saw From Mini-Hacksaw Blade
Parts1. Mini-hacksaw blade2. Joint pliers3. Wood dowel4. Duct tape5. Rubber bands thick6. Heavy duty cutter or snipsBy: matt392Continue Reading »
View ArticleTemplate/Sample/Example of Petition for a Writ of Certiorari to the US...
Template/Sample/Example of Petition for a Writ of Certiorari to the US Supreme CourtWhen filing a Petition for a Writ of Certiorari with the US Supreme Court , the petitioner (either pro se or a...
View ArticleReplace Spring on Garbage Can Top
On spring loaded garbage cans, over time the spring can weaken so that the top will not open. This Instructable will provide a replacement for the spring.Parts: 2 screws about 3/4 inch long Washer...
View ArticleJava Code/Program - Calculate Hypotenuse Using Pythagorean Theorem
Please find below and attached a short Java program that takes 2 numbers inputted from the keyboard and calculates the hypotenuse using the Pythagorean Theorem.+++++++++++++++++++++++++++++++++++//...
View ArticleJava Code/Program - Area and Volume of Icosahedron (20 Sided Sphere)
A Java program that calculates the area and volume of an icosahedron, which is a 20 sided sphere (also known as a polyhedron).Uses java.util.Scanner and java.lang.Math classesFile attached.By:...
View ArticleJava Code/Program - Write Data to File
A short Java program that takes a line of input from the user and writes it to a text file.With comments to help the programmer understand the code.By: matt392Continue Reading »
View ArticleJava Code/Program - JOptionPane Example
Short Java program that tests the JOptionPane class to create a Graphical User Interfact (GUI) and dialog boxes.Attached as .java file.By: matt392Continue Reading »
View ArticleJava Code/Program - Test Number Even/Odd
Short Java program that asks the user to type in a number, uses the Modulus operator to find a remainder to test to see if it is even or odd.Attached.By: matt392Continue Reading »
View ArticleJava Code/Program - Print Words in Reverse Order
Java code/program that has the user enter 5 words and then prints them back out out in the reverse order. Attached as .java file.By: matt392Continue Reading »
View ArticleJava Code/Program Using If Statement/Comparison Operators
Java code/program that uses an if statement and comparison operators: ==, !=, , =.Equal to, not equal to, less than, greater than, less than or equal to, greater than or equal to. By: matt392Continue...
View ArticleJava Code/Program - Using "&&"/"and" Operator
Short Java program that demonstrates the use of the "and"/"&&" operator.By: matt392Continue Reading »
View ArticleJava Code/Program - Random Number Generator, While, If/Else Loops, or Operator
Java code/program that does the following: Asks the user to enter a number between 1 and 10. Checks to make sure that the number entered was between 1 and 10. If it is not between 1 and 10, it asks the...
View ArticleJava Code/Program - "else-if" Statement
Short program that uses the "else if" statement.By: matt392Continue Reading »
View Article