-
Replied To a Post in Is SFML good for C++ newbies?
Nod to https://www.quora.com/Which-one-is-better-SDL-or-SFML and other discussions finds SFML is not a game engine. But it may be good enough for what you need. If your goal is to become a … -
Began Watching Is SFML good for C++ newbies?
I am just learning C++. I haven't made any games with SFML or anything like that. Just wondering whether SFML would be easy for a newbie like me. I am … -
Gave Reputation to Reverend Jim in What is the -> python operator used for?
As stated earlier, `->` is indeed type hinting. For example, if you define a method that takes a string parameter and returns a boolean you can define it lie def … -
Replied To a Post in What is the -> python operator used for?
Just for closure: > **PyMuPDF does not support Python versions prior to 3.6.** - https://pymupdf.readthedocs.io/en/latest/installation.html -
Replied To a Post in Unexpected error number 80040154
Is this VB6? I don't expect this to function on today's Windows 10. Noted at https://www.vbforums.com/showthread.php?881163-Why-do-I-get-error-quot-Unexpected-error-number-80040154-Class-not-registered-quot -
Began Watching Unexpected error number 80040154
please help me solve this problem while buid setup package -
Replied To a Post in What is the -> python operator used for?
I'm comparing your line 2 with line 806 at https://github.com/pymupdf/PyMuPDF/blob/master/fitz/helper-geo-py.i and no match. That is, you appear to have added a few spaces. -
Began Watching What is the -> python operator used for?
Hi everyone, I've been researching various python libraries to extract data from pdf files. Currently, I'm exploring PyMuPDF After installing it, I try to run a basic script to get … -
Replied To a Post in Hi everyone, I'm GanWR
Welcome. Always nice to hear folk have engaging work and study. -
Began Watching Hi everyone, I'm GanWR
I'm web developer。that's all,i have any question in my work and study。 -
Replied To a Post in How to get traffic for entertainment and music download site
Frankly and I might upset some here, the days of MP3 sites looks to have passed. Fewer and fewer I know collect MP3s, organize them and load them into their … -
Began Watching How to get traffic for entertainment and music download site
Hello creative am Don Williams here is the site <a href="https://blendng.com"> Home page </a> that am working with as developer of the site and SEO specialist . what is the … -
Replied To a Post in import requests endPoint = 'https://api.mnotify.com/api/template' apiKey =
It's been a few days without a reply. You may want to ask a question and explain what the issue is here. -
Began Watching import requests endPoint = 'https://api.mnotify.com/api/template' apiKey =
import requests endPoint = 'https://api.mnotify.com/api/template' apiKey = 'YOUR_API_KEY' url = endPoint + '?key=' + apiKey response = requests.get(url) data = response.json(); -
Replied To a Post in query problem no error..(companyID=? doesn't work)
Let me share how I work such an issue. I open out a command line to MySQL and test my queries against the non-production table to see if my query … -
Began Watching query problem no error..(companyID=? doesn't work)
$company_id = $_SESSION['compid']; $sql="SELECT * FROM `movies` WHERE companyID = ? AND name LIKE '%$search%' OR description LIKE '%$search%' " ; $stmt=mysqli_stmt_init($conn); if (!mysqli_stmt_prepare($stmt,$sql)) { header("location:main.php?error=stmt failed"); exit(); } mysqli_stmt_bind_param($stmt,"i", … -
Replied To a Post in Payment cart error
Just tested it and works fine on Opera. -
Began Watching Payment cart error
Hi, I am working on [ecommerce](https://www.macmillermerch.store/). I’m having issues when customers try to checkout (Mobile and Desktop). If you add (1) quantity of any item, click the cart icon, it … -
Replied To a Post in How an internet booking engine can help you to generate more bookings?
Right now, almost all international travel is shut down or very restricted. So for now your best work may be to help get vaccinated and the rest of the world … -
Began Watching How an internet booking engine can help you to generate more bookings?
I am traditional travel agent, I need to know how can an internet booking engine can boost my business. -
Replied To a Post in base of Instagram accounts
Let me lead with: > Instagram forbids any kind of crawling, scraping, or caching content from Instagram it is not regulated by law. Meaning, if you scrape data from Instagram … -
Began Watching base of Instagram accounts
Hello everyone. I saw services on the Internet where you can search for keywords in the Instagram biography. These services have their own base and they search for it and … -
Replied To a Post in Help implementing a simple program using Queue Data Structure
I'm reading https://www.reddit.com/r/learnprogramming/comments/plsoh1/need_help_implementing_a_simple_program_using/ now. -
Began Watching Help implementing a simple program using Queue Data Structure
We are tasked to simulate a simple printing queue, where users take turn at printing their files/documents. We just need to put each of user's name, ID, and number of … -
Replied To a Post in color table rows Javascript
I wish I could see your code as it stands because we might be able to use what I'm reading at https://rpbouman.blogspot.com/2015/04/css-tricks-for-conditional-formatting.html Without your code you get to read this … -
Began Watching color table rows Javascript
How to color table rows on the basis of column 'value' or 'text' in javascript can i do it in script tag to check on each row if the cell … -
Replied To a Post in insert records in table every week
Depending on my MySQL hosting I'd look at either MySQL's own events or a cron job. Quick primer at https://webdioxide.com/2018-11-14-sql-events-procedures-and-cron-jobs/ -
Began Watching insert records in table every week
hello i am using node js and mysql and i am dealing with payment table and i wanna insert record automatically based on the date and perod for example i … -
Replied To a Post in Jumble word through user input
Is this for https://wordsia.com ? -
Began Watching Jumble word through user input
(Jumble word program) (plz guys help me to make this program) user enter few characters randomly, then press enter, (your program stores 50 names of your class fellows) if by … -
Replied To a Post in pivot data from mysql
From the web "Unfortunately, MySQL does not have PIVOT function". I'd consider prior answers found with https://www.google.com/search?&q=pivot+data+from+mysql https://codingsight.com/pivot-tables-in-mysql/ shows a few solutions but the easy path appears to be dbForge … -
Began Watching pivot data from mysql
Hi I have mysql table as below id | item_id | date | received Now I want to make a html table from above data where columns are year and … -
Replied To a Post in How do I find the two largest elements in an array?
This seems to work too hard. That is, why not sort the array (Java has a sort()) then display the last and next to last array element? -
Began Watching How do I find the two largest elements in an array?
I'm having trouble in my assignment Assignment :: TwoLargestElements Complete the following program so that it computes and writes out the two largest elements in the array. It always display … -
Replied To a Post in How to create java sms
This can vary with country and which SMS service you use. But hey, let's start with https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-java -
Began Watching How to create java sms
How to create java sms -
Replied To a Post in Is This Considered Spam?
That post went beyond posting under multiple accounts. It was spam and worse. -
Gave Reputation to Reverend Jim in Is This Considered Spam?
>It is a direct violation of privacy to publicly publish someone’s IP address. Even if it is in the private Moderator's forum where I thought I was posting it? I'll … -
Replied To a Post in Is This Considered Spam?
On top of that we see some shilling going on. Dani once wrote that this is OK since it's "[Fake it till you make it.](https://en.wikipedia.org/wiki/Fake_it_till_you_make_it)" That's typical for companies and … -
Began Watching What are some interesting sentiment analysis done over large volumes of con
Any interesting datasets or blogs based on sentiment analysis i can read or use for my new blog. -
Replied To a Post in How To Run Ads On Twitch
I'd start at https://www.twitch.tv/creatorcamp/en/get-rewarded/running-ads/ After that, your acumen at streaming comes into play. There are forums all about streaming setups (PIP, etc.) -
Began Watching How To Run Ads On Twitch
One of my client ask me to run ads on Twitch as he is broadcusting content on Twitch. I don't have any idea how can I do this. Anyone here … -
Replied To a Post in Is This Considered Spam?
While my view is this is all spam, why not leave it there and see what Dani does? For now I'm stepping back to deal with a rental property and … -
Began Watching Is This Considered Spam?
We are getting a burst of posts all from IP 180.188.224.184 Wouldn't be a concern except they are all similar in content but from five different usernames (they come in … -
Replied To a Post in how to create paint program in graphics.py
That library seems to be from some book by John Zelle and used in some courses. Also this appears to be at https://stackoverflow.com/questions/69096268/how-to-create-a-paint-program-in-graphics-py There's a set of YouTube Tutorials about … -
Began Watching how to create paint program in graphics.py
I was wondering how to make a paint program exclusively from graphics.py not tkinter.py Here is my code by I don't know how to continue it from graphics import * … -
Gave Reputation to Reverend Jim in Image File Tagging App in Python/wxPython
When my wife says, "can you find me the picture of Adam and Cooper at Shebandowan" I can bring up an "Everything" search window and type in those three terms. … -
Gave Reputation to Danhan in Excel not opening
Thanks for your comment and feedback. It is fixed. The issue of clearing a Security Warning: Automatic update of links has been disabled in Excel to be fixed is Go … -
Gave Reputation to JamesCherrill in help my code is wrong
ankitdixit: In your opinion, why is an online web-basedIDE better than an IDE on your own computer? -
Replied To a Post in Transferring browser tabs
I tried to drag and drop a tab but that failed. What worked and you should try it to see if it was close enough was to open that second …
The End.