• Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to jwenting in c programming description

    Beating yourself on the head with a sledge hammer while dancing barefoot on white hot razor blades blindfolded.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in Jumble solver

    amazing job.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What are SEO Services?

    Seriously? Do we really need another thread about SEO? This topic has been beaten to death. If you really need to post about SEO there are any number of other …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Jesse_25 in What are SEO Services?

    SEO services that are being used by different companies to boost up their presence and to increase their traffic organically, SEO services play an important role in the business in …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Any other Search Engines You Can Use Instead of Google?

    The people who brought you the [brave browser](https://search.brave.com/search?q=brave.com&source=web) now have their own [search engine](https://search.brave.com/)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help naming company

    Why don't you tell us a little more about what services you offer? That would help us narrow down what might be suitable names. Judging by what little you have …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to calculate average in visual basic code ? (matrix)

    What have you tried so far?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hi everyone, I'm Youssef Faisal

    Welcome to Daniweb. Just curious as to why you tagged this post with `Python`.
  • Member Avatar for Reverend Jim
    Reverend Jim

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

    I'm more of a bungee-shopper. I get in, shop, then get out as quickly as possible.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Is it safe to format C drive if default folders are moved in E partition?

    My suggestion is to install the free version of Macrium and take a complete image of your C partition. Also create bootable recovery media (a small USB memory stick) using …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Preventing Teams from starting up while Windows starts up

    If nothing else has worked for you I suggest you download [AutoRuns](https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns) which is part of the free Sysinternals suite of tools. Fire it up and uncheck everything that references …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I am trying to parsing bible with python 3, please help

    1. What are you wanting as the output from this script? 1. What does the input (bible.txt) look like?
  • Member Avatar for Reverend Jim
    Reverend Jim

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

    Welcome to Daniweb. What type of writing do you do?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Blockchain: The Future of Technology?

    I do not. From a security aspect, it has already shown to be vulnerable to hacking. From an environmental aspect, because of its vast energy requirements, it is an unmitigated …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Error with Day Function

    Hi all. I have this code and it is correct. Dim logDayName As String = WeekdayName(Weekday(LogDateTextBox.Text)) Dim logMonthName As String = MonthName(Month(LogDateTextBox.Text)) The following code is an error on the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Guys i really need help with this assignment as im really out of ideas

    Please post your code in this thread. When your link eventually goes dead this thread will not be helpful to anyone else.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I tried to do codes to get e^x by using maclaurin series but it gives 0 .

    Why are you asking for `n` then reading it into `i`? And why are you then just ignoring it in your loop control?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited I tried to do codes to get e^x by using maclaurin series but it gives 0 .

    #include <stdio.h> #include <math.h> int main() float i, x; double fact=0, sum=0; printf("Enter value of x as the power of e: "); scanf("%f", &x); printf("Enter n as the number of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to get the size of the wxpython panel

    That's the nice thing about the inspection tool. The lower panel allows you to execute Python code on the fly. It also has intellisense. Select the object you are interested …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in CONVERTING PHYTON TO JAVA

    By now everyone should know that posting in ALL CAPS is the internet equivalent of shouting. Keep in mind that what may seem a crisis to you is not a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to get the size of the wxpython panel

    Easiest way is to add import wx.lib.mixins.inspection at the top and wx.lib.inspection.InspectionTool().Show() after self.Show() This will bring up an inspection window where you can examine all of your display items. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help Please!!!!!!!!!!!!!!!!!!

    Show us what you have so far.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What are Moral Values? How to be a good friend?

    The golden rule is a good place to start.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Needing help . Don't know how to put text file into sorted linked list

    Show us what you have that doesn't work.
  • Member Avatar for Reverend Jim
    Reverend Jim

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

    Welcome aboard.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hello everyone! I'm Monika!

    Welcome. One of the many plusses of Daniweb is that we have many un-like people as well so you will get diverse opinions. We grow when we are challenged.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Anyone know how to do an ipo for the employee management system?

    #include <iostream> // input and output code #include<conio.h> // getch - passwd #include<cstdio> // fileopen fscanf fileclose #include<windows.h> // system cls and pause using namespace std; ///////////////////////////////////////////////////CLASS EMPLOYEE ///////////////////////////////////////////////////////// class …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What are Moral Values? How to be a good friend?

    Are you an absolutist, or a relativist?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in What are Moral Values? How to be a good friend?

    Something I found lacking in America's 45th.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need help guys!

    I suspect what you want to do is sort a **list** of brands. In that case you have to start with a list like brands = [] Then you can …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in find avg of high and low temp 2d array

    Is there a question?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in slide puzzle game

    If I could just chime in here, you might also consider type hints. As an example, here are two function declarations: def MyFunc(parm1, parm2, parm3): def MyFunc(parm1: int, parmn2: str, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Why is this regex code case-INSENSITIVE in preg_match?

    It is going to match `Narrator:` or `narrator:` because you are allowing the first letter to be either case. As for the `NARRATOR:` match, check to see if you have …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Fork() system call prime numbers

    You aren't following protocol. The way it worked when I was a lad was: - first you steal my lunch money - then you tell me to do your homework
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Does anyone else out there have a Figo SpeakOut cell phone?

    Number two is Dunning-Kreuger.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Does anyone else out there have a Figo SpeakOut cell phone?

    I don't know what [this](https://m.apkpure.com/apkpure-app.html?icn=aegon&ici=text_detail-apk-m) is but it looks like an app I have to install to install an app. Without any explanation I don't know why I should install …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in Does anyone else out there have a Figo SpeakOut cell phone?

    Some write "everything's broken." I don't want to be dismissive here but 7 or Nougat is still dated. But given the story I'm not ready to call it an OS …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Does anyone else out there have a Figo SpeakOut cell phone?

    I tried it on a newer (Android 7) phone as well. Same story, different problem. I can browse to web sites but when I tru to download the app it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Python Temperature converter using for loops

    Using for loop create a program that converts temperature either from Celsius to Fahrenheit or vice versa. Ask the user what will be the input of the user either in …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Does anyone else out there have a Figo SpeakOut cell phone?

    I've had one for a couple of years. I like it because I only have to spend $25 a year to keep the phone minutes topped up (sometimes more if …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Does anyone else out there have a Figo SpeakOut cell phone?

    I've had one for a couple of years. I like it because I only have to spend $25 a year to keep the phone minutes topped up (sometimes more if …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Are you going to get the vaccine?

    I got my booster two weeks ago. Of course, I still wear the mask shopping.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in This is a very minor bug

    Ambiguity. The devil's volleyball. - Emo Phillips
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created This is a very minor bug

    Curious. Both [this post](https://www.daniweb.com/programming/computer-science/threads/536401/how-to-write-a-function-of-image-rotation) and [this post](https://www.daniweb.com/programming/computer-science/threads/536400/how-to-rotate-image-using-c) by user omar90 are tagged as "first post by omar90". They were posted 6 hours apart.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Brace yourself for support spam

    Nothing yet. Maybe I caught it in time.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Brace yourself for support spam

    What are the odds. Three minutes before I popped in, we started getting support spam. I whacked 4-5 but I expect they'll keep coming.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hi Everyone, I'm Arvind

    Glad to see you. Feel free to ask questions, but please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) before you ask.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in can someone help me with this question? (c++)

    We won't do your homework for you, but if you have hit a snag, post what you have done so far and where you are are stuck and we'll see …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Revoked Solved Status for Help fixing so text doesn't repeat

    #include <iostream> #include <cstdlib> #include <time.h> using namespace std; int main() { srand(static_cast<int>(time(0))); int secret = rand() % 10 + 1; int guess; cout << "Guess a number between 1 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in For the first post-say hello

    Welcome to Daniweb.

The End.