Created
March 13, 2010 21:57
-
-
Save ravicious/331586 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Lista wtyczek: | |
| - AdBlock | |
| - BLIPalacz | |
| - diff for gist.github | |
| - Feedly | |
| - FlashBlock | |
| - Google Wave Notifier | |
| - Lazarus: Form Recovery | |
| - MegaUpload DownloadHelper | |
| - RapidShare DownloadHelper | |
| - Rozszerzenie Subskrypcje RSS (od Google) | |
| - URLShortener |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| plugins_list_raw = File.read 'extensions_list.txt' | |
| puts "Lista wtyczek:" | |
| plugins_list_raw.gsub(/^(.+) - (Wersja: [0-9\.]+)$/) do | |
| puts " - #{$1}" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment