您的Utility Toolkit中有什么?

时间:2022-10-20 18:12:45

Some of the most efficient engineers, developers and IT professionals I know usually carry around a common "toolkit" of useful programs, add-ins or utilities which help them for day-to-day debugging, developing or designing.

我认识的一些最有效的工程师,开发人员和IT专业人员通常带有一个有用的程序,插件或实用程序的通用“工具包”,可以帮助他们进行日常调试,开发或设​​计。

The question is:
What is in your utility toolkit.. What tools couldn't you live without?

问题是:你的实用工具包中有什么..你不能没有什么工具?

32 个解决方案

#1


14  

Unix Utilities for Windows

适用于Windows的Unix实用程序

#2


7  

Ack

Its like grep, but better, faster, and does more what you want to generally do with large source collections. Written in Perl, and does complete PCRE because of this. Recursive traversal is default, and it intelligently skips files that are unlikely to match using file-type identification to short cut.

它就像grep一样,但更好,更快,并且更多地通常用于大型源集合。用Perl编写,并因此完成PCRE。递归遍历是默认的,它会智能地跳过不太可能匹配的文件,使用文件类型标识进行快捷方式。

( This means it automatically avoids traversing .svn/.hg/.git directories and thus gives massive speedups )

(这意味着它会自动避免遍历.svn / .hg / .git目录,从而提供大量加速)

ack "function\s+foo\s*\(" --php     
# find the definition of "foo" in all php files
# decendant of the current directory 

#3


6  

Total Commander (GREP, FTP, ZIP, it's all here...I'm not even starting on this one)

总指挥官(GREP,FTP,ZIP,它都在这里......我甚至没有开始这个)

Notepad++

WinMerge

#4


4  

Python. Seriously. I use it for a lot of small stuff. I also like to use the command line module for creating easy little project specific "shells" that I drop in frequently used queries etc. (show all tables in the projects db, search for stored procedures etc. - yeah, doing a lot of t-sql lately...)

蟒蛇。认真。我把它用于很多小东西。我还想使用命令行模块来创建简单的小项目特定的“shell”,我将其放入常用的查询等中。(显示项目db中的所有表,搜索存储过程等等 - 是的,做了很多事情-sql最近...)

I tend to accompany big c#/t-sql projects with a little python script that extends the cmd.Cmd class to give me a small collection of helpful queries etc. that I can use to poke around in the database.

我倾向于使用一个扩展cmd.Cmd类的小python脚本来附带大的c#/ t-sql项目,以便给我一些有用的查询等我可以用来在数据库中查找。

Also, I often use python to modify input data (often csv files, but any junk will do) into insert statements etc. Or do plausibility tests on that data.

此外,我经常使用python将输入数据(通常是csv文件,但任何垃圾都会)修改为插入语句等。或者对该数据进行合理性测试。

#5


2  

Currently on my thumbdrive (not ALL software):

目前在我的thumbdrive(不是所有软件):

  • Notepad++
  • .NET Reflector
  • develop (incase I need a quick IDE setup on a different computer)

  • 开发(如果我需要在另一台计算机上进行快速IDE设置)

  • C# Default Keybindings pdf
  • C#默认密钥绑定pdf

  • Math tables pdf
  • 数学表pdf

  • Boo Primer pdf
  • Boo Primer pdf

  • MSDN C# & VB Example projects
  • MSDN C#和VB示例项目

#6


2  

My Utility toolkit would have: 1.) Hex Editor - XVI32, or any other 2.) Beyond Compare - Comparison of files 3.) Cygwin shell installable complete with perl, gcc,gprof,gcov,gdb and related tools,bash,vim, development/debugging tools 4.) A model makefile for *nix platform 5.) Winzip utility 6.) Source insight or any other good code browsing tool 7.) Ghostscript and GSView 8.) PDF reader 9.) Good quick antivirus tool/exe

我的实用工具包将具有:1。)十六进制编辑器 - XVI32,或任何其他2.)超越比较 - 文件比较3.)Cygwin shell可安装完整的perl,gcc,gprof,gcov,gdb和相关工具,bash,vim ,开发/调试工具4.)* nix平台的模型makefile 5.)Winzip实用程序6.)源洞察或任何其他好的代码浏览工具7.)Ghostscript和GSView 8.)PDF阅读器9.)好的快速防病毒工具/可执行程序

-AD

#7


2  

Currently in Thumbdrive\Tools.

目前在Thumbdrive \ Tools中。

"Edit Plus 3" - lightweight editor that I've been using for ages.

“Edit Plus 3” - 我多年来一直使用的轻量级编辑器。

"F# - 1.9.6.2" - great for when I need to throw something togheter since it's usable without an IDE, also a great language for many tasks.

“F# - 1.9.6.2” - 非常适合我需要抛出一些东西,因为它可以在没有IDE的情况下使用,也是许多任务的优秀语言。

"ildasm"

"Sysinternal Procmon" - great for debugging and getting a feel for what the machine is really doing.

“Sysinternal Procmon” - 非常适合调试并了解机器的实际功能。

#8


2  

I have the following tools on my USB thumd drive:

我的USB thumd驱动器上有以下工具:

  • SysInternals Suite All their great troubleshooting tools in one download, in case I might need a tool that I didn't download before
  • SysInternals Suite一次下载所有出色的故障排除工具,以防我可能需要一个我以前没有下载过的工具

  • WireShark setup
  • VNC binaries (so I can run the viewer directly from USB) and setup
  • VNC二进制文件(因此我可以直接从USB运行查看器)和设置

  • A couple of Portable Apps:
    • Notepad++ Portable
    • Putty Portable
    • FileZilla Portable
    • 7-zip Portable
    • Sumatra PDF Portable
    • 苏门答腊PDF便携式

    • WinMerge Portable
  • 几款便携式应用:Notepad ++ Portable Putty Portable FileZilla Portable 7-zip Portable Sumatra PDF Portable WinMerge Portable

#9


2  

I use/carry with me:

我随身携带/携带:

  • .Net Reflector
  • The SysInternals
  • Suite (particularly Process Explorer, Debug View etc)
  • 套件(特别是Process Explorer,Debug View等)

  • Exescope
  • Orca (Windows Installer)
  • Orca(Windows Installer)

  • Depends
  • Spy++ OleView
  • Resourcer
  • Ethereal
  • IE Dev toolbar
  • IE开发工具栏

  • Depends .Net
  • DocView
  • LDP (For LDAP)
  • LDP(适用于LDAP)

Just to name a few

仅举几个

#10


2  

I do a full install of cygwin. It gives me 95% of the stuff I need and hard drive space is cheep. It's a lot easier to install everything then get emacs, gcc, gdb, perl, utilitys such as grep and awk, not to mention the servers it comes with like Apache and MySQL if you want to try something out quick.

我完全安装了cygwin。它给了我95%的东西我需要的硬盘空间是吱吱声。安装所有内容然后获得emacs,gcc,gdb,perl,grep和awk等实用工具要容易得多,更不用说像Apache和MySQL一样的服务器,如果你想快速尝试一下。

#11


1  

grep gives you the biggest bang for the buck. You can use it to search on any type code and many forms of data. It is fast, and very powerful. In code it can locate what you're looking for in variables and function names, but also in comments. You can also pipe results into it, and can thus enhance the utility of many tools available on site.

grep为您带来最大的收获。您可以使用它来搜索任何类型的代码和许多形式的数据。它速度快,功能强大。在代码中,它可以在变量和函数名称中找到您要查找的内容,但也可以在注释中找到。您还可以将结果输入其中,从而可以增强现场可用的许多工具的实用性。

With some clever hints you can easily make grep search for a specific type of an identifier. For instance, "^function_name" will often find in C code a function's definition, because these start with the name of the function at the beginning of the line. If a search pattern gives you too many false matches, you can filter those out, by piping the result through grep -v.

通过一些聪明的提示,您可以轻松地使grep搜索特定类型的标识符。例如,“^ function_name”通常会在C代码中找到函数的定义,因为它们以行开头的函数名开头。如果搜索模式为您提供了太多的错误匹配,您可以通过将结果通过grep -v进行管道来过滤掉这些错误匹配。

Many years ago I was stranded debugging COBOL programs on a 1970s-era Perkin Elmer machine running OS/32. The machine lacked programming tools, but had an ancient C compiler (so old, it would accept =+ as the original form of the += operator). I ended up writing a rudimentary grep program, which immensely improved my productivity.

很多年前,我被困在20世纪70年代运行OS / 32的Perkin Elmer机器上调试COBOL程序。该机器缺少编程工具,但有一个古老的C编译器(如此陈旧,它会接受= +作为+ =运算符的原始形式)。我最终编写了一个基本的grep程序,它极大地提高了我的工作效率。

#12


1  

  • Notepad ++
  • FF + Firebug
  • FF + Firebug

  • Jquery + bunch of plugins
  • Jquery +一堆插件

  • DBManager
  • Cygwin for error tracking
  • Cygwin用于错误跟踪

  • Google for help
  • 谷歌寻求帮助

  • Docs in CHM & Cheatsheets
  • CHM和Cheatsheets中的文档

#13


1  

I always seem to have a bootable Linux Distro on me in SOME form or other. Whether it be the bootable Pen Drive I keep attached to my Keys, or the multitude of LiveCDs I have for various "diagnostics" - I find that if I am in a situation, generally, where I'd need some sort of tools... a reboot into a Live environment provides me with near enough everything I need, and more

我似乎总是以某种形式或其他方式对我进行可启动的Linux发行版。无论是可启动的笔式驱动器还是我的钥匙,还是我用于各种“诊断”的众多LiveCD,我发现如果我处于某种情况,一般来说,我需要某种工具......重新启动进入Live环境可以为我提供我所需要的一切,甚至更多

#14


1  

  • PE Explorer
  • FAR Manager (great file manager especially when working with lots of ftp sites)
  • FAR Manager(伟大的文件管理器,尤其是在处理大量ftp站点时)

  • FlexHex
  • Ida
  • OllyDbg

#15


1  

Emacs. It's my "does list of things" tool, helpful with quick calculations, with mangling configuration files (I work as a network engineer, there is an awful lot of configuration to be done, lots of it bordering on trivial to generate with either small snippets of code or careful use of keyboard macros).

Emacs的。这是我的“做事情列表”工具,有助于快速计算,修改配置文件(我作为网络工程师工作,有很多配置需要完成,很多都接近于通过小片段生成的微不足道的事情代码或小心使用键盘宏)。

#16


1  

Here's the tools I use to make Sharepoint solutions:

这是我用来制作Sharepoint解决方案的工具:

  • Visual Studio Team Suite 2008
  • Visual Studio Team Suite 2008

  • VSTS Database Edition GDR
  • VSTS数据库版GDR

  • Sandcastle
  • DocProject for Sandcastle
  • Sandcastle的DocProject

  • .net Reflector
  • GhostDoc
  • CSS Vista
  • Sharepoint Inspector
  • Sharepoint Explorer
  • EditPadPro
  • CodeSmith 2.6 Freeware (with my own .net 3.5 SP1 gui)
  • CodeSmith 2.6免费软件(用我自己的.net 3.5 SP1 gui)

  • Indigo Rose MSI Factory
  • Indigo Rose MSI工厂

  • Wix
  • Nmap
  • Wireshark
  • Fiddler
  • Adobe Photoshop CS3
  • Adobe Photoshop CS3

  • Expresso (Regex tool)
  • Expresso(正则表达式工具)

  • VMRCPlus
  • Powershell 2 CTP
  • Powershell 2 CTP

  • Quest PowerGui for Powershell
  • Quest PowerGui for Powershell

  • IIS Resource Kit
  • IIS资源工具包

  • HyperV

#17


1  

Tools I use because you do not have to install, just drop on system and use:

我使用的工具,因为您不必安装,只需放下系统并使用:

  • Agent Ransack
  • 7-zip
  • PSPad
  • Robocopy : Need to extract from Windows 2003 resource kit (just grab the .exe)
  • Robocopy:需要从Windows 2003资源工具包中提取(只需抓取.exe)

#18


1  

Fast image viewer that has been around for a long time and proven to work.

快速图像查看器已经存在了很长时间并且证明可以工作。

IrfanView

#19


1  

ide: visual studio / netbeans (zip file!, almost portable)

ide:visual studio / netbeans(zip文件!,几乎可移植)

editor: notepad++ (portable) with monaco font

编辑:带有摩纳哥字体的记事本++(便携式)

file comparison: winmerge (portable)

文件比较:winmerge(便携式)

source control: subversion, tortoise

源头控制:颠覆,乌龟

ticket control: redmine

门票控制:redmine

file manager: free commander (portable)

文件管理员:免费指挥官(便携式)

explorer: IE, FF (portable), chrome (portable), iron (chrom without google crap, also portable), qtweb, arora,

探险家:IE,FF(便携式),铬(便携式),铁(铬没有谷歌废话,也便携),qtweb,arora,

FF plugins: firebug, web developer, xmarks

FF插件:firebug,web开发人员,xmarks

imclient: pidgin

mail client: gmail

邮件客户端:gmail

download manager: free download manager (portable)

下载经理:免费下载管理器(便携式)

sites: *!!!, gotapi... and google, all the time...

网站:* !!!,gotapi ......和google,一直......

miscelaneous: launchy (can't live without it!)

miscelaneous:launchy(不能没有它!)

virtualization: virtual box (I have a machine image for every environment)

虚拟化:虚拟盒子(每个环境都有一个机器映像)

office: openoffice (portable)

办公室:openoffice(便携式)

lamp stack: xammp (portable!)

灯堆:xammp(便携式!)

disk usage: windirstat (portable), scanner (portable)

磁盘使用:windirstat(便携式),扫描仪(便携式)

pdf viewer: foxit (portable), sumatrapdf (portable)

pdf viewer:foxit(便携式),sumatrapdf(便携式)

uncompressor: 7-zip portable

uncompressor:7-zip便携式

M$ sql comparison tool: sql delta

M $ sql比较工具:sql delta

M$ sql management: visual studio sql manager

M $ sql管理:visual studio sql manager

mysql

mysql management: phpmyadmin, manager provided with mysql

mysql管理:phpmyadmin,经理提供了mysql

uninstaller utility: revo unistaller (portable)

卸载程序实用程序:revo unistaller(便携式)

registry cleaner: ccleaner (portable)

注册表清理:ccleaner(便携式)

ftp: filezilla (portable)

ftp:filezilla(便携式)

as you may have noticed, I have a special predilection for portable applications...

你可能已经注意到了,我对便携式应用程序有一种特殊的偏好......

#20


1  

  1. gVim
  2. VS2010 Express
  3. Firefox + Firebug
  4. Firefox + Firebug

#21


0  

System Rescue CD

系统救援CD

  • A collection of very useful utilities on a Live CD
  • Live CD上非常有用的实用程序的集合

#22


0  

There are two tools I simply can't work without

有两种工具我根本无法工作

  1. PowerShell
  2. GVim (or really any vim style program)
  3. GVim(或者任何vim风格的程序)

These tools are so heavily ingrained into my daily routine and greatly increase my productivity.

这些工具在我的日常工作中根深蒂固,大大提高了我的工作效率。

#23


0  

Since I'm often working on different workstations, I've got into the habit of tagging the stuff that I install on delicious:

由于我经常在不同的工作站上工作,所以我养成了在美味上标记我安装的东西的习惯:

http://delicious.com/DavidSchmitt/stdsw

#24


0  

wc.exe (from http://unxutils.sourceforge.net/) so handy.

wc.exe(来自http://unxutils.sourceforge.net/)非常方便。

#25


0  

WinRAR and puTTY. That is all I need (i'm assuming internet doesn't count).

WinRAR和puTTY。这就是我所需要的(我假设互联网不算数)。

#26


0  

  • .Net Reflector
  • Powershell
  • *.Com

#27


0  

I like to program in Python so I have created a portable Python programming environment on a thumbdrive.

我喜欢用Python编程,所以我在thumbdrive上创建了一个可移植的Python编程环境。

  • Portable Python 1.0
  • 便携式Python 1.0

  • SPE Python editor
  • SPE Python编辑器

  • wxPython in Action ebook
  • wxPython in Action电子书

  • Python How to Program ebook
  • Python如何编程电子书

  • Several Python ebooks from O'Reilly
  • 来自O'Reilly的几本Python电子书

  • Various tutorials for Python tools I don't use often
  • 我不经常使用Python工具的各种教程

#28


0  

Here's list of tools, utils and progs I use for my .NET software development projects.

这是我用于.NET软件开发项目的工具,工具和编程列表。

#29


0  

I use Espresso (I got it with the MacHeist bundle!), and Firebug for coding. I use Photoshop if I need any images.

我使用Espresso(我使用MacHeist软件包获得它!)和Firebug用于编码。如果我需要任何图像,我会使用Photoshop。

I manage my projects with The Hit List.

我使用命中列表管理我的项目。

#30


0  

Development Tools

  • Subversion
  • Tortoise SVN

Useful tools/utils

  • Virtual Cd Control Tool
  • 虚拟Cd控制工具

  • Linq Pad
  • Reflector
  • Subversion Commit Monitor
  • Subversion Commit Monitor

  • BGInfo
  • SourceGear Diff Merge
  • SourceGear Diff Merge

  • Unlocker
  • MWSnap
  • Paint.NET
  • WinRar

FireFox Add Ons

FireFox添加Ons

  • Firebug
  • ColorZilla

Visual Studio Add Ins

Visual Studio添加Ins

  • GhostDoc

#1


14  

Unix Utilities for Windows

适用于Windows的Unix实用程序

#2


7  

Ack

Its like grep, but better, faster, and does more what you want to generally do with large source collections. Written in Perl, and does complete PCRE because of this. Recursive traversal is default, and it intelligently skips files that are unlikely to match using file-type identification to short cut.

它就像grep一样,但更好,更快,并且更多地通常用于大型源集合。用Perl编写,并因此完成PCRE。递归遍历是默认的,它会智能地跳过不太可能匹配的文件,使用文件类型标识进行快捷方式。

( This means it automatically avoids traversing .svn/.hg/.git directories and thus gives massive speedups )

(这意味着它会自动避免遍历.svn / .hg / .git目录,从而提供大量加速)

ack "function\s+foo\s*\(" --php     
# find the definition of "foo" in all php files
# decendant of the current directory 

#3


6  

Total Commander (GREP, FTP, ZIP, it's all here...I'm not even starting on this one)

总指挥官(GREP,FTP,ZIP,它都在这里......我甚至没有开始这个)

Notepad++

WinMerge

#4


4  

Python. Seriously. I use it for a lot of small stuff. I also like to use the command line module for creating easy little project specific "shells" that I drop in frequently used queries etc. (show all tables in the projects db, search for stored procedures etc. - yeah, doing a lot of t-sql lately...)

蟒蛇。认真。我把它用于很多小东西。我还想使用命令行模块来创建简单的小项目特定的“shell”,我将其放入常用的查询等中。(显示项目db中的所有表,搜索存储过程等等 - 是的,做了很多事情-sql最近...)

I tend to accompany big c#/t-sql projects with a little python script that extends the cmd.Cmd class to give me a small collection of helpful queries etc. that I can use to poke around in the database.

我倾向于使用一个扩展cmd.Cmd类的小python脚本来附带大的c#/ t-sql项目,以便给我一些有用的查询等我可以用来在数据库中查找。

Also, I often use python to modify input data (often csv files, but any junk will do) into insert statements etc. Or do plausibility tests on that data.

此外,我经常使用python将输入数据(通常是csv文件,但任何垃圾都会)修改为插入语句等。或者对该数据进行合理性测试。

#5


2  

Currently on my thumbdrive (not ALL software):

目前在我的thumbdrive(不是所有软件):

  • Notepad++
  • .NET Reflector
  • develop (incase I need a quick IDE setup on a different computer)

  • 开发(如果我需要在另一台计算机上进行快速IDE设置)

  • C# Default Keybindings pdf
  • C#默认密钥绑定pdf

  • Math tables pdf
  • 数学表pdf

  • Boo Primer pdf
  • Boo Primer pdf

  • MSDN C# & VB Example projects
  • MSDN C#和VB示例项目

#6


2  

My Utility toolkit would have: 1.) Hex Editor - XVI32, or any other 2.) Beyond Compare - Comparison of files 3.) Cygwin shell installable complete with perl, gcc,gprof,gcov,gdb and related tools,bash,vim, development/debugging tools 4.) A model makefile for *nix platform 5.) Winzip utility 6.) Source insight or any other good code browsing tool 7.) Ghostscript and GSView 8.) PDF reader 9.) Good quick antivirus tool/exe

我的实用工具包将具有:1。)十六进制编辑器 - XVI32,或任何其他2.)超越比较 - 文件比较3.)Cygwin shell可安装完整的perl,gcc,gprof,gcov,gdb和相关工具,bash,vim ,开发/调试工具4.)* nix平台的模型makefile 5.)Winzip实用程序6.)源洞察或任何其他好的代码浏览工具7.)Ghostscript和GSView 8.)PDF阅读器9.)好的快速防病毒工具/可执行程序

-AD

#7


2  

Currently in Thumbdrive\Tools.

目前在Thumbdrive \ Tools中。

"Edit Plus 3" - lightweight editor that I've been using for ages.

“Edit Plus 3” - 我多年来一直使用的轻量级编辑器。

"F# - 1.9.6.2" - great for when I need to throw something togheter since it's usable without an IDE, also a great language for many tasks.

“F# - 1.9.6.2” - 非常适合我需要抛出一些东西,因为它可以在没有IDE的情况下使用,也是许多任务的优秀语言。

"ildasm"

"Sysinternal Procmon" - great for debugging and getting a feel for what the machine is really doing.

“Sysinternal Procmon” - 非常适合调试并了解机器的实际功能。

#8


2  

I have the following tools on my USB thumd drive:

我的USB thumd驱动器上有以下工具:

  • SysInternals Suite All their great troubleshooting tools in one download, in case I might need a tool that I didn't download before
  • SysInternals Suite一次下载所有出色的故障排除工具,以防我可能需要一个我以前没有下载过的工具

  • WireShark setup
  • VNC binaries (so I can run the viewer directly from USB) and setup
  • VNC二进制文件(因此我可以直接从USB运行查看器)和设置

  • A couple of Portable Apps:
    • Notepad++ Portable
    • Putty Portable
    • FileZilla Portable
    • 7-zip Portable
    • Sumatra PDF Portable
    • 苏门答腊PDF便携式

    • WinMerge Portable
  • 几款便携式应用:Notepad ++ Portable Putty Portable FileZilla Portable 7-zip Portable Sumatra PDF Portable WinMerge Portable

#9


2  

I use/carry with me:

我随身携带/携带:

  • .Net Reflector
  • The SysInternals
  • Suite (particularly Process Explorer, Debug View etc)
  • 套件(特别是Process Explorer,Debug View等)

  • Exescope
  • Orca (Windows Installer)
  • Orca(Windows Installer)

  • Depends
  • Spy++ OleView
  • Resourcer
  • Ethereal
  • IE Dev toolbar
  • IE开发工具栏

  • Depends .Net
  • DocView
  • LDP (For LDAP)
  • LDP(适用于LDAP)

Just to name a few

仅举几个

#10


2  

I do a full install of cygwin. It gives me 95% of the stuff I need and hard drive space is cheep. It's a lot easier to install everything then get emacs, gcc, gdb, perl, utilitys such as grep and awk, not to mention the servers it comes with like Apache and MySQL if you want to try something out quick.

我完全安装了cygwin。它给了我95%的东西我需要的硬盘空间是吱吱声。安装所有内容然后获得emacs,gcc,gdb,perl,grep和awk等实用工具要容易得多,更不用说像Apache和MySQL一样的服务器,如果你想快速尝试一下。

#11


1  

grep gives you the biggest bang for the buck. You can use it to search on any type code and many forms of data. It is fast, and very powerful. In code it can locate what you're looking for in variables and function names, but also in comments. You can also pipe results into it, and can thus enhance the utility of many tools available on site.

grep为您带来最大的收获。您可以使用它来搜索任何类型的代码和许多形式的数据。它速度快,功能强大。在代码中,它可以在变量和函数名称中找到您要查找的内容,但也可以在注释中找到。您还可以将结果输入其中,从而可以增强现场可用的许多工具的实用性。

With some clever hints you can easily make grep search for a specific type of an identifier. For instance, "^function_name" will often find in C code a function's definition, because these start with the name of the function at the beginning of the line. If a search pattern gives you too many false matches, you can filter those out, by piping the result through grep -v.

通过一些聪明的提示,您可以轻松地使grep搜索特定类型的标识符。例如,“^ function_name”通常会在C代码中找到函数的定义,因为它们以行开头的函数名开头。如果搜索模式为您提供了太多的错误匹配,您可以通过将结果通过grep -v进行管道来过滤掉这些错误匹配。

Many years ago I was stranded debugging COBOL programs on a 1970s-era Perkin Elmer machine running OS/32. The machine lacked programming tools, but had an ancient C compiler (so old, it would accept =+ as the original form of the += operator). I ended up writing a rudimentary grep program, which immensely improved my productivity.

很多年前,我被困在20世纪70年代运行OS / 32的Perkin Elmer机器上调试COBOL程序。该机器缺少编程工具,但有一个古老的C编译器(如此陈旧,它会接受= +作为+ =运算符的原始形式)。我最终编写了一个基本的grep程序,它极大地提高了我的工作效率。

#12


1  

  • Notepad ++
  • FF + Firebug
  • FF + Firebug

  • Jquery + bunch of plugins
  • Jquery +一堆插件

  • DBManager
  • Cygwin for error tracking
  • Cygwin用于错误跟踪

  • Google for help
  • 谷歌寻求帮助

  • Docs in CHM & Cheatsheets
  • CHM和Cheatsheets中的文档

#13


1  

I always seem to have a bootable Linux Distro on me in SOME form or other. Whether it be the bootable Pen Drive I keep attached to my Keys, or the multitude of LiveCDs I have for various "diagnostics" - I find that if I am in a situation, generally, where I'd need some sort of tools... a reboot into a Live environment provides me with near enough everything I need, and more

我似乎总是以某种形式或其他方式对我进行可启动的Linux发行版。无论是可启动的笔式驱动器还是我的钥匙,还是我用于各种“诊断”的众多LiveCD,我发现如果我处于某种情况,一般来说,我需要某种工具......重新启动进入Live环境可以为我提供我所需要的一切,甚至更多

#14


1  

  • PE Explorer
  • FAR Manager (great file manager especially when working with lots of ftp sites)
  • FAR Manager(伟大的文件管理器,尤其是在处理大量ftp站点时)

  • FlexHex
  • Ida
  • OllyDbg

#15


1  

Emacs. It's my "does list of things" tool, helpful with quick calculations, with mangling configuration files (I work as a network engineer, there is an awful lot of configuration to be done, lots of it bordering on trivial to generate with either small snippets of code or careful use of keyboard macros).

Emacs的。这是我的“做事情列表”工具,有助于快速计算,修改配置文件(我作为网络工程师工作,有很多配置需要完成,很多都接近于通过小片段生成的微不足道的事情代码或小心使用键盘宏)。

#16


1  

Here's the tools I use to make Sharepoint solutions:

这是我用来制作Sharepoint解决方案的工具:

  • Visual Studio Team Suite 2008
  • Visual Studio Team Suite 2008

  • VSTS Database Edition GDR
  • VSTS数据库版GDR

  • Sandcastle
  • DocProject for Sandcastle
  • Sandcastle的DocProject

  • .net Reflector
  • GhostDoc
  • CSS Vista
  • Sharepoint Inspector
  • Sharepoint Explorer
  • EditPadPro
  • CodeSmith 2.6 Freeware (with my own .net 3.5 SP1 gui)
  • CodeSmith 2.6免费软件(用我自己的.net 3.5 SP1 gui)

  • Indigo Rose MSI Factory
  • Indigo Rose MSI工厂

  • Wix
  • Nmap
  • Wireshark
  • Fiddler
  • Adobe Photoshop CS3
  • Adobe Photoshop CS3

  • Expresso (Regex tool)
  • Expresso(正则表达式工具)

  • VMRCPlus
  • Powershell 2 CTP
  • Powershell 2 CTP

  • Quest PowerGui for Powershell
  • Quest PowerGui for Powershell

  • IIS Resource Kit
  • IIS资源工具包

  • HyperV

#17


1  

Tools I use because you do not have to install, just drop on system and use:

我使用的工具,因为您不必安装,只需放下系统并使用:

  • Agent Ransack
  • 7-zip
  • PSPad
  • Robocopy : Need to extract from Windows 2003 resource kit (just grab the .exe)
  • Robocopy:需要从Windows 2003资源工具包中提取(只需抓取.exe)

#18


1  

Fast image viewer that has been around for a long time and proven to work.

快速图像查看器已经存在了很长时间并且证明可以工作。

IrfanView

#19


1  

ide: visual studio / netbeans (zip file!, almost portable)

ide:visual studio / netbeans(zip文件!,几乎可移植)

editor: notepad++ (portable) with monaco font

编辑:带有摩纳哥字体的记事本++(便携式)

file comparison: winmerge (portable)

文件比较:winmerge(便携式)

source control: subversion, tortoise

源头控制:颠覆,乌龟

ticket control: redmine

门票控制:redmine

file manager: free commander (portable)

文件管理员:免费指挥官(便携式)

explorer: IE, FF (portable), chrome (portable), iron (chrom without google crap, also portable), qtweb, arora,

探险家:IE,FF(便携式),铬(便携式),铁(铬没有谷歌废话,也便携),qtweb,arora,

FF plugins: firebug, web developer, xmarks

FF插件:firebug,web开发人员,xmarks

imclient: pidgin

mail client: gmail

邮件客户端:gmail

download manager: free download manager (portable)

下载经理:免费下载管理器(便携式)

sites: *!!!, gotapi... and google, all the time...

网站:* !!!,gotapi ......和google,一直......

miscelaneous: launchy (can't live without it!)

miscelaneous:launchy(不能没有它!)

virtualization: virtual box (I have a machine image for every environment)

虚拟化:虚拟盒子(每个环境都有一个机器映像)

office: openoffice (portable)

办公室:openoffice(便携式)

lamp stack: xammp (portable!)

灯堆:xammp(便携式!)

disk usage: windirstat (portable), scanner (portable)

磁盘使用:windirstat(便携式),扫描仪(便携式)

pdf viewer: foxit (portable), sumatrapdf (portable)

pdf viewer:foxit(便携式),sumatrapdf(便携式)

uncompressor: 7-zip portable

uncompressor:7-zip便携式

M$ sql comparison tool: sql delta

M $ sql比较工具:sql delta

M$ sql management: visual studio sql manager

M $ sql管理:visual studio sql manager

mysql

mysql management: phpmyadmin, manager provided with mysql

mysql管理:phpmyadmin,经理提供了mysql

uninstaller utility: revo unistaller (portable)

卸载程序实用程序:revo unistaller(便携式)

registry cleaner: ccleaner (portable)

注册表清理:ccleaner(便携式)

ftp: filezilla (portable)

ftp:filezilla(便携式)

as you may have noticed, I have a special predilection for portable applications...

你可能已经注意到了,我对便携式应用程序有一种特殊的偏好......

#20


1  

  1. gVim
  2. VS2010 Express
  3. Firefox + Firebug
  4. Firefox + Firebug

#21


0  

System Rescue CD

系统救援CD

  • A collection of very useful utilities on a Live CD
  • Live CD上非常有用的实用程序的集合

#22


0  

There are two tools I simply can't work without

有两种工具我根本无法工作

  1. PowerShell
  2. GVim (or really any vim style program)
  3. GVim(或者任何vim风格的程序)

These tools are so heavily ingrained into my daily routine and greatly increase my productivity.

这些工具在我的日常工作中根深蒂固,大大提高了我的工作效率。

#23


0  

Since I'm often working on different workstations, I've got into the habit of tagging the stuff that I install on delicious:

由于我经常在不同的工作站上工作,所以我养成了在美味上标记我安装的东西的习惯:

http://delicious.com/DavidSchmitt/stdsw

#24


0  

wc.exe (from http://unxutils.sourceforge.net/) so handy.

wc.exe(来自http://unxutils.sourceforge.net/)非常方便。

#25


0  

WinRAR and puTTY. That is all I need (i'm assuming internet doesn't count).

WinRAR和puTTY。这就是我所需要的(我假设互联网不算数)。

#26


0  

  • .Net Reflector
  • Powershell
  • *.Com

#27


0  

I like to program in Python so I have created a portable Python programming environment on a thumbdrive.

我喜欢用Python编程,所以我在thumbdrive上创建了一个可移植的Python编程环境。

  • Portable Python 1.0
  • 便携式Python 1.0

  • SPE Python editor
  • SPE Python编辑器

  • wxPython in Action ebook
  • wxPython in Action电子书

  • Python How to Program ebook
  • Python如何编程电子书

  • Several Python ebooks from O'Reilly
  • 来自O'Reilly的几本Python电子书

  • Various tutorials for Python tools I don't use often
  • 我不经常使用Python工具的各种教程

#28


0  

Here's list of tools, utils and progs I use for my .NET software development projects.

这是我用于.NET软件开发项目的工具,工具和编程列表。

#29


0  

I use Espresso (I got it with the MacHeist bundle!), and Firebug for coding. I use Photoshop if I need any images.

我使用Espresso(我使用MacHeist软件包获得它!)和Firebug用于编码。如果我需要任何图像,我会使用Photoshop。

I manage my projects with The Hit List.

我使用命中列表管理我的项目。

#30


0  

Development Tools

  • Subversion
  • Tortoise SVN

Useful tools/utils

  • Virtual Cd Control Tool
  • 虚拟Cd控制工具

  • Linq Pad
  • Reflector
  • Subversion Commit Monitor
  • Subversion Commit Monitor

  • BGInfo
  • SourceGear Diff Merge
  • SourceGear Diff Merge

  • Unlocker
  • MWSnap
  • Paint.NET
  • WinRar

FireFox Add Ons

FireFox添加Ons

  • Firebug
  • ColorZilla

Visual Studio Add Ins

Visual Studio添加Ins

  • GhostDoc