-
-
youtube-g
... ')
client.videos_by(:favorites, :user => 'liz')
Standard feeds:
client.videos_by(:most_viewed)
client.videos_by(:most_linked, :page => 3)
client.videos_by(:top_rated, :time => :today)
Advanced queries (with boolean operators OR (either), AND ...
-
lab
... : before the form and
after the form.
3. Look into templates/page-templates/ contents, see whether
there exists a ... as their domain name. Expressions are tested using
're.search', not 're.match', so without using '^' anchor they
can ...
-
FirstClassLisp
... 3 5 8 9) (2 3 6 8 9))
Solving using non-deterministic search...
Assiging 8 to 55
...
Assiging 9 to 4
Assiging 9 to 7
Assiging 2 to 4
Assiging 6 to 4
Assiging 9 to ...
I got the above example from [Matt Might's page on first class macros](http://matt.might.net/ ...
-
centralflirt
... need a
Sphinx server to serve the search queries.
You will almost definitely get 2-3 times better performance from your
site ... server or by redirecting all pages to a "sorry, under maintenance"
page.
3. Shut down XMPP access to your site, typically by ...
-
selenium-client
... ("q").should eql("Selenium seleniumhq")
page.text?("seleniumhq.org").should be_true
page.title.should eql("Selenium seleniumhq - Google Search")
page.text?("seleniumhq.org").should be_true
page.element?("link=Cached").should ...
-
sitemap_generator
... Sitemap files, variable priority links, paging/sorting links (e.g. my_list?page=3), SSL host links (e.g. https:), Rails apps which are ... ,000 individual urls (up to a maximum of 2.5 billion), and pings all major search engines on completion (Google, Yahoo, ...
-
discogs
... https://api.discogs.com/database/search?q=Sombre+Records&per_page=50&type=release", {"page" => 2})
```
You can see ... Discogs::Wrapper.new("Test OAuth", user_token: "my_user_token")
results = wrapper.search("Nick Cave")
For user-facing apps, I've ...
-
mockingbird
... /).
## SETUP ##
1. Refer to index.html for example usage
2. The mockingbird div is the main HTML snippet
3. Update ... Web
Service](http://developer.yahoo.com/search/content/V1/termExtraction.html)
3. The top 3 page keyword terms are then used to ...
-
pmxdr
... is not
listed, comment on this page and tell me the browser.
* Gecko 1.9.x
* Firefox 3
* Firefox 3.1/ ... collision-detection):
{pmxdr: true, method: "GET", uri: "http://example.com/search.json?q=foo", id:"5832485502879199"} The pmxdr host ( ...
-
jData-host
... on the internet and works on Firefox 3+, Webkit 3.1.2/3.2+ nightlies and IE8. Think of it as ... the trustedHosts list without having to go to the management page.
* Request: `{id:REQUEST_ID, method: "untrust" }`
* Response: `{jdata: true, id: ...
-