• Member Avatar for rproffitt
    rproffitt

    Began Watching Running a .SWF file in 2022

    Hi. When I was 17 years old, I played this game called White Enamel (its's more of a walkthrough then a game actually. See link: http://www.whiteenamel.com/). The website ran on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in WatermelonDB Error

    I have to disagree that it should be automatic. You the programmer would review the code, check if the database is ready and fix deficiencies. Only the end user should …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching WatermelonDB Error

    I have been trying to connect to watermelonDB however i keep getting this error TypeError : null isnot an object (evaluating 'DatabaseBridge[methodName]') I looked all over the network but couldn't …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Edge browser with more then one session by using same URL

    What happens if you open a Private Browser instance? From the web: > The Microsoft Edge Incognito Mode is called InPrivate. To start an Edge private browsing session, press the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Edge browser with more then one session by using same URL

    Hi Team, Earlier we used IE options in Edge for opening our URL (application) with updating No-Merge option in Enterprise XML to access multiple sessions on the same server. But …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to razstec in Youtube playlist player

    it apears in line items = playlist["items"]# getting playlist items
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in System specification morphisms

    What does the prof say about this? When I went to school the prof always had additional material and sources.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Youtube playlist player

    The error is well discussed but I'd want to know which line number it occurred on to comment further.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Youtube playlist player

    Code looks fine. But Google does have quotas and you find you can exceed those. Fix? I can only write about Google Maps. After we hit our quota we had …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Youtube playlist player

    Hi, im trying to set a radio and youtube playlist player my code works with radio and single youtube link but with playlist it says that the link is unrecognized, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in System specification morphisms

    This appears to be something from a mathematics or such course. The book appears to be https://www.amazon.com/Theory-Modeling-Simulation-Bernard-Zeigler/dp/0127784551 and is sadly a typical overpriced book that you are forced to purchase.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching System specification morphisms

    Hi, i wana ask about what would be a great topic for literacy review, discussion paper or research paper for those who encounter system specification morphisms thanks
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do i prevent the user from entering a negative number in C++

    Sure. Initialize X and Y to say -1. Now put a while test for X and Y being negative around lines 9 to 11.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do i prevent the user from entering a negative number in C++

    Hi, can someone give me an easy command that prevents a user from entering a negative value in the following code i made? thanks. #include <iostream> using namespace std; int …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Imagick to convert TIFF to JPG

    I think there's a few prior discussions about this. Here's one from Daniweb. https://www.daniweb.com/programming/web-development/threads/339930/convert-tiff-image-to-png-jpg-using-php
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Imagick to convert TIFF to JPG

    Hi all, I've got a site in PHP where I'd like to allow the user to add a picture with a blog post. The user has a few TIFF photos …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I'm new to coding but I'm pretty good

    I haven't seen this in "database" so could you tell us what language you need to use or is this a web page? For web pages google about "clickable images."
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I'm new to coding but I'm pretty good

    how do I make it so when I click a picture, it takes me to a new page?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to combine Adjacent keywords into a multi-word keyword

    This appears to be about NLP or Natural Language Processing. Your post is sadly lacking detail that anyone could create your app. I don't see the rules of how you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to combine Adjacent keywords into a multi-word keyword

    hello everyone , please can anyone help me !! I have a list of keywords i used TextRank algorithme, and i have list of all words ,I want to combine …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Assume the list numbers 1 has 100 elements, and numbers 2 is an empty list.

    As you can guess, this is your homework to complete but feel free to ask questions about where you are stuck. There are hundreds of books about Python so no …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Assume the list numbers 1 has 100 elements, and numbers 2 is an empty list.

    Assume the list numbers 1 has 100 elements, and numbers 2 is an empty list. Write code that copies the values in numbers 1 to numbers 2. I would like …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Looking for advice on a menu button on a website

    I just tested a site on my Android phone with the usual Chrome browser. At the bottom of mobile screen are three buttons so when I navigated to an article …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Looking for advice on a menu button on a website

    I've got long pages on my mobile site, so the menu button that is located in the header becomes difficult to access. I wanted to add an arrow at the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Writing to 2d array with fscan

    Line 6 is incorrect so I didn't make it past that. Compare this to other working code.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Writing to 2d array with fscan

    I’m trying to scan in a txt file with a string of numbers. t.txt 123 223 323 <#include stdlib.c> <#include stdio.c> <#include string.h> int main{ char grid[3][3]; int i = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Populating 2d array with scan

    There isn't enough code for me to compile even with that. I suggest you single step the code in the usual debugger to see why it fails.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Populating 2d array with scan

    So much left unwritten. I don't see how grid was declared, the value i might not be initialized and there are usually some references to which C library will be …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Populating 2d array with scan

    I’m trying to scan in a txt file with a string of numbers. t.txt 123 223 323 File *f = fopen(“t.txt”, “r”) while (i != 3){ for (int j = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone Im new to cpa

    Maybe the question is invalid? They asked for free traffic, CPA so maybe the question is invalid. How can they get what you noted for free?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone Im new to cpa

    Here's the deal. Invariably the question is rarely as stated but more about reducing cost. With better SEO the conversion rate will increase, which means that SEO is lowering the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Fscanf seg fault

    Your code is incomplete so I can't see the whole picture. But there is a tutorial to show fscan's use at https://www.tutorialspoint.com/c_standard_library/c_function_fscanf.htm
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Fscanf seg fault

    I’ve been trying to use the fscanf function to read a txt file containing a single number into a ptr: (file.txt) 1 File *fPtr=fopen(“file.txt”, “r”) int r; fscanf(fPtr, “%d”, &r); …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in re: Instagram, is there any point to putting hashtags...

    The opinion on tags has three or many more takes. For as users can follow a tag and see new content with said tag. Others note the search is/was changed …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in re: Instagram, is there any point to putting hashtags...

    So we can track other answers. No need to duplicate answers. As to some of your questions, I checked with a google search and there are prior debates about the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in re: Instagram, is there any point to putting hashtags...

    Hmm, found you at https://www.techrepublic.com/forums/discussions/regarding-instagram-is-there-any-point-to-putting-hashtags/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching re: Instagram, is there any point to putting hashtags...

    Is there any point to putting hashtags in your Instagram profile bio? Will those be found in a search? Can a posting's caption & info be edited after posting? Also, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Hi everyone, I'm ivy.inc.Hugh

    Hi and welcome to DaniWeb. However, I have to ask. Why a Photoshop clone in Java?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm ivy.inc.Hugh

    me: You don't want to sell me Integrated media development system. you: I don't want to see you Integrated media development system. me: You want to go home and rethink …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Installing a game in Windows 11

    Went a little deeper down the rabbit hole. 1. Ask over at https://www.reddit.com/r/unrealtournament/ 2. Try a Virtual Machine. 3. Some notes tell me no-go on displays over 1080p
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Installing a game in Windows 11

    I know many don't like that but there are two answers. 1. Be sure you have admin account rights. 2. Back to the maker/author to lodge a bug report.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Installing a game in Windows 11

    I'm trying to install Unreal Tournament 3 in Windows 11, but I get the message "Deze app is voor uw veiligheid geblokkeerd" which means "This app is blocked for your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone Im new to cpa

    SEO is well done so the question to you is whether or not you are working SEO. As far as I know, you can't get that Cost Per Action without …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why Is Filename Length Even An Issue In Windows?

    You are spoilt. We had a huge computing system way back when and it had 7 letter filenames. Years before that, no filenames. Just paper punch tape and cards.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why Is Filename Length Even An Issue In Windows?

    There’s a long history of filename lengths being a problem for operating systems like Windows. There was a time when you couldn’t have filenames longer than 8 characters plus a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone Im new to cpa

    I'm not an SEO person but isn't this about you working your SEO?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone Im new to cpa

    Im new to cpa any good source of free traffic please thanks
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in I want to learn Programming

    From the beginning, the way that you learn anything, really. You can begin by downloading something like Wordpress and making small tweaks and customizations to it. That’s a good way …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm ivy.inc.Hugh

    I'm on my workhorse PC and don't have the Java runtime installed for security reasons. How would you get your app to run? Also, since I already have fine photo …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm ivy.inc.Hugh

    I only use Java.I'm coding a software like Photoshop.Could you tell me abaot it?

The End.