Its been a long since my last post. Yeah! I got a bit busy. Now we all know that Cartoon Networks disappointed us now a days with boring cartoons. I still remember those days The Flintstones, Scooby dooby doo, The powerpuff girls, The Justice league, X-Men...list never ends. Through the net I finally found the best 2 sites to watch the anime and Cartoons online.
1) Kissanime.com / AnimeHub
Now for those who don't know anime is different then the Cartoons. Japanese call it anime and some of them are based on manga(Japanese comic). this site contains tones of series sub/dub for international viewers. For starters try Attack of titans or Fullmetal alchemist. Now another good new for windows8/8.1 users is there are few smart coders who developed client application for the same called AnimeHub or may those people were same god knows. Now enjoy old Pokemon, bay-blades and Dragonball-Z all on the one of these
2) Kisscartoon / KissCartoon
I don't know why they put kiss as prefix but KissCartoon contains all the '90s cartoon network seasons and current ongoing seasons also. Samurai Jack, Jackie-Chan Adventure. So Enjoy your week-days and weekends with cartoons
Recently I am developing a java Application to Organize my Desktop and move files to particular folder as per file type in Net-beans for Linux. After developing Application i started thinking that in Windows visual studio provide facility to build and directly generate *.exe file so it run by double clicking but what about Linux so here is the solution
note: I am using Linux mint 12 so if you face problem to follow steps listed below please notify me
Step 1: Set your starting frame by right clicking on project and go to properties->Run
Select your Main Class by Browsing...
Step 2:To Build Your Application go to Run->Clean And Build Project (Check your project name)
So that .jar file will be generated in home/NetBeansProject/"your project"/dist
Step 3:If you want to Deploy your Application on other Users too then you have to take care of file operations
Step 4: Now to run jar file from terminal command "java -jar filename.jar"
if command doesn't work then reinstall 'jre'
If your application need prerequisite files and you subjecting your file by current path problem arises in deployment are
- What if it deploy on other's PC
- What after .jar file generate then what happen to current path
If we run jar file from terminal it will treat home folder as current path
Ex:- In my application I refer some files "doc.cat,img.cat " for categories of file so i created it in project folder now when i run through terminal i have to put that file in home folder
If your application run correctly via terminal through command then to run application by double clicking
Step 5: Create launcher right click on desktop and select create launcher give information as below
Type: Application
Name: Give Any Name
Command: "java -jar filename.jar"
Click on Ok
Note: If you are using mint 12 then no option appear for create launcher follow article no 1b on below link to fix that problem
http://forums.linuxmint.com/viewtopic.php?t=86813
Desktop organizer for linux :- http://www.mediafire.com/?swr3w4yde2owx91
Our Dear facebook
is going to launch facebook timeline feature
for all the users in coming
days. Currently the timeline
feature is available on facebook for devlopers only for that you need to have facebook developer account +
developer skills a bit.
However,
making your account facebook developer account and the steps to activate
facebook timeline are pretty simple.
How
to activate new Facebook timeline:-
For being a developer on facebook:-
- Login to
your facebook account
- Goto Facebook Developers Page – Join
it / activate it by on screen instructions
normally.
- Once
you’re in app as a developer
For create a new app following next steps:-
- Click
create a new App
- Give it a
name and namespace (I named mine: parth_timeline), agree to terms and click
continue.
- on the
next page, chose: “Open Graph” from left menu
- You will
see 2 input boxes followed by “get started” button
on this page. Simply enter “write” and “letter” in those boxes
and press “get started”
- You don’t
need to change anything on all 3 pages, just click “save changes and next”
button at the end of the page (all 3 of them and “Save changes and finish” on
the last page ) We’re done with our application now.
- Goto
facebook.com homepage again (not developer homepage). You will see an
invitation on top to upgrade to facebook timeline! (logout and login if you
don’t see at first)
Activate
facebook timeline and keep this in mind: you can see timelined profiles of
those who have activated
facebook timeline for their profiles in the same way.
Meet you with
Facebook Timeline……….Enjoy….& by the way congrates you have now become a Facebook
devloper.
To be a successful computer engineer we have to deal with different OS and i know you have deal with it. Now, when you install more than one operating system parallel you surely will have come across the GRUB boot loader. It’s the GRUB loader that helps select which OS to boot into with an interface during booting time. But in the default interface there is nothing much to count on.
The BURG (Brand New Universal Bootloader) is an alternative (based on GRUB) its reverse in spell also. so for non animated default Linux GRUB boot loader. Once after installing BURG you can visually experience the awesome looking boot loader themes.
The steps you have to follow to install BURG are:-
1) Adding BURG PPA ( Parallel Port Adapter )
Run the following command lines from terminal window one after the other.
sudo add-apt-repository ppa:bean123ch/burg
sudo apt-get update && sudo apt-get install burg burg-themes
2) Installing BURG to Master Boot Record
Now you have to install BURG to MBR ( Master Boot Record) of your hard disc. Usually it will be on hd0, that is MBR of the first Hard disc.
sudo burg-install "(hd0)"
3) Updating BURG files
Make sure you update the BURG entries before re-booting for the BURG to show up.
sudo update-burg
It provides 12-13 themes of BURG. Some features provided by BURG are here so at booting time
Press
F1 :- Help
F2 :- Change the theme
F3 :- Change Resolution
Have A Nice Day............