Google Translate Dengan VB.NET

Google Translate Dengan VB.NET
Google Translate Dengan VB.NET
Pada Tutorial Pemograman kali ini saya akan membuat Google Translate Dengan VB.NET. Program sederhana Google Translate Dengan VB.NET ini cara kerjanya sederhana saja, cukup copy paste saja fungsi yang ada pada posting ini kemudian panggil fungsinya.
Sebenernya google sendiri sudah merilis API untuk Google translate namun menurut saya pribadi, API yang disediakan google ini agak beribet dan membutuhkan library yang lain dan kita harus memiliki API key agar bisa mengakses fungsi API pada google translate ini. nah daripada repot seperti itu, mending langsung saja kesitus google translate, terus lakukan proses scrapting deh. oke ga usah pajang lebar, langsung saja fungsi Google Translate Dengan VB.NET.

Function Translate(ByVal WordToTranslate As String) As String
  Dim wc As New System.Net.WebClient
  wc.Proxy.Credentials = Net.CredentialCache.DefaultCredentials
   Dim url As String = String.Format("http://www.google.com/" & _
                        "translate_t?hl=en&ie=UTF8&text={0}&" & _
                        "langpair=en|id", WordToTranslate)
 Dim result As String = wc.DownloadString(url)
    result = result.Substring(result.IndexOf("id=result_box") + 22)
    result = result.Substring(0, result.IndexOf("</div"))
    result = result.Substring(result.IndexOf(">") + 1)
    While result.IndexOf("<") = 0
      result = result.Substring(result.IndexOf("<"))
      result = result.Substring(result.IndexOf(">") + 1)
    End While
  Dim TranslatedOutput As String = result.Substring(0, result.IndexOf("<"))
  
  Return TranslatedOutput
  End Function

Nah, fungsi Google Translate Dengan VB.NET diatas itu akan menterjemahkan bahasa inggris ke bahasa indonesia. coba perhatikan potongan fungsi Google Translate Dengan VB.NET dibawah ini:

 Dim url As String = String.Format("http://www.google.com/" & _
                        "translate_t?hl=en&ie=UTF8&text={0}&" & _
                        "langpair=en|id", WordToTranslate)
Perhatikan kode yang
langpair=en|id
nah untuk parameter langpair, silahkan liat list dibawah ini:
  • Arabic – ar
  • Bulgarian – bg
  • Chinese (Simplified) – zh-CN
  • Chinese (Traditional) – zh-TW (only available as a destination language)
  • Croatian – hr
  • Czech – cs
  • Danish – da
  • Dutch – nl
  • English – en
  • Finnish – fi
  • French – fr
  • German – de
  • Greek – el
  • Hindi – hi
  • Italian – it
  • Japanese – ja
  • Korean – ko
  • Norweigan – no
  • Polish – pl
  • Portuguese – pt
  • Romanian – ro
  • Russian – ru
  • Spanish – es
  • Swedish – sv
nah lebih simple kan ketimbang menggunakan API. :D
untuk sourcenya bisa di download Google Translate Dengan VB.NET Source note : Google Translate Dengan VB.NET Source di buat menggunakan Sharpdevelope dan .net fremwork 2.0

Maen PSP di PC

Konsul Game portable yang satu ini mang mendapat banyak perhatian di zamanya coz konsul game yang satu ini memiliki garafik yang lebih bagus ketimbang konsul-konsul game yang lain (sega,nintendo,super nintendo,ps1) di zamanya.
mau tau gimana caranya.............?

Maen PSP di pc sekarang dah bisa....caranya adalah dengan menggunakan Emulator PSP di pc. Untuk sekarang ini saya cuma menemukan 2 Emulator PSP yang work dan developenya juga masih jalan sampe sekarang. salah satu Emulator PSP  adalah PPSSPP dan JPSCP. 
oke kita langsung aja ke caranya :
  • Download Emulator PSP (PPSSPPJPSCP)
  • Download (kayanya cara ini susah coz ukuranya filenya gede) tapi gpp tinggal cari di google banyak .
nah untuk settingan Emulator PSP, setiap game berbeda-beda jadi silahkan diubek-ubek aja setingan Emulator PSPnya. dan sekedar pemberitahuan, spek kompi juga ga bisa make kompi yang jadul alias agak berat nih Emulator PSP.

sekian dulu tipsnya & mohon maaf klo ada yang salah. happy gamming....=)


Antwa Manga Downloader Beta Rev 5




Small and Free software for download manga from internet.


Features
  • Download manga
  • Queue Download
  • Plugins system
  • Load and Save Queue  
  • Start,Stop,Resume Download 
  • Program option include (proxy setting, convert to zip, resize)
  • Error log
  • Sort Chapters 
  • Can shutdown after Download
 Supported Site
  • Mangahere
  • Mangapanda
  • Mangafox 
  • komikid 
  • Batoto
  • MangaReader
  • RedHawkScan 
  • PecintaKomik 
  • MangaStream
  • MangaPark

Requirement

Microsoft .Net Framework 4

Download


How To

download 2 files in link
  1. Antwa Manga Downloader Beta Rev 5 + Plugins.rar
  2. Manga.db
extract Antwa Manga Downloader Beta Rev 5 + Plugins.rar to folder and move Manga.db to extracted folder
look illustration below

Version history



Beta Rev 5

    • Added : Goto Url in manga list, you now what I mean.
    • Added : Able to resize manga list.
    • Added : Resize/spliter in manga name list.
    • Added : Remove manga name and rename downloaded chapter ( hope this will work ).
    • Added : Double click manga name to get chapters list.
    • Added : New Tool : Manga List Updater , Main function -> update mangalist with 2 methode (from web source and DMD Data Files ).
    • Added : Option Shutdown after download.
    • Added : Option Minimize to system tray or not.
    • Added : 2 new plugin (Mangastream and Mangapark).
    • Fixed : Some bugs in core system.
    • Fixed : Bit laggy and sometime app wil not responding in slow connection before starting queue (now using threading).
    • Fixed : Wrong folder for downloaded manga.
    • Fixed : Bugs in pecintakomik plugins.
    • Minor change in GUI (change position of some element ).
    • Add some property to interface.

      Beta Rev 4
      • Added : Program option include (proxy setting, convert to zip, resize)
      • Added : new icon
      • Added : New GUI
      • Added : New About Box
      • Added : Manga Folder
      • Added: Error logging
      • Added: Sorting chapter
      • Added: Add All chapter into Queue in chapters menu
      • Fixed : some other bugs both plugins and core system
      • Fixed : multi selection in chapters
      • Fixed : html entity in Chapter list
      • Change : sqlite database engine updated.
      • Change : Plugin system Revised
      • Change : interface engine Revised

      Beta Rev 3
      • Added : Shutdown option after queue finish
      • Added : start, stop, resume Download
      • Added : save queue and load queue 
      • Added : Get all manga list in selected plugins
      • Added : new Plugins (Batoto, mangareader, RedHawkScan, PecintaKomik)
      • Change : Now crawler engine work in separated thread.
      • Change : Plugin system Revised
      • Change : Queue toolbar change into contexs menu in queue list (with new items & function off course ^.^ )
      • Change : Some Plugins updated
      • Fixed : some other bugs
      • Fixed : Illegal character in path, Aplication will use manga title to became folder name and some manga title has some illegal char with it
      • Fixed : Some bug in plugin

      Beta Rev 2
      • Added : Custom download folder for manga
      • Added : minimized to system tray
      • Added : 2 new Plugins (mangafox, komikid)
      • Fixed : Queue Processing is still process chapters has been downloded
      • Fixed : Manga List still display manga if manga name is empty
      • Fixed : some other bugs
      • Fixed : Some bug in plugin

      BETA REV 1 
      • Fixed : Some Bugs
      • Fixed : versioning
      • Improved : crawler engine
      • Added : Image state of connection
      • Remove : temporary remove update manga list function

      BETA
      • Firt beta realease ^.^

      Antwa Manga Downloader Beta Rev 4





      Small and Free software for download manga from internet.

      Features
      • Download manga
      • Queue Download
      • Plugins system
      • Load and Save Queue  
      • Start,Stop,Resume Download 
      • Program option include (proxy setting, convert to zip, resize)
      • Error log
      • Sort Chapters
       Supported Site
      • Mangahere
      • Mangapanda
      • Mangafox 
      • komikid 
      • Batoto
      • MangaReader
      • RedHawkScan 
      • PecintaKomik 

      Requirement

      Microsoft .Net Framework 4

      Download


      How To

      download 2 files in link
      1. Antwa Manga Downloader Beta Rev 4 + Plugins.rar
      2. Manga.db
        extract Antwa Manga Downloader Beta Rev 4 + Plugins.rar to folder and move Manga.db to extracted folder
        look illustration below



        Version history


        Beta Rev 4
        • Added : Program option include (proxy setting, convert to zip, resize)
        • Added : new icon
        • Added : New GUI
        • Added : New About Box
        • Added : Manga Folder
        • Added: Error logging
        • Added: Sorting chapter
        • Added: Add All chapter into Queue in chapters menu
        • Fixed : some other bugs both plugins and core system
        • Fixed : multi selection in chapters
        • Fixed : html entity in Chapter list
        • Change : sqlite database engine updated.
        • Change : Plugin system Revised
        • Change : interface engine Revised

        Beta Rev 3

        • Added : Shutdown option after queue finish
        • Added : start, stop, resume Download
        • Added : save queue and load queue 
        • Added : Get all manga list in selected plugins
        • Added : new Plugins (Batoto, mangareader, RedHawkScan, PecintaKomik)
        • Change : Now crawler engine work in separated thread.
        • Change : Plugin system Revised
        • Change : Queue toolbar change into contexs menu in queue list (with new items & function off course ^.^ )
        • Change : Some Plugins updated
        • Fixed : some other bugs
        • Fixed : Illegal character in path, Aplication will use manga title to became folder name and some manga title has some illegal char with it
        • Fixed : Some bug in plugin

        Beta Rev 2

        • Added : Custom download folder for manga
        • Added : minimized to system tray
        • Added : 2 new Plugins (mangafox, komikid)
        • Fixed : Queue Processing is still process chapters has been downloded
        • Fixed : Manga List still display manga if manga name is empty
        • Fixed : some other bugs
        • Fixed : Some bug in plugin

        BETA REV 1 
        • Fixed : Some Bugs
        • Fixed : versioning
        • Improved : crawler engine
        • Added : Image state of connection
        • Remove : temporary remove update manga list function

        BETA
        • Firt beta realease ^.^

        Antwa Manga Downloader Beta Rev 3




        Small and Free software for download manga from internet.

        Features
        • Download manga
        • Queue Download
        • Plugins system
        • Load and Save Queue  New in Rev 3
        • Start,Stop,Resume Download New in Rev 3
         Supported Site
        • Mangahere
        • Mangapanda
        • Mangafox 
        • komikid 
        • Batoto - New in Rev 3
        • MangaReader - New in Rev 3
        • RedHawkScan (see plugin limitation) - New in Rev 3
        • PecintaKomik (see plugin limitation)  - New in Rev 3

        Plugins Limitation
        • RedHawkScan: if manga contain matured content then plugin can't parse image pages . must have workaround in cookies container, this need to rewrite plugins interface, will not be done in beta realased ^.^
        • PecintaKomik: if manga page don't have page information for manga then plugin can't get chapter list @.@ , I will try to solved this problem ^.^

        Requirement

        Microsoft .Net Framework 3.5 

        Download



        Note 
        For OS 64 bit please Download This File and overwrite existing files


        Version history

        Beta Rev 3

        • Added : Shutdown option after queue finish
        • Added : start, stop, resume Download
        • Added : save queue and load queue 
        • Added : Get all manga list in selected plugins
        • Added : new Plugins (Batoto, mangareader, RedHawkScan, PecintaKomik)
        • Change : Now crawler engine work in separated thread.
        • Change : Plugin system Revised
        • Change : Queue toolbar change into contexs menu in queue list (with new items & function off course ^.^ )
        • Change : Some Plugins updated
        • Fixed : some other bugs
        • Fixed : Illegal character in path, Aplication will use manga title to became folder name and some manga title has some illegal char with it
        • Fixed : Some bug in plugin

        Beta Rev 2

        • Added : Custom download folder for manga
        • Added : minimized to system tray
        • Added : 2 new Plugins (mangafox, komikid)
        • Fixed : Queue Processing is still process chapters has been downloded
        • Fixed : Manga List still display manga if manga name is empty
        • Fixed : some other bugs
        • Fixed : Some bug in plugin

        BETA REV 1 
        • Fixed : Some Bugs
        • Fixed : versioning
        • Improved : crawler engine
        • Added : Image state of connection
        • Remove : temporary remove update manga list function

        BETA
        • Firt beta realease ^.^