• Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Thulan in Operating System in python54433434

    Hey can you guys help me make a operating system in python?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Thulan in Operating System in Python

    ARE YOU DEAD?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Operating System in python54433434

    Nod to Schol-R-LEA but the link looks dead here. Read https://wiki.osdev.org/Languages#But_I_heard_of_an_OS_written_in_language_XYZ.2C_isn.27t_it_interpreted.3F to find out this project is a Red Herring. You won't be doing this!
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Operating System in python54433434

    Hey can you guys help me make a operating system in python?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is Robotic Process Automation the Future?

    Done right, sure. Be sure to check out my link where it didn't work out.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Click and hold on mobile

    You'll have to tell more. I often find this is an issue with the mobile's browser. To which I install Chrome and re-test. As to your code, I don't see …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Click and hold on mobile

    I see a good enough tutorial at https://www.youtube.com/watch?v=A95mIE2HdcY Takes a few lines of code.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Click and hold on mobile

    I'm making a html/js game, and attempting to add on screen controls for mobile use. However, I have found that pressing and holding on a button on mobile will highlight …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is Robotic Process Automation the Future?

    For some yes. But I find companies to be lax in training and backups so for them, no. Read https://imgur.com/gallery/5wPSWJb
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is Robotic Process Automation the Future?

    I think RPA is independent as it's about automation. Which is fine if you're a factory drone. But it doesn't work for today's generation of workers, who are used to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the best site to learn hacking or book?

    You'll have to write a better question. Some consider hacking a Xbox to be different from a PC or a web site. But what is hacking? Tell more.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the best site to learn hacking or book?

    What is the best site to learn hacking or book?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Schol-R-LEA in functions containing while are not expanded inline

    No one here is going to open up some random Word document in MS Word, where there could be random macro viruses in it. Fortunately for you, I use LibreOffice …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MySQL MariaDB expert needed

    hello, im developing a Windows application with MariaDB database for criminals, i designed the whole database schema but i need an expert to help me study it if it is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in functions containing while are not expanded inline

    Since it happened in the first 5 lines, can we see at least the first 6 lines of code?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching functions containing while are not expanded inline

    line 5: Declaration syntax error line 59: function containing do are not expanded inline line 153: function containing while are not expanded inline line 218: declaration terminated incorrectly`
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My pc not coming on

    Make, model, age and details matter. While I know the Dell desktops have some Orange blinks that tell us something it's always been failed hardware. I would like to help …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My pc not coming on

    My pc not coming on and it's fully changed, every time I try putting it on the power bottom keep blinking blue, i don't know what is wrong, could some …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Software for creating image

    Photoshop seems to be the go to app for graphic work. For me I'm not responsible for the graphics in our apps but will sketch something quick as a filler …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Software for creating image

    I've been code for android/ios using flutter more than a year. Now I would like to learn new things by using software to **create image** instead of just getting icons …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Uncaught Error: Call to undefined function mysql_query()

    Sorry but I see the comment in an alert but not here. Sometimes folk try to copy code from the web without adjusting to their system. You asked "do i …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Uncaught Error: Call to undefined function mysql_query()

    I don't see code to connect and select the database above. Here's a quick link to the PHP manual showing this. https://www.php.net/manual/en/mysql.examples-basic.php
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Uncaught Error: Call to undefined function mysql_query()

    Hi I have this PHP Code - <?php require_once ("../include/initialize.php"); if (!isset($_SESSION['ACCOUNT_ID'])){ redirect(web_root."index.php"); } $action = (isset($_GET['action']) && $_GET['action'] != '') ? $_GET['action'] : ''; switch ($action) { case 'add' …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how i make carousel slider

    While I wouldn't do this because it's more work, read https://imranhsayed.medium.com/slick-slider-wordpress-without-plugin-slick-carousel-ef2394c737ef
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how i make carousel slider

    How can I make carousel slider in wordpress without plugins?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Hemangi_2 in Token payment in vb

    def change_char(str1): char = str1[0] str1 = str1.replace(char, '$') str1 = char + str1[1:] return str1 print(change_char('restart'))
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Happy New Year to All on Daniweb

    The plan is do nothing this evening. Be safe!
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Happy New Year to All on Daniweb

    Happy New Year to all. I hope 2022 is much kinder to everyone than the last two years. I, for one will be spending the evening with family and killing …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gaming system in vb

    See JamesCherill's link. I found free tutorials on the web. If you can't find them I will write you didn't try.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gaming system in vb

    From an alert here. You wrote: > Right now we dont know how to start and a code to present because our professor didnt teach the fundamentals of vb There …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gaming system in vb

    I don't see the need for a private chat yet. You have not shown your work or revealed where you are stuck. Finally, I don't see a question about your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm asfand111

    Sorry but you made the assumption I remember what INT 21H does. This code is missing all comments plus what lines you think are in error. I've written assembly code …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm asfand111

    Hello everyone I just have a problem with my code. I just wrote a program that prints the sum of all even numbers (1 to 100) using macros in assembly …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Going to launch my first website soon please help!

    I've yet to have anyone complain about web server/services reliability. Then again folk tend to pay a few dollars per month. Try this. Without using links, what company looks good …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in How can i get traffic from web/mobile app?

    > Folk I know think of them as cannon fodder and while it's an industry, is it a good industry? That's actually quite insulting. You think of all commission-based salespeople …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in why error: could not convert '{"Struktur Data", "IF-44..

    This is undocumented code and worse. I started at line 1 and nothing seemed to explain the first line and as I read on, it only got worse. A lot …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching why error: could not convert '{"Struktur Data", "IF-44..

    eror : could not converd ' {"Struktur Data... list_matkul Matakuliah; create_list_matkul(Matakuliah); adr_matkul P; list_mhs mahasiswa; create_list_mhs(mahasiswa); adr_mhs Q; P = create_elm_matkul({.namaMk = "Struktur Data", .namaKelas = "IF-44-Gab1", .kuota = 3, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I use Twitter for business in 2022?

    We had an orange haired person destroy that. I guess you could try but what is your business? Does Twitter or social media matter?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I use Twitter for business in 2022?

    How can I grow my business using Twitter
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Going to launch my first website soon please help!

    Tell me more why you used the word reliable. I and others have used free website builders many times or WordPress and these again were free. So cost is not …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Going to launch my first website soon please help!

    Hello guys, I hope everyone here is doing well so far. I'm going to create my first website online. I need a reliable website builder who is cheap and reliable …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to achieve dynamic filter with Search API ?

    I see you tagged your question with mysql. Then you write about "VALID" values. To me you would use the SQL results and if the results are not valid, work …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to achieve dynamic filter with Search API ?

    I am working on search API. Currently I am havinng 3 filter i.e. author, publish date, topic. Now I have created a Search API along with paginantion. based on request …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gaming system in vb

    But what is it? Sometimes people try to write something but try to avoid designing the something in advance. What good is code if you didn't design first?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Do you participate in any other communities?

    Also participating in /r/solar and a techsupport subreddit. The first since we installed solar on the home and I had a few questions beyond what I knew. The second because …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Do you participate in any other communities?

    I know rproffitt is a moderator on the Tech Republic forums. Does anyone else participate in any other online forums / communities / subreddits / etc? Just curious :)
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in UI changes across the board

    Over the past week, I’ve made a handful of UI changes across the site. What do you think? Am I on the right track? Is this an improvement?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gaming system in vb

    Dani wrote: > Sorry, I guess I’m misunderstanding you. If your teacher gave you the assignment to create a billing system, why would you create an arcade system instead? > …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in UI changes across the board

    It's good. Sorry if I keep it short today, that time of year, there's a wake happening via Zoom here and so on. Again, looks nice.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gaming system in vb

    This looks to be same as https://www.daniweb.com/programming/threads/536852/game-system-and-game-monitoring In fact, that's you from what I can tell.

The End.