Posts
 
Reputation
Joined
Last Seen
Ranked #381
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
81% Quality Score
Upvotes Received
83
Posts with Upvotes
71
Upvoting Members
58
Downvotes Received
43
Posts with Downvotes
40
Downvoting Members
5
25 Commented Posts
3 Endorsements
Ranked #486
Ranked #305
~296.09K People Reached
About Me

Faith-wise, I'm a (mostly) humble follower of the Lord Jesus Christ, and a member of the Church of Jesus Christ of Latter-Day Saints (though I usually get to church late). I attend the Beaumont 2nd Branch where I'm part of the new website team and handle…

Favorite Tags

299 Posted Topics

Member Avatar for V3N0M

See above, but here's a little advice too. Pick a programming language. Write a podcast ripper in that language. Add in multithreading to download multiple files at once. Add a GUI. Add playback for the completed files. Use whatever libraries you need. Lather. Rinse. Repeat. (Hm... I still need to …

Member Avatar for Brandon_38
0
245
Member Avatar for samaru

cleaner->vacuum (I wanted to say 'maid', but worried that might be sexist. Let's see where vacuum takes us.)

Member Avatar for Salem
2
53K
Member Avatar for The Dude
Member Avatar for Duki
Member Avatar for LastMitch

Just watched Hobbit. A friend suggested that it might have been a better experience had I read the Silmarillion and some of the other supporting Tolkein books. So, having only read the Hobbit cover to cover, it was kind of jarring seeing all the extra bits. I saw it in …

Member Avatar for LoanHensley
6
6K
Member Avatar for DeanMSands3

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 with a DHCP address. I need to find it, send it customer-specific configuration changes, then wrap it up for the …

Member Avatar for rproffitt
0
2K
Member Avatar for prnjn

From the above-mentioned [link](http://1000projects.org/voice-chatting-and-video-conferencing-a-java-project.html) (3rd sentence): > With the aid of this project, two or more persons can shat in an Intranet with one another. **AT. LONG. LAST.** OK, back on topic. After a bit of Googling, I found this: http://sourceforge.net/projects/fmj/ Stale as of 2007, but that's whole lot better …

Member Avatar for JamesCherrill
0
8K
Member Avatar for DeanMSands3

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 Corrupt x86_microsoft-windows-c..dtc-runtime-cluster_31bf3856ad364e35_10.0.14393.953_none_7434ed91724916c9 Repair failed: Missing replacement manifest. (p) CSI Payload Corrupt amd64_microsoft-windows-c..sktop.appxmain.root_31bf3856ad364e35_10.0.14393.1358_none_50bc92cd091f5c0a\Cortana.LocalSearch.dll Repair failed: Missing replacement payload. (p) CSI Payload …

Member Avatar for DeanMSands3
0
2K
Member Avatar for DeanMSands3

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 BLAH BLAH BLAH BLAH BLAH BLAH "GOOD UNIQUE DATA" BLAH BLAH BLAH BLAH BLAH BLAH "SLIGHTLY DIFFERENT GOOD UNIQUE DATA" …

Member Avatar for pty
0
1K
Member Avatar for Obbie_1

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 vendor dialog, WIA for cameras with a standard dialog. Your printer/**scanner** can do both. Here're some useful links I found …

Member Avatar for DeanMSands3
0
197
Member Avatar for DeanMSands3

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 remote-desktop in. How many User CALs will need to be purchased and what kind? Should there be 10 User CALs …

Member Avatar for rproffitt
0
288
Member Avatar for Hubert_2

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
0
176
Member Avatar for Jesse_11

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 objects in memory Start clock Loop until done: ThisManyMilliseconds= time since last clock tick Read UserInput ForEach unprocessed Event: Event.Process …

Member Avatar for DeanMSands3
0
512
Member Avatar for Nantha_1

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 to parse through the lines. (Technically, still an FSM, but smaller.) https://stackoverflow.com/questions/18144431/regex-to-split-a-csv 3. Use a library someone else already wrote. …

Member Avatar for DeanMSands3
0
2K
Member Avatar for DeanMSands3

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 your experience been.

Member Avatar for rproffitt
0
393
Member Avatar for DeanMSands3

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 afterward with no change. CPU: **AMD FX-6300 Six-Core AM3+** FAN: After-market MB: **MSI 970A-G46** RAM: **2x Samsung PC3-8500F**, 2x Hyundai …

Member Avatar for Reverend Jim
0
694
Member Avatar for nadiam

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` in each output line should be `%04d` since we want a number 4-digits long with leading zeroes. Try that instead. …

Member Avatar for nadiam
0
482
Member Avatar for Monique_2

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 thing I recommend is eliminate a bit of Arrow-Code Anti-Pattern ( https://blog.codinghorror.com/flattening-arrow-code/ ) by getting rid of the easy possibilities …

Member Avatar for JamesCherrill
0
562
Member Avatar for DeanMSands3

**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 that's not Go, but still wants to be hip and young. A little disclaimer: From years of firmware brainwashing, I …

Member Avatar for Dani
0
322
Member Avatar for DeanMSands3

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 given mean with a standard-deviation. I'm trying to figure out which random distribution system I need to use and how …

Member Avatar for DeanMSands3
0
392
Member Avatar for L Sushmitha

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 server-side. It uses an ActiveX object, which will only work in Internet Explorer, again client-side only. This file you're deleting …

Member Avatar for DeanMSands3
0
371
Member Avatar for DeanMSands3

Hi, Daniweb, it's been a while. I'm looking to do a mobile ssh-client (well, not quite a full client) that stores sensitive login information encrypted by a pattern-lock. However, I know very little about encryption. Can anyone recommend a good learning path - and by path, I mean Encryption for …

Member Avatar for stultuske
0
308
Member Avatar for DeanMSands3

What it says on the tin. Assume that every easily-googled effort to fix Windows 10 has failed and rollback attempts have failed. Assume I have access to a PE/LiveCD. Assume that Power -> Shift+Restart -> Troubleshoot ->??? is useless to me. (This is quite a unique situation!) Assume that I …

Member Avatar for goodtaste
0
320
Member Avatar for DeanMSands3

tl;dr: Looking for a java library to solve equations. Suggestions welcome. I'm looking to write an app for the sake of writing an app. I figured that, as a firmware guy with minimal EE hardware training, a good practice app would be one that acts as a helper for EE …

Member Avatar for DeanMSands3
0
2K
Member Avatar for cproger

You can't beat the classics. https://www.youtube.com/watch?v=cAy4zULKFDU

Member Avatar for Aeonix
0
7K
Member Avatar for DeanMSands3

I'm running a google search for "Virtual Machine PCI Pass-through" (making minimal progress) but I thought I'd ask your advice too. I have an older (~2005) PCI WiFi card from Generic Off-brand Chinese Corporation X. I'm running Windows 7x64. The company that made the card has since gone out of …

Member Avatar for CimmerianX
0
1K
Member Avatar for SCass2010

This post is effectively solved and needs to be marked as such, but for the reference of anyone coming along later, here's what happened: The [sin\_addr](http://www.beej.us/guide/bgnet/output/html/multipage/sockaddr_inman.html) contains a 32-bit unsigned long int. Not a string. 127.0.0.1 as a number would look like 0x7F000001 or 2130706433 in decimal. The numbers 49, …

Member Avatar for Sameer_4
0
2K
Member Avatar for pdk123

Also, bear in mind that the iterator `(*it)` will be pointing to a **std::pair<string, PolicyRuleInfo>** object within the map. If you only want the **PolicyRuleInfo** struct, you'll want to use `it->second`.

Member Avatar for DeanMSands3
0
501
Member Avatar for DeanMSands3

Hi, Guys. I'm calculating the correlation coefficient between two HashMaps of Stock Prices keyed on Dates. However, the Dates do not always line up perfectly. So, I need to line-up the two HashMaps by their Keys. Thus far, I'm creating two ArrayLists of the Dates, doing retainAll between them and …

Member Avatar for DeanMSands3
0
2K
Member Avatar for DeanMSands3

So... this happened at a LAN party. A friend was pestering me for Linux Mint. For some reason YUMI wouldn't recognize my flash drive, so I did it the manual way. sudo dd if=./linuxmint-17.1-cinnamon-64bit.iso of=/dev/sdb bs=1M However, it should have been: sudo dd if=./linuxmint-17.1-cinnamon-64bit.iso of=/dev/sdd bs=1M It's an ADD/mental auto-pilot …

Member Avatar for rubberman
0
239
Member Avatar for alan91

The dead post - ! ... It - it lives again! What have you done??! That which was dead should have stayed dead! The grave will not be lightly robbed her rightful prize. You fools! You've doomed us all!

Member Avatar for Lardmeister
0
2K
Member Avatar for Smn

Aaaaannnddd there's your problem. Everyone give a warm round of applause and +1's to Mike for an excellent response. However, once again, we ... I don't even know how to put this gently to the OP: Don't frakking use Turbo C. OK, let's qualify that statement with: Don't use Turbo …

Member Avatar for mike_2000_17
0
3K
Member Avatar for KevinVernon
Member Avatar for DeanMSands3

tl;dr: I want to write a program to generate 2D graphics for a Metroidvania. I need to make art for my 2D platformer. I need it to layer well within a parallax engine. I need the tiles to blend well with their neighbors. But... I have the artistic skills of …

0
124
Member Avatar for abelLazm

Granted. http://memegenerator.net/instance/42837643 I wish there were more hours in the days.

Member Avatar for James_40
8
9K
Member Avatar for awesomelemonade

To make computer programmers feel better by comparison. If a three-legged stool has one leg measuring 14.5 inches, one leg measuring 14 inches and one leg measuring 13.5 inches, assuming a steady level surface, how often will the stool wobble?

Member Avatar for Slavi
1
2K
Member Avatar for budax.bageur2

Quasi-Off Topic: Back when I used to haunt Webmaster Talk Forums (yes, that acronym is deliberate on their part) we used to see these posts all the times. I have to say that, even when it was a bot or maybe a proxy account, the help requests on WTF for …

Member Avatar for NathanOliver
0
218
Member Avatar for humorousone

I can't speak for the vanilla game (which I couldn't care less about), but the modding community is alive and well. (FTB, anyone?) That's what I'm worried M$ will kill.

Member Avatar for DeanMSands3
0
371
Member Avatar for DeanMSands3

I'm struggling with a side-scroller platformer game engine I'm working on. I want to provide Actors (primarily monsters) with state machines to follow, but I'm worried about how best to implement them. Right now, Actors extend Entities (I'm still torn on whether passive Entities like items/scenery should have states) and …

0
135
Member Avatar for expertmagician

@happygeek: I remember seeing an article for these some 15 years ago when I was in high school. The article reviewed these exactly as you described - high wow-factor, but not very usable. (You might have even written the article.) Was wondering if they were ever going to come back.

Member Avatar for Daniel_30
0
450
Member Avatar for Syafiq_1

*Glances over first example* There needs to be a list of variables name you don't use when asking for help in an English speaking forum. #include<iostream> #include<string> #define bilp 5 //Total number of students //#define saiznama 20 //student name length //Nope. Gonna use strings. using namespace std; int main() { …

Member Avatar for Lerner
0
2K
Member Avatar for Perry31

O.O I... I'm really not sure what to say here. #include <stdio.h> #include <stdlib.h> //Declare prototypes unsigned int BitCount(unsigned int); char *BinaryFormat(void*); int main() { char *binaryString; int Input = 0; scanf_s("%d", &Input); binaryString=BinaryFormat((void*)&Input); //Use reference to Input instead of Input's value. printf("\nThe Binary format for the given is : …

Member Avatar for Perry31
0
191
Member Avatar for oanahmed

These are tutorials I've used myself. Sockets: http://beej.us/guide/bgnet/ Threads: http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html GUI: http://www.yolinux.com/TUTORIALS/GTK+ProgrammingTips.html , http://zetcode.com/tutorials/gtktutorial/ Wordprocessing: For now, just learn to put text into a textbox in GTK+, then save the contents to a file. MySQL: http://zetcode.com/db/mysqlc/ ^This is a good one to have under your belt.^

Member Avatar for DeanMSands3
0
3K
Member Avatar for DeanMSands3

I have a Vista PC connecting in through wireless. IP and DNS settings all look good. Google and Yahoo can be pinged, but not accessed via web. FTP does not work either. I have checkde to make sure that no proxies have slipped in. I noticed similar questions, but those …

Member Avatar for CimmerianX
0
154
Member Avatar for HoverportMedia

The quick fox brown jumped over the lazy dog. When asked why, the fox said "Because I could."

Member Avatar for Benny_1
0
626
Member Avatar for Mr.M

Did some minor googling and found FreeXFS, conveniently in VC. https://code.google.com/p/freexfs/ Referenced from: http://en.wikipedia.org/wiki/CEN/XFS#XFS_Middleware

Member Avatar for Mr.M
0
2K
Member Avatar for DeanMSands3

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 semi-regular basis and in what context?

Member Avatar for mike_2000_17
0
206
Member Avatar for aluhnev

http://en.cppreference.com/w/cpp/compiler_support http://cpprocks.com/c1114-compiler-and-library-shootout/ http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport Hope this helps.

Member Avatar for mike_2000_17
0
282
Member Avatar for Moaid

Sarkund has a good answer, but let me add to that. Sometimes there are external dependency issues like audio codecs that aren't immediately obvious. I believe SFML has some. Keep an eye out for those.

Member Avatar for DeanMSands3
0
251
Member Avatar for dendenny01

If you really want to convert the number to a string, you can do this: Since you're using the Borland Turbo Programming set, you could write a simple snippet in Turbo C without using any of the libraries, then turn on Assembly generation when compiling. This will give you an …

Member Avatar for DeanMSands3
0
573

The End.