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. Well, I never thought of it that way

Well, I never thought of it that way

Scheduled Pinned Locked Moved The Lounge
designcsharpc++comgraphics
15 Posts 11 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

    I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

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

    P S M A J 7 Replies Last reply
    0
    • H honey the codewitch

      I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

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

      That's a new wrinkle.

      Mike HankeyM 1 Reply Last reply
      0
      • P PIEBALDconsult

        That's a new wrinkle.

        Mike HankeyM Online
        Mike HankeyM Online
        Mike Hankey
        wrote on last edited by
        #3

        I'm sure you'll iron things out.

        As the aircraft designer said, "Simplicate and add lightness". PartsBin an Electronics Part Organizer - Release Version 1.3.0 JaxCoder.com Latest Article: SimpleWizardUpdate

        E 1 Reply Last reply
        0
        • H honey the codewitch

          I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

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

          S Offline
          S Offline
          Southmountain
          wrote on last edited by
          #4

          look forward to your new C# code...

          diligent hands rule....

          1 Reply Last reply
          0
          • H honey the codewitch

            I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

            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
            megaadam
            wrote on last edited by
            #5

            Greenwashing, sportswashing, #-washing ...

            "If we don't change direction, we'll end up where we're going"

            1 Reply Last reply
            0
            • H honey the codewitch

              I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

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

              A Offline
              A Offline
              Amarnath S
              wrote on last edited by
              #6

              honey the codewitch wrote:

              code laundering

              Long back, it was called as "porting", isn't it?

              1 Reply Last reply
              0
              • H honey the codewitch

                I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

                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
                jschell
                wrote on last edited by
                #7

                honey the codewitch wrote:

                He called it "code laundering"

                As I understand that is incorrect application of the term.

                honey the codewitch wrote:

                defunct open source project

                The defunct part is irrelevant. What matters is what the actual license is. The most liberal type of that license says basically 'do whatever you want just don't cry if it fails'. If that is the license then it does in fact explicitly give you the right to port it and thus it is not 'laundering'. There are many variations of 'open source' licensing though. And some would fall into that category depending on what you intend to do with the code.

                H 1 Reply Last reply
                0
                • J jschell

                  honey the codewitch wrote:

                  He called it "code laundering"

                  As I understand that is incorrect application of the term.

                  honey the codewitch wrote:

                  defunct open source project

                  The defunct part is irrelevant. What matters is what the actual license is. The most liberal type of that license says basically 'do whatever you want just don't cry if it fails'. If that is the license then it does in fact explicitly give you the right to port it and thus it is not 'laundering'. There are many variations of 'open source' licensing though. And some would fall into that category depending on what you intend to do with the code.

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

                  I'm pretty sure he was joking. The defunct part is only relevant inasmuch as I cannot contact the author.

                  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
                  • Mike HankeyM Mike Hankey

                    I'm sure you'll iron things out.

                    As the aircraft designer said, "Simplicate and add lightness". PartsBin an Electronics Part Organizer - Release Version 1.3.0 JaxCoder.com Latest Article: SimpleWizardUpdate

                    E Offline
                    E Offline
                    englebart
                    wrote on last edited by
                    #9

                    htcw definitely needs to add a SOAP API to the SVG package.

                    M 1 Reply Last reply
                    0
                    • E englebart

                      htcw definitely needs to add a SOAP API to the SVG package.

                      M Offline
                      M Offline
                      MikeCO10
                      wrote on last edited by
                      #10

                      Using Ivory lang?

                      1 Reply Last reply
                      0
                      • H honey the codewitch

                        I'm pretty sure he was joking. The defunct part is only relevant inasmuch as I cannot contact the author.

                        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
                        jschell
                        wrote on last edited by
                        #11

                        honey the codewitch wrote:

                        as I cannot contact the author.

                        Which is not necessary if it is the type of open source licensing that I suggested.

                        H 1 Reply Last reply
                        0
                        • J jschell

                          honey the codewitch wrote:

                          as I cannot contact the author.

                          Which is not necessary if it is the type of open source licensing that I suggested.

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

                          Well it would be nice for understanding the code, which is the point of this exercise. It's MIT. Same as mine.

                          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 was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

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

                            A Offline
                            A Offline
                            Andre Oosthuizen
                            wrote on last edited by
                            #13

                            In the very good 'ol days when we used to LAN Party, we used to get together on Friday night, doing setup on switches and pc towers. This was more of a "lets have some beers and drinks buds" than set-up. All done, we are ready for Saturday, start the day and the first thing we do is starting to copy each others drives for music, code and who knows what else... Then, we set-up again and eventually we play COD for 3 hours before bed time. Did we "steal/port/loan/PromiseToNeverUseIt" code, nope, it was at those days "public" domain, so take it! :-D Of course to understand it better, nothing else. :)

                            1 Reply Last reply
                            0
                            • H honey the codewitch

                              I was telling a friend of mine who knows a little Arduino coding and is somewhat familiar with my graphics library that I was porting the SVG bits from C and C++ to C#. It's because it wasn't all mine to begin with and I pulled it from a defunct open source project called nanosvg. Well, I don't fully understand it. I told him porting it to C# would facilitate me understanding the code. He called it "code laundering" I am ded. :laugh: :laugh: :laugh: From the mouths of casual coders.

                              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
                              Ralf Quint
                              wrote on last edited by
                              #14

                              Would this be THIS nanosvg? GitHub - memononen/nanosvg: Simple stupid SVG parser[^]

                              H 1 Reply Last reply
                              0
                              • R Ralf Quint

                                Would this be THIS nanosvg? GitHub - memononen/nanosvg: Simple stupid SVG parser[^]

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

                                Absolutely, and it's funny because he just checked in a fix 2 weeks ago. Before that it had been a year. I assumed abandoned.

                                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