Sunday, 30 April 2017

Create a Java Project using Maven

Create a Java Project using Maven


Environment


The versions in this tutorial shouldnt matter too much, but Im using:
  1. Eclipse Java EE IDE for Web Developers.
    Version: Luna Service Release 1 (4.4.1)
    Build id: 20140925-1800
  2. Apache Maven 3.2.3
  3. Oracle JDK 1.7.0_71


Outline

  1. Creating the Project
  2. Cleaning the Project
  3. Importing the Project


Create the Project


 mvn archetype:generate 
-DgroupId=<my-group-id>
-DartifactId=<my-artifact-id>
-DarchetypeArtifactId=maven-archetype-quickstart
-DinteractiveMode=false

The groupId is unique among all Java projects.  This generally conforms to the Java packaging naming standards.  The artifactId is used in artifact generation and For example, a project might have a dependency on lucene-core (artifactId) and the source code in this project has the package structure "org.apache.lucene.core".


Operational Output

 $ mvn archetype:generate -DgroupId=org.swtk.common.qa -DartifactId=commons-qa -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false 
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) > generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) < generate-sources @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.0
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: basedir, Value: C:projectsswtk-common
[INFO] Parameter: package, Value: org.swtk.common.qa
[INFO] Parameter: groupId, Value: org.swtk.common.qa
[INFO] Parameter: artifactId, Value: commons-qa
[INFO] Parameter: packageName, Value: org.swtk.common.qa
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] project created from Old (1.x) Archetype in dir: C:projectsswtk-commoncommons-qa
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.802 s
[INFO] Finished at: 2014-12-12T15:58:12-08:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------

Using WinDirStat, lets look at what Maven has visualized for us:

The generated directories conform to Mavens standard directory layout.  There is a already a simple Java class and even simpler test harness in place as a placeholder to run the Maven build lifecycle.



Clean the Project


Run the package command, as part of the maven build lifecycle to validate the new project:
 mvn clean package 



Import into Eclipse


As it stands right now, we will not be able to import this project into Eclipse, until we instruct Maven to add an Eclipse nature to the project.

Run this command:
 mvn eclipse:eclipse 

Operational Output

 $ mvn eclipse:eclipse 
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building commons-qa 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-eclipse-plugin:2.9:eclipse (default-cli) > generate-resources @ commons-qa >>>
[INFO]
[INFO] <<< maven-eclipse-plugin:2.9:eclipse (default-cli) < generate-resources @ commons-qa <<<
[INFO]
[INFO] --- maven-eclipse-plugin:2.9:eclipse (default-cli) @ commons-qa ---
[INFO] Using Eclipse Workspace: C:BackupJavaworkspacesswtkcommon
[WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: C:Program FilesJavajre7
[INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAINER
[INFO] Not writing settings - defaults suffice
[INFO] Wrote Eclipse project for "commons-qa" to C:BackupJavaworkspacesswtkcommonprojectsswtk-commoncommons-qa.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.797 s
[INFO] Finished at: 2014-12-12T16:07:38-08:00
[INFO] Final Memory: 11M/491M
[INFO] ------------------------------------------------------------------------


Then import the project into your Eclipse workspace:
File > Import > Existing Projects into Workspace


I find thats its necessary with this current version of Eclipse and Maven to perform an additional step at this point:
Right-Click on the Project > Configure > Convert to Maven Project
Eclipse will likely update the project with some default values, including JDK 1.5.

It will be necessary to explicitly set the JDK build level in the POM file like this:
 <build> 
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>

</configuration>
</plugin>
</plugins>
</build>

By using these values in the POM file, Eclipse and Maven will stay in sync with Java compiler levels.


Automation


Under Windows, I like to add this batch script to my bin directory of Maven (or anywhere on the path):
 @echo OFF 
REM http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true

mvn archetype:generate -DgroupId=%~1 -DartifactId=%~2 -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
cd %~1
mvn eclipse:eclipse
mvn build
cd ..

On either OS X or Linux/Ubuntu, this shell script works great:
mvn archetype:generate 
-DgroupId=$1
-DartifactId=$2
-DarchetypeArtifactId=maven-archetype-quickstart
-DinteractiveMode=false
pushd $1
mvn eclipse:eclipse
mvn build
popd

Then, when creating a new Java project, I can simply invoke:
mvn-gen com.mycompany.project my-project
Remove the mvn eclipse:eclipse command if this is not your IDE.


References

  1. Introduction to Archetypes
    1. Archetype is a Maven project templating toolkit
    2. An archetype is defined as an original pattern or model from which all other things of the same kind are made. The names fits as we are trying to provide a system that provides a consistent means of generating Maven projects. Archetype will help authors create Maven project templates for users, and provides users with the means to generate parameterized versions of those project templates.
  2. Standard Directory Layout
    1. Having a common directory layout allows users familiar with one Maven project to immediately feel at home in another Maven project. The advantages are analogous to adopting a site-wide look-and-feel.
  3. Creating a Web Project with Maven (and without Eclipse)
    { Read More }


    3px; li"

    3px; li"


    crusader,skill,build,level,80,pvp
    { Read More }


    Crypto CSharp By X Virus Eg

    Crypto CSharp By X Virus Eg


    Informa��es:

    Programa: [Crypto] CSharp
    Tamanho: 10,5 KB ::.
    Data da Cria��o: 09/12/2016 [22:57]









    { Read More }


    Create Virtual Drive Anywhere Use Virtual Drive Creator v2 2 Full

    Create Virtual Drive Anywhere Use Virtual Drive Creator v2 2 Full


    Create Virtual Drive Anywhere


    Configure Your Hard Disk Storage Using Virtual Drive


    What is Virtual Drive
    Wiki explain that Virtual drives are typically read-only, being used to mount existing disk images which are not modifiable by the drive. However some software provides virtual CD/DVD drives which can produce new disk images; this type of virtual drive goes by a variety of names, including "virtual burner".

    A Virtual Drive in computing is a device that to the operating system appears to be an ordinary physical disk drive, with disc images substituted for disc reading hardware through the use of software called a disk emulator. It may also be termed an electronic disk, RAM disk, emulated disk, e-disk, pseudo-drive, super drive, hyperdrive or memory disk.

    Basically, Virtual Drive is not a physical drive present in your system. But it serves just like any other CD/DVD drive. When you take an image of a CD/DVD and save it on your hard disk, you can directly access that CD/DVD content by just mounting it onto virtual drive. One of the famous virtual drive is from PowerISO.

    Or Try to Download the File and install VD Setup.. Double Click the Reg key file.. Now Ready to Create your Virtual Drive, Browse To the folder you want to Save All Your Virtual Drive files.. Select Available Drive letter for your Virtual Drive. Click OK and Refresh..



    Download Virtual Drive Creator Full

    More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
    { Read More }


    Crack Version Wireless Sniffer Kismet Free Download

    Crack Version Wireless Sniffer Kismet Free Download




    Newsofcrime.blogspot.com



    Kismet is a console based 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. It identifies networks by passively sniffing and may even decloak hidden networks if they are in use. It can automatically detect network IP blocks by sniffing TCP, UDP, ARP, and DHCP packets, log traffic in Wireshark/TCPDump compatible format, and even plot detected networks and estimated ranges on downloaded maps.


    Click Here TO Download
    { Read More }


    Crazy Penguin Catapult 2

    Crazy Penguin Catapult 2







    Polar bears are about to invade the ice of the south! Respingili throw at them with a faithful brave penguin catapult up to 60 exciting levels! Crazy Penguin Catapult doubles: New bonus levels and boss battles! Exceeds missions without errors and get special power-ups to the penguins, playing the campaign mode and strategy for endless fun.







    Supporting Devices:

    Nokia 3230, 6260, 6600, 6620, 6630, 6670, 6680, 6681, 6682, 7610, N70, N72, N90N73, N75, N76, N77, N81, N82, N93, N93i, N95, E50, E51, E65, 5700, 6110, 6120, 6121, 6290, 6500.






    DOWNLOAD

    Click Here to Download Crazy Penguin Catapult 2
     
    Alternative link:

    Click Here to Download Crazy Penguin Catapult 2

    { Read More }


    Saturday, 29 April 2017

    Copy A File From RemoteHost to LocalHost

    Copy A File From RemoteHost to LocalHost


    DESCRIPTION:
    • Consider we want to copy test.txt file from remote machine(192.168.2.5) to local machine(192.168.1.10)
    • We need to use scp(secure copy) command to establish above need
    • For this you want the root password of the remote host.

    COMMAND:

        scp  <remote username>@<remote ipaddress>:<source with path> <dest path with file name>

        example:
        scp root@192.168.2.5:/home/remote/test.txt /home/user/Desktop/test.txt
    • It will ask the remote machine password to enter
    • Now file will successfully copy to remote machine 

    { Read More }


    Convert PDF to DOC files

    Convert PDF to DOC files


    PDF2Word (pdf to word) software enable export the text, images and other contents from pdf document into word document, so you can reuse your PDF content, pdf to word software will preserving text, layout and bitmap images in the generated word document.

    PDF2Word (pdf to word) software is a standalone program and does not require Microsoft Word, Adobe Acrobat, or even Acrobat Reader.

    Here are some key features of "PDF to Word Converter" :
    � Convert PDF files into Microsoft Word documents;
    � Batch PDF to Word Conversion;
    � Standalone software, MS Word, Adobe Acrobat and Reader NOT required!
    � Support Command Line Operation (for manual use or inclusion in scripts);
    � Automatically resize PDF page to fit your requirement;
    � Accurately preserve Text, Pictures, and Layout;
    � PDF to Word is easy to use;
    � Support multiple document conversions (Batch Processing);
    � Support drag and drop files and batch conversion;
    � Support PDF1.6 protocol (formerly only supported by Acrobat 7.0);
    � Converted files can be automatically loaded immediately after conversion complete;
    � Support page ranges (all, from to, individual pages);
    � Support English, French, German, Italian and other languages;
    � Support delete graphics and pictures from the generated Word document;
    � Support encrypted PDF files;
    � Five reconstruction modes for PDF to Word conversion;
    � Convert PDF file to flowing MS Word document without text boxes;


    Download Convert PDF to DOC files
    { Read More }


    Crush Gear Turbo

    Crush Gear Turbo








    (PSX) Gekitou Crush Gear Turbo [NTSC-J] [SLPS-03453] Action-Adventure Games
    { Read More }


    v class"

    v class"


    convert,python,programs,to,standalone,windows,exe,file
    { Read More }


    CorelDraw X8 on a Surface Pro 4 Part 3

    CorelDraw X8 on a Surface Pro 4 Part 3


    Continued from CorelDraw X8 on a Surface Pro 4 Part 2

    The Surface Pen and the CorelDraw X8 Graphics Suite


    I freely admit Ive always been horrible with the old-school Wacom Pen tablets, but I did use the accessory a few times over the years with applications such as InDesign, FrameMaker, Corel PaintShop Pro, and Corel Designer. When I purchased the Surface Pro 4, I fully expected to use the Surface Pen extensively with CorelDraw X8 and Corel Photo-Paint X8. As it turned out, I found using the Surface Pen even more awkward than the Bamboo tablets. Note that devoted Surface Pen users will probably fair much better than me and my bruised and misshapen unskilled hands.


    As mentioned in the previous section, users should not expect Corel Photo-Paint to be optimized for the Surface Pen. The CorelDraw X8 Graphics Suite Reviewers Guide has a short section devoted to the "New" Real-Time Stylus (RTS) support, but its clear the developers never focused on it as a selling point. In fact, compared with Microsofts free Fresh Paint app, Corel Photo-Paint X8 is a bit embarrassing in terms of pen accuracy. Even if you crank up the Surface Pens sensitivity settings and set the Pen Settings in Corel as best as you can, Photo-Paint X8 (and CorelDraw X8) cant mimic the performance of free drawing and painting apps from the Microsoft Store.

    Note: Based on the configuration settings and performance on the SP4, it seems like X8 seems to be still using Windows 8s stylus support, rather than the newer and better engine found with Windows 10, which was designed for devices such as the Surface Pro series.



    There were moments while using Corel Photo-Paint X8 that I felt the Surface Pen worked well, but for the most part, the pen skipped terribly and the user experience was nowhere as smooth as when working with dedicated painting and drawing mobile apps. In addition, the palm block feature of Windows, which works well with OneNote and Microsoft mobile apps, was inconsistent on Corel Draw and Photo-Paint. There were times when marks would suddenly appear on the document as I attempted to scribble on the workspace with the Surface Pen.

    The palm block feature for SP4 was inconsistent on CorelDraw X8, making vector editing with the Surface Pen extremely awkward at times.

    There is every possibility Corel fans can paint and draw with Photo-Paint X8 with the Surface Pen accurately with practice, but for my part, I think Im sticking to traditional pen and paper, or create initial sketches using Fresh Paint and then import it over to Corel Draw or Photo-Paint. Starting a project from scratch with Photo-Paint X8 with the Surface Pen seemed impractical and frustrating.

    Using the Surface Pen with CorelDraw is slightly better, especially for basic design tasks. However, as mentioned in Part 1 and 2 of this series, the screen real estate of the SP4 doesnt make it the best environment for using the Surface Pen to tap and drag nodes, and zoom in and out of the work area. As I adjusted angles and smoothened objects on my .cdr file, I found myself repeatedly tapping the Surface Pen on the screen several times when the application wouldnt take. It was clear the Surface Pen doesnt perform as well in Corels applications as it does in apps such as OneNote, Fresh Paint, or even Word.



    Note: I often read incredibly uneducated comments online about comparisons between the Apple Pencil and the Surface Pen. Many mainstream users dont realize the software - the app where youre using the input tool - affects the overall performance and user experience. In short, if you use the Apple Pencil with a crappy iOS app, then obviously the user experience would be awful. When you go to an Apple Store and test the iPad Pros Apple Pencil, Apple ensures the apps installed on the display models were tested rigorously with the Apple Pencil. If you used it with a quality iOS app, theres the illusion of Apple Pencils infallibility. The Surface Pen works in the same way, though its not as obvious because ignorant users seem to think that the Windows 10 desktop should work like an Android tablet UI (big screen elements and massive idiot-proof buttons) or iOS. However, more experienced (and more intelligent) users can scribble along on OneNote and draw amazing illustrations using the Surface Pen with ease using Adobe Photoshop, Corel Painter, or stylus-optimized mobile and desktop applications.

    Finally, although in time Ill probably improve with the right-click button on the Surface Pen, I fumbled with pressing it while working with a CorelDraw or Corel Photo-Paint project. It wasnt long before I found myself returning the Surface Pen to the magnetized area on the SP4s bezel and picking up my Microsoft mouse.

    Concluded in CorelDraw X8 on a Surface Pro 4 Part 4
    { Read More }


    Friday, 28 April 2017

    Crap Software config Setting Bagaimana set up firewall

    Crap Software config Setting Bagaimana set up firewall


    Konfigurasi Crap Software Pro
    --------------------------------------
    Seting Standar Konfigurasi

    konfigurasi pertama Anda harus Crap Software ini dari harus seperti ini ----

    Peluncuran Crap Software Pro dan klik untuk menyorot "Pendahuluan"
    tab di sebelah kiri. Di jendela yang muncul di sebelah kanan
    sisi tangan klik "Preferences" tab dan di bagian "Periksa pembaruan" cek "Manual".

    Pada bagian "General" Anda juga dapat mengkonfigurasi Crap Software untuk beban di
    start up yang dianjurkan karena perangkat lunak ini adalah baris pertama Anda
    pertahanan terhadap invasi tak diundang dari komputer Anda oleh seluruh
    gamult dari virii, spyware, adware dan bot! Virus memeriksa perangkat lunak
    tidak memiliki tempat, tetapi ingat bahwa pencegahan selalu lebih baik
    daripada mengobati!

    Crap Software kontrol program Pro dikonfigurasi secara otomatis.
    Ketika Anda menjalankan untuk pertama kali akan ditanya atas nama program
    diinstal pada sistem Anda untuk izin untuk mengakses Internet.
    Browser Anda akan menjadi yang pertama untuk meminta - cukup centang "Ya"
    kotak dan "Ingat pengaturan ini" kotak dan Crap Software
    selalu memungkinkan akses browser Anda secara otomatis.

    Kecuali Anda menggunakan database online otomatis, dsb, seharusnya tidak ada
    alasan untuk aplikasi selain browser, klien email, klien ftp,
    streaming media player atau download manager untuk mendapatkan akses ke Internet.

    Maka pertimbangkanlah apa jenis program itu adalah bahwa kebutuhan akses internet
    sebelum memberikan izin Crap Software untuk mengizinkannya. Jika hanya seorang sopir file
    (DLL). Bahwa permintaan akses Internet, selalu Windows pencarian untuk mencoba
    dan mengidentifikasi itu. Banyak seudo-virii seperti adware dan sub kelas
    tujuh Trojan mengakses Internet dari sistem anda menggunakan file dll..
    ----------------------------------------------

    Konfigurasi Seting Lanjutan

    Jika Anda tidak pada LAN (terhubung ke komputer lain dalam jaringan)
    Anda dapat menggunakan panduan ini untuk memberikan firewall Anda beberapa otot nyata:

    Peluncuran Crap Software Pro dan klik untuk menyorot "Firewall" tab pada
    sisi tangan kiri. Di jendela yang muncul di sisi kanan
    di bagian "Internet Zona Keamanan" setel kontrol slider untuk "Tinggi"
    Kemudian klik "Custom" tombol di bagian yang sama.
    Halaman Pengaturan berikutnya adalah dibagi menjadi dua bagian dengan tab Internet
    Zona dan Zona Trusted di bagian atas halaman.

    Di bawah tab Zona internet ada daftar pengaturan yang dapat
    diakses oleh bergulir.

    Di puncak adalah pengaturan keamanan yang tinggi dan satu-satunya yang harus
    cek dari ada "memungkinkan broadcast / multicast".
    Sisanya harus dicentang

    Gulir ke bawah sampai Anda mendapatkan ke daerah pengaturan keamanan menengah.
    Periksa semua kotak di bagian ini sampai Anda mendapatkan "Blok Incomming
    Port UDP ". Bila Anda memastikan bahwa Anda akan diminta untuk pasokan
    daftar port, dan di lapangan di bagian bawah halaman masuk
    1-65535

    Kemudian kembali ke daftar dan centang kotak di samping "Blok
    Outgoing UDP "dan di bagian bawah halaman masuk
    1-19, 22-79, 82-7999, 8.082-65.535

    Ulangi prosedur ini untuk pengaturan berikut
    "Blok Port TCP Incomming": 1-65535
    "Blok Port TCP Outgoing": 1-19, 22-79, 82-7999, 8.082-65.535
    Kemudian klik "Terapkan", "Ok" di bagian bawah halaman.

    Kembali di tangan kanan "Firewall" pergi panel sebelah kuning
    "Trusted Zona Keamanan" bagian dan set ke "tinggi" dengan slider.
    Klik "Custom" dan ulangi prosedur DI ATAS kali ini memilih
    * Trusted Zone * tab di bagian atas halaman pengaturan.

    Pengaturan ini akan menghentikan semua paket masuk pada port 1-65535
    dan juga memblokir semua ping, trojan dll Pengaturan ini juga akan menghentikan semua
    spyware atau aplikasi dari menelepon rumah dari drive Anda tanpa sepengetahuan Anda!
    { Read More }


    Counter Strike Extreme V5 Pc Mediafire Windows

    Counter Strike Extreme V5 Pc Mediafire Windows



    Counter strike merupakan game Fps yang sangat seru.dengan semua senjata dan musuh-musuh tangguhnya counter strike menjadi game yang memiliki ciri khas yang mendalam pada setiap gamer.Setelah dulu saya pernah post tentang counter strike condition zero ,sekarang saya akan membahas Counter Strike Extreme yang V5 (versi 5).Walaupun telah hadir counter strike versi 6 namun hanya sedikit perubahan,jadi tidak masalah bukan ?


    KLIK GAMBAR DIBAWAH INI UNTUK MENDOWNLOAD

    http://www.mediafire.com/?74j166sbcldbx 
     
     http://www.mediafire.com/?74j166sbcldbx
    Pass : alisoftware
    From : www.catatanmathin.blogspot.com
    Dan Patch Untuk menambahkan Map
    http://www.mediafire.com/?o0qrs10ej07eei8 
    OR
    From : http://araya19.blogspot.com/2011/08/counter-strike-xtreme-v5-free-download.html
    Counter Strike Xtreme V5 part1 | 200 Mb
    Counter Strike Xtreme V5 part2 | 200 Mb
    Counter Strike Xtreme V5 part3 | 200 Mb
    Counter Strike Xtreme V5 part4 | 200 Mb
    Counter Strike Xtreme V5 part5 | 35 Mb

    Password : Www.net4Download.com / www.Net4Download.com  
    Cara Install :
     Move In One Folder.
    Right click on Part 1 And select extack here.
    click On setup .exe
    Penting !!!
    Game ini tidak akan berjalan tanpa mscomtl.ocx.
    Download mscomtl.ocx 
    Copy mscomtl.ocx ke C : windows/system32.
     Restart your game and Play. 
    { Read More }


    CorelDRAW Graphics Suite X8 Apk

    CorelDRAW Graphics Suite X8 Apk


    Cover art



    CorelDRAW Graphics Suite
    Combine your creativity with the unparalleled power of
    CorelDRAW� Graphics Suite X8 to design graphics and layouts,
    edit photos, and create websites. With advanced support for
    Windows 10, multi-monitor viewing and 4K displays, the suite
    lets first-time users, graphics pros, small business owners and
    design enthusiasts deliver professional results with speed and
    confidence. Discover high-caliber and intuitive tools to create
    logos, brochures, web graphics, social media ads or any
    original project. CorelDRAW your way.
    How to Install?
    Download and extract files
    Install CorelDraw Graphics Suite (Trial)
    Block your internet connection
    Start CorelDraw , In Help Menu Click on Sign In
    another window will open click on Already Purchased (bottom)
    Use XFORCE to generate your serial and choose offline
    activation
    Copy Your Installation Code into XF keygen and generate
    your Activation Code
    Copy it back into Corel Activation Window
    System Requirements
    Microsoft Windows 8/8.1 (64-bit editions), Windows 7
    (64-bit editions), all with latest service packs installed
    Intel Core 2 Duo or AMD Athlon 64
    2 GB RAM
    1 GB hard disk space (for installation without content)
    Mouse, tablet or multi-touch screen
    1280 x 768 screen resolution
    DVD drive (required for box installation)
    Microsoft Internet Explorer 8 or higher
    Screenshot

    Downloads
    CorelDraw Graphic Suite X8 With Keygen (1.9
    GB)/ Mirror
    CorelDraw Graphic Suite X8 Keygen Only (325
    KB) / Mirror
    CorelDRAW Graphics Suite X7.5 (32-64Bit) With
    Keygen (1.6 GB) | Mirror


    Source link

    { Read More }


    Crysis 3 Jtag Rip Russound

    Crysis 3 Jtag Rip Russound


    Custom ROM Lenovo A369i Rasa AXIOO PICOPHONE - Custom ROM ini di porting dari firmware Lenovo A369i ROW_110_140108.

    Screen Shoot













    Fitur : 
    • Root
    • Add BusyBox
    • Jelly Bean 4.2.2
    • Dual 3G Switch
    • RAM empety
    • Very Smooth
    • Multi Language
    • Keyboard add to keyboard xperia
    • Camera 2 MP
    Bugs:
    • No Bugs
    Cara Install :

    Cara Install :
    • HH harus Root
    • HH harus install TWRP
    • Download file zipnya dan simpan di sd card" jangan didalam folder apapun biar gampang nyarinya
    • Backup aplikasi yg menurut agan penting dengan titanium backup
    • reboot ke recovery mode dengan cara menekan tombol daya, tombol volume ( + ) dan tombol volume ( - )sebaiknya agan backup juga systemnya di twrp
    • Pilih advance wipe,,centang semua kecuali sd card dan emmc jangan dicentang ya
    • Install file zip yg agan download tadi tunggu sampai selesai
    • Setelah selesai wipe dalvik cache lagi kemudian reboot

    Download Custom ROM Lenovo A369i Rasa Axioo Picophone
    Size : 294 MB
    Publisher : Prime Silver

    Sumber : http://primesilver00.blogspot.com/

    { Read More }


    Cowstyle Bouncia Body Soap REVIEW

    Cowstyle Bouncia Body Soap REVIEW


    Menurut kalian, sabun yang enak dipakai itu yang kayak gimana sih? Kalo menurut aku, sabun yang wanginya enak, ga bikin kulit kering, dan saat dibilas hasilnya ga licin.. Memang selera orang berbeda-beda sih ya pastinya :D

    Aku baru mendapat sabun Cowstyle Bouncia ini dari Kawaii Beauty Japan ! Mau tau seperti apa sabun ini? Read more yaa :)



    - Wangi -

    Wangi dari sabun ini menurut aku benar-benar relaxing banget. Wanginya pas dan ga menyengat. Enak deh pokoknya. Absolutely no complaint for the smell of this soap !


    - Texture -

    Sebagai sabun cari, tekstur dari sabun ini lebih mengarah ke cair daripada kental. 1 pump dari sabun ini, cukup untuk 1 badan aku. Hemat banget kan?

    Buat kalian yang suka mandi pakai busa, sabun ini menghasilkan busa yang melimpah loh. Bahkan disarankan untuk menggunakan tangan dalam pembuatan busanya. Kenapa menggunakan tangan? Karena kulit wanita itu lembut sekali, handuk atau sponge bath bisa merusaknya. Menyebabkan kulit menjadi kehilangan kelembutan dan kelembabannya.

    Selain itu, Bouncia mengandung Hyaluronic Acid, Collagen dan Butter yang berguna bagi kecantikan kulit.




    Mau tau bagaimana cara membuat busa dengan Bouncia dan hanya menggunakan tangan?
    Ada di video ini :)



    Menurut aku, sabun ini sih sudah memenuhi kriteria sabun kesukaan aku banget, karena hasilnya di badan juga tidak licin dan juga tidak kesat. Pokoknya pas deh!

    Tertarik untuk mencoba?
    Bouncia sudah tersebar di Guardian, Watsons dan beberapa supermarket di Indonesia :)



    { Read More }


    Thursday, 27 April 2017

    CPCBox Amstrad Emulator Online

    CPCBox Amstrad Emulator Online


    Amstrad foi um computador lan�ado na d�cada de 80, para rivalizar com os computadores da empresa IBM, que em sua �poca n�o eram muito acess�veis devido ao seu pre�o elevado.
    CPCBox � um emulador deste computador, que roda diretamente do seu navegador utilizando c�digos JavaScript e HTML5, sem precisar ter arquivos dos jogos ou programas em sua m�quina.
    Assim voc� poder� reviver os cl�ssicos que sa�ram para este computador como Arkanoid, Chase HQ, Donkey Kong, Wonder Boy e muitos outros.

    Configura��o M�nima
    Roda em Java, Qualquer Navegador.

    Tamanho: ~ MB


    { Read More }


    Crime Crackers

    Crime Crackers







    When I first heard about the import Playstation game Crime Crackersthrough some unrelated Google search, it was touted as an anime-infused
    { Read More }


    Creating a bootable USB drive when the BIOS supports only USB ZIP

    Creating a bootable USB drive when the BIOS supports only USB ZIP


    Mini-ITX Epia 5000-L motherboard, ready to boot.
    The red USB stick is the boot medium,
    1GB USB stick with a complete Debian 6 install
    masquerading as a 250MB USB-ZIP drive.

    My used mini-ITX motherboard has a BIOS limitation that prevents it from booting from ordinary hybrid-iso images. The BIOS doesnt recognize USB-HDD (the popular type used today), but only older USB-FDD (USB floppy drive, limited to 1.4MB) or USB-ZIP (USB Zip Drive, limited to 250MB).

    Who today has useful systems that fit in 250MB?

    This is a demonstration of how to use a chainloader to get around the 250MB restriction. Here is how to build a working full install of Debian 6 on a bootable USB Stick. Its a full install (not a live-install that uses a ramdisk), so all the slow read/writes to the USB stick will make the system very slow and wear out the USB stick prematurely. Again, this is just a demo of how to use a chainloader to get around that 250MB restriction.

    1) Create the Linux system

    This is the long and complicated part. Use debootstrap to create a complete system somewhere else. I explained how I did it in this post for an SD card, and its almost exactly the same.

    Creating the complete system in, say, /var/usb-env should include creating /boot/initrd.img.version# and vmlinuz.version# , but not grub. We will use initrd.img and vmlinuz in Step #3, and this demo uses the simpler syslinux instead of grub.

    2) Prepare the USB Stick

    To be understood by the old BIOS, the USB stick needs an MBR up front, followed by a FAT boot partition of less than 250MB and labeled as the 4th partition (though its really the first partition). After that, we can do whatever we like.

    The best tool for creating a USB-ZIP bootable partition is mkdiskimage, part of the syslinux package. Everything below should be done as root to the unmounted USB-stick:
    MAKE SURE you are using the right /dev/DEVICE
    /dev/sdb was mine, but probably wont be yours!

    # mkdiskimage -Mz4 -i usb-zip /dev/sdb 15 64 32
    -M and 15: Create a 15 MB partition (I only needed 12 MB)
    -z4: Create a zip-disk geometry on partition 4 (normal for zip disks)
    -i usb-zip: Name of the partition. Use any name you wish
    Of course, your /dev/DEVICENODE may vary. BE SURE you are using the right node!
    15 64 32: 15 MB (see -M), 64 heads, 32 sectors (62 and 32 are required for zip)

    After the USB-ZIP partition is made, you can do the rest of the partitions in your favorite editor. I used Gparted to create a 700MB Linux partition and the remaining space on the device as a swap partition.

    3) Install files onto the boot partition

    The install files consist of the bootloader, and the Linux /boot/initrd.img.version# and vmlinuz.version# files. The bootloader simply tells the system to load the linux kernel (vmlinuz), then to load the temporary system startup files (initrd.img) that the kernel can understand. One of the appended command options tells initrd where to find the final system root mountpoint on the other partition.

    There are many bootloaders that can be used here, including grub. For simplicity, Im using syslinux instead of grub. I dont need all of grubs configuration options - I just want the bootloader to immediately start loading the kernel and initrd.

    For syslinux, we only need four files on the boot partition: The syslinux binary, syslinux.cfg, vmlinuz, and initrd.img. We also need to know the UUID of the other partitions for the syslinux.cfg file.
    Once again, MAKE SURE you are using the right /dev/DEVICE
    /dev/sdb was mine, but probably wont be yours!

    Check the USB stick partitions before mounting
    # fsck -f /dev/sdb1 # Blank linux, -f forces a check
    # fsck -f /dev/sdb4 # Blank boot

    Get the UUIDs of the various partitions
    # blikd # Get the UUIDs of the newly created partitions

    Install Syslinux
    # syslinux --install /dev/sdb4

    Mount the boot partition
    # mount -t vfat /dev/sdb4 /mnt

    Copy vmlinuz and initrd.img from the prepared system.
    Rename the files to comply with MSDOS 8.3 format
    # cp /var/usb-env/vmlinuz.version /mnt/vmlinuz
    # cp /var/usb-env/initrd.img.version /mnt/initrd.img

    Create the syslinux.cfg file
    # nano /mnt/syslinux.cfg # Use any editor you wish

    ##### Begin File
    Default USB-Stick

    display syslinux.msg
    F1 syslinux.f1

    prompt 40
    timeout 30

    Label USB-Stick
    kernel vmlinuz
    append initrd=initrd.img root=UUID=>UUID of the root partition<
    ##### End file

    Unount the boot partition
    # umount /mnt

    4) Copy the linux system onto the USB Stick

    Once again, MAKE SURE you are using the right /dev/DEVICE
    /dev/sdb was mine, but probably wont be yours!

    Mount the Linux partition
    # mount /dev/sdb1 /mnt

    Copy the system files
    # cp -r /var/usb-env/{bin,etc,home,lib,media,mnt,opt,root,sbin,selinux,srv,tmp,usr,var} /mnt/

    Create the system mountpoints
    # mkdir /mnt/{boot,dev,proc,sys}

    Edit /etc/fstab to add the correct UUIDs for the root, boot, and swap partitions
    and remove the cruft from the creating-system disks.
    If you need to discover a UUID, use the blkid command.
    # nano /mnt/etc/fstab # Use any editor you wish, of course

    #####Begin File
    # <file system> <mount point> <type> <options> <dump> <pass>
    UUID=<UUID of the main system> / ext3 defaults,errors=remount-ro,noatime 0 1
    UUID=<UUID of the boot partition> /boot vfat defaults,errors=remount-ro,noatime 0 2
    UUID=<UUID of the swap partition> none swap sw 0 0
    #####End File

    Unmount the linux partition, check the USB stick for damage once more
    # umount /mnt
    # fsck -f /dev/sdb4
    # fsck -f /dev/sdb1

    Successful boot to Debian 6 login prompt!
    5) Youre Done

    Unplug the USB stick, walk over to the system you want to boot, plug in the USB stick, and....well, boot.
    { Read More }


    Crypter AS 64 10 By Hassan Hexor

    Crypter AS 64 10 By Hassan Hexor


    Informa��es:

    Programa: Crypter AS-64-10
    Tamanho: 84,0 KB ::.
    Data da Cria��o: 28/12/2016 [17:33]









    { Read More }


    Crash Bash

    Crash Bash






    Sorry to say this without much of a softening up speech, but Crash Bandicoot is the most see-through, copycat mascot that ever existed, and hes once again ripped off a game concept from another mascot. He stole Sonics hip, brash personality and Marios ideas, and now, Im coincidentally sad to say he doesnt even belong exclusively to the PlayStation or PS2. But I digress (already!). His latest venture, Crash Bash (clever double entendre implied) follows up on Crashs five-game PlayStation spree, and approaches the Mario Party concept by adding enough polish and county glimmering fair gaming qualities that make this game hard to resist.
    Gameplay
    Despite its complete lack of originality, Crash Bash is a totally fun party game, and one of the few of its kind on PlayStation. How can I have so much contempt for Crash yet still like the game? Its not easy, but videogames have many layers, and Crash Bash is like spiked punch -- its perfect for a party, as long as you own a multi-tap.
    Crash follows Mario Party right down the line, and I liked Mario Party. It was a light, board game fun that was great for four people. Many of the games were luck-based and a few were skill-based, but it was like going to the county fair. Its distracting and social and you even up kind of liking it. So... If Crash Bash is Mario Party with different characters, then the only thing to hold me up from liking Crash Bash is whether or not Sony and Eurocom trashed the game concept, right? Luckily, they didnt.
    Crash Bash sets gamers up in the familiar Crash universe, in which Crash and his buddies all fight against one another in 30 events that span seven "levels." In Adventure mode, the game strips out the whole game-board concept and just plops you into a menu system. Players pick a game and then fight against three other characters in five to seven minigames in each of seven warp zones. Players win gold cups, gems, and another stone to progress in each Warp Zone before they face off against a Boss. By beating the Boss character in a unique minigame, Crash earns the right to warp to a newer, more intricate set of games. Whats quite nice about the game is that despite the repetitive nature of minigames such as Crash Ball, in each level the game is modified into a slightly altered, more dynamic battle. In Warp Zone 2 Crash Ball vehicles have magnetized bumpers and can control the ball, whereas in level 1, they couldnt. Its touches like this that make Crash worth all of the repetition. Whats more, youll get quite good at it in the single-player mode and then youll have an edge over your buddies when you play in Multiplayer mode.
    What makes Crash Bash and games like it so different and, in many ways, more accessible than standard videogames is the blend of luck and skill. Half of the time when you die, its just bad luck, and the other half its because you learned what not to do. There is no videogame experience required.
    The star characters include Crash, Coco, Dingodile, Tiny, Neo Cortex, and Neo Brio, plus two unlockable characters. The minigames range from twitch games, such as Crash Ball, which is sort of like pinball; Smash-em-up games, such as Polar Panic, in which each character rides a polar bear and they attempt to smash each other off an iceberg arena, and variations of last-one standing and high-point games. Space Bash (among others) is very reminiscent of Bomberman, since characters pick up and throw, or kick, boxes at one another to remain the last one standing. Another Bomberman spin-off is Desert Fox -- characters shoot each other from miniature tanks in a square grid to see who can stay alive the longest.
    The other mode is Battle. Players can go head to head in a four-way competition, or they can team up in two-on-two fights. Battle is the heart of the game, and can keep you glued to the game for hours -- as long as youre in a light mood. There is no big story here, there is no complicated battle system, and there certainly arent any massive fantastic graphic effects -- there are just lots of competitive, adrenaline-pumping minigames. So, if youre in the party mood, Crash Bash is your bag, baby.
    { Read More }


    Corel WinDVD Pro 2010 10 0 5 819 Full With Keygen

    Corel WinDVD Pro 2010 10 0 5 819 Full With Keygen



    Corel WinDVD Pro 2010 10.0.5.819 Full adalah sebuah software berjenis video player..software ini dapat memainkan video yang berjenis DVD dan Blu-Ray...dengan software ini kita dapat menonoton video cinema 3D..Corel WinDVD Pro fungsinya hampir sama dengan Cyberlink PowerDVD..mungkin yang membedakan hanya perusahaan yang membuat dan fitur yang dimiliki..jadi, apakah anda ingin mencobanya..silahkan





    Tampilan awal Cyberlink Power DVD di PC saya..
    System Requirements:
    • Intel� Core� Processor Family, AMD Athlon� 64 X2 3800+ 2.0 GHz or higher recommended
    • Windows� 7, Windows Vista� or Windows� XP, with latest service packs installed
    • 1 GB of RAM
    • NVIDIA G8x and above; AMD M7x and above; Intel GM45/G45 series (Windows Vista/Windows 7). Minimum 128 MB VRAM; recommended 256 VRAM
    • NVIDIA 3D Vision Capable VGA
    • 250 MB of free disk space
    • Windows-compatible sound card
    • Windows-compatible optical drive for DVD/AVCHD playback
    • Windows-compatible BD drive for BD playback
    • Internet connection required for online features (BD-Live) 
    Download Here:
    • Download | Corel WinDVD Pro 2010 from Official Site (170.49 MB)
    • Download | Manual Update from Official Site (80 MB)
    • Download | Corel WinDVD Pro 2010 10.0.5.819 Full With Keygen from Filesonic (252 MB) (tested and work)
    Part 1
    Part 2
    Part 3

    Saya rekomendasikan anda untuk mendownload link dari filesonic, karena link nya telah saya coba dan berhasil..agar download bisa cepat, gunakan akun premium filesonic yang telah saya share, silahkan kesin
    JUDUL SPOILER
    Cara install Corel WinDVD Pro
    1. Install seperti biasa, nanti anda akan diminta memasukkan serial, buka keygen dan klik KEYCODE, nanti muncul serial nya
    2. Setelah install selesai, klik "Other Activation Option" yang ada di sudut kiri bawah
     3. Pilih dan klik Phone Corel
     4. Cocokkan key yang dimiliki dengan WinDVD dengan keygen
    5. Selamat menikmati..tutorial by Admin Aspirasisoft-Ridho
    { Read More }


    Corel DRAW X5 Free Download

    Corel DRAW X5 Free Download


    CorelDRAW Graphics Suite X5 is an all-improved graphic editor that you can use to design and create compelling logos, ads, and various images for websites and others. CorelDRAW Graphics Suite X5 released on May 27 2011.

    Download free 30 day trial CorelDRAW Graphics Suite X5.

    CorelDRAW Graphics Suite X5 File Size 583 MB. CorelDRAW Graphics Suite X5 Website
     
    CorelDRAW Graphics Suite X5 is for Web designers, 2D or 3D artists, ad specialists, and just about anyone who works in the digital artwork domain use special tools that simplify work and let them create extraordinary products.

    CorelDRAW Graphics Suite X5 comes with writing tools for several languages, improved color management, and it now supports more file formats, including native Adobe Illustrator and Photoshop files.
    Files can be saved as PDF, and you can even insert barcodes.
    Images can be adjusted (position, rotation, scale, size, skew, contrast enhancement, brightness, intensity), and various special effects can be added (3D, blur, art strokes, color transform, creative, distort, sharpen).

    There are roughly 10,000 clip art and 1,000 high-quality images, as well as 1,000 fonts you can use.
    In conclusion, if you are serious about making it big in the graphics departments, then CorelDRAW Graphics Suite X5 might just be the perfect tool for you.

    CorelDRAW Graphics Suite X5 description

    Requirements:
    � 750 MB hard disk space (1 GB for typical installation without content). Up to 6GB needed to install extra content
    � Intel Pentium 4, AMD Athlon 64 or AMD Opteron
    � 512 MB RAM (1 GB recommended)
    � 1024 x 768 screen resolution (768 x 1024 on a Tablet PC)
    � Mouse or tablet
    � DVD drive
    � Microsoft Internet Explorer 7 or higher

    Limitations:
    � 30 day trial

    Click Here to Download
     
    { Read More }


    Cool Boarders

    Cool Boarders







    Without other racers to distract you, the focus is set squarely on your performance. You are judged on two accounts: your time down the mountain and the amount of points earned for doing tricks, like three-sixties and fakies.
    { Read More }