1. Alt + F11, in the opening window, click: Insert>Module, paste the folling code:
Function getComment(incell) As String
On Error Resume Next
getComment = incell.Comment.Text
End Function
2. Alt + Q to quit the window
3. use the funciton in cell, like:
=getComment(A1) , will fill the cell with A1’s comments
svnadmin dump ./repository/project > /home/backup/project_backup.svn.dump
manual: http://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.dump.html
PHP has a shell_exec command: “Execute command via shell and return the complete output as a string ” http://php.net/manual/en/function.shell-exec.php
And here is a project: http://phpshell.sourceforge.net/
PHP Shell is a shell wrapped in a PHP script. It’s a tool you can use to execute arbitrary shell-commands or browse the filesystem on your remote webserver. This replaces, to a degree, a normal telnet connection, and to a lesser degree a SSH connection.
You use it for administration and maintenance of your website, which is often much easier to do if you can work directly on the server. For example, you could use PHP Shell to unpack and move big files around. All the normal command line programs like ps, free, du, df, etc… can be used.
Download and config phpShell,, and then upload to your server, then you can run shell!
http://phpshell.sourceforge.net/
Crucible is a tool that facilitates code review. It can be as valuable to organisations that already have a formal inspection process as it is to teams that don’t review at all.
Regular peer review is a proven process with demonstrable return on investment (ROI). The benefits vary from team to team but commonly include:
- Identifying bugs and defects early.
- Sharing expertise and encouraging knowledge transfer.
- Improving system-wide knowledge.
- Encouraging adherence to internal standards and style conventions.
- Identifying individual strengths and weaknesses.
In my previous post “Link code change list and issue with FishEye and JIRA 关联代码变更与Issue/BacklogItem’’, test report a bug, and I submit my code change, and linked the code changes to the issue. and now, we need to review the codes I submitted before.
In the left tree, there are the codes need to be review, click one:
Then mark as ‘Complete’
“Welcome to JIRA — the easy way to help your team track and deliver projects.”
It’s more than a bug track platform, it also can plan agile development, monitor activity, report on project status,.
1. Create a new story: issues>Create issue:
we can specify the affect/fixed version, and assign the issue to some member, and give a estimate time.
2. then the ‘Assignee’ can start the process, and log our work.
3. In the Agile>ChartBoard, we can see Hour/Issue burndown chart,:
4. We can manage rapid board configuration, schedule sprint planning:
Drag&Drop is a cool feature, and then we can see a summary of the Sprint:
you can see reports like burndown chart by clicking ‘Report’ in the top right.
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.