This programs enables you to tweak your Windows 7 taskbar. The tweaks are divided into three sections:
Taskbar items: control taskbar items related stuff, like middle/right clicking, hovering, dropping, etc.
Grouping and combining: disable grouping, allow to drag windows between groups, force/disable combining, etc.
Other taskbar options: mouse wheel options, double/middle clicking on the empty space of the taskbar, and misc.
Taskbar Inspector
A tool that allows you to:
- Configure labeling/grouping/combining per Application ID.
- Reorder items within a tab group (drag’n'drop).
- Close/minimize/etc. multiple windows at once.
- Change Application ID of windows (that is, grouping whatever windows you want).
You can open it from the tweaker main window, from it’s tray menu, or optionally by double/middle clicking the empty space of the taskbar.
Reference:
http://rammichael.com/7-taskbar-tweaker
Saturday, March 10, 2012
Immunity Debugger
Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry's first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.
http://www.immunityinc.com/products-immdbg.shtml
http://www.immunityinc.com/products-immdbg.shtml
load images later when user scrolls to them
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them.
Reference:
http://www.appelsiini.net/projects/lazyload
Reference:
http://www.appelsiini.net/projects/lazyload
Video convert format
Video convert format
Format Factory - is a multifunctional media converter.
Provides functions below:
All to MP4/3GP/MPG/AVI/WMV/FLV/SWF.
All to MP3/WMA/AMR/OGG/AAC/WAV.
All to JPG/BMP/PNG/TIF/ICO/GIF/TGA.
Rip DVD to video file , Rip Music CD to audio file.
MP4 files support iPod/iPhone/PSP/BlackBerry format.
Supports RMVB,Watermark, AV Mux.
Format Factory's Feature:
1 support converting all popular video,audio,picture formats to others.
2 Repair damaged video and audio file.
3 Reducing Multimedia file size.
4 Support iphone,ipod multimedia file formats.
5 Picture converting supports Zoom,Rotate/Flip,tags.
6 DVD Ripper.
7 Supports 56 languages
http://www.formatoz.com/
ffmpeg - is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.
http://ffmpeg.org/
http://blog.ijun.org/2012/03/19-ffmpeg-commands-for-all-needs.html
Format Factory - is a multifunctional media converter.
Provides functions below:
All to MP4/3GP/MPG/AVI/WMV/FLV/SWF.
All to MP3/WMA/AMR/OGG/AAC/WAV.
All to JPG/BMP/PNG/TIF/ICO/GIF/TGA.
Rip DVD to video file , Rip Music CD to audio file.
MP4 files support iPod/iPhone/PSP/BlackBerry format.
Supports RMVB,Watermark, AV Mux.
Format Factory's Feature:
1 support converting all popular video,audio,picture formats to others.
2 Repair damaged video and audio file.
3 Reducing Multimedia file size.
4 Support iphone,ipod multimedia file formats.
5 Picture converting supports Zoom,Rotate/Flip,tags.
6 DVD Ripper.
7 Supports 56 languages
http://www.formatoz.com/
ffmpeg - is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.
http://ffmpeg.org/
http://blog.ijun.org/2012/03/19-ffmpeg-commands-for-all-needs.html
Extract audio from video as wav or mp3
FFmpeg - is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library.
# ffmpeg -i video.avi -vn soundfile.mp3
Reference:
http://ffmpeg.org/
http://blog.ijun.org/2012/03/19-ffmpeg-commands-for-all-needs.html
# ffmpeg -i video.avi -vn soundfile.mp3
Reference:
http://ffmpeg.org/
http://blog.ijun.org/2012/03/19-ffmpeg-commands-for-all-needs.html
Tuesday, March 6, 2012
Query to Show MySQL table definition structure
mysql> DESC tableName;
mysql> SHOW CREATE TABLE tableName;
mysql> SHOW FULL COLUMNS FROM tableName;
mysql> SHOW INDEX FROM tableName;
mysql> SHOW CREATE TABLE tableName;
mysql> SHOW FULL COLUMNS FROM tableName;
mysql> SHOW INDEX FROM tableName;
Thursday, March 1, 2012
APC UPS - backup power for FreeBSD
APC UPS - backup power for FreeBSD
Highly recommend the APC BE700G-UK UPS and the sysutils/apcupsd port for FreeBSD.
http://www.apcupsd.org/
http://www.apcupsd.com/
Highly recommend the APC BE700G-UK UPS and the sysutils/apcupsd port for FreeBSD.
http://www.apcupsd.org/
http://www.apcupsd.com/
Subscribe to:
Posts (Atom)