• Member Avatar for rproffitt
    rproffitt

    Began Watching Send e-mail form and database simultaneously

    Good morning, I state that I am a beginner, I kindly need help from you. I made a page containing a form that submits data to a database. Everything works …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C Code Into Mips :)

    Just for fun I put something similar in to the online compiler at https://godbolt.org I set the code type to C and the output to MIPS. Example follows: // Note …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C Code Into Mips :)

    Currently trying to understand how to convert some C into mips. Is a "return func" different from "return"? Both C codes are very similar yet im unsure how they will …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Jiggy_1 in C Code Into Mips :)

    #include <stdio.h> //header file int size = 100; //global variable for size int stack[100]; //stack declaration int top = -1; //iterator for stack int isempty() { //checking the stack is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do you change below c code to MIPS?

    The last MIPS project we had at the office used a C compiler so there would be little to no changes. Maybe you wanted something else but didn't ask. Also, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do you change below c code to MIPS?

    int my number [10]; void fun(int input, int* addr){ if (input %2 == 0){ *addr = 1; } } int main (){ int i; for (i = 0; i < …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I make content editing easy for my web design clients?

    So why not https://www.tiny.cloud/docs/integrations/wordpress/ then show your clients your work and see what they think? It doesn't matter what I think as I'm going to say "Oh great, another editor."
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I make content editing easy for my web design clients?

    Questions as the title. I have asked few people and find some options as below: - Use Content Management System (CMS - Wordpress prefer) - If it's a custom CMS, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Memory, Gaming, & Linux

    Hello again! OK, for that APU we always make sure the RAM is dual channel as the graphics and more take a double digit loss when it's single channel. As …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Memory, Gaming, & Linux

    I don't do a lot on my computer anymore and on the odd change that actually play a game on it it's usually and older game so there's not problem. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in strndup- I need help fot it

    It should be anser = instead of double equals the way you did for the plus sign, for the other operations, when making assignments.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in strndup- I need help fot it

    Here we are primarily an English forum Google Translate offers me this: > The software writes me an error on the word strndup Maybe someone knows if this varies in …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching strndup- I need help fot it

    התוכנה כותבת לי שגיאה על המילה strndup אולי מישהו יודע אם זה משתנה בגרסאות של וויזואל סטודיו ואיך אפשר לסדר זאת? char tav = str[strlen(str)/2+1]; int a,b,anser; char* as = …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to BirdaoGwra in Hi everyone, I'm honest.gideon

    Hi, I am developing a game called Gideon. I took the name from the movie frankenstein :)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Best linux distro for touch controls?

    You omitted make, model and year made. Even so, it appears it's not one and done. That is, you may not find a ready to use distro where you install …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Best linux distro for touch controls?

    Hi I'm looking for Linux with the best chance to work with touch controls straight out of the box. I bought Z3735F/2048MB/32GB tablet that doesn't support touch on win 10 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pascal problem with max

    Why not use the Max() function at https://www.freepascal.org/docs-html/current/rtl/math/max.html Also why use else statements? Here's a straight line brute force solution. Try: (psuedo code follows) max := a if (b>max) then …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pascal problem with max

    How to add d to this? I have a,b,c only. Because I tried many ways and with d it works wrong and showing wrong highest number i tried to add …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Options of Deepfake

    I'd start with www.google.com/search?&q=API+for+Deepfake
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Options of Deepfake

    Hello, Today I learned about Deepfake. Virtual faces that look very realistic. What do you think of this? And can you tell me what I should do to deploy this …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Violet_82 in regex matching a string with no single quotes in powershell

    Thanks for that :-). This escaping sequence it interesting, I didn't come across that but this `\|[0-9]+` escapes the '|' absolutely fine! So I'm a bit confused...
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in IF ELSE STATEMENT INSIDE SWITCH CASE

    Hold up. You want examples in FIVE languages? That's a bit of work so pick one language then supply your coding attempt for all to see what can be done. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching IF ELSE STATEMENT INSIDE SWITCH CASE

    Hi everyone, I just want to ask if how i am able to make an if else statement inside a switch case. i want to execute something wherein the user …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in regex matching a string with no single quotes in powershell

    Here's a short bit from the web about Powershell oddities in this regard: - backtick to escape instead of \ - regex must be in "double quotes" - must either …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching regex matching a string with no single quotes in powershell

    Hi I'm trying to create a script in powershell that finds a string in a file and then modifies it but I'm having issues matching the string I want. So, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Programming Chemical Equations

    I don't see how to condense all you would need to know in this space. Looking at https://pythoninchemistry.org it appears you spend quite a few months working at this.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Programming Chemical Equations

    I have checked various sites about, "**How to balance chemical equations thru programming by usiong python or c++ ?**." They all have simple easy equations, but how do we programme …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Read multiple .txt file in folder in python

    New or not, when you approach a problem that seems too big, make it smaller. Don't worry about reading 50 files right now. Start with 1 and then grow the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Read multiple .txt file in folder in python

    Hi everyone I'm new in python, I need to read the first 10 line of multiple .txt files (from s1 to s50) in folder and save these values of each …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Favorite Oculus Quest apps

    If I were to setup a VR rig I'd look at Half-Life: Alyx. YouTube where a teacher used it: https://www.youtube.com/watch?v=R3g9jrqjOZs Not sure if you can pick and choose your experience …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Favorite Oculus Quest apps

    With the launch of Oculus Quest 2 (I have the original Quest), I was wondering if anyone had any favorite games they could recommend. I’ve been having a lot of …
  • Member Avatar for rproffitt
    rproffitt

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

    Let me put it a different way ... > And do they offer added value? The value that they bring is by bringing business to the eCommerce store. In return, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post 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? Can you do this and pay your rent, buy a home, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can i get traffic from web/mobile app?

    Regarding being a non-producer. There's a biblical reference I could offer here but if they dont' add value then they are often relegated to being treated like the money changers …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can i get traffic from web/mobile app?

    I must say that not much has changed since that was last asked. But as to the mobile app I see folk have tired of installing an app specific to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can i get traffic from web/mobile app?

    Hello there, I am an affiliate marketer can you please let me know how can i get quality traffic. please help me.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How i can change variable php in one page

    Rather than PHP you could entertain pushing the data around on the other side. Here's a tutorial: https://www.tutorialrepublic.com/javascript-tutorial/javascript-cookies.php
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How i can change variable php in one page

    Hi ... I want to create some php pages where I have to change the variables ( top of the page ) through a form and of course save them …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What are the advantages of connecting MySQL server with Php

    My thought here is to fix what you have. As you are the author of the PHP what do you think is the problem? Is it some code that is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What are the advantages of connecting MySQL server with Php

    My php is regularly stopping so I need some idea of database. Can you provide?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Placement base questions

    I've been told it's important that students must become self-motivating and take charge of their learning.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Placement base questions

    How will you guide student??
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to P4Programs in Program for studies

    If You are asking for windows then there are plenty of code editors - Some of them are listed below [Atom](https://atom.io/) [Sublime Text](https://www.sublimetext.com/) [Bracket](http://brackets.io/)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to Install nodejs in Cpanel???

    This may vary with some hosting plans but as I read https://answers.uillinois.edu/illinois/page.php?id=91468 it looks complete enough for most webmasters.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to Install nodejs in Cpanel???

    Hello there! Im an NodeJs instructor. Iam an experienced Crash course instructor. Marina is my student. She has to access my API. I have only the CPANEL hosting. How do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Program for studies

    There are so many today. Many are free. Even I can get the community version of Visual Studio for free and on Linux, so many, and it's been a year …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Program for studies

    Hiiiiii I am student I am looking for code editor
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I make an app

    I'd start with tutorials. Almost every tutorial at some point ends up with you having to write an application.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can I make an app

    Please help
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm Alan21.

    Check answer at https://support.google.com/websearch/thread/15753670?hl=en

The End.