Re: Custom Media Server Hardware and Software Linux and Unix by Vince_6 I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great. Selling the house that I grew up Community Center Geeks' Lounge by jkon … years of my life in a detached stone house among the ruins of ancient Sparta. For the…’t visited Sparta in two years now. That house is large—244 square meters (2,626.39 …not the price that worries me. Selling the house where I grew up feels like cutting off … properties, and I feel guilty about selling the house where I lived until I was 17. But… Re: Selling the house that I grew up Community Center Geeks' Lounge by Dani … a similar boat. I lived in a very large house with my parents in New York from the age of…, I moved to California, and I now own my house out here. It's a small starter home because Silicon…touch with them. If she were to sell the big house in NY, it would be the place where she … her place in Florida is rather small and my house is also quite small. Re: Selling the house that I grew up Community Center Geeks' Lounge by Reverend Jim Something similar. The family house was built in 1910 (the year my dad was born) … Re: Selling the house that I grew up Community Center Geeks' Lounge by melodyce I left my old place because of house demolition. In my memory, it was sometimes clean and beautiful, and sometimes dilapidated. After that, I felt like a guest wherever I lived. Re: Selling the house that I grew up Community Center Geeks' Lounge by rproffitt I've been lucky and able to retain my 1st home and with luck and research have it in property management so there's not much I need to do to keep it rented out. That said some areas are faced with declining populations such as Japan. See https://www.akiya-mart.com/ What's quite wacky is that in the US we have about 15 million empty homes yet … Re: Selling the house that I grew up Community Center Geeks' Lounge by Dani Renting it out might be a viable solution for jkon. Not so in my case, where my mom would need enough for a down payment on a place in California. As for that Japanese housing marketplace, without being familiar with Japan and/or the neighborhoods, there's no knowing if any of those homes are in good neighborhoods or what condition they are in.… Re: Selling the house that I grew up Community Center Geeks' Lounge by Dani Jim, Is that the lake you would always spend summers at? Where are you currently living? City? Suburbs? Rural? Re: Selling the house that I grew up Community Center Geeks' Lounge by Reverend Jim Ayup. First went to Shebandowan summer of 1981 (wife's family cottage) and sold in 2021. At that point it had been in the family for almost 100 years. It was getting too hard to maintain at our age and the drive (close to eight hours) was just getting to be too much (I did the round trip three times that summer to bring stuff home). Also with … Looking for Apple Developer enterprise account Programming Software Development by Sammi_2 Support for the apple developer enterprise account is required for a long time. Because customers need to distribute the app privately within their company, only an in-house certificate can do this. If you have one, please leave me a message Re: What is the last website that you visited? Community Center Geeks' Lounge by rproffitt Because of events at The White House I had to update some contacts so I was at https://www.house.gov/representatives/find-your-representative Re: How old is your computer? Hardware and Software by Dani … external LG monitors. It wasn't until we bought a house a handful of years later, and settled down here, that… Re: Upgrade to Fiber internet Hardware and Software Networking by rproffitt … up and done for months. Works fine. -> Found a house, bought it and thought that transferring service or getting same… Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by Salem What's the use-case? "Black Duck" is an existing application for scanning your in-house proprietary software to make sure it doesn't get tainted with open source software with vague/incompatible licence terms. Re: Looking for Apple Developer enterprise account Programming Software Development by Salem And who's head is in the noose when you mess things up with my enterprise account? Like for example, bad software gets signed with my key, or your "company" is in an embargoed jurisdiction? If you need it, buy your own. Re: Looking for Apple Developer enterprise account Programming Software Development by Sammi_2 > And who's head is in the noose when you mess things up with my enterprise account? > > Like for example, bad software gets signed with my key, or your "company" is in an embargoed jurisdiction? > > If you need it, buy your own. > Application distribution will use p12 and mobile provisional profile. When a … Re: Looking for Apple Developer enterprise account Programming Software Development by Sammi_2 I will pay for the support. Re: Looking for Apple Developer enterprise account Programming Software Development by Dani I highly doubt anyone here would be able to sell or license to you access to their Apple developer enterprise account (mostly because it would violate their own agreement with Apple), but out of curiosity, why do you need it? The program is designed for specific use cases in which large organizations need to distribute their proprietary app … Re: House Renovation System Programming Computer Science by gunit86 … create simulation where we can create the model of the house and drag and drop the tiles etc.Change its color… and etc. Where user can customize the house. What i meant is developing a software something like this… Re: 'House' Music anyone? Community Center Geeks' Lounge by GrimJack … it with times (to the second, natch). This is mostly house but some ambient. Oh, yeah - now I will go back… Need help with the 5 mouse click house program Programming Software Development by Noliving …mouse clicks. My program is simple create a house using only 5 mouse clicks. This problem is…from graphics22 import * def main(): win = GraphWin("house.py", 500, 500) win.setCoords(0,0, 4… win.getMouse() p5 = win.getMouse() house = Rectangle(p1, p2) house.setFill("Red") house.draw(win) roof = Polygon(p1, p3… Reputation in the Coffee House Community Center Meta DaniWeb by Dani … inline within posts. Additionally, posts within the Coffee House that receive reputation will still display a little icon …ones. To reiterate, reputation handed out in the Coffee House will still be considered positive or negative, and be…the reputation points gained or lost in the Coffee House. The recalculation will happen over the course of … user designed house through GUI interfaces Programming Software Development by KidBuddha …from graphics22 import * def main(): win = GraphWin('House Builder', 800,600) message = Text(Point(400…distance/10) message.setText('Please click inside the house to open a door') p3 = win.getMouse()….setText('Please click two points INSIDE the house to open a window') else: window.draw… Re: Need help with the 5 mouse click house program Programming Software Development by Duoas … of construction paper and some crayons and draw yourself a house. Then, using your finger, 'click' on the picture where the…: click on lower-left corner of house 2: click on upper-right corner of house 3: click on the center of the… Re: Need help with the 5 mouse click house program Programming Software Development by Karsam … I wrote for you from graphics import * win = GraphWin("house.py", 500, 500) win.setCoords(0,0, 4,4…(win) p7=Point(p2.getX(),p1.getY()) house = Rectangle(p1, p2) house.setFill("Red") house.draw(win) roof = Polygon(p1, p7… Re: Need help with the 5 mouse click house program Programming Software Development by Karsam from graphics import * win = GraphWin("house.py", 500, 500) win.setCoords(0,0, 4,4) …(color_rgb(255,255,0)) Pt.draw(win) house = Rectangle(p1, p2) house.setFill("Red") house.draw(win) p3 = win.getMouse() x… Re: Need help with the 5 mouse click house program Programming Software Development by Duoas No, he is using a package called [B]graphics.py[/B]. It is designed for beginners, so it is fairly convenient and simple to use. The getMouse() function waits for you to click and returns the coordinates. That is why it would be easy to say: get click one get click two draw house rect get click three draw door rect ... Help with House Program Programming Software Development by songweaver …years float totalCost = initial + totalFuelCost + totalTaxes; /*Initial House cost + fuel cost for 5 years + Tax Rate for… cout << " Enter initial cost of house" << endl; cin >> initial… on instructions for user cout << "House of intial cost of " << initial… Re: Reputation in the Coffee House Community Center Meta DaniWeb by Dani … a question, will our present rep recieved from the coffee house be eliminated?[/quote] Reputation you received from the Coffee… House will no longer be factored into your overall Reputation Power. … rep bars and reputation does still exist in the Coffee House. Re: Reputation in the Coffee House Community Center Meta DaniWeb by Dani …]This weird, I had maybe 4-5 reps from coffe house and it drop too much for me, from 4 bars… that you've received positive rep from in the Coffee House are still displayed inline within the posts and the latest… in your control panel and member profile still includes Coffee House rep.