• Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in To Multicast or Not?

    @rproffitt: The way I'd see doing that is setting up an ad-hoc Wifi network from the device that the app connects into. I think the Amazon Echo does that.
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created To Multicast or Not?

    Background: I'm looking to program and sell (on the Mom & Pop circuit) some internet-enabled devices. They need to be pre-configured in-store by a non-techie. The device will come online …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching To Multicast or Not?

    Background: I'm looking to program and sell (on the Mom & Pop circuit) some internet-enabled devices. They need to be pre-configured in-store by a non-techie. The device will come online …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Repairing Component Store from Recovery Console

    Finally deleted $Windows.BT and the Creators Update went through. Laptop seems to be working fine now.
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Repairing Component Store from Recovery Console

    > rproffitt: There are prior discussions about this. Example where they went with an in-place upgrade: https://www.tenforums.com/performance-maintenance/23170-sfc-corrupt-files-2.html Which is a great idea except I was stuck in the Recovery Console. …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Repairing Component Store from Recovery Console

    So I went through https://support.microsoft.com/en-us/help/4013429 and finished downloading the MSUs from http://www.catalog.update.microsoft.com/Home.aspx . I'm going to try the Cumulative update first then try patching one at a time. Let's see …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Edited Repairing Component Store from Recovery Console

    I have my suspicions on how to fix this, I just want to make sure I'm right. `dism /image:C:\ /cleanup-image /restorehealth /scratchdir:C:\Scratch /Source:WIM:C:\Source\Install.wim:2` From my DISM log. (p) CSI Manifest …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created Repairing Component Store from Recovery Console

    I have my suspicions on how to fix this, I just want to make sure I'm right. `dism /image:C:\ /cleanup-image /restorehealth /scratchdir:C:\Scratch /Source:WIM:C:\Source\Install.wim:2` From my DISM log. (p) CSI Manifest …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Repairing Component Store from Recovery Console

    I have my suspicions on how to fix this, I just want to make sure I'm right. `dism /image:C:\ /cleanup-image /restorehealth /scratchdir:C:\Scratch /Source:WIM:C:\Source\Install.wim:2` From my DISM log. (p) CSI Manifest …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Edited FINDSTR returns whole line data

    Trying to pipe data into FINDSTR, but I'm getting whole lines and not the matching substrings. Have I asked this one before? Let's say the data takes the form of …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Marked Solved Status for FINDSTR returns whole line data

    Trying to pipe data into FINDSTR, but I'm getting whole lines and not the matching substrings. Have I asked this one before? Let's say the data takes the form of …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Edited FINDSTR returns whole line data

    Trying to pipe data into FINDSTR, but I'm getting whole lines and not the matching substrings. Have I asked this one before? Let's say the data takes the form of …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created FINDSTR returns whole line data

    Trying to pipe data into FINDSTR, but I'm getting whole lines and not the matching substrings. Have I asked this one before? Let's say the data takes the form of …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching FINDSTR returns whole line data

    Trying to pipe data into FINDSTR, but I'm getting whole lines and not the matching substrings. Have I asked this one before? Let's say the data takes the form of …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in (ask)

    Disclaimer: I am not a VB.NET programmer nor do I have any experience with TWAIN or WIA. Twain vs WIA http://developer.dynamsoft.com/dwt/kb/2739 TL;DR: Twain is better for scanners and requires a …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching (ask)

    What is the function of twain, wia, sdk in visual studio? Then i have a printer cannon pixma mp198 is it support twain or wia?
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created CALs for Windows and Exchange Servers

    A client needs a Windows Server set up. The Server will run Exchange. The client will have a max of 10 employees. At most one user will ever need to …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching CALs for Windows and Exchange Servers

    A client needs a Windows Server set up. The Server will run Exchange. The client will have a max of 10 employees. At most one user will ever need to …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Sound insert

    Well, you clearly don't have **pygame**. Open a command line. `CD AppData\Local\Programs\Python\Python35-32` `pip install pygame` `exit` Try again.
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Sound insert

    Hello Need help. I try to insert a background sound in my program but I get ImportError message Below line 8 and 9 of my program import random, time, pygame, …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Countdown timer in python3.4 pygame

    OK, first, we need to establish your engine. The traditional engine follows something like this: Setup various media engines (Graphics, Music, Sound) Read in game objects from disk Setup game …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Countdown timer in python3.4 pygame

    I need to make a timer for pygame to sit in the top left of the screen, but have no idea how. I want it to count down from 30secs …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in c++ read from csv/excel file

    Week-old post is a week-old. Never-the-less! You can parse CSV's in 3 different ways: 1. Use a Finite State Machine to parse through the lines. https://stackoverflow.com/a/30338543 2. Use a RegEx …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching c++ read from csv/excel file

    hi i am a beginner with c++. i have a csv file. i want to read particular set of values from a particular column. how can i do it. if …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Marked Solved Status for MegaMan FanFiction-writing Advice

    > tl;dr: MegaMan's storyline sucks. I want advice in writing it as realistically as possible. I want to dip my toes into the realm of fiction (due to much prodding …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Marked Solved Status for AVL Trees

    For reference: http://en.wikipedia.org/wiki/AVL_tree I remember having touched these briefly in my CS Fundamentals 3 class, now some 5 years ago. Haven't touched them since. Does anyone use these on a …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Marked Solved Status for Test Driven Development in GameDev: What are your experiences?

    Test Driven Development is something I explored at my last firmware job. I'm interested in trying it while developing a game-engine. Has anyone else here tried this and what has …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Test Driven Development in GameDev: What are your experiences?

    OK, I asked a general question and got very general answers. @rproffitt's advice on not reinventing the wheel is quite sensible - but I want to anyway. (Because I can …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created Test Driven Development in GameDev: What are your experiences?

    Test Driven Development is something I explored at my last firmware job. I'm interested in trying it while developing a game-engine. Has anyone else here tried this and what has …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Test Driven Development in GameDev: What are your experiences?

    Test Driven Development is something I explored at my last firmware job. I'm interested in trying it while developing a game-engine. Has anyone else here tried this and what has …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Gave Reputation to rproffitt in Windows 10 Freezes

    @Dean. While I don't hope for much. How about round 2? Post the make, model of the PSU along with the Web Speccy report (link to follow) and I'll read …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Windows 10 Freezes

    @rproffitt: you're right of course. And I'm still not sure I've got all the settings right. It changed dramatically when I upgraded. Still recovering from the last freeze. Upon further …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Windows 10 Freezes

    Update: Updated to Windows Preview. Still freezes. Updated BIOS. Still freezes but aftermath is hilariously worse with inaccessible boot device errors prompting hour-long Startup Repairs. Solutions not yet tried but …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Display double zero's 00

    In the output scenarios you use `printf("%02d = %02d:%02d am\r\n", i, First, Last);` Each `%02d` tells the compiler you want a two-digit number with leading zeroes. However, the first `%02d` …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Display double zero's 00

    Hello. I have an exercisse to convert from 24-hour to 12-hour clock. code: /*ALGORITHM READ INPUT VALUE IN 24-HOUR FORMAT DISPLAY THE EQUIVALENT 12-HOUR CLOCK WITH THE PERIODS AM OR …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Windows 10 Freezes

    Thanks for the contributions, guys. @ReverendJim: I mentioned earlier that I had both Linux and Windows 8 triple-booted with Windows. Both work fine though with their individual quirks. Some Linux …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Windows 10 Freezes

    Already done all that. Picked up work as a GeekSquad Advanced Repair Agent when the oil economy tanked. They had an impressive toolset for just that. Believe me; we checked …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created Windows 10 Freezes

    Trigger Warning: Old specs are old. This has been a persisent problem for more than a year. Bold items are original parts when issue first noticed. Unbold have been added …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Windows 10 Freezes

    Trigger Warning: Old specs are old. This has been a persisent problem for more than a year. Bold items are original parts when issue first noticed. Unbold have been added …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Salesperson Java Application Pt 2. Homework

    You've got some parenthesis hanging around in suspicious places. Better round them up. Do that by going to each left parenthesis and see where its matching right side is. One …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Salesperson Java Application Pt 2. Homework

    Modify the Week Two Java non-GUI console application using NetBeans IDE (or jGrasp) to meet these additional and changed business requirements: • The company has recently changed its total annual …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Marked Solved Status for Looking at Rust: What's your experience been?

    **tl;dr**: Rust looks fun, but it'll take me a while to learn it. Do you think it's worth my time? So... [Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)). As in Mozilla Rust. You know, the one …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created Looking at Rust: What's your experience been?

    **tl;dr**: Rust looks fun, but it'll take me a while to learn it. Do you think it's worth my time? So... [Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)). As in Mozilla Rust. You know, the one …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Looking at Rust: What's your experience been?

    **tl;dr**: Rust looks fun, but it'll take me a while to learn it. Do you think it's worth my time? So... [Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)). As in Mozilla Rust. You know, the one …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in Generating Random Data in a bell curve in C++11

    It was called "**normal distribution**." Who knew?
  • Member Avatar for DeanMSands3
    DeanMSands3

    Marked Solved Status for Generating Random Data in a bell curve in C++11

    Hi, Daniweb. I have this hobby project I'm playing with where I need to generate data for a MonteCarlo simulation. The data needs to fit within a bell-curve around a …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Edited Generating Random Data in a bell curve in C++11

    Hi, Daniweb. I have this hobby project I'm playing with where I need to generate data for a MonteCarlo simulation. The data needs to fit within a bell-curve around a …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Created Generating Random Data in a bell curve in C++11

    Hi, Daniweb. I have this hobby project I'm playing with where I need to generate data for a MonteCarlo simulation. The data needs to fit within a bell-curve around a …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Began Watching Generating Random Data in a bell curve in C++11

    Hi, Daniweb. I have this hobby project I'm playing with where I need to generate data for a MonteCarlo simulation. The data needs to fit within a bell-curve around a …
  • Member Avatar for DeanMSands3
    DeanMSands3

    Replied To a Post in delete file in jsp

    Hi and welcome to DaniWeb! I think there's some confusion here because I'm not seeing where this would be JSP. This is a JavaScript function that would run client-side, not …

The End.