Skip to content
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Did I miss the code contest this month?

    The Lounge design com graphics iot question
    3
    0 Votes
    3 Posts
    0 Views
    N
    seems so 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.
  • 0 Votes
    7 Posts
    0 Views
    H
    I do. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • I have article anxiety!

    The Lounge design com graphics iot announcement
    11
    0 Votes
    11 Posts
    0 Views
    J
    Daniel Pfeffer wrote: you look up statistics on how many peer-reviewed articles are withdrawn either before or after publication. If only the pay to publish market had that same withdrawal rate.
  • Shame on me

    The Lounge design com graphics iot regex
    5
    0 Votes
    5 Posts
    0 Views
    J
    Been there, done that. In grad school, I would sleep on foam rubber pallet in the corner of the computer lab so I wouldn't have to make the drive home and then back again. This could on for 2-3 days, a week, until a goal was reached. "loopy" is a good description. The next day it's all in the past. I remember visiting this code several years later, "what the hell was I thinking". We didn't have a work remotely option in those days. Only slow baud rate modem stuff. "A little time, a little trouble, your better day" Badfinger
  • 0 Votes
    5 Posts
    0 Views
    D
    I use Babylonian cuneiform on clay tablets. All my numbers are in sexagesimal. Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
  • 0 Votes
    14 Posts
    15 Views
    B
    OK. That's actually pretty cool. What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???
  • I recently bought a new toilet brush

    The Lounge design com graphics iot
    9
    0 Votes
    9 Posts
    0 Views
    B
    Windows on a stick[^]
  • Merry Christmas

    The Lounge design com graphics iot question
    4
    0 Votes
    4 Posts
    0 Views
    G
    Better when it's the hourly rate. Cue a line at the end of the Bill Withers song Use Me: "I sure am using you to do the things pay the amount you do." Software Zen: delete this;
  • Singing

    The Lounge design com graphics iot
    7
    0 Votes
    7 Posts
    0 Views
    H
    He's going for speed. She's all alone (all alone) in her time of need Because he's racing and pacing and plotting the course He's fighting and biting and riding on his horse He's going the distance No trophy, no flowers, no flashbulbs, no wine He's haunted by something he cannot define Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • Confession

    The Lounge design com graphics iot question
    4
    0 Votes
    4 Posts
    0 Views
    0
    Something is wrong with that link ;)
  • Why is a resource fork?

    The Lounge design question com graphics iot
    38
    0 Votes
    38 Posts
    0 Views
    J
    Yes but I don't care if you were raised to be a mass murdering dictator so long as you a benevolent king. Some part of my beef with Apple is exactly that they made MSFT chase them. I absolutely despise them though and truly wish the company never existed. I don't even care that the world wouldn't be able to see/know how right I am about the fact we'd be 50 years further along tech wise or more if they had not. If we want to put it to metaphor it's like young black men worshipping gangster rap dreaming of becoming kingpin drug dealers.
  • I love regular expressions

    The Lounge design com graphics iot
    83
    0 Votes
    83 Posts
    5 Views
    B
    It won't identify them, but it'll match them. Getting it to assign that value or print it out involves more code not related to regex.
  • Ruminations on parsing.

    The Lounge design com graphics iot algorithms
    20
    0 Votes
    20 Posts
    0 Views
    J
    honey the codewitch wrote: BNF and EBNF are just Yes. Like you I have created my own languages in the past. One time formally. But most times just adhoc.
  • I'm crylaughing at this

    The Lounge design com graphics iot question
    25
    0 Votes
    25 Posts
    2 Views
    H
    I'm using Ad Block and Ad Block plus. One of them ends up blocking youtube. It also pops its own ads lately. So I'm looking to move. I'll try uBlock Origin next 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
    15 Posts
    16 Views
    C
    "Down, down, down. Would the fall never come to an end? 'I wonder how many miles I've fallen by this time?'" cheers Chris Maunder
  • 0 Votes
    20 Posts
    0 Views
    H
    Providing an entity layer on top would facilitate mitigating your concerns. As far as the link: GitHub - gregsdennis/json-everything: System.Text.Json-based support for all of your JSON needs.[^] 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
    4 Posts
    4 Views
    H
    It's a DFA state machine lexer for the C# language, so it's pretty expansive. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • Did I miss the Daily Build today?

    The Lounge design com graphics iot question
    4
    0 Votes
    4 Posts
    0 Views
    D
    Did you remember to pay the subscription fee? :) Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
  • Embedded and dynamic memory allocation

    C / C++ / MFC design hardware com graphics iot
    17
    0 Votes
    17 Posts
    28 Views
    L
    Embedded includes very large systems and processors these days and dynamic allocation has become very common on those. Even with an RTOS on a smaller micro they will typically use dynamic allocation and support most options FreeRTOS is typical and as you see there are 5 options on it FreeRTOS - Memory management options for the FreeRTOS small footprint, professional grade, real time kernel (scheduler)[^] Perhaps to give a more informed answer we need need to know what your intended system is. In vino veritas