• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Tiktok, WeChat banned by Executive order (USA)

    I haven't been following this but it seems to me (uninformed opinion coming) that the powers that be like to rant about free speech. These rants seem to take two …
  • Member Avatar for Reverend Jim
    Reverend Jim

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

    Would you prefer "I used to be from there?" We still have plenty of room up here in Canada. ?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in Greg C - New to PHP

    Small world. Lived in Richmond, BC Canada from 1993 to 2000. I've been back a few times and each time more and more crowded. Still beautiful. Welcome!
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How can ı solve the error analaysis of taylor series in c programing

    Can you be more specific?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in generate number start, stop, step to number inclusive. returning false?!

    The problem with learning a new language is that you tend to thing in your previous language. In this case you used 8 lines when you should be thinking in …
  • Member Avatar for Reverend Jim
    Reverend Jim

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

    Welcome to Daniweb. I'm from Canada but I have a son in the UK.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Java Programming ( Cashier Question )

    The way it works is you show us what you have done so far and where you are stuck. Then, if you have given us enough details we will try …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to connect my laptop to TV?

    I have had little success with connecting devices with Bluetooth. Connections, when they work, are unreliable. In many cases devices are just not recognized or fail to connect. I suggest …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hello Friends Newbie here

    Welcome to Daniweb, David.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Michael_125 in Fake Money Transfer Website

    I made a fake money transfer platform where it gives the user real user interface experience which allows him to be able to send amount to users, be able to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Fake Money Transfer Website

    I can't say whether or not this is illegal (I suspect it is) but I **do** think it is highly unethical.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in Windows 10 and Android Cell Phone File Transfer

    I hear you. [This other discussion](https://android.stackexchange.com/questions/197717/how-to-get-usb-file-transfer-working-on-oreo-8-1) parrots all the things I've done over time. To quote Roseanne Roseannadanna, "It's always something. If it's not one thing it's another." The one …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows 10 and Android Cell Phone File Transfer

    One of the suggestions worked. Much appreciated.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Windows 10 and Android Cell Phone File Transfer

    I just bought a Figo Nitro 4X cell phone (Android 8.1) phone for my son. When I connect my cell phone (Figo Android 6) to my Windows 10 laptop it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to rproffitt in Trump

    Hey, look over there! ![190000.png](https://static.daniweb.com/attachments/1/25804aef3648695621dca6c05fa3f34e.png)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need this solve urgent

    It may be urgent for you but I don't consider doing someone else's homework for them urgent at all.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to retrive data and store in mysql

    >When I access an api. it returns data in below format >n2035014,25 N2035014,25 B2035014,2944.40,250,3787.30,2400 o24,22971.20 h24,23064.15 l24,22641.40 c24,22945.05 i24,22744.40 I have my doubts as to the format of the returned …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Creating a GUI Wrapper for VLC Media Player in python/wxpython

    ## Introduction I have a pile of home movie videos created over more than seventy years. As with my many photos (all in digital form) they require some effort to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Creating a GUI Wrapper for VLC Media Player in python/wxpython

    ## Introduction I have a pile of home movie videos created over more than seventy years. As with my many photos (all in digital form) they require some effort to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Creating a GUI Wrapper for VLC Media Player in python/wxpython

    ## Introduction I have a pile of home movie videos created over more than seventy years. As with my many photos (all in digital form) they require some effort to …
  • Member Avatar for Reverend Jim
    Reverend Jim

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

    Welcome to Daniweb.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Make a python script single-instance

    Sometimes you want to ensure that only one copy of a script can be run at time. Windows provides a facility called a mutex and you can use it to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    Finally posted the VideoLib project that builds on the VLC wrapper. Enjoy. I might be a little tapped out for a bit.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Creating a GUI Wrapper for VLC Media Player in python/wxpython

    In the vein of "I told you that story so I could tell you this one"... I wrote the above project so that I could rebuild my VideoLib application (which …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Creating a GUI Wrapper for VLC Media Player in python/wxpython

    Sorry about the broken links. They should be good now.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Creating a GUI Wrapper for VLC Media Player in python/wxpython

    ## Introduction I have a pile of home movie videos created over more than seventy years. As with my many photos (all in digital form) they require some effort to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    Je ne don't understand pas.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Factorial program using recursion Python

    A more concise (and still clear) version of that would be def fac(n): return 1 if n <= 1 else n * fac(n-1)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    Okie dokey. Two more tutorials posted. A short one on [subclassing python objects](https://www.daniweb.com/programming/tutorials/523625/subclassing-python-objects), and an intermediate one on [Creating a GUI Wrapper for VLC Media Player in python/wxpython](https://www.daniweb.com/programming/tutorials/523626/creating-a-gui-wrapper-for-vlc-media-player-in-python-wxpython) which I …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Creating a GUI Wrapper for VLC Media Player in python/wxpython

    ## Introduction I have a pile of home movie videos created over more than seventy years. As with my many photos (all in digital form) they require some effort to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Subclassing python objects

    ###Subclassing python objects Sometimes you want to add just a little more functionality to an existing python object. You can do that by subclassing it and adding on the missing …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Any dog parents? How do you keep your dog occupied?!

    Not to rub it in but Cooper (golden retriever) had the run of a 1/2 acre or so of fenced in yard with grass & trees (and squirrels) for the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    I get to lick the spoon but Cooper get's to lick out the bowl. That's ok. My tongue isn't long enough anyway and the dough gets stuck in my beard.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Map XML to SQLite

    Before I start thinking about this (whoops, it's already too late) do you have any initial ideas on how to map the hierarchical structure of XML onto a relational structure …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    I did not know that. My wife and I always sample the cookie dough before baking. Never had a problem. Of course, I grew up on a farm (vegetables) so …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Dani in I'm bored! What can I do from home?

    Sounds awesome. I think we’re going to be possibly migrating to a different editor this upcoming week sometime. We’ll see if my plans work out. In the meantime, I made …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Randomization in PHP

    srand ([ int $seed ] ) : void Seeds the random number generator with seed or with a random value if no seed is given.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    >Thanks for all the new content!! You are welcome. I have a couple of finishing touches on the tutorial text (I have to create some new screen shots) and then …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    That was while drinking coffee as well. Makes you wonder why I can't make it through the night (pulling an all-nighter has a different meaning for seniors). I posted the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created A multiple timer application in Python/wxPython

    ##This project implements a multiple timer application. It was written in 1. Python 3.8.2 2. wxPython 4.1.0 Feel free to experiment. Here are some possible enhancements: 1. Add the ability …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    Six-foot distance and masks are pagan rituals of satanic worshipers. Where does 6 feet come from, people? Why is not 3? Why is it not 5? Why is it not …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Covid-19 Virus and N95

    In the news... Six-foot distance and masks are pagan rituals of satanic worshipers. Where does 6 feet come from, people? Why is not 3? Why is it not 5? Why …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I'm bored! What can I do from home?

    We drove home from camp today. Seven hours (and no bathroom break). In the next day or so when I start posting you'll see what I've been doing to keep …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Ever used Python 2.7 MDI with a Calendar?

    Make the move to 3.0. The biggest problem is going to be modifying all your print statements but a simple Python script with a regex would handle that. The longer …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    There have been reports of a mutated covid-19 that is 10 times more deadly. My older son is currently in Split, Croatia at MedILS working with a researcher who is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to Write a Sudoku GUI in Python/wxPython

    Glad you liked it. As I refine my Python/wxPython skills I revisit old projects and clean them up. Here is the latest iteration. I'm still at the lake with limited …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Are you coding from home during this pandemic?

    My younger son's entire department has been working from home for several months (IT/programming). According to all metrics, productivity has gone up.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Regex or string replace to add <p> html tag

    I don't think a regex will do what you want. I don't see how you can define a pattern, based on your example, that could distinguish things you want to …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Are you coding from home during this pandemic?

    The same? When we left Winnipeg at the end of May Manitoba was down to 4 active cases. Now we are at 235. Almost makes me want to stay at …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need quick regex help with matching the same word twice

    the back reference is done with `\#` where you indicate (1-9) the desired group. You create the pattern for what you want to match by enclosing it in parentheses. In …

The End.