Recently active
I've been investigating Java classes and came across constructors and method overloading. While I grasp the fundamentals, I'm having some issues with my code implementation. Here's a sample of code I wrote to show constructors and method overloading: // Class with multiple constructors and method overloading class Calculator { // Default constructor Calculator() { System.out.println("Calculator object created"); } // Constructor with one parameter Calculator(int num) { System.out.println("Calculator object created with number: " + num); } // Method overloading int add(int num1, int num2) { return num1 + num2; } double add(double num1, double num2) { return num1 + num2; } } // Main class to demonstrate constructors and method overloading public class Main { public static void main(String[] args) { Calculator calc1 = new Calculator(); // Output: "Calculator object created" Calculator calc2 = new Calculator(10); // Output: "Calculator object created with n
Have a great day and a terrific weekend. Pipe Specifications (Let the series begin…) All pipe is to be made of a long hole surrounded by metal or plastic centered around the hole. All pipe is to be hollow throughout the entire length - do not use holes of different length to the pipe. The ID (Inside Diameter) of all pipe must not exceed the OD (Outside Diameter) - otherwise the hole will be on the outside.
So I was listening to a book on the way to work, as usual, and it paused. I looked at the screen and it appeared to be waiting for a command. Then after a few seconds the book continued. I thought that was weird, then I realized the character in the book had said "OK, Google wasn't much help." Guess Google was listening, but not realizing it had just played those magical words. 🚙📖🤣
In case you didn't get your sweetie a Valentine....
See the Top Community Engagers and the Top Noteworthy posts for the month of January.. Top January 2024 Community Engagers: @HelesicPetr @avillanueva @MartinHanak @tbraxton @Werner_E @LucMeekes @terryhendicott @KenFarley @jbailey @StephenW @Michael @VladimirN @Hari_Vara @ttokoro @Patriot_1776 @SweetPeasHub @Arun_C @Velkumar @Divyanshi @pshepherdson MOST NOTEWORTHY POSTS Below are some of the top engaging or most viewed PTC Community topic threads for January 2024! See if your community username made this list! Or, read more about a topic that interests you! 1. Creo: cspinelli @RP_10384451asked about CSYS ALWAYS VISIBLE. Solution was provided by kdirth. Thank you @MartinHanak, @mkajdan and @aputman for your contributions as well. @Lars_F https://community.ptc.com/t5/3D-Part-Assembl
Pull your sweetie a little close this week in light of St. Valentine's Day. Maybe even splurge on that extra large box of chocolates (if that's what is liked). Skip the AI generated cards or LED activated songs. An Engineer’s Valentine (by Matthew Dalton) I was alone and all was dark Beneath me and above My life was full of volts and amps But not the spark of love But now that you are here with me My heart is overjoyed You’ve turned the square of my heart Into a sinusoid You load things from my memory Onto my system bus My life was once assembly code It’s now like C++ I love the way you solder things My circuits you can fix The voltage ‘cross your diode is much more than just point six With your op-amps and resistors You have built my integrator I cannot survive without you You’re my function generator You’ve changed my world, increased my gain And made my math discreet So now I’ll end my poem here Control, Alt, and Delete
I'm working on a data science project where I have a dataset of customer transactions and I need to analyze customer purchase patterns using Python. The dataset includes the following columns: customer_id, transaction_date, product_id, quantity, and price. Here's a simplified version of the data: import pandas as pd data = { 'customer_id': [101, 102, 101, 103, 102, 104], 'transaction_date': ['2023-01-15', '2023-02-10', '2023-02-25', '2023-03-05', '2023-03-12', '2023-03-20'], 'product_id': [1, 2, 1, 3, 2, 1], 'quantity': [2, 1, 3, 2, 1, 4], 'price': [20.0, 30.0, 25.0, 40.0, 30.0, 15.0] } df = pd.DataFrame(data) I want to perform the following analyses using Python: Total Sales: Calculate the total sales revenue for each customer. Purchase Frequency: Determine how often each customer makes a purchase. Most Popular Products: Iden
Did you see your shadow today. Either way pull the ones you love a little closer and give them a big hug. You both probably need it...
I am going on a difficult trip through the world of Asynchronous JavaScript, and I humbly want the advice and experience of our great JavaScript enthusiasts. The job at hand is to untangle the complexities of asynchronous programming in JavaScript, an area that has provided great hurdles in my search for understanding. // This code snippet delves into the world of Asynchronous JavaScript function fetchData(url) { // Asynchronous code for fetching data from the provided URL } // Example usage of the fetchData function fetchData('https://api.example.com/data') .then(data => { // Handle the retrieved data asynchronously }) .catch(error => { // Handle errors that occur during the asynchronous operation }); It is critical to underline that my quest goes beyond a surface-level comprehension. Rather, I am motivated by a real desire to understand the complexities of asynchronous programming in JavaScript. As a result, I humbly request you
Had a great time meeting so many amazing users and vendors at the PTC User Global Summit 2024. Spending the day with family before heading back north. The engineers of several beer companies are at a bar together. The engineer of Budweiser orders a Bud Light, the engineer of Miller orders a Miller Light, the engineer of Coors orders a Coors Light. This continues until the bartender finally asks the engineer of Guinness what he would like. He replies, "A coke". All the other engineers ask him why he did not get a Guinness. He replied, “If none of you are drinking beer then why should I?” No alcohol was consumed in the making of this funny. Especially at the PTC User Global Summit...
Looking forward to seeing some of you in Florida this coming week. I don't think PTC will have a PTCooler down there, but we'll see what else they have... Dad: “I think our road’s snowplow is a boy band” Daughter: “What is the nickname of it” (They give nicknames to the plows on the GPS.) Dad: “Not sure, but it only plowed ‘1 Direction’ and it’s not ‘NSYNC’ with the way we’re driving…”
We am planning to organize a local user group centered around PTC technology to be hosted at the PTC headquarters in Boston Seaport. The event will involve a kickoff for the user group, demonstrations on creative use cases, food, beer, and scenic views of Boston and a tour of the corporate experience center. Our goal is to attract at least 50 attendees around the Boston area for some engaging collaboration and networking. if you are in the Boston area and want to support and attend please fill this out. Thank you. https://forms.gle/t9oH4JtShy8FviUa6
While others are in a deep freeze, we have lake effect snow. Instead of negative temperatures we are single digits to low double digits. But we do get a lot of snow. Here is the map with the area of Michigan showing the snow circled. Here is my picnic table in the back yard... Anyone up for a picnic? Looking forward to seeing those traveling to Orlando at the end of this week.
See the Top Community Engagers and the Top Noteworthy posts for the month of December.. Top December 2023 Community Engagers: @HelesicPetr @avillanueva @tbraxton @Werner_E @LucMeekes @MartinHanak @terryhendicott @Hari_Vara @VladimirN @Chris3 @StephenW @BenLoosli @kdirth @jbailey @ttokoro @pausob @XDN @aputman @KenFarley @AL_10888052 @aletenti @nmutter @Michael @nmilleson @SweetPeasHub @FriedhelmK @MSALAS @Sathishkumar_C MOST NOTEWORTHY POSTS Below are some of the top engaging or most viewed PTC Community topic threads for December 2023! See if your community username made this list! Or, read more about a topic that interests you! 1. Creo: danders238 @RP_10384451asked about How to control multi line text of an Annotation Note using Family Table Instance value?. Solution was provided
Tim Cindric, President of Penske Racing tells us why they are winning with Creo (view in My Videos)
Everybody is hunkering down around here. From this afternoon through Saturday night they are talking 9-14" of snow. Gonna throw another log on the fire when I get home from work. Once an engineer was driving along a ranch and killed a calf that was crossing the road. The driver went to the owner of the calf and explained what had happened. He then asked what the animal was worth.“Oh, about $200 today,” said the rancher. “But in six years it would have been worth $900. So $900 is what I’m out.”The engineer sat down and wrote out a check and handed it to the rancher. “Here,” he said, “is the check for $900. It’s postdated six years from now.”
Hope things are going well as you start the new year... Do you have any resolutions that you made for 2024? Be blessed in all you do. Q: What moves closer to the ground as it grows….? A: An icicle. Q: What do you get when you cross a snowman and a vampire…? A: Frost bite
I am out of the office most of next week. Enjoy time with loved ones over the next few weeks. As a candle pierces the darkness, hopefully my dim reflection of light has helped brighten your path throughout this past year. I am blessed to be a blessing. "For unto us...." For the last minute wrapping needed to be done (taken from https://bfwengineers.com/recipe-humor/gift-wrap/) How to Wrap Gifts Like an Engineer By now, you understand the taboos of the gift-wrapping world and how to avoid them. It’s just like learning anything; it’s better to understand the pitfalls before you steamroll ahead unless you like looking like a fool. With that said, let’s dive into the actual process of wrapping a gift so I can stop writing this and get back to watching old episodes of This Old House on YouTube. Tools you need: Gourmet, bespoke, high-quality gift wrap from your local hipster store Pair of scissors Double-sided tape 1.) Find a large flat surfac
We have an exciting opportunity for a Creo Designer. As a Creo Designer, you'll be at the forefront of innovation, creating immersive 3D components and beautifully detailed 2D drawings that take projects from concept to reality. But it doesn't stop there! You'll have the chance to conduct in-depth packaging, feasibility, and kinematic studies, ensuring that every detail is meticulously crafted for optimum performance. You'll also be collaborating with a dynamic team, communicating and managing BOM structures while flexing your extraordinary CAD data management expertise. This is a huge project that will support our military in building a new armored vehicle to support and protect our troops. Feel free to reach out to me if you are interested in hearing more.
Hi All,I am reaching out to seek your assistance regarding a specific requirement from one of our clients. The client has requested clear and detailed information about the PTC PLM System Safety Analysis (PLM-SSA). Despite checking the Velocity portal, I could not find any relevant articles or information on this topic. If any of you have insights, documentation, or resources related to System Safety Analysis in PTC PLM, I would need your assistance. Please share any available information or direct me to the appropriate resources that can provide clarity on PLM-SSA.
Have a blessed Christmas and happy New Year - also, see you next year - vacation time....
It is getting to the time of the year where it seems like I am out of the office as much as I am in the office. Enjoy time with your families during Christmas. Do you have a favorite past time? Do you have a favorite movie? From a engineering standpoint, I would recommend watching Arthur Christmas. Especially the opening scene with the sleigh and the action packed first present drop. Even though my kids are grown, we still read a silly little kid's book with Pinky asking, "Is it Christmas, yet?"
See the Top Community Engagers and the Top Noteworthy posts for the month of November.. Top November 2023 Community Engagers: @HelesicPetr @Werner_E @avillanueva @tbraxton @MartinHanak @Velkumar @Chris3 @kdirth @StephenW @ttokoro @terryhendicott @LucMeekes @jbailey @BenLoosli @Dale_Rosema @rleir @nmutter @RPN @VladimirN @YaroslavSin @KenFarley @Arun_C @Rayon_11 @SweetPeasHub MOST NOTEWORTHY POSTS Below are some of the top engaging or most viewed PTC Community topic threads for November 2023! See if your community username made this list! Or, read more about a topic that interests you! 1. Creo: nsgoldberg asked about Geometric Tolerance Issues. Solution was provided by Chris3 @Lars_F https://community.ptc.com/t5/3D-Part-Assembly-Design/Geometric-Tolerance-Issues/m-p/911452#M131983&
Welcome to December. Hope you had a terrific week. The time of waiting has begun.... A programmer and an engineer were sitting next to each other on an airplane. The programmer leans over and asks if he wants to play a fun game. The engineer just wants to be left alone, so he politely declines, turns away, and tries to sleep. The programmer continues to pester the engineer. “C’mon, it’s a really easy game. I ask a question and if you don’t know the answer you pay me $5. Then you ask me a question and if I don’t know the answer, I’ll pay you $5.” Again, the engineer declines and tries to sleep. The programmer really wants to play the game and says, “OK, if you don’t know the answer, you pay me $5, and if I don’t know the answer, I’ll pay you $50!” The engineer grins and agrees to play. The programmer asks the first question, “What is the distance from the earth to the moon?” The engineer doesn’t say a word, just hands the programmer $5. T
What is the roman numeral for 1001 wins? MI
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.