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. My favorite C# project

My favorite C# project

Scheduled Pinned Locked Moved The Lounge
designcsharpvisual-studiocomgraphics
9 Posts 5 Posters 0 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

    Visual FA is the project I've most enjoyed in C# in recent years. But it's finished. Not only is it finished, it's fairly polished. It slices and dices state machines, you can render them to graphs, to and from regular expressions, and analyze them in a myriad of ways. You can generate (optionally dependency free) matching code with them, or compile directly to an assembly. The matchers can stream from TextReaders or match off strings. I have nowhere else to go with it. It has been a long time since I've truly stuck a pin in a project as "completed for the foreseeable future" but after like 5 articles and 2 tips, plus the code itself and it's associated nuget packages I have nothing left to do. I'm glad. But I also wish there was more for me to do. I really enjoyed this project.

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

    L B C 3 Replies Last reply
    0
    • H honey the codewitch

      Visual FA is the project I've most enjoyed in C# in recent years. But it's finished. Not only is it finished, it's fairly polished. It slices and dices state machines, you can render them to graphs, to and from regular expressions, and analyze them in a myriad of ways. You can generate (optionally dependency free) matching code with them, or compile directly to an assembly. The matchers can stream from TextReaders or match off strings. I have nowhere else to go with it. It has been a long time since I've truly stuck a pin in a project as "completed for the foreseeable future" but after like 5 articles and 2 tips, plus the code itself and it's associated nuget packages I have nothing left to do. I'm glad. But I also wish there was more for me to do. I really enjoyed this project.

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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      honey the codewitch wrote:

      Visual FA

      To those of us on the eastern side of the pond, that is quite funny.

      H 1 Reply Last reply
      0
      • H honey the codewitch

        Visual FA is the project I've most enjoyed in C# in recent years. But it's finished. Not only is it finished, it's fairly polished. It slices and dices state machines, you can render them to graphs, to and from regular expressions, and analyze them in a myriad of ways. You can generate (optionally dependency free) matching code with them, or compile directly to an assembly. The matchers can stream from TextReaders or match off strings. I have nowhere else to go with it. It has been a long time since I've truly stuck a pin in a project as "completed for the foreseeable future" but after like 5 articles and 2 tips, plus the code itself and it's associated nuget packages I have nothing left to do. I'm glad. But I also wish there was more for me to do. I really enjoyed this project.

        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
        #3

        I wish I understood a word you typed.

        1 Reply Last reply
        0
        • H honey the codewitch

          Visual FA is the project I've most enjoyed in C# in recent years. But it's finished. Not only is it finished, it's fairly polished. It slices and dices state machines, you can render them to graphs, to and from regular expressions, and analyze them in a myriad of ways. You can generate (optionally dependency free) matching code with them, or compile directly to an assembly. The matchers can stream from TextReaders or match off strings. I have nowhere else to go with it. It has been a long time since I've truly stuck a pin in a project as "completed for the foreseeable future" but after like 5 articles and 2 tips, plus the code itself and it's associated nuget packages I have nothing left to do. I'm glad. But I also wish there was more for me to do. I really enjoyed this project.

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

          C Offline
          C Offline
          charlieg
          wrote on last edited by
          #4

          Is there some sort of overview doc as to why you wrote this and what problems you are solving?

          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.

          H 1 Reply Last reply
          0
          • C charlieg

            Is there some sort of overview doc as to why you wrote this and what problems you are solving?

            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.

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

            Visual FA Part 1: Understanding Finite Automata[^]

            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
            • L Lost User

              honey the codewitch wrote:

              Visual FA

              To those of us on the eastern side of the pond, that is quite funny.

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

              I picked something unfortunate eh? Well, oh well. Too late to change it now.

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

              L 1 Reply Last reply
              0
              • H honey the codewitch

                I picked something unfortunate eh? Well, oh well. Too late to change it now.

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

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                No, it's fine. It is just that over here when asked a question such as, "What is the government doing about X?", a common answer would be "F*** all", meaning nothing. It is sometimes euphemistically stated as "(Sweet) Fanny Adams" or "Felicity arkwright". And "FA" is a common contraction, so Visual FA could be vapourware. :-D

                H K 2 Replies Last reply
                0
                • L Lost User

                  No, it's fine. It is just that over here when asked a question such as, "What is the government doing about X?", a common answer would be "F*** all", meaning nothing. It is sometimes euphemistically stated as "(Sweet) Fanny Adams" or "Felicity arkwright". And "FA" is a common contraction, so Visual FA could be vapourware. :-D

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

                  I gotcha. I like the way that turned out. :laugh: I actually use the expression myself but have never seen it abbreviated so it just wasn't on my radar.

                  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
                  • L Lost User

                    No, it's fine. It is just that over here when asked a question such as, "What is the government doing about X?", a common answer would be "F*** all", meaning nothing. It is sometimes euphemistically stated as "(Sweet) Fanny Adams" or "Felicity arkwright". And "FA" is a common contraction, so Visual FA could be vapourware. :-D

                    K Offline
                    K Offline
                    kmoorevs
                    wrote on last edited by
                    #9

                    Richard, Thanks for explaining this! :thumbsup: I'll try to use that in a sentence at dinner tonight. Cheerio! :laugh:

                    "Go forth into the source" - Neal Morse "Hope is contagious"

                    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