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. Project Suggestion

Project Suggestion

Scheduled Pinned Locked Moved The Lounge
csharpdatabasesqlitecom
43 Posts 21 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.
  • S Southmountain

    a tiny source code version control system? I did not see any such project on the Internet...

    diligent hands rule....

    K Offline
    K Offline
    Kirk 10389821
    wrote on last edited by
    #28

    Mercurial. You can run it locally. It's small, and works well. I needed something for work that stood INSIDE of a Control VCS I was not allowed to commit to until it was working (they did NOT understand how to branch). So I made my changes locally, and used mercurial on the same folders, ignore the other VCS folders. It saved my bacon a couple of times...

    S 1 Reply Last reply
    0
    • M MSBassSinger

      I think that is the reason. But it is unfortunate. Having a slightly more productive language, that is as capable as C# (they both produce MSIL anyway), not saddled with the no-longer-necessary curly brackets and semicolons would be a good thing.

      P Offline
      P Offline
      Paul Sanders the other one
      wrote on last edited by
      #29

      I guess. I like C# personally, because, speaking as a C++ programmer, it feels like home, but, like the OP, there's bound to be a lot of VB programmers out there still.

      Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

      M 1 Reply Last reply
      0
      • C Choroid

        First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]

        S Offline
        S Offline
        scott mcnulty 2021
        wrote on last edited by
        #30

        Possibly outside the scope mentioned; 1. I need an app that can track which frickin streaming service I had been watching, so when they have new episodes I can pick up where I left off. I also want to know what movies I've seen since the titles on my action movies are starting to blend together. 2. I'd like a webpage watcher that can tell when the webpage gets updated. I know that might sound weird but there are low change sites that a notification would help on. Ideally, it would have the added feature of ignoring the letterhead and other garbage. 3. A news aggregator that works like a web search engine and crosses political lines and especially includes overseas sources. It would only include news and ignore other pages. As a US citizen I'm getting more accurate news from the BBC and Al Jazeera than I am from my local news sources. Less biased, as well. 4. A PR Newswire filter that looks for specific companies or narrow industries (meaning not just "finance"). 5. A piece of software that can scan all public government documents for an individual's name; meaning land purchases in adjacent counties, court cases and company filings including the person's name. Just some ideas of toys I've always wanted. Yes, you can use the last one for stalking but I'm thinking more about public/government figures. Beyond the tools? No harm, no foul. Just some ideas. Have fun with any of them.

        1 Reply Last reply
        0
        • C Choroid

          First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]

          S Offline
          S Offline
          scott mcnulty 2021
          wrote on last edited by
          #31

          Possibly outside the scope mentioned; 1. I need an app that can track which frickin streaming service I had been watching, so when they have new episodes I can pick up where I left off. I also want to know what movies I've seen since the titles on my action movies are starting to blend together. 2. I'd like a webpage watcher that can tell when the webpage gets updated. I know that might sound weird but there are low change sites that a notification would help on. Ideally, it would have the added feature of ignoring the letterhead and other garbage. 3. A news aggregator that works like a web search engine and crosses political lines and especially includes overseas sources. It would only include news and ignore other pages. As a US citizen I'm getting more accurate news from the BBC and Al Jazeera than I am from my local news sources. Less biased, as well. 4. A PR Newswire filter that looks for specific companies or narrow industries (meaning not just "finance"). 5. A piece of software that can scan all public government documents for an individual's name; meaning land purchases in adjacent counties, court cases and company filings including the person's name. Just some ideas of toys I've always wanted. Yes, you can use the last one for stalking but I'm thinking more about public/government figures. Beyond the tools? No harm, no foul. Just some ideas. Have fun with any of them.

          1 Reply Last reply
          0
          • P Paul Sanders the other one

            I guess. I like C# personally, because, speaking as a C++ programmer, it feels like home, but, like the OP, there's bound to be a lot of VB programmers out there still.

            Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

            M Offline
            M Offline
            MSBassSinger
            wrote on last edited by
            #32

            I program in C#, and have the past 20 years. Occasionally I have to do some maintenance or conversion on VB6 or VB.NET code. But coming from languages like FORTRAN, COBOL, Clipper, and VB6, having to go backwards to fool with curly brackets and semicolons simply added incrementally to coding time. Fortunately, the VS IDE (copied from the VB6 IDE) had enough help for me to catch the syntax errors from a missing bracket or semicolon, rather than catch it at compile time. Curly brackets and semicolons are a legacy from an ancient time when RAM was minimal, processors were slow, and such characters were used so the compiler did not have to infer lines and code blocks, which would have made compile time much longer. They provide no real value today, and haven’t for decades, but they do add to the comfort level for C++ and Java programmers working in .NET.

            P 1 Reply Last reply
            0
            • K Kirk 10389821

              Mercurial. You can run it locally. It's small, and works well. I needed something for work that stood INSIDE of a Control VCS I was not allowed to commit to until it was working (they did NOT understand how to branch). So I made my changes locally, and used mercurial on the same folders, ignore the other VCS folders. It saved my bacon a couple of times...

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

              my proposal is desktop version, not distributed...

              diligent hands rule....

              1 Reply Last reply
              0
              • M MSBassSinger

                I program in C#, and have the past 20 years. Occasionally I have to do some maintenance or conversion on VB6 or VB.NET code. But coming from languages like FORTRAN, COBOL, Clipper, and VB6, having to go backwards to fool with curly brackets and semicolons simply added incrementally to coding time. Fortunately, the VS IDE (copied from the VB6 IDE) had enough help for me to catch the syntax errors from a missing bracket or semicolon, rather than catch it at compile time. Curly brackets and semicolons are a legacy from an ancient time when RAM was minimal, processors were slow, and such characters were used so the compiler did not have to infer lines and code blocks, which would have made compile time much longer. They provide no real value today, and haven’t for decades, but they do add to the comfort level for C++ and Java programmers working in .NET.

                P Offline
                P Offline
                Paul Sanders the other one
                wrote on last edited by
                #34

                OK. Interesting. But doesn't each bracket and semi-colon take up an extra byte of RAM? 😁

                Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                M 1 Reply Last reply
                0
                • P Paul Sanders the other one

                  OK. Interesting. But doesn't each bracket and semi-colon take up an extra byte of RAM? 😁

                  Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                  M Offline
                  M Offline
                  MSBassSinger
                  wrote on last edited by
                  #35

                  Not really during compile time. The compilers back then simply used them as delimiters to know when a line ended (semicolon) and the demarcation of code blocks for logic flow. They were not used for anything beyond that, and were a trifle compared to the characters in the line. In a language like VB, the CRLF (absent a line continuation character) is used to denote the end of a line. Instead of brackets, VB uses key words (like End If) to denote logical blocks. Developers who have known nothing but the C/C++/Java curly bracket syntax would likely not be comfortable with VB’s syntax, even though it is cleaner and appears more like natural writing than code with curly brackets and semicolons. I adapted quickly enough to the more archaic pattern of curly brackets and semicolons, coming from the FORTRAN/COBOL/Clipper/VB syntax. Those coming from the other direction that I have known had more difficulty getting used to the cleaner syntax. But C# developers today greatly outnumber VB developers, so MS rightly addresses that customer base by focusing on C# over VB.

                  P 1 Reply Last reply
                  0
                  • M MSBassSinger

                    Not really during compile time. The compilers back then simply used them as delimiters to know when a line ended (semicolon) and the demarcation of code blocks for logic flow. They were not used for anything beyond that, and were a trifle compared to the characters in the line. In a language like VB, the CRLF (absent a line continuation character) is used to denote the end of a line. Instead of brackets, VB uses key words (like End If) to denote logical blocks. Developers who have known nothing but the C/C++/Java curly bracket syntax would likely not be comfortable with VB’s syntax, even though it is cleaner and appears more like natural writing than code with curly brackets and semicolons. I adapted quickly enough to the more archaic pattern of curly brackets and semicolons, coming from the FORTRAN/COBOL/Clipper/VB syntax. Those coming from the other direction that I have known had more difficulty getting used to the cleaner syntax. But C# developers today greatly outnumber VB developers, so MS rightly addresses that customer base by focusing on C# over VB.

                    P Offline
                    P Offline
                    Paul Sanders the other one
                    wrote on last edited by
                    #36

                    Hmmm. Missed the 'joke' emoji, methinks :)

                    Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                    M 1 Reply Last reply
                    0
                    • P Paul Sanders the other one

                      Hmmm. Missed the 'joke' emoji, methinks :)

                      Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                      M Offline
                      M Offline
                      MSBassSinger
                      wrote on last edited by
                      #37

                      Probably. I had not been awake long. 🙂

                      P 1 Reply Last reply
                      0
                      • M MSBassSinger

                        Probably. I had not been awake long. 🙂

                        P Offline
                        P Offline
                        Paul Sanders the other one
                        wrote on last edited by
                        #38

                        :)

                        Paul Sanders. If I had more time, I would have written a shorter letter - Blaise Pascal. Some of my best work is in the undo buffer.

                        1 Reply Last reply
                        0
                        • G Gary Wheeler

                          Sander Rossel wrote:

                          CULTIST Optimizer

                          Calculates efficient orbits for Moonies[^]?

                          Software Zen: delete this;

                          T Offline
                          T Offline
                          T Edwards
                          wrote on last edited by
                          #39

                          Fans of Keith Moon? lol

                          1 Reply Last reply
                          0
                          • K Kirk 10389821

                            This is simply the napsack problem with additional constraints... And the constraints are what makes these problems hard. Also, what's doing the cutting? A Shearing Device or a Laser or a water cutter. If a laser and it's metal, does/will it affect the tempering. (Why water cutting is preferred, IMO) Thickness of the metal, and smallness of the part. Imagine using a Water cutter to make a 15 micron washer! Good luck with that! I guess my next question is... Why? Why do you want to write some software. It's a skill you have. It seems like you could use getting involved with WALKING daily to help the ticker... After you get a decent WHY then target helping some local Food Bank, or other Volunteer Heavy Business. Heck, maybe get involved with the local high schools, and the Volunteering Groups, and build a system for the groups to get HS volunteers, and to have be able to track/communicate. Honestly, the options are endless. But there are probably more than a few such organizations that would love to have a problem solver review their problems looking for an interesting one to match... Finally, what SKILLS are you hoping to develop in the process? Good luck to you. It's not what you CAN or SHOULD do in life... It's what you ACTUALLY DO that matters!

                            C Offline
                            C Offline
                            Choroid
                            wrote on last edited by
                            #40

                            Kirk very thoughtful reply Thank You Cutlist Optimizer just draws the parts you need to cut for a project You need to transfer the cut lines to the stock In my case Plywood Food Bank I build these boxes and sell them for $50.00 and donate the profit to the Food Bank They are built out of half inch Baltic Birch Plywood and finished with Polyurethane oil based Antique Vtg Village Bath Handmade Soap Country Store Counter Display Box 1971 | eBay[^] Walking half a mile a day and doing Cardio Pulmonary Rehab twice a week I live in the White Mountains of Arizona it is beautiful Very few programers I offered the Local Library free service to teach a class on Visual Basic but the two fellows who have a side gig teaching the summer visitors 50,000 of them how to use Microsoft Word told the Librarian no one would be interested in that Goals learn C# Still reviewing Project Suggestions Thanks Again Dwight

                            1 Reply Last reply
                            0
                            • C Choroid

                              First this is NOT a Programming Question NO CODE is requested I am the recipient of 3 new arteries to the old ticker and more limitations than I care to mention Preferably a VB.Net project suggestion. Something with a SQLite Database What I have written Password Keeper, Check Book, Code Vault, Card Printer, Label Machine, Diary, Best YouTube Links GAMES that were no fun Pong & Breakout Thought about this concept but it seems beyond my ability Cutlist Optimizer - optiCutter[^]

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

                              What I’d be really interested in is being able, on the fly, to block a whole country’s IP address ranges. I play GTA-Online and players from certain countries are mainly modders who spoil the game. Blocking a country’s IP address range stops them from showing up in the same public server that I’m in as GTA is has a peer to peer infrastructure. How I currently do it is added a whole IP address block to the windows firewall - it works, but it’s not a very elegant solution

                              P 1 Reply Last reply
                              0
                              • L Lost User

                                What I’d be really interested in is being able, on the fly, to block a whole country’s IP address ranges. I play GTA-Online and players from certain countries are mainly modders who spoil the game. Blocking a country’s IP address range stops them from showing up in the same public server that I’m in as GTA is has a peer to peer infrastructure. How I currently do it is added a whole IP address block to the windows firewall - it works, but it’s not a very elegant solution

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

                                A Momentary Lapse of Reason wrote:

                                a whole country’s IP address ranges.

                                See? That there. You're starting from an invalid assumption.

                                L 1 Reply Last reply
                                0
                                • P PIEBALDconsult

                                  A Momentary Lapse of Reason wrote:

                                  a whole country’s IP address ranges.

                                  See? That there. You're starting from an invalid assumption.

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

                                  In what respect? Russian and Chinese players invariably use mod menus as do quite a lot of Germans. And I see no problem with blocking anyone from a given country being able to connect to my computer through the game, do you? It’s not as if it will affect their game as all that will happen is I won’t be in the same server as them.

                                  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