the good kind skip
supre
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 15
- Subscriptions 13
Articles
Recent activity by the good kind skip-
Protocols
Protocols are a mechanism to achieve polymorphism in Elixir. Dispatching on a protocol is available to any data type as long as it implements the protocol. Let’s see an example. In Elixir, we have ...
-
Sales force
First Name Last Name Email Company City State/Province
-
Black Eye Sun - Postmodren Jukebox
Tell me what you think?
-
My Topic
Thisasdfasdf is a test topic. more then fuh test
-
My Topic
This is a test topic.
-
My Topic
This is a test topic.
-
My Topic
This is a test topic.
-
My Topic
This is a test topic.
-
My Topic
This is a test topic.
-
nokogiri
require 'nokogiri' require 'open-uri' doc = Nokogiri::HTML(open("http://www.bodybuilding.com/store/catalog/new-products.jsp?addFacet=REF_BRAND:BRAND_MET_RX")) doc.traverse{ |x| if x.text? and not ...