Skip to content

Instantly share code, notes, and snippets.

@ravicious
Created March 13, 2010 21:57
Show Gist options
  • Select an option

  • Save ravicious/331586 to your computer and use it in GitHub Desktop.

Select an option

Save ravicious/331586 to your computer and use it in GitHub Desktop.
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
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