-
Replied To a Post in Who Cables are Best Use
Wait a second. You sell these and you don't know? iTechCables or such must be an awful source for you and others. That aside, I use AmazonBasics all the time. … -
Began Watching Who Cables are Best Use
Any one Some Tell me Who Cable is Best Category 6 and 6A -
Replied To a Post in set html5 <video> as background to div
I'm thinking of an example (link to follow) where you add video width="320" height="240" as you see fit as to size. Then look at http://jsfiddle.net/carmijoon/pZbkX/ for your text overlay. -
Began Watching set html5 <video> as background to div
Hello i want to show html5 video with content over it . Like background image. The whole div html5 video must be of 400px height <div style="height: 400px"> <video controls … -
Replied To a Post in Termux on Android for unrooted device
Since you can not repeat your success, then you have to try it per the methods folk tell you it does work. My thought is this is not to be. … -
Replied To a Post in Google drive on PC and laptop
Please detail what is different. We know that Windows and it's "Windows File Explorer" is unreliable when showing content so please don't use that. Get to the command prompt and … -
Began Watching Google drive on PC and laptop
If google drive is in the clood, why I have a different reading in google drive in my PC and the one in my laptop? -
Replied To a Post in Termux on Android for unrooted device
Just my guess. Permissions. Check the file permissions, ownership, etc. -
Replied To a Post in How to write a java program about student grades
This looks like a duplicate to me. Why does this look identical to https://stackoverflow.com/questions/58344830/java-program-about-student-grades ? Also, share your work so far and tell the forum where you are stuck since … -
Began Watching How to write a java program about student grades
Ask the user to enter - Name - ID - File Name Randomly choose five grades for that person from 1 to 100 and store them in an array that … -
Replied To a Post in MIPS 64 bit decimal to ascii string
I've worked with MicroChip PIC 32 before. We used a C compiler. Luck has it that the code to do double-dabble is done. Example: https://en.wikipedia.org/wiki/Double_dabble -
Began Watching MIPS 64 bit decimal to ascii string
Has been looking at different methods like using a look-up table or double-dabble, but have up to this moment not found any algoritm that do the work most effectively. The … -
Gave Reputation to Reverend Jim in Trump
If they can make a list of 20 impeachable offenses and his shysters manage to knock off even 20% that still leaves a good number for prosecution. If I were … -
Gave Reputation to Reverend Jim in Trump
If they can make a list of 20 impeachable offenses and his shysters manage to knock off even 20% that still leaves a good number for prosecution. If I were … -
Replied To a Post in Trump
@Reverend Jim, unfortunately our Congress did not act on the first transgressions. I can't think of which one was first and giving anyone a pass on the first transgressions only … -
Replied To a Post in {calculator program}
I think it's worthy to note prior work on Abstract-Syntax Tree (AST) evaluation if you are going to allow freeform input to be calculated. There are 57 varieties at https://rosettacode.org/wiki/Arithmetic_evaluation -
Began Watching {calculator program}
Hi guys the problem I'm having is declaring the operand "op". How do you do that? #include <iostream> #include <stdlib.h> using std::cin; using std::cout; using std::endl; #include "expression.h" // include … -
Replied To a Post in how to write java program about student grades
Why does this look identical to https://stackoverflow.com/questions/58344830/java-program-about-student-grades ? Also, share your work so far and tell the forum where you are stuck since the class or course should work up … -
Began Watching how to write java program about student grades
Ask the user to enter - Name - ID - File Name Randomly choose five grades for that person from 1 to 100 and store them in an array that … -
Replied To a Post in Need to increase the rank of my blog
While blogs are on web sites it would be nice to know where your blog is as the usual way to rank up is well, so done on the web. … -
Began Watching Need to increase the rank of my blog
Need to ask for advice about how to increase the rank of my web site. Please can you help with that. Thanks in advance -
Replied To a Post in Call of Duty Mobile
Game was fine but now with the Activision Blizzard CHINA debacle, many are bailing out. -
Began Watching Call of Duty Mobile
Who playing Call of Duty Mobile? How do you like the game? -
Replied To a Post in Datalogic M8300
I had such an issue and had to swap out the gun. This was upsetting to the company as they wanted it to not be a hardware issue but the … -
Began Watching Datalogic M8300
I’m having an issue with the barcode reader only being able to scan 1 of the 2 scannable barcodes. Both barcodes are the same number, but one is slightly larger. … -
Replied To a Post in TimeZone fIND DAYLIGHT
What is IST? Internation Standard Time? To me that would be GMT but GMT is oblivious to daylight savings and as governments can change when and where DST applies there … -
Began Watching TimeZone fIND DAYLIGHT
how to get daylight saving time using IST -
Replied To a Post in Termux on Android for unrooted device
https://www.google.com/search?q=c+compiler+for+android finds other compilers. Why must it be gcc? Also you wrote C and not C++. It needs to be written that Android is not like your full size OSes … -
Began Watching Termux on Android for unrooted device
I understood that it is not possible to run C code with gcc for a file in sdcard directories, sudo is required. But I see that it's possible to run … -
Replied To a Post in Some problem of me
This may need a lot more detail from you. I've had folk ask such to find out why Windows is not booting but given the boot area is not something … -
Began Watching Some problem of me
Can you tell me how to do a differntial image using Windows 10 and with the what free software? -
Gave Reputation to ameliaquinn13 in How to make a pendrive bootable?
I was also trying to boot pendrive some time back. Then I came across a very good tutorial page about it. And, it helped me a lot and I was … -
-
Replied To a Post in Boxtrapper: trusted transport method?
This does not sound broken. Why? Because the contact form is sending you an email via the web server. If the web server needed verification on each email, what a … -
Began Watching Boxtrapper: trusted transport method?
Hi - I am using a signup form to send emails to signup@longisland.li. If someone sends an email directly to signup@longisland.li, Boxtrapper works and requires the verification. But if an … -
Replied To a Post in C++: how can print in same column?
Since we don't know the output terminal, you could make the assumption it's not variable spacing and some TTY device. Convert each number to a string then pad left or … -
Began Watching C++: how can print in same column?
how can i print 3 values(without knowing their string\number size) in same column using cout? i'm using these code: cout <<"\n" << "show tokens\n"; for(unsigned int i=0;i<Tokens.size(); i++) { cout … -
Replied To a Post in c++ and mysql login
This is me guessing this is not about the MySQL name and password but something else. There are a lot of bad login systems where they teach to store the … -
Replied To a Post in c++ and mysql login
So my research would be https://www.google.com/search?q=code+blocks+mysql It appears there are tutorials and examples. PS. I find your top post unclear and incomplete. Your code is not properly formatted and the … -
Replied To a Post in Python grade calculator
Considering your test was partial the code does what you wrote. https://www.w3schools.com/python/python_conditions.asp notes you can write if this < thanthat and this > thatotherthing. -
Began Watching Python grade calculator
This is a program to get a student mark, as an input from user and print its grade based on the following criteria: if mark>=80 print 'A' if mark between … -
Replied To a Post in c++ and mysql login
This varies with which C++ you use. In one case the name and password is seen at line 54 at https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-examples-complete-example-1.html For Visual C++ you would use the Server Explorer … -
Began Watching c++ and mysql login
hello i am developing an application in c ++ and mysql and i am having a lot of difficulties in more specified login in the query where the query needs … -
Replied To a Post in How to solve this problem in Code Blocks?
Unlike sites like Chegg, here you learn by sharing your code as it is and then ask "Why does line 10 give me the "Error, China not found."?" In short, … -
Began Watching How to solve this problem in Code Blocks?
How to solve this problem in Code Blocks? Output: Enter 1st number: 10 Enter 2nd number: 10 Enter 3rd number: 10 Enter 4th number: 10 Enter 5th number: 10 Sum … -
Gave Reputation to Vishal_31 in Undefined error occur while submittinf form data
Hi everyone, I am trying to connect my html form to database using php pdo but everytime i try to submit my data it shows undefined -
Gave Reputation to Reverend Jim in Trump
The White House just announced that the impeachment process is illegitimate and it will not participate. Trump was talking about a coup. Looks like it just happened. Congratulations America. You … -
Gave Reputation to Paul_74 in Is Big Data Regulation A Thing Now?
2018 has been the year of data. Companies who have moved from a static marketing approach to a more detailed, data-driven one, have experienced massive growth in the past 7 … -
Replied To a Post in Why doesn't Linux have a refresh option?
Why Windows has this might be traced back to its roots where Microsoft was sued about Web Browsers and in response tightly integrated their browser into the OS. So the … -
Began Watching Why doesn't Linux have a refresh option?
I'm new to Linux and the first thing I did was right clicking to find refresh as always I did in windows. .... but then I was disappointed to find …
The End.