• Member Avatar for Reverend Jim
    Reverend Jim

    Edited Quicksort algorithm

    I study the Quicksort algorithm like this : // Java program for implementation of QuickSort class QuickSort { /* This function takes last element as pivot, places the pivot element …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Microsoft Windows 10 Photo

    A couple of days ago MS 10 Photos stopped functioning correctly. The first sign of this malfunction began several weeks ago when it started taking a vey long time to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited CASE WHEN THEN error

    Hello i am getting an error on a CASE WHEN THEN syntax on my mySql SELECT DISTINCT u.uid,c.c_id,u.name,u.profile_pic,u.username,u.email,c.time FROM conversation c, users u, conversation_reply r CASE WHEN c.user_one = '99' …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited what is the use of seo in digital marketing?

    what is the use of seo in digital marketing?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in CASE WHEN THEN error

    As I recall from my old SQL days, the syntax is not WHEN fld='value' THEN var='other value' it's SELECT fld1, fld2, CASE WHEN fld2='val1' THEN 'new val1' WHEN fld2='val2' THEN …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How many Static Init can I have?

    You beat me by 5 years. I turn 65 on Saturday. Any idea who the oldest (living) Daniweb member is? Dani should be able to query the database to find …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Maine used runoff voting in this year's midterms. The republican candidate (Poliquin) led the Democrat (Golden) by more than 2000 votes, however, he did not win a plurality. After votes …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows 10 New Updates are not Installing in My PC

    And if you really feel compelled to install the update 1. take an image first 1. do a full backup of your data files
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    Thanks for the explanation. I can see your point. I'll try it your way.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    >I do not understand why you cannot just use the Meet button and then type your message?? For two very good (IMO) reasons. 1. Using `Meet` would require sending two …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Pseudo code for christmas shopping

    Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). Pay special attention to the one that says **Do provide evidence of having done some work yourself if posting …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Please help me in writing and completing the progran for this Question

    Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). Pay special attention to the one that says **Do provide evidence of having done some work yourself if posting …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Strongest and weakest points of the progr. languages that you can code in

    An example of concise - to create a deck of cards (each card consisting of a value and a suit) you can do deck ← ⊂[1](52⍴'A23456789TJQK'),[0.5](13⍴'S'),(13⍴'H'),(13⍴'D'),(13⍴'C') where `(13⍴'S'),(13⍴'H'),(13⍴'D'),(13⍴'C')` generates `SSSSSSSSSSSSSHHHHHHHHHHHHHDDDDDDDDDDDDDCCCCCCCCCCCCC` …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Strongest and weakest points of the progr. languages that you can code in

    APL Pro: Extremely powerful syntax and rich set of primitive operators (80 or more) designed for mathematical manipulation. Con: The epitome of write-once, read-never coding. You can implement Conway's game …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    >Post Edit reasons are public and everyone can see them. It is still a much easier way to get a conversation going.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Problem in my Windows 10

    If the diagnostics don't show anything you might try `sfc /scannow` from an admin cmd session. Scans the integrity of all protected system files and replaces incorrect versions with correct …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    I found a silly, but better way. A new member wanted his account deleted so I edited his request (without changing it) with the reason "You can delete your own …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in VB in Word - Using an ActiveX Command Button and Adding a Popup Message

    Glad to help.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Marked Solved Status for VB in Word - Using an ActiveX Command Button and Adding a Popup Message

    Hello all, I am relatively new to Visual Basic and have managed to muttle my way through creating a 2013 Word document that has some ActiveX controls. The final control …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in VB in Word - Using an ActiveX Command Button and Adding a Popup Message

    I see you tagged this with both `vb.net` and `visual-basic-6`. The syntax for MessageBox differs between the two versions. Google "message box" with the version you are using to get …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    As for bankers, their need to win the trust of their clients guarantees that they will act with honour and integrity. Unregulated capitalism is a 'superlatively moral system. - Alan …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in crud usind array. Whats wrong with my code? Please help me.

    Based on the little information you provided, your code does exactly what it says it does. Of course, that's likely not what you wanted it to do. Perhaps if you …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Pulsating Spirograph [Processing]

    You've posted code with almost no indication (other than the thread title) of what it does. If your program does something interesting then please explain what it does and how …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in C++: How search\find a folder name?

    If you aren't looking for a home-grown file finder, or if you don't need it integrated with other software, I suggest you have a look at the free Everything Indexer …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in VB in Word - Using an ActiveX Command Button and Adding a Popup Message

    You can use `MessageBox`. There are 21 variations but the most basic is Dim result = MessageBox.Show("one or more lines of text") The value of `result` depends on how the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Only one person involved in the Iran-Contra scandal actually served prison time. Admiral John Poindexter, Colonel Oliver North's superior, and national security adviser to President Ronald Reagan, had had a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Convert my C++ code to C

    What part are you having trouble with?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in What are the best Marketing Promotions?

    Social Media Optimization is the best Marketing Promotion tools. In Social Media FB Ads and Google Adwords are the best platform.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in Need Article Submission helps?

    If you want to make the quality backlinks then you need to article sharing websites. So these are the best article sharing websites: Tumblr Issue Magcloud Reddit
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in which one is better Google Analytics or Adobe Analytics?

    The main difference is the ease of deployment of Google Analytics compared to Adobe Analytics. In addition, Adobe Analytics has the concept of traffic variables, conversion variables which can be …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    I wouldn't be surprised if Trump files copyright/trademarks on the phrases "Fake News" and "Witch Hunt" just so he can make a few bucks as they take him down
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to ddanbe in A General Apology...

    Should *noli mentula* not be *noli mentula esse*?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in A General Apology...

    You are absolutely right. Correction noted for future reference.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to sony007 in abstract classes , inheritance and pointer

    Implement an abstract class Shape with methods: getType() returns a string denoting type of a shape (point, line, polygon ..) area() returns area of the object, or -1 if the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in abstract classes , inheritance and pointer

    Looks like homework to me. So far the only effort you have shown is copy/paste. Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Importance Of Search Engine Optimization (SEO)

    Hi, Search Engine optimization (SEO) is one of the most important part of after website design. Search Engine optimization (SEO) creates high traffic of your websites.and generate more business and …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited How can I increase traffic, google Page Rank to my website?

    Hi Friends, I have created my own job website www PrepareInterview com which is full of latest job information and interview preparation tips. I learnt about SEO and link exchange …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited What is the Best SEO tool?

    Hello everybody, I knew this question might be stupid question. But still i really want to know about which is the best tool for using seo, smo activity tracking, link …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Is SEO Unethical?

    There are a lot of members of Daniweb who run their own websites, and even many members who run SEO firms. I've given SEO a lot of thought, and I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Python regex characters between certain characters

    I can't help you if you won't give me a simple "here is the input" and "here is the output".
  • Member Avatar for Reverend Jim
    Reverend Jim

    Began Watching Python regex characters between certain characters

    Hi, i have a textfile with a string in it. The string is built like this: test =""" [ "this is a text and its supposed to contain every possible …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Python regex characters between certain characters

    Why don't you list the matches, one per line, for the input string and I'll try to put together a regexp that gives you what you want? Please use the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in A General Apology...

    You didn't get one. If you had, you would have seen a pop-up overlaying the Daniweb page. I'm not overly sensitive myself, but I grew up in a different era …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Python regex characters between certain characters

    Try using `\"([^\"]*)\"` as your regular expression. This will return matches on all double quoted strings. Using `[^\"]*` instead of `.*` ensures that each double quoted string is taken as …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in November 6, 2018

    >liberals will never convince fiscal conservatives that deficits are a good thing Let's dispense with this myth right now. The idea of the "fiscal conservative" is a farce. Republicans are …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    So, once again, clear as mud. I had seen `Noli mentula` on my profile page under `Community Profile` under `Header`. I didn't go to the `Business Networking` page because as …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Datagridview Control class

    >Datagrid is generated at run time, how to name and write codes for it Like any other variable/object. You save the reference to it with the appropriate scope and use …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created A General Apology...

    To all in the last week or so who received a private message from me consisting only of the phrase, `Noli Mentula`, I sincerely apologize. In the previous incarnation of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    >please, change your Introductory Message back to the default or something else that makes more sense. Done, but again, in the interest of clarity, changing the header for that field …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How do I send a PM in the New Daniweb?

    Because in latin it likely won't be recognized as that, and it is the simplest form I have come across of the golden rule. I also believe that it could …

The End.