Skip to content
  • I'm stuck and I need help :(

    The Lounge design help com graphics iot
    9
    0 Votes
    9 Posts
    2 Views
    Sander RosselS
    Yeah, let's dick to that :laugh: Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • 0 Votes
    2 Posts
    1 Views
    R
    Cute, but in my experience most engineering shops don't fully understand agile development.  They often see it as bolt-on that will magically enhance productivity. :) IMHO an R&D department can't be agile in isolation.  The entire product development organization needs to be agile, else it's unlikely to provide any benefits. /ravi My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
  • Yesterday I said dogs are grosser than cats

    The Lounge design com graphics iot
    7
    0 Votes
    7 Posts
    1 Views
    K
    To join the conversation, any animal or human can be gross, but to keep it between dogs and cats, a couple of individuals really stand out for disgusting behavior. One was a male (neutered) cat that belonged to a roommate. It repeatedly pissed/sprayed on my bed if the door was left open. The other was a cocker spaniel that belonged to my daughter and we kept for several months. When she dropped him off, he was almost a year old and still un-neutered. (she had been meaning to get it done...) Of course, he got clipped right away, but it never suppressed that male dog instinct of marking territory...even in the house...plants, furniture, guitar, computer, etc. X| I admit that I caught him in the act once and held him in the air by the back legs having evil thoughts about how to stop the leg lifting problem. :mad: ...but I didn't do it. :laugh: I've now got a 10y/o blond cocker who is the best dog I've ever had. I swear he tries to be good...except for last month when he repeatedly walked through hardwood flooring glue...that stuff doesn't come off! :laugh: "Go forth into the source" - Neal Morse "Hope is contagious"
  • My sister has a big stupid German Shepherd

    The Lounge design com graphics iot help
    45
    0 Votes
    45 Posts
    6 Views
    R
    And there's nothing "ick" about letting a cat crap in a box in the house? That you then have to empty yourself? I'm a dog person. :) ".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
  • Color me chagrined

    The Lounge design com graphics iot
    7
    0 Votes
    7 Posts
    3 Views
    R
    Did you try plugging it in and out ? Do not escape reality : improve reality !
  • Laptop debugging

    The Lounge design com graphics iot
    3
    0 Votes
    3 Posts
    1 Views
    T
    I've got two of those laptops, and one large floor model. The laptops provide rodent control, the latter wet kisses and ball retrieval services. There are no solutions, only trade-offs.    - Thomas Sowell A day can really slip by when you're deliberately avoiding what you're supposed to do.    - Calvin (Bill Watterson, Calvin & Hobbes)
  • Damn this SVG spec

    The Lounge graphics design com iot performance
    3
    0 Votes
    3 Posts
    0 Views
    H
    It's only project related in that it's part of my graphics library that I use for projects. I've expanded some in email. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • whoohoo I'm doing it

    The Lounge design asp-net com graphics iot
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Woohoo, peephole parsing big content

    The Lounge design com graphics iot json
    4
    0 Votes
    4 Posts
    0 Views
    H
    Here's my float routine. It uses my ml_reader markup peephole parser Basically I keep a running cursor over the current buffer (**current) as well as the rdr for when I need to fetch the next string. The rest is just state machine stuff. result_t parse_float(ml_reader_base& rdr, const char** current, float* result) { char* end = NULL; double res = 0.0, sign = 1.0; long long intPart = 0, fracPart = 0; int fracCount = 0; long expPart = 0; char expNeg = 0; char hasIntPart = 0, hasFracPart = 0, hasExpPart = 0; int state = 0; // Parse optional sign if (**current == '+') { (*current)++; } else if (**current == '-') { sign = -1; (*current)++; } while (state<7) { if (\*\*current) { switch (state) { case 0: // int part if (!isdigit(\*\*current)) { state = 1; break; } hasIntPart=1; intPart = (intPart\*10)+(\*\*current-'0'); ++(\*current); break; case 1: \*result = (float)intPart; if(\*\*current!='.') { state = 3; break; } ++(\*current); state = 2; break; case 2: // frac part if (!isdigit(\*\*current)) { state = 3; break; } ++fracCount; hasFracPart=1; fracPart = (fracPart\*10)+(\*\*current-'0'); ++(\*current); break; case 3: if(hasFracPart) { \*result += (double)fracPart/pow(10.0,(double)fracCount); } if(\*\*current=='E' || \*\*current=='e') { ++(\*current); state = 4; } else { state = 6; } break; case 4: if(\*\*current=='+') { ++(\*current); } if(\*\*current=='-') { expNeg = 1; ++(\*current); }
  • On this day, 23 years ago...

    The Lounge design com graphics iot security
    10
    0 Votes
    10 Posts
    1 Views
    W
    Thank you for posting this. Never Forget
  • I drew a smiley face!

    The Lounge design com graphics iot json
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How in the hell did it happen so fast?

    The Lounge design com graphics iot question
    25
    0 Votes
    25 Posts
    2 Views
    C
    True, maybe compromise over something? Just keep trying. I'm in the middle of this battle as well. Technically retired at the end of June, wife prefers sewing, I prefer other projects, we're trying to start walking again (Autumn is just around the corner). Weird, as soon as I retired, she decided to do the same - we crunched all the #s and decided we could do this. Two weeks later, MIL who has dementia managed to trip and fall, breaking her hip. She argued for 4 hours before my fil just said elephant this, and called 911. That happened on my 46th wedding anniversary. To say from that day to now has been complete and utter hell is an understatement. Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.
  • 0 Votes
    1 Posts
    10 Views
    No one has replied
  • Nephews - can recommend

    The Lounge design com graphics iot help
    19
    0 Votes
    19 Posts
    4 Views
    enhzflepE
    Yes, yes and YES. I've got 6 of the little critters - two from my sister and 2 each from my Darling's sisters. Currently driving 2 of them home from (a special) school every day and really enjoying the time we spend together. Started with the 12 year old about a 15 months ago and his 14 year old brother about a school term ago. I just can't stop pinching myself at how much the younger has improved in that time. Went from being a self-centered, psychopathic little shyte into a respectful, empathetic little boy. Their parents seem not to have had the energy to devote to them that I have and it seems everyone is benefitting from my input. Different sorts of problems to solve than when I was coding all the time, but I wouldn't give it up for the world. We've all grown and become better versions of ourselves. The others are 5 & 7, and 17 & 19. It's been interesting to see how I relate best to the middle pair. There seems to be an inverse relationship between how I relate to the parents and how I get along with the kids - absolutely fascinating. As far as I'm concerned, the oldest 4 are all simply inexperienced adults. Treating them as such seems to give me an edge. Happy days. :-D
  • O'Reilly HTTP guide for cat people

    The Lounge design com graphics iot tutorial
    5
    0 Votes
    5 Posts
    0 Views
    D
    TIL there's a .cat TLD. What a time to be alive.
  • 0 Votes
    18 Posts
    2 Views
    H
    Yeah, for some reason when I was looking through installed targeting packs I didn't see x86 for some reason. It's there. I just missed it the first time. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    8 Posts
    2 Views
    N
    I recommend you to see: Backstabbing for Beginners (2018) - IMDb[^] Goes pretty much in the line of your comment. M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • Apparently I've found my limit

    The Lounge design com graphics iot
    14
    0 Votes
    14 Posts
    2 Views
    F
    I got Paxlovid and it actually seemed to help a lot with the stamina levels. - I would love to change the world, but they won’t give me the source code.
  • 0 Votes
    5 Posts
    0 Views
    pkfoxP
    You have done well HTW In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
  • 0 Votes
    10 Posts
    1 Views
    K
    I predict that in about two weeks you're going to post about how you wish you had saved it this code because suddenly you had a need to look at it again. :-D