Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Lost code

Lost code

Scheduled Pinned Locked Moved The Lounge
designcsharpcssvisual-studiocom
18 Posts 10 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    honey the codewitch
    wrote on last edited by
    #1

    I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

    Greg UtasG B R P M 9 Replies Last reply
    0
    • H honey the codewitch

      I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

      Greg UtasG Offline
      Greg UtasG Offline
      Greg Utas
      wrote on last edited by
      #2

      Couldn't it do Hungarian too? :-D

      Robust Services Core | Software Techniques for Lemmings | Articles
      The fox knows many things, but the hedgehog knows one big thing.

      <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
      <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

      H 1 Reply Last reply
      0
      • Greg UtasG Greg Utas

        Couldn't it do Hungarian too? :-D

        Robust Services Core | Software Techniques for Lemmings | Articles
        The fox knows many things, but the hedgehog knows one big thing.

        H Offline
        H Offline
        honey the codewitch
        wrote on last edited by
        #3

        Ha! I'd rather not. What a mess!

        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

        1 Reply Last reply
        0
        • H honey the codewitch

          I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

          Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

          B Offline
          B Offline
          BernardIE5317
          wrote on last edited by
          #4

          Case Converter is a simple visual studio extension. It converts a selected text between snake_case, camelCase and PascalCase.

          H 1 Reply Last reply
          0
          • B BernardIE5317

            Case Converter is a simple visual studio extension. It converts a selected text between snake_case, camelCase and PascalCase.

            H Offline
            H Offline
            honey the codewitch
            wrote on last edited by
            #5

            That's nice and all but I'm actually looking to do it programmatically for my own code generators.

            Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

            1 Reply Last reply
            0
            • H honey the codewitch

              I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

              Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

              R Offline
              R Offline
              rnbergren
              wrote on last edited by
              #6

              I feel your pain. I have code bits for various different languages. I usually have a bunch of code bits in their to jog my memory on how to do fairly complex things that I do like once every 6 months. I would be lost without them. I haven't checked mine into Github. I have it attached to a onenote file. Almost as bad (ok perhaps worse)

              To err is human to really elephant it up you need a computer

              1 Reply Last reply
              0
              • H honey the codewitch

                I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

                Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #7

                Blame the cat.

                1 Reply Last reply
                0
                • H honey the codewitch

                  I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

                  Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                  M Offline
                  M Offline
                  Maximilien
                  wrote on last edited by
                  #8

                  I love my IPA fully dressed. (sorry... ) :doh:

                  CI/CD = Continuous Impediment/Continuous Despair

                  1 Reply Last reply
                  0
                  • H honey the codewitch

                    I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

                    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                    B Offline
                    B Offline
                    Brisingr Aerowing
                    wrote on last edited by
                    #9

                    Try logging in with your MS account and see what pops up?

                    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???

                    H 1 Reply Last reply
                    0
                    • B Brisingr Aerowing

                      Try logging in with your MS account and see what pops up?

                      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???

                      H Offline
                      H Offline
                      honey the codewitch
                      wrote on last edited by
                      #10

                      I tried that. I just get the trial sign up.

                      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                      1 Reply Last reply
                      0
                      • H honey the codewitch

                        I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

                        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                        D Offline
                        D Offline
                        dandy72
                        wrote on last edited by
                        #11

                        Decades ago I lost code...I had other copies elsewhere, but I know it wasn't the entire thing; I still lost some code, I just could never recall what it is that might have been lost. Eventually I came to the conclusion it couldn't have been all that important... I learned two lessons that day: a) This is when I completely stopped trusting Seagate[*] drives. Nowadays I wouldn't use one to host a swap file. b) Backing up on a single drive isn't much of a backup. My strategy has been beefed up quite considerably since. [*] I understand all drives can die. But my experience is this: Over the decades, I've owned maybe 10 Seagate drives. They're all dead. With no exception. OTOH, I've also owned 50+ WD drives. Only one is truly dead; many others are now retired, but that's purely because of capacity (not worth using them anymore) - not because any of them had any sort of failure. Statistically, if my experience is an anomaly, I accept that. But those are the facts. I wouldn't want Seagate drives even if they were given to me.

                        H 1 Reply Last reply
                        0
                        • D dandy72

                          Decades ago I lost code...I had other copies elsewhere, but I know it wasn't the entire thing; I still lost some code, I just could never recall what it is that might have been lost. Eventually I came to the conclusion it couldn't have been all that important... I learned two lessons that day: a) This is when I completely stopped trusting Seagate[*] drives. Nowadays I wouldn't use one to host a swap file. b) Backing up on a single drive isn't much of a backup. My strategy has been beefed up quite considerably since. [*] I understand all drives can die. But my experience is this: Over the decades, I've owned maybe 10 Seagate drives. They're all dead. With no exception. OTOH, I've also owned 50+ WD drives. Only one is truly dead; many others are now retired, but that's purely because of capacity (not worth using them anymore) - not because any of them had any sort of failure. Statistically, if my experience is an anomaly, I accept that. But those are the facts. I wouldn't want Seagate drives even if they were given to me.

                          H Offline
                          H Offline
                          honey the codewitch
                          wrote on last edited by
                          #12

                          Same experience with Seagate. I love that the 1TB drive's controllers would just randomly stop working and the drives would disappear for months before deciding to activate again.

                          Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                          D 1 Reply Last reply
                          0
                          • H honey the codewitch

                            Same experience with Seagate. I love that the 1TB drive's controllers would just randomly stop working and the drives would disappear for months before deciding to activate again.

                            Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                            D Offline
                            D Offline
                            dandy72
                            wrote on last edited by
                            #13

                            Oh that's just nasty. Seagate is really trying to push the envelope when it comes to capacity; I vaguely recollect seeing some article a few weeks ago (I'm sure someone would find them if they bothered) they're expecting to start shipping 30+ GB drives "soon" using some yet to be proven technology. Unproven technology and Seagate, used in the same sentence, are a recipe for disaster. How much data do you want to lose all at once?

                            1 Reply Last reply
                            0
                            • H honey the codewitch

                              I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

                              Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                              J Offline
                              J Offline
                              jochance
                              wrote on last edited by
                              #14

                              NuGet Gallery | System.Text.Transformation 1.0.1[^] Though I can't vouch for it. I almost didn't even post it because they coopted System namespace which perturbs my sensibilities. This one is newer... but I think you'd have to turn your target text into json first: NuGet Gallery | JsonStringCaseConverter 1.0.0[^]

                              H 1 Reply Last reply
                              0
                              • J jochance

                                NuGet Gallery | System.Text.Transformation 1.0.1[^] Though I can't vouch for it. I almost didn't even post it because they coopted System namespace which perturbs my sensibilities. This one is newer... but I think you'd have to turn your target text into json first: NuGet Gallery | JsonStringCaseConverter 1.0.0[^]

                                H Offline
                                H Offline
                                honey the codewitch
                                wrote on last edited by
                                #15

                                No readme. Product website nets an error and using the System namespace while not Microsoft. Sketchy. I think I'll pass, but thanks. I don't trust anyone that sloppy.

                                Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                                J 1 Reply Last reply
                                0
                                • H honey the codewitch

                                  No readme. Product website nets an error and using the System namespace while not Microsoft. Sketchy. I think I'll pass, but thanks. I don't trust anyone that sloppy.

                                  Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                                  J Offline
                                  J Offline
                                  jochance
                                  wrote on last edited by
                                  #16

                                  Yeah don't blame you. I missed you with this edit to the other post: NuGet Gallery | JsonStringCaseConverter 1.0.0[^]

                                  1 Reply Last reply
                                  0
                                  • H honey the codewitch

                                    I had a C# swiss army knife of sorts I made a long time ago called Grimoire that was basically a bunch of oft needed functionality that I didn't want to have to write over and over again. This was several computers ago. I checked it into Azure instead of Git, I think by mistake, and that may as well be a black hole. I don't even know my username, much less how to navigate their source repos. Never done it before. Anyway, there was some case conversion code I could really use. It was smart and handled things like ipAddress vs IPAddress (instead of IpAddress) and could do snake, camel, and title case. Kind of a bummer.

                                    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                                    R Offline
                                    R Offline
                                    Rage
                                    wrote on last edited by
                                    #17

                                    honey the codewitch wrote:

                                    that may as well be a black hole.

                                    No information in an old email somewhere ?

                                    Do not escape reality : improve reality !

                                    H 1 Reply Last reply
                                    0
                                    • R Rage

                                      honey the codewitch wrote:

                                      that may as well be a black hole.

                                      No information in an old email somewhere ?

                                      Do not escape reality : improve reality !

                                      H Offline
                                      H Offline
                                      honey the codewitch
                                      wrote on last edited by
                                      #18

                                      Nothing.

                                      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups