Skip to content

Instantly share code, notes, and snippets.

@manjilab
manjilab / 0_reuse_code.js
Created December 19, 2013 15:54
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
;; 第1回 Scheme コードバトン
;;
;; ■ これは何か?
;; Scheme のコードをバトンのように回していき面白い物ができあがるのを楽しむ遊びです。
;; 次回 Shibuya.lisp で成果を発表します。
;; Scheme 初心者のコードを書くきっかけに、中級者には他人のコードを読む機会になればと思います。
;;
;; ■ 2 つのルール
;;
;; (1)自分がこれだと思える変更をコードに加えて2日以内に次の人にまわしてください。
--- wordtwit.php.orig 2009-11-14 06:06:21.000000000 +0900
+++ wordtwit.php 2009-11-14 05:59:52.000000000 +0900
@@ -465,7 +465,7 @@
the_post();
global $post;
- $cur_time = strtotime( $post->post_date_gmt );
+ $cur_time = strtotime( $post->post_date );
if ( $cur_time < $activation_time ) {
--- html/options.php.orig 2009-11-14 02:28:38.000000000 +0900
+++ html/options.php 2009-11-14 02:12:38.000000000 +0900
@@ -178,7 +178,7 @@
<label for="password"><?php _e( "Password", "wordtwit" ); ?></label>
</li>
<li>
- <input type="text" name="message" value="<?php echo( htmlentities( $settings['message'] ) ); ?>" class="long" />
+ <input type="text" name="message" value="<?php echo( htmlentities( $settings['message'], ENT_COMPAT, "UTF-8" ) ); ?>" class="long" />
<label for="message"><?php _e( "Message", "wordtwit" ); ?></label>
</li>
#!/usr/bin/env ruby
filename = "/tmp/tmptx_tidyClojurecode.clj";
File.open(filename, "w") {|f|
STDIN.each do |line|
f.print line
end
}
result = `emacs -batch \