Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Certainly the technology and tools have changed but principles of design and good programming styles have not. Python has, for the most part, replaced (effectively) dead languages like COBOL, and now-niche languages like FORTRAN, but structured programming and modular design are still essential techniques. I have seen too much code written by self-… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > I have seen too much code written by self-taught programmers who, through ignorance, eschewed good design. While that's very, very true, that's \[unfortunately] not typically what people come to DaniWeb asking for help with. Many people unfortunately don't care about doing things right, but just well enough to work. As long as it gets the … Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG I have recently come into possession of 2 second hand Fujitsu RX series servers, and this issue is driving me nuts! When I got them neither had disks, so I popped some disks in and installed a Win Server 2019 hyper-v service. So both servers have entirely clean and activated installations of Server 2019. Every day without fail both servers … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by rproffitt Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained the old config even though I put a fresh OS on it. Doh! Live and learn. Been coming on daniweb for 20 years, was always such a great place for help and advice. … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >Where is everyone? Most of the posts here seem to be the same words about SEO/digital marketing over and over. That doesn't attract too many eyeballs. There is very little programming content any more. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >(where people abandoned us for sites like Stack Overflow) But there are still a few dinosaurs around who can answer some programming questions. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > >(where people abandoned us for sites like Stack Overflow) > > But there are still a few dinosaurs around who can answer some programming questions. Not to knock ya, but I think another part of the problem is that *all* that's left are dinosaurs who aren't necessarily skilled at the most trendiest things these days. There's … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Agreed. But programming basics are still something people need help with, and the basics have not changed appreciably over my career. Dinosaurs have more free time than those many decades younger. I, for one, have a lot and I am willing to spend part of it here. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > But programming basics are still something people need help with, and the basics have not changed appreciably over my career. They sure have changed appreciably during *my* career! But maybe that's because my career is in web development, and the web, and the technologies that power the web, have changed *a lot* over the past 25 years. Heck… V-Mate steals the show Hardware and Software Hardware by happygeek The Internationale Funkausstellung is not a jazz-fusion music event. Nope, the [URL="http:// www.ifa-berlin.com"]IFA[/URL] is apparently the world’s largest consumer electronics show these days, and it runs until 6th September in Berlin. Once over the disappointment that the only music was Muzak-alike piped hell, the race was on to … V-CLICK: open source cellphone pioneer, or rebadged late arrival? Hardware and Software Linux and Unix by happygeek I am more used to reviewing routers and network webcams from D-Link than reading about the company launching a cellphone, let alone one which will run on a Linux OS and be populated with open source software. But apparently that is exactly what it is going to do, and do in the early part of 2007 if my sources are correct. The V-CLICK sounds … V-ram Hardware and Software Hardware by moderate_rock48 What exactly is V-ram? Im looking at a game that says you need at least 32mb of V-ram. Can you still play the game if you dont have V-ram, just reqular sdram? thanks Re: V-Mate steals the show Hardware and Software Hardware by LastMitch >It is this wide card format support that appeals to me, because it makes this a very versatile device. Coupled with the fact that it handles the analog to digital conversion, compressing video into MPEG-4 in multiple formats and creating whatever file format the target mobile device requires, it’s pretty much untouchable at a price point … V Bulletin theme Digital Media UI / UX Design by temi Hello, Does any one know where I can find a good skin for V Bulletin? So far I have not managed to find any inspiring V bulletin skin. I am willing to pay for a designer to create a custom skink for me. If its available. Temi Re: V-ram Hardware and Software Hardware by moderate_rock48 Yea ok, I realized a few minutes after I posted it. Just kinda threw me when they said V-ram v/basic Programming Software Development by de_lily need help no bhow to go about with v/basic ,hepl me out with some statement that i can use and how i can apply them.what is programmeing all about and how is appilicable to our every life,what can you use it for.thank :rolleyes: v stream card software Hardware and Software Microsoft Windows by sittas87 Hey there Maby someone can help me.I have a v-stream tv card and im currently watching tv programs through nero's tv feature.however Im looking for software other than nero to watch my tv programs through. anyone knows of software for vstream to do my normal tv streaming through. Thanks in advance 87 v b project for final year Programming Software Development by vimbai hi guys does anyone want to give me an idea on was simple project to do for my final year. i want to use v b,coz i`m quite cool with it. pliz help, i dont know were to start from. Write a program to compute the greatest common divisor of three integers u,v and w Programming Software Development by master_ref :);) please !!![code]// if u is greater than v then the greatest common divisor of u and v // is the same as the greatest common divisor of v and u - v. // This observation leads to the following implementation in C: #include <stdio.h> int gcd(int u, int v) { int t; while (u>0) { if(u<v) {t=u;u=v;v=t;} u=u-v; … I am trying to figure out how to get the characters V and N to run in my program Programming Software Development by SoniaC This is the instruction: Mrs. Rogers, the owner of "Jus' Right supermarket", has asked your consulting firm to design a program for a simple cash register system which will allow the cashiers at the shop to total the price of the items being bought by a customer, calculate the tax on each item, calculate any relevant customer discount… vector <string *> v; passed by reference Programming Software Development by Grub Hi, I have the following class and main method: [code=cplusplus] class Employee { vector<string> v; string name; int i; public: Employee(){} Employee(string &n): name(n), i(0){} void read(vector<string *> &vec) { string n; for(int … Re: Write a program to compute the greatest common divisor of three integers u,v and w Programming Software Development by WaltP In gcd() you return [B]v[/B], but that's the value you passed into the function unchanged. How do I get my Hyper-V set up back? Hardware and Software Microsoft Windows by complete How do I get my Hyper-V set up back? I set up a couple of vitrual machines using Hyper-V. There seemed to be some memory and resource issues. So I closed down the virtual machines and Hyper-V and then I ran malwarebytes, ccleaner, and avg to clean up my system. I uninstalled a few programs that I determined I did not need. Then I also … Re: I am trying to figure out how to get the characters V and N to run in my program Programming Software Development by SoniaC [QUOTE=hfx642;1699953]SoniaC... What is someone enters "v" or "n" instead of "V" or "N"?[/QUOTE] That's the thing. I am just going on the instructions of my professor. She said she wants us to use V and N instead of 1 and 2. I got it to run wonderfully with 1 or 2 but the V and N is giving me trouble. … Images Showing Up Twice on My T.V!!! Hardware and Software by JavaPrograms I'm not sure why...but everything just started appearing more than once on my T.V and there are lines going across in two's... DLP Projection TV Specifications Screen Size 62" diagonal Screen Aspect 16:9 Displayable Colors 16.77 million colors Data Signals (N/A) TV Scan Lines 480i, 480p, 720p, 1080i Input Terminals … Re: I am trying to figure out how to get the characters V and N to run in my program Programming Software Development by hfx642 SoniaC... What is someone enters "v" or "n" instead of "V" or "N"? SHELL COMMAND getmac /v WITH VB FORM AND REGULAR EXPRESSIONS Programming Software Development by m1234ike Hello Daniweb, I am writing a program to execute the command prompt command "getmac /v >> MACLIST.txt" using a Visual Basic form, including: 2 buttons(getmac and filter the text file) , 2 textboxes (alternate text file name and user name), and two radiobuttons (default text file name or custom name). Once I select the …