• Member Avatar for alc6379
    alc6379

    Replied To a Post in Conversion code from Python to C#

    I would hope so-- I was just trawling through the Unanswered section. It's my general opinion that "converting" one language to another is generally a mess, especially when the languages …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in Conversion code from Python to C#

    You're probably going to have to rewrite this from scratch. There are a lot of Python libraries that don't have direct analogs to C# libraries, so you'll have to figure …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in pass a npm package into a Module?

    Yep. You're supposed to require it in each module. I mean, technically you could declare the functions you wanted as variables and then inject them into the module functions that …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in open folder

    Doesn't look possible with pl/SQL, but according to this post, you might be able to write something in Java or C to do it, and run it as an external …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in ASP.NET UpdatePanel broke my code behind

    What is or isn't happening? Can you put a breakpoint on BtnLogin_Click and see if it hits that method, then walk through it? Does that button need to be a …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in Dani isn't killing DaniWeb with Dazah, she's saving it

    Well, professionally, I was always a Windows/C# guy. Now? Javascript, Node, Groovy, Linux, Docker, Kubernetes... I'm getting paid to do open source now!
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in Converting Web.config to .htacces

    There are a whole lot of projects that are attempting to do this. I suggest you try one of the options in this Google search: https://www.google.com/search?q=convert+web.config+to+htaccess&oq=con&aqs=chrome.3.69i57j69i61j69i60j69i59j69i65l2.1719j0j7&sourceid=chrome&ie=UTF-8 But, that's a pretty …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in SSD not mounting

    What do you get when you run `fdisk -l`? do you have partitions on the drive? Usually the drive is partitioned, and you'd mount /dev/sdd1, not /dev/sdd, which it looks …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in Insomnia

    I sometimes wind up with insomnia myself. I'm not one for taking supplements or anything, but for those times I *really* can't get to sleep, 5-10mg of melatonin can definitely …
  • Member Avatar for alc6379
    alc6379

    Gave Reputation to diafol in Insomnia

    Keep fit. Being energised after a workout is a different energised from coding. I sleep like the dead after a good gym session or long run. Not even my old …
  • Member Avatar for alc6379
    alc6379

    Replied To a Post in Dani isn't killing DaniWeb with Dazah, she's saving it

    Well I'm back after... how many years? I've moved 600 miles from where I was, had 3-4 different jobs, got divorced, had a kid... My life has changed completely. So …

The End.