How to make an Home-Made VGA video cable simply and quickly

WARNING:

I DON’T take any responsability about what do you do. All you will do is  your responsability and your problem. This is only a tutorial.
 

I bet it’s happened to everyone that you needed a VGA cable but you didn’t have it.

The solution to this problem is very easy to understand and easy to make
You’ll need:
-A computer (All computer types are good, you just need a VGA plug as shown below)
-A VGA monitor(with a VGA plug as computer, shown below) . Also TVs are good, you just need that VGA plug.
-15 cables, as long as you want.
-Steady hand and lots, lots of patience.
Un entrata e un cavo vga, per intenderci
If you look carefully there hare fifteen little holes in the plug on your computer and on your monitor. This holes are called PINs
What the normal cable does is wiring the two plugs of the monitor and of the computer.
It’s very simple! You just have to wire a part of the cable in a PIN of the computer plug and the other part in the Monitor plug. For example: if you put a part of the cable in the PIN number 15, you have to wire the other part to the correspondent PIN number 15. (for PIN numbers see the photo up in the page).
If you understood of to put a cable, you can go ahead doing the other 14.

If you have done all of 15 wiring, you’ll have something like this:

(The photo isn’t great, but you can see the 15 pin wired).
As you can see (If you done all it well)the home-made cable will work and your screen will be duplicated, but changing the options you can extend the monitors or view only one of the two.

This should also work with DVI cables, just to the same thing for each PIN.

Decompile a Windows executable (.exe) written in Java

Very often the .jar executable files are converted in .exe executable to work with Windows.

 
Java is a programming language that can be decompiled using simple decompilers, in a lawfully way
The most famous decompiler is fernflower, you find all about it in this forum. Anyway, I often use JD-GUI, the download can be found here
Download one of those and put it in folder in the Desktop.
Or search for some decompilers online on Google, you always find something.
 
We will see two methods, one using JD-GUI and the other using fernflower.
 
We will decompile the 1.5.2 orginal Minecraft Launcher, that can be found here. 
Mine is called “Minecraft.exe”, yours should be called “Minecraft-1.5.2.exe” (maybe you will not have the “.exe” part, we will see later how to get it).
 
 

 

 

First method – Decompile by using JD-GUI

Move the downloaded file in a new folder and change the extension to “.exe” to “.zip”

Open JD-GUI by double clicking the jar executable.

Now open the zip file we just created go to File>Open File…> and choose the file we created

Now you JD-GUI workspace should look like this.

Go To File>Save All Files> and choose the directory when you want to save the zip file with the sources. You should import this file into an IDE to make it work.

 

 

Second method – Decompile by using fernflower (via command prompt)

  1. Rename “Minecraft.exe” in “Minecraft.jar”, with the method used for the JD-GUI to rename it in .zip
  2. Open the Command Prompt, hitting the button tasto Windows + R, typing cmd and hitting Enter
  3. Use the cd command to move to the directory the fernflower is in.
  4. Now in the Command Prompt write  java -jar fernflower.jar Minecraft.jar decomp/
  5. This will open the fernflower(fernflower.jar), sets the file to decompile to Minecraft.zip and put the decompiled jar in the decomp sub-folder in the fernflower folder.
  6. Enter the decomp sub-folder in the fernflower folder and rename the “Minecraft.jar” in “Minecraft.zip”
  7. Now you have your decompiled !   

In both cases, you will have to import the decompiled source code into an IDE.

I hope this was useful for your as it was for me! 😀

Adding comments to a Google Site

Google has its own service to host free static web sites, it’s sites.google.com. Here you can only host static websites, this means that you have no animations, no comments and no ads. When I had my website hosted there, i decided to put comments under every post, but it wasn’t possible, as said before. Googling around for an entire day, i found this nice website, that makes you put an html box inside the page that enables comments. Here is the link to the page.

You just have to follow the instructions in the given link, and you will add comments to your Google site.

 

Once you’ll have installed it, the tool will create a box for the chat.
When you want to send a message for the first time you’ll have to login using social networks (ex. Facebook, Twitter, Google+) or registering via e-mail and you can write comments using this tool.
I hope this post helped you. In my eyes it’s a very cool tool and it’s compatible with various social networks.

Deleting a Google Account with all the data

Unfortunately the guide provided by google for this isn’t updated, so I spent 5 minutes searching the correct option.

Let’s start:
1. Join your google account using gmail.com
2. Click on the gear on the up-right of the monitor and select ‘Options’
3. Click on ‘Account’ and ‘Import’ and select ‘other options for google account’
4. In the new page, scroll until under ‘Account Management’ you find ‘Delete Google account and data’
5. In the new page, choose the google account to delete and insert the password.
6. Scroll until you find two checkbox and and check both them.
7. Click “Delete account” and you will delete it.