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. Emergency Coding Pack

Emergency Coding Pack

Scheduled Pinned Locked Moved The Lounge
csharpbeta-testingtoolscode-review
55 Posts 34 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.
  • R Railbot

    I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

    M Offline
    M Offline
    Matthew Faithfull
    wrote on last edited by
    #8

    If it's an emergency you're probably going to be doing some serious debugging so make sure your MinGW includes a GDB that works with CodeBlocks and add in Dependency Walker and WinDbg or OllyDbg for low level and interface problems, you'll also need a command line environment shortcut like the ones Visual Studio creates which starts up a command line with all your tools on the Path ahead of anything already on the machine. Beyond that it depends what sort of code your writing whether you need a ROT viewer or Dumpbin equivalent or something to do Error lookup or extra libraries like Boost or ACE or a paint package for creating icons.

    "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

    M 1 Reply Last reply
    0
    • R Railbot

      I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

      D Offline
      D Offline
      Dave Kerr
      wrote on last edited by
      #9

      Not so much coding, but some tools that I'd consider essentially for emergency debugging would be: 1. WinDbg 2. ProcMon 3. Depends (dependency viewer) 4. DebugDiag 5. ILSpy 6. Process Explorer 7. Window Hack From memory, all of these are free and can be run without installation, for me they sit in a dropbox folder for quick access :)

      My Blog: www.dwmkerr.com My Charity: Children's Homes Nepal

      R 1 Reply Last reply
      0
      • M Maximilien

        (just sayin') Weird, in more than 20+ years of programming professionally, I never ever had a need for an "emergency programming session". :^)

        Nihil obstat

        F Offline
        F Offline
        Forogar
        wrote on last edited by
        #10

        I agree. I also have never needed an "emergency programming pack". Any emergencies that have arisen have been covered by using my normal programming environment. In addition, they are only emergencies because someone else screwed up something basic without proper backups and the marketing people were panicking. Almost all my career I have kept things under control - usually source control ;P - as far as putting things into production. I have seen other people do last-minute hacking directly on a web-server but I have never been guilty of it myself and see it as a failure, either actual or potential (or usually both).

        - Life in the fast lane is only fun if you live in a country with no speed limits. - Of all the things I have lost, it is my mind that I miss the most. - I vaguely remember having a good memory...

        1 Reply Last reply
        0
        • D Dave Kerr

          Not so much coding, but some tools that I'd consider essentially for emergency debugging would be: 1. WinDbg 2. ProcMon 3. Depends (dependency viewer) 4. DebugDiag 5. ILSpy 6. Process Explorer 7. Window Hack From memory, all of these are free and can be run without installation, for me they sit in a dropbox folder for quick access :)

          My Blog: www.dwmkerr.com My Charity: Children's Homes Nepal

          R Offline
          R Offline
          Railbot
          wrote on last edited by
          #11

          Thanks for the feedback, a few of these may find there way onto the list.

          1 Reply Last reply
          0
          • R Railbot

            I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

            G Offline
            G Offline
            GuyThiebaut
            wrote on last edited by
            #12

            I would add AgentRansack[^]to the list. It will search both the contents and names of files and is fast.

            “That which can be asserted without evidence, can be dismissed without evidence.”

            ― Christopher Hitchens

            1 Reply Last reply
            0
            • R Railbot

              I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

              OriginalGriffO Offline
              OriginalGriffO Offline
              OriginalGriff
              wrote on last edited by
              #13

              Coffee. Lots of Coffee. And a leaflet from the local pizza delivery service.

              If you get an email telling you that you can catch Swine Flu from tinned pork then just delete it. It's Spam.

              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

              G 1 Reply Last reply
              0
              • M Maximilien

                (just sayin') Weird, in more than 20+ years of programming professionally, I never ever had a need for an "emergency programming session". :^)

                Nihil obstat

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

                This may happen to us all. Have you ever seen one of these movies where you have to hack a system in 15s or transfer a virus in an alien starship mother computer ? These are the situation where the emergency coding usb stick comes handy.

                ~RaGE();

                I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                M 1 Reply Last reply
                0
                • R Rage

                  This may happen to us all. Have you ever seen one of these movies where you have to hack a system in 15s or transfer a virus in an alien starship mother computer ? These are the situation where the emergency coding usb stick comes handy.

                  ~RaGE();

                  I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

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

                  No biggie, I just open up the command window and type:

                  ~%su log on alien ship
                  [connection accepted]
                  ~%su upload virus
                  [virus uploaded]

                  Nihil obstat

                  R 1 Reply Last reply
                  0
                  • M Maximilien

                    No biggie, I just open up the command window and type:

                    ~%su log on alien ship
                    [connection accepted]
                    ~%su upload virus
                    [virus uploaded]

                    Nihil obstat

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

                    Nah, this is how he did in the movie. In real life, you'll need a batch file.

                    ~RaGE();

                    I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                    R 1 Reply Last reply
                    0
                    • R Railbot

                      I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

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

                      There is a self-extracting archive of VS2012 available on msdn. just kidding

                      ~RaGE();

                      I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                      G 1 Reply Last reply
                      0
                      • R Railbot

                        I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

                        Mike HankeyM Offline
                        Mike HankeyM Offline
                        Mike Hankey
                        wrote on last edited by
                        #18

                        SQLite Expert for DBrs?

                        VS2010/Atmel Studio 6.0 ToDo Manager Extension
                        Version 3.0 now available. There is no place like 127.0.0.1

                        1 Reply Last reply
                        0
                        • R Railbot

                          I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

                          D Offline
                          D Offline
                          dybs
                          wrote on last edited by
                          #19

                          Like several of the others, I've never needed an "emergency coding pack". If I need to do any debugging in the field then I bring a laptop with my dev environment. However, one tool I use frequently is LINQPad[^]. Comes in handy for testing short pieces of code, or just making use of a public api for a quick script without needing to fire up VS. The Dump() method is useful for inspecting objects on the fly as well.

                          The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

                          R S 2 Replies Last reply
                          0
                          • M Maximilien

                            (just sayin') Weird, in more than 20+ years of programming professionally, I never ever had a need for an "emergency programming session". :^)

                            Nihil obstat

                            C Offline
                            C Offline
                            Carlos Fonseca
                            wrote on last edited by
                            #20

                            Yes, but suppose there's a zombie apocalypse and you have to hack the highly advanced self-aware supercomputer that's spreading the zombie virus to save humanity? Or aliens from Planet X attack and you have to hack the mothership to once again save humanity? Then you'll regret not having an emergency coding pack.

                            Quidquid latine dictum sit, altum viditur.

                            M 1 Reply Last reply
                            0
                            • C Carlos Fonseca

                              Yes, but suppose there's a zombie apocalypse and you have to hack the highly advanced self-aware supercomputer that's spreading the zombie virus to save humanity? Or aliens from Planet X attack and you have to hack the mothership to once again save humanity? Then you'll regret not having an emergency coding pack.

                              Quidquid latine dictum sit, altum viditur.

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

                              See my other answers ...

                              Nihil obstat

                              1 Reply Last reply
                              0
                              • R Railbot

                                I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

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

                                Notepad, CSC... oh wait, they're already on the system, I don't need to carry them with me. :rolleyes: I haven't needed such a thing for a great many years, but when I get home I can post a list of what I used to carry.

                                1 Reply Last reply
                                0
                                • R Railbot

                                  I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

                                  H Offline
                                  H Offline
                                  H Brydon
                                  wrote on last edited by
                                  #23

                                  Several things come to mind: - linux 'live' CD (ie. bootable USB drive) - vi, vim or emacs (details to personal preference) - Visual Studio remote debugging files - Visual Studio (various versions?) - XML Notepad - VCS installation (ie. Git/SVN etc.)

                                  -- Harvey

                                  1 Reply Last reply
                                  0
                                  • R Railbot

                                    I recently thought of an idea for a small *.zip package containing a basic set of tools for emergency programming. The idea would be that it could run on any Windows machine without admin rights. This way when you are in need of code you could just download the zip, extract it and then get coding. I am hoping for some feedback on the idea + suggestions on what to put in the pack. So far I have: -MinGW -Notepad++ -CodeBlocks (Possibly) -SharpDevelop -Paint.NET Edit: If anyone wants me to create a pack like this and upload it, just let me know!

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

                                    Some of these may have been posted, but whatever. Apache HTTP Server from Here[^] (Or XAMPP[^]). Portable Python[^]. RJTextEd[^] Anything from PortableApps.com (Already mentioned) The Mono Project and MonoDevelop (Looking for ways to make portable. May have to compile by self to make work.) EDIT: Started thread here[^]. Will put suggestions there.

                                    Bob Dole

                                    The internet is a great way to get on the net.

                                    :doh: 2.0.82.7292 SP6a

                                    1 Reply Last reply
                                    0
                                    • D dybs

                                      Like several of the others, I've never needed an "emergency coding pack". If I need to do any debugging in the field then I bring a laptop with my dev environment. However, one tool I use frequently is LINQPad[^]. Comes in handy for testing short pieces of code, or just making use of a public api for a quick script without needing to fire up VS. The Dump() method is useful for inspecting objects on the fly as well.

                                      The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

                                      R Offline
                                      R Offline
                                      Railbot
                                      wrote on last edited by
                                      #25

                                      Just curious, do you have any ideas on what a minimal package like this could be better suited for (and a better name)?

                                      1 Reply Last reply
                                      0
                                      • R Rage

                                        Nah, this is how he did in the movie. In real life, you'll need a batch file.

                                        ~RaGE();

                                        I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Do not feed the troll ! - Common proverb

                                        R Offline
                                        R Offline
                                        Railbot
                                        wrote on last edited by
                                        #26

                                        Hey that's Unix, I've seen this before. I will clearly need a shell script, not a batch file.

                                        S 1 Reply Last reply
                                        0
                                        • N Nagy Vilmos

                                          No need. All you need is a hammer and the sys admin's hand. :tunelessWhistle:


                                          Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

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

                                          Nagy Vilmos wrote:

                                          No need. All you need is a hammer and the sys admin's hand. :tunelessWhistle:

                                          You bring the hammer, I'll bring my hand. You'd better be a whole lot better with the hammer than you think you are to get out of this situation.

                                          Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                                          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