-
Began Watching Is Mobirise GamingAMP theme compatibale with WordPress application?
Is Mobirise GamingAMP theme compatibale with WordPress application? -
Gave Reputation to xrjf in show connected USB Devices
There should be no problem by name. Could you upload an image of the Console listing the name (option 2.) ? Use the snipping tool for that purpose. -
Replied To a Post in show connected USB Devices
I wouldn't count on "G930" showing up. Maybe by vid and pid but by name, would not count on that. Also, why are you doing this? Your mention of a … -
Replied To a Post in Unable to get the Game of Mastermind working
A few points. 1. Java usually coughs up an error. Did it? 2. https://rosettacode.org/wiki/Mastermind currently has 9 implementations up. -
Began Watching Unable to get the Game of Mastermind working
I'm new to Java and I'm trying to recreate a simplified version of the Game of Mastermind. I managed to allow the player to input once but then it stops. … -
Replied To a Post in show connected USB Devices
Frankly I'd walk your post back a bit and tell where you are going with this. For example you seem to want it to show you "Logitech *something*" but that's … -
Began Watching show connected USB Devices
Hey community, how can i show the connected USB-Device like keyboard, mouse, webcam and so on? Or how can i search in the connected USB-Devices, if I know the name … -
Replied To a Post in Is the windows API (WINAPI) free to use?
While the answer is no since you have to pay for the Windows OS so it's not free at all. But if we disregard this is not a free OS … -
Began Watching Is the windows API (WINAPI) free to use?
Suppose that I construct my own programming language and my own compiler (for windows), I am free to use WINAPI like "CreateWindowEx"? -
Replied To a Post in Flexible Cupon Service
For legal advice, you should use your lawyer in the country you plan to operate. -
Began Watching Flexible Cupon Service
Hello all, I was wondering if I could get some questions answered about how cupons work in the work place. I have an idea which involves creating a very flexible … -
Replied To a Post in TypeError: input expected at most 1 arguments, got 4
https://www.google.com/search?q=python+input&gl=US tells us how to use the input function. Always check your docs. -
Began Watching TypeError: input expected at most 1 arguments, got 4
 I'm relatively new to python, and I'm trying to create a pokemon battle. This error has come up, I've looked up solutions but it hasn't helped me as I … -
Replied To a Post in Access Denied to Folder (Windows 10)
I see a probable issue with line 24 where you declare the SongFilesForUpload to be in the app path. That could bomb out if you place this app in Program … -
Replied To a Post in How to get you all tube videos embed code of own account
The closest I see is at https://www.c-sharpcorner.com/UploadFile/145c93/get-all-the-video-of-a-youtube-channel-using-jquery/ Otherwise I think you have to really explain what you want to do and share your code so far along with what stopped … -
Began Watching How to get you all tube videos embed code of own account
Hi, I want to get all youtube video embed code of my account in c#.net. Thanks Pankaj -
Replied To a Post in Access Denied to Folder (Windows 10)
@EddiRae. There are so many tutorials out there that I'm going to pass up writing one here. Here's your search but add the language you used to narrow it down … -
Replied To a Post in Datagrid Autocomplete With Other Field
The problem with me writing code is twofold. First if you don't understand your code at line 11, how would you know what my code is doing? Second, only you … -
Replied To a Post in Access Denied to Folder (Windows 10)
Try using VS's deployment tools next time as creating a folder and dropping exe's in there can be trouble as in permissions, ownership etc. -
Began Watching Access Denied to Folder (Windows 10)
Hi, I have checked all the prior forum questions on this topic, but none of the options seem to be working for me. I am creating an output file that … -
Replied To a Post in Computer Science Jobs (Explain the Difference)
I'm going with these can be nearly the same and YOU matter more than the degree title. Your skills and drive matter more here. From the web you read "You … -
Began Watching Computer Science Jobs (Explain the Difference)
I am currently studying for an "Associates in Computer Science" with the intention of tranfering to a four year collage to get either a "Bachelors of Computer Science" or a … -
Replied To a Post in Datagrid Autocomplete With Other Field
As I read the first section of code, Line 11 reads as if your record set "might" give you a set with one item. Use your SQLfoo (your SQL command … -
Began Watching Datagrid Autocomplete With Other Field
Hi All Brothers I am working on ERP system and i need one help I wrote code for Datagrid auto complete. this code is working perfect but it only showing … -
Gave Reputation to gentlemedia in How do I create an image cropper overlay mask
There's no way to do this only with HTML & CSS. You'll need to throw some JS into the mix. There are loads of plugins (jQuery or pure JS) that … -
Replied To a Post in How do I create an image cropper overlay mask
You supplied your example. It looks to me to be exactly this: http://www.defusion.org.uk/wp-content/uploads/2006/08/screenshot_thumb.jpg  Seems you have a match. -
Replied To a Post in a recomendation for a good motherboard
My take is you should copy prior builds like you see at https://www.reddit.com/r/PCMasterRace/wiki/builds Or if you want to tweak them, just push it around like change to all SSD, more … -
Began Watching a recomendation for a good motherboard
I need a recomendation for a good motherboard and accompianing CPU. Here's what I'm looking for. Compatible with Linux plenty of USB ports plenty of sata ports, may be a … -
Replied To a Post in How do I create an image cropper overlay mask
Your image looks to me as if it was Javascript such as http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/ -
Began Watching How do I create an image cropper overlay mask
I am working on an image cropper. And I am on the first stages. I want to know how to create the the two divs over the image, one is … -
Gave Reputation to JamesCherrill in How we can get IP address of computer
Which address do you want? Could be the public address supplied by your ISP Could be the local address supplied by your router Could be 127.0.0.1 as above if you … -
Replied To a Post in How we can get IP address of computer
Isn't it 127.0.0.1? I used that when I needed to chat with the SQL Server on the computer my app was running. -
Began Watching How we can get IP address of computer
Dear Friends, can any one help me to find IP address of my computer with the help of simple programing in visual basic? -
Replied To a Post in Visual Studio plugins
Keep in mind I and the gang don't add anything that didn't come with VS. So the answer is none. But external to VS we do use WinMerge from time … -
Began Watching Visual Studio plugins
What useful plug-ins / debuggers for Visual Studio do you use (for Windows)? P.S. I know Visual Studio has a good debugger) -
Replied To a Post in Hide Private Message in an Image (Python)
@Amjed_1, such things are out there. https://www.google.com/search?client=firefox-b-1&q=Steganography+GIF Change that to include "source code" to find them. -
Began Watching Hide Private Message in an Image (Python)
Let's say you want to send a short private message to your friend, but don't want grandma to snoop around and find it. One way is to use the Python … -
Gave Reputation to Ray Paseur in Need help for creating online print shop
I don't think I can add a lot to the technology discussion, but maybe this will help put the task in perspective. https://en.wikipedia.org/wiki/Vistaprint VistaPrint trades under the market symbol CMPR … -
Replied To a Post in Trump
Re: Tbills. You can do better in other markets. Last month I was going over treasury bills verser CDs adn the CDs win even if you would get some no-tax … -
Replied To a Post in Trump
If you look up "House rules" and "Senate rules" you see the power has moved from all to a very few. So much for Robert's Rules Of Order where you … -
Replied To a Post in Trump
Oh I long for the days where Congress would pass a bill, a veto or such would happen and then Congress would override the veto. The top "dogs" need to … -
Replied To a Post in How long can I use extensions in Mobirise?
That's a tough question as for each extension there could be a license duration. Also if the extension relies on import or code from some cloud you don't know how … -
Began Watching How long can I use extensions in Mobirise?
Can I use the extensions forever or one year? -
Replied To a Post in MySQL PDO UPDATE query doesn't work
I don't know what you didn't understand in that sentence. But in short you try the SQL change manually. It's best to use the SQL submission string you created in … -
Replied To a Post in Dell inspiron 3521 laptop Battery Not Charging
Look at the age of the battery. Anything past 2 years and you replace that. If that doesn't clear it up then replace the charger. I take it you have … -
Began Watching Dell inspiron 3521 laptop Battery Not Charging
Dell inspiron 3521 laptop Battery detecting but Not Charging . how to solve this problem.. -
Replied To a Post in More accessing time for Applet.
Wouldn't this vary with each computer or platform? As such the only answer would be to run a test on the platforms you have now. -
Began Watching More accessing time for Applet.
Why much time is needed to access an applet having swing components the first time? -
Gave Reputation to Reverend Jim in I have an C++ "error"
>What does all slots have to do with this error? Probably nothing so I removed it. -
Gave Reputation to Reverend Jim in I have an C++ "error"
>What does all slots have to do with this error? Probably nothing so I removed it.
The End.