Kjersti Toppe (Sp) stemte for Komiteens tilråding. http://www.holderdeord.no/votes/1400005038ne (95) Pål Farstad (V) stemte for Forslag nr. 1 på vegne av H. http://www.holderdeord.no/votes/1400003251ne (100) Tove Karoline Knutsen (A) stemte mot Innstillingens tilråding romertall I. http://www.holderdeord.no/votes/1400003300e (118) Sylvi Graham (H) stemte mot Forslag nr. 1 på vegne av H og MDG. http://www.holderdeord.no/votes/1400001135ne (108) Frank J. Jenssen (H) stemte mot Forslag nr. 1 på vegne av H og MDG. http://www.holderdeord.no/votes/1400001135ne (112) Regina Alexandrova (H) stemte for Forslag nr. 2 på vegne av V og SV http://www.holderdeord.no/votes/1400001166ne (112) Hårek Elvenes (H) stemte for Forslag nr. 2 på vegne av V og SV http://www.holderdeord.no/votes/1400001166ne (107) Sylvi Graham (H) stemte for Forslag nr. 2 på vegne av V og SV http://www.holderdeord.no/votes/1400001166ne (106) Kent Gudmundsen (H) stemte for Forslag nr. 2 på vegne av V og SV http://www.holderdeord.no/votes/1400001166ne (
diff --git a/javascript/firefox-driver/js/firefoxDriver.js b/javascript/firefox-driver/js/firefoxDriver.js | |
index 3aadcc7..5a4e4f0 100644 | |
--- a/javascript/firefox-driver/js/firefoxDriver.js | |
+++ b/javascript/firefox-driver/js/firefoxDriver.js | |
@@ -198,7 +198,7 @@ function injectAndExecuteScript(respond, parameters, isAsync, timer) { | |
var script = parameters['script']; | |
var converted = Utils.unwrapParameters(parameters['args'], doc); | |
- if (doc.designMode && 'on' == doc.designMode.toLowerCase()) { | |
+ if ((doc.designMode && 'on' == doc.designMode.toLowerCase()) || bot.userAgent.isProductVersion(35)) { |
# -*- coding: utf-8 -*- | |
require 'yaml' | |
h = Rails.application.routes.url_helpers | |
Issue.published.order(:title).each do |issue| | |
File.open("/hdo/hdo-blog/_issues/#{issue.slug}.md", "w") do |io| | |
io.puts YAML.dump( | |
'layout' => 'issue', | |
'title' => issue.title, |
futex(0x7f1f8c0008c8, FUTEX_WAKE_PRIVATE, 1) = 1 | |
clock_gettime(CLOCK_REALTIME, {1412087968, 980607143}) = 0 | |
clock_gettime(CLOCK_REALTIME, {1412087968, 980893480}) = 0 | |
epoll_wait(5, {}, 1024, 1000) = 0 |
SELECT | |
id, | |
title, | |
CONCAT('http://en.wikipedia.org/w/index.php?diff=', STRING(revision_id)) AS diff_url, | |
revision_id, | |
timestamp, | |
contributor_ip, | |
PARSE_IP(contributor_ip) as contributor_ip_int | |
FROM publicdata:samples.wikipedia | |
HAVING ( |
{ | |
"Wal-Mart Stores, Inc.": [ | |
["161.163.0.0", "161.177.255.255"], | |
["161.170.0.0", "161.170.255.255"], | |
], | |
"Exxon Mobil Corporation": [ | |
], | |
"ChevronTexaco Corporation": [ |
We sincerely wish that we had this to offer. It is on our list of things that would be useful for researchers, the press, the public (and us!). Unfortunately, it is not available at this time.
For now, Security Council voting information can be retrieved through UNBISnet - Voting Record database.
Search by resolution symbol, date and/or keyword. It is not possible to search by country. To find how a country voted, limit the search to Security Council Resolution Adopted With Vote. Click on the title of the resolution to see the full vote information.
For each year, a voting chart is available in the Index to Proceedings of the Security Council (print publication).
An official United Nations veto list, covering 1946 to April 2004, is accessible in document A/58/47.
We sincerely wish that we had this to offer. It is on our list of things that would be useful for researchers, the press, the public (and us!). Unfortunately, it is not available at this time. | |
For now, Security Council voting information can be retrieved through UNBISnet - Voting Record database. | |
Search by resolution symbol, date and/or keyword. It is not possible to search by country. To find how a country voted, limit the search to Security Council Resolution Adopted With Vote. Click on the title of the resolution to see the full vote information. | |
For each year, a voting chart is available in the Index to Proceedings of the Security Council (print publication). | |
An official United Nations veto list, covering 1946 to April 2004, is accessible in document A/58/47. |
{ | |
"Senato della Repubblica": [ | |
["5.98.5.176", "5.98.5.183", {"from": "2004-01-01", "to": "2010-01-01"}], | |
... | |
] | |
} |
#!/bin/bash | |
set -e | |
git clone https://github.com/edsu/anon my-anon | |
cd my-anon | |
cp config.json.template config.json | |
read -p "Please add your config to $(pwd)/config.json, then press enter to continue" | |
heroku create | |
echo 'web: coffee anon.coffee' > Procfile |