This file contains 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
diff --git a/chrome/content/inspector/inspector.xml b/chrome/content/inspector/inspector.xml | |
index 1504132..241fdd4 100644 | |
--- a/chrome/content/inspector/inspector.xml | |
+++ b/chrome/content/inspector/inspector.xml | |
@@ -891,4 +891,23 @@ | |
</binding> | |
+ <binding id="root-element"> | |
+ <implementation> |
This file contains 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
update users set email = concat(concat('btm+', id), '@smellman.org'); | |
update incident_person set person_email = concat(concat('btm+', id), '@smellman.org'); | |
update comment set comment_email = concat(concat('btm+', id), '@smellman.org'); | |
update alert set alert_recipient = concat(concat('btm+', id), '@smellman.org'); |
This file contains 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
<?php defined('SYSPATH') OR die('No direct access allowed.'); | |
/** | |
* SwiftMailer driver, used with the email helper. | |
* | |
* @see http://www.swiftmailer.org/wikidocs/v3/connections/nativemail | |
* @see http://www.swiftmailer.org/wikidocs/v3/connections/sendmail | |
* @see http://www.swiftmailer.org/wikidocs/v3/connections/smtp | |
* | |
* Valid drivers are: native, sendmail, smtp | |
*/ |
This file contains 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
■修正前のメール | |
アラートを受けとるための確認は、こちらにアクセスしてください。http://192.168.1.119/ushahidi/index.php/alerts/verify/?c=agzV5ea1wTJO1gd3ezUi&[email protected] | |
■修正後のメール | |
アラートを受けとるための確認は、こちらにアクセスしてください。 | |
http://192.168.1.119/ushahidi/index.php/alerts/verify/?c=agzV5ea1wTJO1gd3ezUi&[email protected] | |
もしくは、以下の承認コードを確認画面で登録してください。 | |
agzV5ea1wTJO1gd3ezUi |
This file contains 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
jQuery(document).ready(function(){ | |
if(navigator.geolocation){ | |
navigator.geolocation.getCurrentPosition(function(p){ | |
var lonlat = new OpenLayers.LonLat(p.coords.longitude,p.coords.latitude).transform(proj_4326, map.getProjectionObject()); | |
map.setCenter(lonlat, 10); | |
}); | |
} | |
}); |
This file contains 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
diff --git .htaccess .htaccess | |
index d4821fc..a618363 100755 | |
--- .htaccess | |
+++ .htaccess | |
@@ -6,6 +6,8 @@ | |
# Installation directory | |
RewriteBase /ushahidi | |
+ RewriteRule ^.*/media/(.*) media/$1 [L,R] | |
+ |
This file contains 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
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA4d8EuONtbrTMDWAXcVQ/Tr7ezOpnRNqo6D4hFSkyJDLHicITev0c7roR1/DWZ90gF1834tFAFggr9QlZ7ppEXzidSXfm1q7iS2UTKKQyoPNBNMKNfK+Jl+Nij0XTEfTNzNjGRxhtkAh9VU7d+rBO/9xfEoRxxgoGMQuX3G7Ym5LBP53rKan+51nFSWNwmqIV8Ktm5iK4AO77HKmMY20TGzeZ2LWepchqBKjGMFxKzuFKXd3zELv5cPhUOSIjMiGwe3kZzz4srvGrhaJhcHqTs8FTVqqpRR51D7OfMIL+N6NC3VR6XspMInHawk07NRoGpt5Eql3U43O2cKSQ3LxW/w== [email protected] |
This file contains 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
this document user name is 'kbmj', replace your account. | |
1. create openssl project | |
$ sudo mkdir -p /opt/smartphone/lib | |
$ sudo chown -R kbmj:staff /opt/smartphone | |
$ cd /opt/smartphone/lib | |
$ git clone git://github.com/smellman/openssl-xcode.git | |
$ curl -O ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/openssl/source/openssl-1.0.0a.tar.gz | |
$ tar zxf openssl-1.0.0a.tar.gz | |
$ cp -fr openssl-xcode/openssl.xcodeproj openssl-1.0.0a/ |
This file contains 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
diff --git config.mk config.mk | |
index 8b453ec..d69b687 100644 | |
--- config.mk | |
+++ config.mk | |
@@ -46,7 +46,7 @@ have lua >= 5.1 installed) | |
endif | |
# Packages required to build luakit | |
-PKGS := gtk+-2.0 gthread-2.0 webkit-1.0 javascriptcoregtk-1.0 sqlite3 $(LUA_PKG_NAME) | |
+PKGS := icu-i18n gtk+-2.0 gthread-2.0 webkit-1.0 javascriptcoregtk-1.0 sqlite3 $(LUA_PKG_NAME) |
This file contains 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
# coding: utf-8 | |
class Cパンツ | |
def initialize(好み = {}) | |
@色 = 好み[:色] || 0xFFFFFF | |
@柄 = 好み[:柄] || :無地 | |
end | |
def 何色? | |
sprintf("%#x", @色) |
OlderNewer