ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Wicked cool Ruby scripts: useful scripts that solve difficult problems

دانلود کتاب اسکریپت‌های جالب Ruby Wicked: اسکریپت‌های مفیدی که مشکلات دشوار را حل می‌کنند

Wicked cool Ruby scripts: useful scripts that solve difficult problems

مشخصات کتاب

Wicked cool Ruby scripts: useful scripts that solve difficult problems

ویرایش: 1 
نویسندگان:   
سری:  
ISBN (شابک) : 1593271824, 9781593271824 
ناشر: No Starch Press 
سال نشر: 2008 
تعداد صفحات: 438 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 مگابایت 

قیمت کتاب (تومان) : 53,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 16


در صورت تبدیل فایل کتاب Wicked cool Ruby scripts: useful scripts that solve difficult problems به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب اسکریپت‌های جالب Ruby Wicked: اسکریپت‌های مفیدی که مشکلات دشوار را حل می‌کنند نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب اسکریپت‌های جالب Ruby Wicked: اسکریپت‌های مفیدی که مشکلات دشوار را حل می‌کنند

Wicked Cool Ruby Scripts مجموعه‌ای از اسکریپت‌ها است که با صرفه‌جویی در وقت و حل مشکلات، زندگی شما را آسان‌تر می‌کند. اگر متوجه شدید که تلاش و زمان خود را برای کاری که یک میمون آموزش دیده می تواند انجام دهد تلف می کنید، وقت آن رسیده که روبی به کمک بیاید. Wicked Cool Ruby Scripts اسکریپت های Ruby را با دقت انتخاب شده ارائه می دهد که فوراً مفید هستند. بیاموزید که چگونه کارهای اداری مانند تغییر نام فایل ها، غیرفعال کردن فرآیندها و تغییر مجوزها را ساده کنید. پس از اینکه پاهای خود را خیس کردید و اسکریپت‌های اساسی را ایجاد کردید، نویسنده استیو پیو به شما نشان می‌دهد چگونه خزنده‌های قدرتمند وب، اسکریپت‌های امنیتی، کتابخانه‌ها و برنامه‌های کاربردی کامل و موارد دیگر ایجاد کنید. با هر اسکریپت، کد خام را دریافت خواهید کرد و سپس توضیحی در مورد نحوه عملکرد واقعی آن، و همچنین دستورالعمل‌هایی برای نحوه اجرای اسکریپت و پیشنهاداتی برای سفارشی کردن آن دریافت خواهید کرد. Wicked Cool Ruby Scripts شما را از خستگی کارهای تکراری نجات می دهد و زمان لازم برای نوشتن اسکریپت ها را از ابتدا به شما باز می گرداند.


توضیحاتی درمورد کتاب به خارجی

Wicked Cool Ruby Scripts is a compendium of scripts that will make your life easier by saving you time and solving problems. If you find yourself wasting effort and time on a task a trained monkey could do, it's time for Ruby to come to the rescue. Wicked Cool Ruby Scripts provides carefully selected Ruby scripts that are immediately useful. Learn how to streamline administrative tasks like renaming files, disabling processes, and changing permissions. After you get your feet wet creating basic scripts, author Steve Pugh will show you how to create powerful Web crawlers, security scripts, full-fledged libraries and applications, and much more. With each script you'll get the raw code followed by an explanation of how it really works, as well as instructions for how to run the script and suggestions for customizing it. Wicked Cool Ruby Scripts will save you from the tedium of repetitive tasks and give you back the time it would take to write scripts from scratch.



فهرست مطالب

Foreword
Acknowledgments
Introduction
	Wicked Cool Ruby Scripts
	You Need Ruby Basics
	Documentation
	Organization and Approach
	The Website
1: General Purpose Utilities
	#1 Check for Changed Files
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#2 Encrypt a File
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#3 Decrypt a File
		The Code
		Running the Code
		The Results
		How It Works
	#4 File Splitting
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#5 File Joining
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#6 Windows Process Viewer
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#7 File Compressor
		The Code
		Running the Code
		The Results
		How It Works
	#8 File Decompression
		The Code
		Running the Code
		The Results
		How It Works
	#9 Mortgage Calculator
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
2: Website Scripting
	#10 Web Page Link Validator
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#11 Orphan File Checker
		The Code
		Running the Script
		The Results
		How It Works
	#12 Form Generator
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#13 RSS Parsing
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#14 Stock Exchange Grep
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#15 IP Address Generation
		The Code
		Running the Code
		The Results
		How It Works
	#16 Subnet Calculator
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
3: Li(U)nix System Administration
	#17 Fixing Bad Filenames
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#18 Adding a User
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#19 Modifying a User
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#20 Killing a Stuck Process
		The Code
		Running the Code
		The Results
		How It Works
	#21 Validating Symlinks
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
4: Picture Utilities
	#22 Mass Editing
		The Code
		Running the Code
		The Results
		How It Works
	#23 Image Information Extraction
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#24 Creating a Thumbnail
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#25 Resize a Picture
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#26 Adding a Watermark to Pictures
		The Code
		Running the Code
		The Results
		How It Works
	#27 Convert to Black and White
		The Code
		Running the Code
		The Results
		How It Works
	#28 Creating a Photo Gallery
		The Code
		Running the Code
		Results
		How It Works
		Hacking the Script
5: Games and Learning Tools
	#29 Sudoku Solver
		The Code
		Running the Code
		The Results
		How It Works
	#30 Flash Cards
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#31 Number-Guessing Game
		The Code
		Running the Code
		The Results
		How It Works
	#32 Rock, Paper, Scissors
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#33 Word Scramble
		The Code
		Running the Code
		The Results
		How It Works
	#34 Hangman
		The Code
		Running the Code
		The Results
		How It Works
	#35 Pig
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
6: String Utilities
	#36 PDF Generator
		The Code
		Running the Code
		The Results
		How It Works
	#37 Word Frequency
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#38 Comma-Separated Value Parser
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#39 CSV to XML
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#40 Ruby Grep
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#41 Password Check
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
7: Servers and Scrapers
	#42 Define
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#43 Automated SMS
		The Code
		Running the Code
		The Results
		How It Works
	#44 Link Scrape
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#45 Image Scrape
		The Code
		Running the Code
		The Results
		How It Works
		Hacking the Script
	#46 Scraper
		The Code
		Running the Code
		The Results
		How It Works
	#47 Encrypted Client
		The Code
		Running the Code
		The Results
		How It Works
	#48 Encrypted Server
		The Code
		Running the Code
		The Results
		How It Works
8: Arguments and Documentation
	#49 File Security
		The Code
		Running the Code
		The Results
		How It Works
	#50 Web Scraper
		The Code
		Running the Code
		The Results
		How It Works
	#51 Photo Utilities
		The Code
		Running the Code
		The Results
		How It Works
	Conclusion
9: Sorting Algorithms
	#52 Bubble Sort
		The Code
		Running the Code
		The Results
		How It Works
	#53 Selection Sort
		The Code
		Running the Code
		The Results
		How It Works
	#54 Shell Sort
		The Code
		Running the Code
		The Results
		How It Works
	#55 Merge Sort
		The Code
		Running the Code
		The Results
		How It Works
	#56 Heap Sort
		The Code
		Running the Code
		The Results
		How It Works
	#57 Quick Sort
		The Code
		Running the Code
		The Results
		How It Works
	#58 Shear Sort
		The Code
		Running the Code
		The Results
		How It Works
	A Note About Efficiencies
10: Writing a Metasploit 3.1 Module with Ruby
	Introduction to Metasploit
	Installation
	Writing a Module
	Building the Exploit
	Watching in Real Time
	Explanation of Metasploit Module Shell
	Finding the Payload Space
Afterword
Index
Updates




نظرات کاربران