19 January 2019

0 Free Image Hosting

Image hosting for free in blogspot

31 October 2013

0 How To Host Files Using Googlecode And Subversion

Source: http://www.helperblogger.com/2012/07/how-to-host-files-using-googlecode-and.html

Part 1 : Creating A New Project At Googlecode


Before starting you must login to your googlecode account,if you have not created till then go to code.google.com and register/login with your google account.After login follow below steps to create a new project.

  • Go to Googlecode Project Hosting and click on Create a new project,Now you will redirect to the create new project page.
  • Fill the below fields like I have filled un below image and make sure that you have selected "Subversion" as Version Control system.


  • Once you click on Create Project button you will redirect to the another page.Now click on Source tab.


  • On this page you will find a URL like below,copy that URL and paste it into your notepad.

1
https://helperforblogger.googlecode.com/svn/trunk/ helperforblogger

Click On Image To Enlarge

  • Now click on googlecode.com password link,copy your password and paste it into notepad.

Now you have done all the steps which are necessary to upload files to googlecode.Now lets see how to upload files to googlecode using subversion

Part 2 : Downloading And Configuring SVN Client


We will upload files using Subversion client.We will use TortoiseSVN as our subversion client.Folloe below simple steps to upload files using subversion client.


  • Go to TortoiseSVN
  • Download by selecting your system type (32bit or 64bit)
  • Install it
  • Now open your main screen (desktop) 
  • Right Click and navigate to Tortoise SVN > Settings


  • Click On Edit Button


  • Now a text document file will open which holds all the records for the mime-type of the files to be uploaded.At the end of the text document hit enter,copy and paste the below code and save it.



[miscellany]
enable-auto-props = yes

[auto-props]
# Scriptish formats
*.bat        = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
*.bsh        = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-beanshell
*.cgi        = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
*.cmd        = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
*.js         = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/javascript
*.php        = svn:eol-style=native; svn:keywords=Id Rev Date; svn:mime-type=text/x-php
*.pl         = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl; svn:executable
*.pm         = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl
*.py         = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-python; svn:executable
*.sh         = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-sh; svn:executable

# Image formats
*.bmp        = svn:mime-type=image/bmp
*.gif        = svn:mime-type=image/gif
*.ico        = svn:mime-type=image/ico
*.jpeg       = svn:mime-type=image/jpeg
*.jpg        = svn:mime-type=image/jpeg
*.png        = svn:mime-type=image/png
*.tif        = svn:mime-type=image/tiff
*.tiff       = svn:mime-type=image/tiff

# Data formats
*.pdf        = svn:mime-type=application/pdf
*.avi        = svn:mime-type=video/avi
*.doc        = svn:mime-type=application/msword
*.eps        = svn:mime-type=application/postscript
*.gz         = svn:mime-type=application/gzip
*.mov        = svn:mime-type=video/quicktime
*.mp3        = svn:mime-type=audio/mpeg
*.ppt        = svn:mime-type=application/vnd.ms-powerpoint
*.ps         = svn:mime-type=application/postscript
*.psd        = svn:mime-type=application/photoshop
*.rtf        = svn:mime-type=text/rtf
*.swf        = svn:mime-type=application/x-shockwave-flash
*.tgz        = svn:mime-type=application/gzip
*.wav        = svn:mime-type=audio/wav
*.xls        = svn:mime-type=application/vnd.ms-excel
*.zip        = svn:mime-type=application/zip

# Text formats
.htaccess    = svn:mime-type=text/plain
*.css        = svn:mime-type=text/css
*.dtd        = svn:mime-type=text/xml
*.html       = svn:mime-type=text/html
*.ini        = svn:mime-type=text/plain
*.sql        = svn:mime-type=text/x-sql
*.txt        = svn:mime-type=text/plain
*.xhtml      = svn:mime-type=text/xhtml+xml
*.xml        = svn:mime-type=text/xml
*.xsd        = svn:mime-type=text/xml
*.xsl        = svn:mime-type=text/xml
*.xslt       = svn:mime-type=text/xml
*.xul        = svn:mime-type=text/xul
*.yml        = svn:mime-type=text/plain
CHANGES      = svn:mime-type=text/plain
COPYING      = svn:mime-type=text/plain
INSTALL      = svn:mime-type=text/plain
Makefile*    = svn:mime-type=text/plain
README       = svn:mime-type=text/plain
TODO         = svn:mime-type=text/plain

# Code formats
*.c          = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.cpp        = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.h          = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.java       = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.as         = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.mxml       = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain

Now we have successfully configured TortoiseSVN,now lets see hoe to upload the files using this client.

Part 3 :Uploading The Files Using SVN Client

Open the folder containing your files.Right click anywhere in folder and navigate to TortoiseSVN > Repo-browser.


  • A small window will open.Here you have to put the URL which we have noted down in first part,Enter the URL and hit Ok button.

  • Now it will ask you to enter username and password.Enter your google email as your username and enter the password which we have noted down in first part.Finally click Ok button.
  • Now a window will open.Just drag the files into that window and wait until the file names includes in that window.
  • When your file uploaded click on the file name and note down the the URL of your file.


  • In file URL just remove s from https:// and make it http://
  • Open the link using Browser.

All Done ! That is all about hosting files to Googlecode using Subversion,I hope this tutorial helped you.By using this method you can host your css,js,html and other files for your blogger blog.Also if you are facing any little problem then feel free to share it with me :)

Peace And Blessings Buddies :) - See more at: http://www.helperblogger.com/2012/07/how-to-host-files-using-googlecode-and.html#sthash.aEGT9mPE.dpuf




Best regards,
Alamgir Hossain Shemul

01 October 2013

0 Download Robbins Basic Pathology 9th Edition

Robbins Basic Pathology is one of the essential for all medical students as well as Pathologist. It is a very tough book to find in the internet. Here you can download the Robbins Basic Pathology 9th Edition. Vinay Kumar MBBS MD FRCPath (Author), Abul K. Abbas MBBS (Author), Jon C. Aster MD PhD (Author).

Download Robbins Basic Pathology 9th Edition


Robbins Basic Pathology delivers the pathology knowledge you need, the way you need it, from the name you can trust! This medical textbook's unbeatable author team helps you efficiently master the core concepts you need to know for your courses and USMLE exams.
  • Get a rich understanding of all essential pathology concepts with expert guidance from an all-star editorial team.
  • Grasp the connections between basic science and clinical medicine with clinicopathologic correlations throughout.
  • Access information anywhere - from the coffee shop to the classroom - with full-text online access at studentconsult.com.
  • Take your learning farther with targeted therapy boxes, clinical cases, virtual microscope slides, and self-assessment questions online!
  • Learn core concepts quickly and efficiently with a highly templated design that highlights pathogenesis and morphology.
  • New interior design with a more modern look
  • Artwork revised and updated for a more modern look and more three-dimensional feel
  • Targeted Therapy boxes included in online text - provides clinical information on appropriate therapy related to the disease under discussion
  • All photomicrographs and gross photos reviewed and improved to ensure excellent quality
A trusted title in the world of pathology, Robbins offers easy-to-access information that's concise and accurate

Download Link: 

1: http://uploaded.net/file/o94icn8w/
2: http://www.4shared.com/office/MI0neSyg/Robbins_Basic_Pathology__9th_E.html

How to download from 4Shared: http://i.imgur.com/zFarxrx.jpg


Best regards,
Alamgir Hossain Shemul

24 July 2013

0 Download Mud 2012 BluRay 720p 900MB Single Link





Mud is a 2012 American coming-of-age drama film written and directed by Jeff Nichols. The film stars Matthew McConaughey, Tye Sheridan, Sam Shepard, and Reese Witherspoon. The film competed for the Palme d'Or at the 2012 Cannes Film Festival.It was shown at the Sundance Film Festival in January 2013, and had a limited release in select theaters on April 26, 2013

Storyline

14 year-old Ellis (Tye Sheridan) lives on a makeshift houseboat on the banks of a river in Arkansas with his parents, Mary Lee (Sarah Paulson) and Senior (Ray McKinnon). He sneaks out early one morning to meet his best friend, Neckbone (Jacob Lofland). Neckbone, also 14, lives with his uncle, Galen (Michael Shannon), who makes a hardscrabble living diving for oysters. The two boys set out to an island on the Mississippi River, where Neckbone has discovered an unusual sight-a boat, suspended high in the trees, a remnant of an extreme flood some time in the past. They climb the tree and into the boat only to find fresh bread and fresh footprints. Realizing that they are not the only ones who have discovered the treehouse boat, they decide to leave. When they reach the shore, they find the same footprint in their boat. And that's when they meet Mud (Matthew McConaughey). Mud is a gritty, superstitious character; his clothes are dirty, his tooth is cracked, and he needs help. He tells the... Written by Roadside Attractions

 

14 July 2013

0 Download Winamp Pro 5.64 With Serial Keys Full version



Winamp supports a wide variety of contemporary and specialized music file formats, including MIDI, MOD, MPEG-1 audio layers 1 and 2, AAC, M4A, FLAC, WAV, OGG Vorbis, and Windows Media Audio. It supports gapless playback for MP3 and AAC, and Replay Gain for volume leveling across tracks. In addition, Winamp can play and import music from audio CDs, optionally with CD-Text, and can also burn music to CDs. Winamp supports playback of Windows Media Video and Nullsoft Streaming Video, as well as most of the video formats supported by Windows Media Player. 5.1 Surround sound is supported where formats and decoders allow.

Winamp supports many types of streaming media: Internet radio, Internet telelvision, XM Satellite Radio, AOL video, Singingfish content, podcasts, and RSS media feeds. It also has extendable support for portable media players, and users can access their media libraries anywhere via internet connections.

You can extend Winamp’s functionality through the use of plug-ins, which are available on the Winamp site.


Features
• New! Native video support including the most popular file formats for H.264 encoded video (in AVI, MP4, MKV, FLV & NSV containers)
• New! Android Wifi & USB sync support
• New! WebM (vp8) Support
• New! Windows 8 Compliant
• New! Find & manage Add-ons directly in your media player
• New! Improved iPod Sync Support*
• New! New iTunes Library Import
• New! Online Services Gallery: SHOUTcast Radio/TV, MP3 store, Lyrics, exfm, and more!
• New! Turkish, Romanian, Portuguese-BR, Hungarian & Indonesian Language Packs
• Now Playing: Discover Artist Songs, Videos, Radio and Photos
• Expanded Flash video support
• Media Monitor: Playing music on the web just got even better
• Language packs available in German, French, Spanish, Russian, Polish, Italian, Dutch, Swedish, Chinese, Japanese & Korean
• Updated Winamp toolbar – control Winamp from your browser
• A Redesigned Unified Interface, including Album Art
• Dynamic Song Recommendations Playlist Feature
• Multi-channel MP3
• Album Art Support for Portable Devices
• Updated Podcast Directory and Download Manager
• Fully Integrated Web browser and customizable links
• Visualization Plug-in – Milkdrop 2
• Pro! Rip CDs to MP3
• Rip CDs to M4A/AAC, WMA, FLAC, WAV
• Pro! Burn Audio CDs
• Portable Device Sync support
• Smart views with new presets for dynamic playlists
• Plays an insane amount of audio and video types
• Compatible with Winamp 2 Plug-ins
• Full Support for Classic Skins
• Full Support for Modern Skins
• Access over 30,000 SHOUTcast Radio Stations
• Enjoy thousands of free songs and videos
• Download thousands of Skins and Plug-ins
* Note: iPod Nano 1-4G, Classic, Shuffle & Mini models only. Newer Nano, Touch & iPhone models are NOT supported.

http://www.winamp.com/

CLICK HERE TO DOWNLOAD WINAMP PRO

SERIAL KEYS
Name: Shemul
Keys: UHEAE-ZKVTA-SUUWS-2TE2D
Name: Ankur
Keys: BAKD6-HOEDJ-O53YY-U2E1X
Name:  Mahbub
Keys: 8A4R3-QVR4V-BKNYK-8SU5Z

IF KEYS NOT WORK FOR YOU THEN USE KEYGEN


Best regards,
Alamgir Hossain Shemul

10 July 2013

0 Bangla Ebook Tutorial of WordPress, Photoshop, Micosoft SEO etc Download

Today I am sharing some essential e book on Tutorial of WordPress, Photo shop, Microsoft, SEO, Forex etc. These are very small size and collected from internet. All are media fire active link. Download Now !


  1. Photo-shop = ডাউনলোড

  2. Word-press =  ডাউনলোড

  3. উবুন্টু Bangla e Books =ডাউনলোড

  4. Autocad=ডাউনলোড

  5. PHP BOOK =ডাউনলোড

  6. HTML = ডাউনলোড

  7. Illustrator =ডাউনলোড

  8. Macromediaflash =ডাউনলোড
  9. Quark express = ডাউনলোড

  10. Microsoft Word =ডাউনলোড

  11.  Microsoft paint =ডাউনলোড

  12. Microsoft Excel =ডাউনলোড

  13. Microsoft  Access =ডাউনলোড

  14. Search Engine Optimization (seo) = ডাউনলোড

  15. ফরেক্স =ডাউনলোড


Best regards,
Alamgir Hossain Shemul

01 July 2013

0 Download 60+ Portable Free and Paid Software

Here is the collection of 60+ Portable Free and Paid Software. Dont miss to check them.

Graphics and Photo Editing

১। ADOBE PHOTOSHOP CS5 - ডাউনলোড
২। GIMP Portable - ডাউনলোড
৩। AndreaMosaic Portable (Freeware) - mosaic image creator -ডাউনলোড
৪। AniFX Portable (Freeware) - full-featured cursor editor- ডাউনলোড
৫। Fotografix Portable (Freeware) - lightweight image editor- ডাউনলোড
৬। FotoSketcher Portable (Freeware) - make art from digital images- ডাউনলোড
৭। IcoFX Portable (Freeware) - full-featured icon editor -ডাউনলোড
৮। Inkscape Portable - vector graphics editor -ডাউনলোড
৯। IrfanView Portable (Freeware) - lightweight graphic viewer -ডাউনলোড
১০। JPEGView Portable - image viewer and processor -ডাউনলোড
১১। K-3D Portable - 3D modeling and animation -ডাউনলোড
১২। LibreCAD Portable - 2D computer-aided design (CAD) tool -ডাউনলোড
১৩। Pencil Project Portable - prototyping and diagramming tool -ডাউনলোড
১৪। PicPick Portable (Freeware) - screen capture, editor, color picker, and more - ডাউনলোড
১৫। PhotoFiltre Portable (Freeware) - image editing and effects -ডাউনলোড
১৬। RawTherapee Portable - advanced raw image processor -ডাউনলোড
১৭। Smart Deblur Portable - sharpen out of focus and blurry images -ডাউনলোড
১৮। XnView Portable (Freeware) - view, organize and convert photos -ডাউনলোড



Internet

১৯। MSN Portable - chat and video chat on MSN/Windows Live -ডাউনলোড

২০। FileZilla Portable - the full-featured FTP client -ডাউনলোড
২১। Free Download Manager Portable - download manager and optimizer -ডাউনলোড
২২। Google Chrome Portable (Freeware) - fast, simple, themeable browser -ডাউনলোড
২৩। gPodder Portable - podcast receiver and manager -ডাউনলোড
২৪। Instantbird Portable - customizable instant messaging on AOL, Facebook, Google, MSN and more -ডাউনলোড
২৫। Iron Portable - advanced web browser -ডাউনলোড
২৬। Links Portable - text-based browser -ডাউনলোড
২৭। LAN Messenger Portable - peer-to-peer LAN chat and file transfer -ডাউনলোড
২৮। Lynx Portable - text-based browser -ডাউনলোড
২৯। Maxthon Portable (Freeware) - fast, powerful browser -ডাউনলোড
৩০। Mozilla Firefox, Portable Edition - the award-winning web browser that's safe and secure -ডাউনলোড
৩১। Mozilla Thunderbird, Portable Edition - the handy email client -ডাউনলোড
৩২। Nvu Portable & KompoZer Portable - the easy-to-use webpage editor -ডাউনলোড
৩৩। Opera, Portable Edition (Freeware) - lightweight, customizable browser -ডাউনলোড
৩৪। PChat Portable - full-featured IRC chat client -ডাউনলোড
৩৫। Skype Portable (Freeware) - instant messaging, video chat and phone calls -ডাউনলোড
৩৭। TweetDeck Portable (Freeware) - twitter and facebook client -ডাউনলোড
৩৮। µTorrent Portable (Freeware) - lightweight bittorrent client -ডাউনলোড
৩৯।WackGet Portable - simple download manager -ডাউনলোড
৪০। wxDownload Fast Portable - multi-threaded download manager -ডাউনলোড

Office Soft

৪১। MICROSOFT OFFICE 2007 -ডাউনলোড, ডাউনলোড
৪২। MICROSOFT OFFICE 2003 -ডাউনলোড
৪৩। Foxit Reader Portable (Freeware) - small and fast PDF reader -ডাউনলোড
৪৪। Visual_Basic_6.0_Portable - ডাউনলোড
৪৫। OpenOffice.org Portable -ডাউনলোড


Multimedia


৪৬। AIMP Portable (freeware) - Music player, library, converter and more - ডাউনলোড
৪৭। Audacity Portable - A simple audio editor and recorder - ডাউনলোড
৪৮। CDEx Portable - cd audio extraction and conversion - ডাউনলোড
৪৯। cdrtfe Portable - CD, DVD, VCD burner - ডাউনলোড
৫০।CoolPlayer+ Portable - Lightweight, fast, easy-to-use audio player - ডাউনলোড
৫১। DVDStyler Portable - DVD menu authoring tool - ডাউনলোড
৫২। fre:ac Portable - extract, convert, and encode audio - ডাউনলোড
৫৩। InfraRecorder Portable - full-featured CD and DVD burner - ডাউনলোড
৫৪। Media Player Classic - Home Cinema (MPC-HC) Portable - Lightweight media player - ডাউনলোড
৫৫। Mp3splt-gtk Portable - mp3 and ogg splitter - ডাউনলোড
৫৬। MuseScore Portable - music composition and notation - ডাউনলোড
৫৭। Paul Stretch Portable - extreme audio stretching - ডাউনলোড
৫৮। SMPlayer Portable - Full-featured movie player with support for most video formats - ডাউনলোড
৫৯। Songbird Portable - Full-featured digital media library and player - ডাউনলোড
৬০। VirtualDub Portable - video processing and capture utility - ডাউনলোড
৬১। VLC Media Player Portable - Aeasy to use media player that plays many formats - ডাউনলোড
৬২। WaveShop Portable - bit-perfect audio editor - ডাউনলোড
৬৩। XMPlay Portable (Freeware) - Full featured audio player and library - ডাউনলোড


Thanks.


 
Best regards,
Alamgir Hossain Shemul
 

Share IT, Know More Copyright © 2012 - |- Template Designed by Alamgir Hossain Shemul - |- Powered by Blogger