Showing posts with label plugin. Show all posts
Showing posts with label plugin. Show all posts
Thursday, October 28, 2010
Howto Capture Your Ideas and Knowledge into a MindMap using Freemind
For some time now I’ve been using Freemind tool to make mindmaps to capture ideas and knowledge.
I was pretty happy with Freemind the opensource and free mind mapping tool.
It has some great features including exporting the mindmap into different formats - html, browsable java-applet, picture formats, flash file, pdf etc.
What I'm really trying to do is to use and leverage my blog by adding browsable mind-maps.
I've been somewhat successful in finding resources but still failing to get the last-mile work done.
Once I do this I'll be able to use mind-maps for sharing with others and allow them to edit my work too. Seems like the best bet right now is to move to wordpress plugin below:
1) There is a Free Mind Viewer plugin for Wordpress which allows read-only browsing of your mindmap file (not just an image). I’ve not been able to try it out yet though.
2) XMind converts a Freemind mindmap into a concept map. You can then upload and share it using a free XMind account. Paid accounts also allow collaboration.
3) WikiMindMap converts any Wikipedia article into a mindmap for reading it visually.(Thanks to dorai's log for this info)
4) DeliciousMind = Delicious (bookmarking) + Freemind
blainekendall.com - DeliciousMind = del.icio.us + FreeMind mindmap
https://api.del.icio.us/v1/posts/recent?count=10000
See Also:
Freemind Mindmap Embedded In Wordpress - Web Development Jobs - oDesk
WordPress › Freemind Viewer « WordPress Plugins
FreeMind Google Module/Gadget: (Requires you to have your own blog hosting)
Freemind Viewer Google Module – Rolando Garza
Dissecting the Freemind Viewer – Rolando Garza
yuriy.org: FreeMind Flash Browser Google Gadget
placingafreemindmindmapusingobjectelements - rolandog02
Embedding mind maps - FreeMind - free mind mapping software
Freemind | drupal.org
Extension:FreeMind - MediaWiki
Freemind Collaboration on Windows - FreeMind - free mind mapping software
Freemind:
Main Page - FreeMind - free mind mapping software
Download - FreeMind - free mind mapping software
Using FreeMind - FreeMind FAQ
Tutorial effort - FreeMind - free mind mapping software
Import and export - FreeMind - free mind mapping software
Accessories - FreeMind - free mind mapping software
FreeMind 0.9.0 The New Features
FreeMind 0.8.0 Features
FreeMind FAQ
After the Applet Start - FreeMind FAQ
Essays - FreeMind - free mind mapping software
Stuff - FreeMind - free mind mapping software
Mindmapping: Articles on general mindmapping concept and uses
internet mind reader - Improves your thinking with free mind map and brainstorming software
Mindmapping, concept mapping and information organisation software
Freemind combined with blogging
[Note: This is a Work-in-Progress so subscribe to RSS feed for updates]
Monday, September 20, 2010
Installing Eclipse C++ CDT with Linux Tools for debugging and profiling applications on Linux
The Eclipse incubation project Linux Tools integrates C/C++ Development tools.
It's a GUI plugin to integrate tools like Valgrind, GProf, GCov, SystemTap etc into the Eclipse C++ CDT IDE.
[Articles on Linux Tools]
[Website]
[Interview]
[Cpp Check tool integration with Eclipse]
It's a GUI plugin to integrate tools like Valgrind, GProf, GCov, SystemTap etc into the Eclipse C++ CDT IDE.
[Articles on Linux Tools]
- IBM DeveloperWorks (search for Linux Tools)
- RedHat Article
- Installing/Updating LinuxTools using UpdateManager (Note: You may need to do a Java6 JRE update as described below first.)
- Updating Eclipse Helios CDT with UpdateManager
- Java6 JRE update :
apt-get install sun-java6-jre
- Unzip the Eclipse tarball and run the eclipse binary from inside the tarball:
&& ./eclipse[Website]
- Eclipse Linux Tools website
- Valgrind support page
- Other "Valgrind Frontends/GUIs"
- Valkyrie Memcheck Frontend
- Valgrind User Guide (Wiki)
- How-to configure Valgrind plugin of Eclipse (with Video Demos)
- How-to configure Callgrind plugin of Eclipse
- Valgrind Quick Start Guide
- Linux Journal How-To (with screen-shots)
- How-to use Valgrind with Eclipse as an External Tool
- Valgrind How-To from The Linux Documentation Project
- Red Hat C++ Developer Guide (PDF) on how to configure Eclipse CDT, GDB, Valgrind
- Valgrind User manual
- Valgrind 3.3 debugging and profiling manual
- Notes on CacheGrind Design and Implementation
- Notes on MemGrind Design and Implementation
- Paper on potential uses of Valgrind Framework for instrumentation
[Interview]
[Cpp Check tool integration with Eclipse]
- cppcheclipse integration of with Eclipse CDT from (google code):
- About: http://code.google.com/a/eclipselabs.org/p/cppcheclipse/
- Wiki: http://code.google.com/a/eclipselabs.org/p/cppcheclipse/wiki/Installation
- Download: http://code.google.com/a/eclipselabs.org/p/cppcheclipse/downloads/list
Labels:
c++,
CDT,
debugging,
eclipse,
how-to,
install,
linux,
linux-tools,
plugin,
profiling,
updation
Subscribe to:
Posts (Atom)
