Thursday, July 19, 2012

Teamcenter Visualization : Concept Desktop


Concept

See It Before You Build

Concept Desktop and Concept Showroom enable users to leverage their existing JT data to create realistic looking models and scenes directly on their desktop for communication of designs in a “lifelike”, real-time fashion. Concept is a perfect addition to your entire process from design reviews to marketing collateral. Of course Concept leverages the same JT files and Teamcenter Visualization user interface and is tightly integrated with Teamcenter for an easy to use extension of your lifecycle visualization environment.

Eliminate Prototypes

With Concept you can reduce or eliminate physical prototypes by using digital models and environments that have the same realism as a hard prototype without the time and cost of building it. These digital prototypes can be complete representations of the real product including colors, textures, lighting variations, and even behaviors that allow visual validation that is as lifelike as the real thing. But with Concept, you can create all of the product variations that you want to consider in moments while producing a prototype for each would be cost prohibitive.

“Get a Feel” for Your Designs with Real-Time Interactivity

Concept provides the high realism required for effective decision-making with real-time interaction that is not possible with traditional photo-realistic rendering software. It provides true interactive control - even on large assemblies - to create an immersive digital mockup environment. When combined with Concept Showroom, the possibilities are endless.
Concept Showroom takes validation to the next level with support for advanced Virtual Reality hardware systems (such as CAVEs and Power Walls) for complete immersion with your products in their true 1:1 scale user environment. People can walk up to projected displays and get a “feel” for the actual size of the product.
Tutorial
Download : Click here to download

BSR Screen Recorder 5.2.6+Serial


BSR Screen Recorder captures video, sound and pictures of anything you see on your screen and records to AVI (Standard Video Format), SWF (Flash File), WMV (Windows Media Video) and EXE (Executable File). Any portion of the screen can be selected for recording. You can zoom in and out during recording with 2D and 3D zooming features. Record audio from microphone, speakers ("what you hear"), CD. Record subtitles, draw to screen while recording, cut and save portions from videos, add/mix sounds and narration, join videos, change video speeds, dimensions and compression, create movies from picture files, synchronize audio automatically.

What's new in this version: Version 5.2.6 improves audio synchronization.
                                
                                   

System Requirements:

  • Operating System: Microsoft Windows 7 / Vista / XP / Me / NT / 2000 / 2003 (both  32 bit & 64 bit versions) 
  • CPU: Pentium processor minimum  
  • Memory: 512 MB minimum 
  • Free Hard Drive Space: 20 MB for installing
User Guide:

Download : Click here to download

Installation Screen-shots :









Sunday, July 15, 2012

Excel Summing Color-Wise

Download the document from the below link to sum the excel sheet color-wise using vb-script

Download : Click here

Thursday, July 12, 2012

Morning Freshness Ultimate Theme For Windows 7 OS




Morning Freshness Ultimate Theme For Windows 7 OS || 

Size : 5.27 MB || 

Style Morning freshness almost completely transparent. To achieve a complete transparency of windows of the programs, start the utility Black Glass Enhanced v0.5 Which included.

Installation:

1. Open the 'Theme' folder. which you downnload
2. Drag both '?.theme' and the 'Theme' folder to 'C:\Windows\Resources\Themes\'

Download:

Monday, July 9, 2012

Eclipse RCP - How to save view layouts and state?


Introduction:

Saving the state of the application and reopening the application in the same state as previously opened vastly improves user experience. This article explains how to save the layout and state of the views in your application.

Saving Views and Layout:

First of all, you need to enable saving and restoring application state at workbench level. Make sure you override initialize method in your ApplicationWorkbenchAdvisor and add configurer.setSaveAndRestore(true);

@Override
public void initialize(final IWorkbenchConfigurer configurer) {
super.initialize(configurer);
configurer.setSaveAndRestore(true);
}

Adding this automatically saves opens views along with their layouts and makes sure they are reopened appropriately in the same layout. Isn't that amazing? Almost half of our work is done just by adding the above code block to ApplicationWorkbenchAdvisor. The remaining thing is saving the internal view state (i.e saving details of inside the view) .

Saving View State:

Let's say you have a navigator view in your perspective which displays a tree. By adding the above code block, the navigator view would be reopened in the same spot when application reopens again. But, the internals of navigator view would be lost. For example, if the tree had few selections and few nodes opened, they would be lost. Below, I'll explain how to preserve tree selections in your view.

1) Override saveState method (from ViewPart) in your view.

@Override
public void saveState(final IMemento memento) {
IStructuredSelection sel = (IStructuredSelection)this.treeViewer.getSelection();
if (sel.isEmpty()) {
return;
}
memento = memento.createChild("tree-selections");
Iterator iter = sel.iterator();
while (iter.hasNext()) {
String nodeName = iter.next();
memento.createChild("selected-nodes", nodeName);
}
}

IMemento provides way for user to store the application state in XML. User does not have to deal with XML directly and IMemento API takes care of it. When application is closed, if a view is open, it's saveState method is called before it is closed. This way, internal state of the view can be persisted before it is closed.

Restoring View State:

If you want to restore your view state (from the saved memento), you need to override the init method with memento i.e override this method

public void init(IViewSite site, IMemento memento) throws PartInitException {}

instead of

public void init(IViewSite site) throws PartInitException {}

Then, you can read the contents of the memento and restore view's internal state.

// Stores the memento so that it can be used after view is created

@Override
public void init(final IViewSite site, final IMemento memento) throws PartInitException {
init(site);
this.memento = memento;
}

@Override
public void createPartControl(Composite parent) {
// Create view here - For example, create tree viewer here

restoreState();
}

// Method which reads memento and sets selections on the tree
private void restoreState() {
IMemento selectionsMomento = this.memento.getChild("tree-selections");
if (selectionsMomento != null) {
IMemento selectedNodes[] = selectionsMomento.getChildren("selected-nodes");
if (selectedNodes.length > 0) {
ArrayList selections = new ArrayList(selectedNodes.length);
for (int i = 0; i<selectedNodes.length; i++) {
String id = selectedNodes[i].getID();
if (id != null) {
selections.add(id);
}
}

this.treeViewer.setSelection(new StructuredSelection(selections));
}
}
}

The contents of the view is created in createPartControl. Once the contents are created, it's state is set by using the restoreState method, which uses memento to get the internal state of the view last time. Above, we get selected node names from the memento and set tree selection appropriately.

Conclusion:

In this article, we saw how to preserve view layout and it's internal state so that views are reopened in exactly the same way as it was closed last time. In the next one, we'll see how to preserve editor layout and it's state.

Friday, July 6, 2012

PDF Password Cracker Enterprise v3.2 + Serial





PDF Password Cracker Enterprise v3.2 + Serial || File Size : 2.39 MB. 


PDF Password Cracker is an utility to remove the security on PDF documents (of course, you should have the right to do it, for example, in case of forgotten user/owner password). Only standard PDF security is supported, neither third-party plug-ins nor e-books. Both protection methods are cracked:

1. Restricted operations on file can be disabled (instantly, any Acrobat version up to 8.x).
2. It also can be used to decrypt files you know password for.
Support PDF 1.8 (Acrobat 9.x) files, including 40-bit RC4 decryption, 128-bit RC4 decryption and AES decryption
Instantly remove restrictions on copying, printing and other actions with the file
Do NOT need Adobe Acrobat software
Please note that PDF Password Cracker doesn't work with documents which have user-level passwords (preventing the files from being opened), if both user and owner passwords are unknown; and PDF files protected with any 3rd party security plug-ins such as FileOpen. 

 Download

[INSTALL INSTRUCTIONS]

1.Download File.
2.Run setup "Crack PDF.exe".
3. Copy any serial number from "Serial Key.txt".
4. Paste in the "Crack PDF" window.
5. You are done. Now browse the pdf to unlock.

Excel Password Unlocker v4.0.2.3 + PATCH Win 32+64 Bits


                                 
              Excel Password Unlocker v4.0.2.3 + PATCH Win 32+64 Bits || File Size : 2.98 MB. 

Effectively Recover Forgotten Excel Password with Ease:

Forgot your Excel password and cannot open the file? Windows Password Unlocker can help you effectively recover lost or forgotten password from MS Office Excel 97-2007 files. With this helpful tool, you are able to easily recover MS Excel password with 3 efficient password recovery methods and you'll be never worried about being locked out of the password-protected Excel files.

Key Functions:

Efficient Excel Password Recovery:

Recover lost or forgotten Excel password
Work for MS Office Excel 2007/2003/2000/97
Program Priority available for higher recovery speed
Work well with multiprocessor systems
Compatible with Windows 7/Vista/XP/2008/2003/2000

3 Powerful Password Attacks:

Brute-force Attack- Help you try all possible combinations if you remember nothing about the password. Brute force with Mask Attack – Reduce your Excel password recovery time by restricting the search area if you remember the symbols, characters or the length of lost Excel password, Dictionary Attack-Recover Excel password with default dictionary provided by the program.

Besides, you can add your own dictionary to shorten Excel password recovery time.

Easy and Safe Operation:

easy-to-use and user-friendly graphical interface;
Shut down PC automatically when the MS Excel password recovery completes.
Autosave feature allows you to restore password recovery after a stop.
No data loss or damage to your Excel files after Excel password recovery

System Requirements:

Support Windows98/2000/2003/2008 XP/Vista and Windows 7 (32-bit or 64-bit)
1 GHz processor (2.0 Hz is recommended)
512 MB of RAM (1 GB is recommended)
13 MB of free hard disk space

How to Install: (Disable Internet Connection during Installation)

1. Extract from ".rar" by using Winrar

2. Install from "excel_password_unlocker_trial.exe"

3. Copy and Paste "PATCH" into the installed folder "C;\Program Files\Excel Password Unlocker\Excel Password Unlocker.exe"

4. Run and Apply PATCH

5. OK

                               

Download :

RAR Password Unlocker 3.0 + Crack



RAR Password Unlocker 3.0 + Crack || File Size : 3.40 MB. 
If you forget the WinRAR /RAR password, This RAR password recovery software may be your best resort. RAR Password Unlocker is proved to be a helpful tool for users to recover forgotten RAR password. It supports brute-force attack, brute force with mask and dictionary attack which can restrict the search area and shorten the RAR password recovery time.

Key Features:


Support customizable attacks to recover RAR password
* Brute-force attack can help you try all possible combinations if you remember nothing about the password.
* If you remember some symbols or length of the lost RAR password, brute force with mask attack is better for you to save the recovery time by restricting the search area.
* Dictionary attack allows you to recover lost RAR password according to default dictionary of the program, besides, you can add your own dictionary to the program in order to shorten the RAR password recovery time.
* Perfect compatibility and great performance Support all versions of WinRAR/RAR
* Set up Program Priority for better performance.
* Work well with Microsoft Windows 2000, NT, XP, Vista, Server 2003/2008, or Windows 7 (32-bit or 64-bit)
* Work well with Multi-Core CPU that can speed up the RAR password recovery.
* Ease of use & best service Save the RAR password recovery process automatically and resume when you run the program again if the recovery process is suspended
* Shut down your computer automatically when the RAR password recovery is finished
* Clear and interactive interface with good User Experience makes it easy to use
* Professional, timely and free technical support is always for you

Trial Version Limitations:


* More than three characters of the RAR password cannot be recovered in the trial version.
* Dictionary attack is not available in the trial version.

System Requirements:
*Support Microsoft Windows 2000, XP, NT, Vista, Server 2003/2008, or Windows 7 (32-bit or 64-bit)
*1 GHz processor (2.4 GHz is recommended)
*512 MB of RAM (1 GB is recommended)
*3 MB of free hard disk space

Download:

Installation :

1. Run the setup file.
2.Install following the steps.
3. Copy and Paste the crack.
4. Enjoy. 

Thursday, July 5, 2012

Remove "Convert Line Delimiters" from "File" menu


To remove "Convert Line Delimiters" or any other items from the "File" menu, use the following snippet and provide respective items'-id to "actionSetId".

Snippet:-


        @SuppressWarnings("restriction")
ActionSetRegistry reg = WorkbenchPlugin.getDefault().getActionSetRegistry();
@SuppressWarnings("restriction")
IActionSetDescriptor[] actionSets = reg.getActionSets();
// Removing convert line delimiters from File menu.
String actionSetId = "org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo";
for (int i = 0; i <actionSets.length; i++)
{
              if (!actionSets[i].getId().equals(actionSetId))
                   continue;
              IExtension ext = actionSets[i].getConfigurationElement()
                                       .getDeclaringExtension();
              reg.removeExtension(ext, new Object[] { actionSets[i] });
}