2014年6月7日のブックマーク (6件)

  • Jekyllで複数言語のコンテンツを継続してメンテナンスする方法 - 2014-04-23 - ククログ

    GitHub PagesのWebサイトジェネレーターであるJekyllで複数言語のコンテンツを管理する方法を紹介します。複数言語のコンテンツを管理するとは、例えば、英語と日語のコンテンツを提供しているWebサイトにコンテンツを追加・修正・削除し、継続的にメンテナンスするということです。 最初に結論を書くと、jekyll-task-i18nを使えばGitHub Pagesの仕組みから逸脱せずに複数言語のコンテンツを継続的にメンテナンスできる仕組みができます。 複数言語のコンテンツを管理するときの問題 複数言語のコンテンツを管理するときに問題になることは、情報のズレです。一方の言語では提供されている情報が、他の言語では提供されていないという状態です。情報は提供されているが、古い情報のままということもあります。 「作った後は変更しない」というWebサイトではあまり問題になりませんが、作った後も

    Jekyllで複数言語のコンテンツを継続してメンテナンスする方法 - 2014-04-23 - ククログ
    yasulabs
    yasulabs 2014/06/07
    "最初に結論を書くと、jekyll-task-i18nを使えばGitHub Pagesの仕組みから逸脱せずに複数言語のコンテンツを継続的にメンテナンスできる仕組みができます。"
  • Minecraft Graphics Turtle

    I have had this idea of creating a 3d graphics turtle in Minecraft for a little while so one Sunday morning while I was waiting for the boy to finish a swimming lesson this is what I did. The Minecraft Graphics Turtle allows you to use the Minecraft world as your drawing studio and unlike most graphics turtle's you aren't confined to 2d space, you can go up and down as well as left and right, and

    Minecraft Graphics Turtle
    yasulabs
    yasulabs 2014/06/07
    “The Minecraft Graphics Turtle allows you to use the Minecraft world as your drawing studio and unlikely most graphics turtle's you arent confined to 2d space, you can go up and down as well as left and right, and when your master piece is finished, you can walk around it!”
  • Appleの新言語「Swift」を使ったテスト駆動開発と、機能の紹介|CyberZ 公式エンジニアブログ

    CyberZ 公式エンジニアブログ アドテクや最新のテクノロジーについて情報発信していきます ブログトップ 記事一覧 画像一覧 怠惰のすゝめ。Do・・・ » Appleの新言語「Swift」を使ったテスト駆動開発と、機能の紹介 2014-06-05 14:20:52NEW ! テーマ:ブログ 新言語「Swift」とは新プログラミング「Swift」は、先日のWWDCで突如として発表された、Appleの作った新プログラミング言語です。Objective-Cに比べてモダンな文法が盛り込まれていたり(どことなくScalaやC#に似ていたり)、速度が早くなっている特徴があります。 Xcodeとの親和性の高い連携も示唆されており、今後広まっていく可能性が十分にあると思います。FizzBuzzとはFizzBuzzとは、プログラミングの課題などでよく出される問題で、1から順番に数字のループを行い、3の倍数

    Appleの新言語「Swift」を使ったテスト駆動開発と、機能の紹介|CyberZ 公式エンジニアブログ
    yasulabs
    yasulabs 2014/06/07
    “今回は、ある数字に対応したFizzBuzz文字列を出力する関数のユニットテストを通して、 Swiftの言語機能の紹介 や、 Swiftでのテスト駆動開発を紹介します。”
  • Apple Has (Partly) Lifted the NDA for Beta Releases

    With the release of the beta versions of iOS 8 and OS X Yosemite at WWDC 2014 yesterday, Apple has also updated the legal agreements for registered iOS and Mac developers. Among other changes, Apple has added the following sentence to section “10.1 Information Deemed Apple Confidential” of the iOS Developer Program License Agreement: Further, Apple agrees that You will not be bound by the foregoin

    yasulabs
    yasulabs 2014/06/07
    Apple agrees that You will not be bound by the foregoing confidentiality terms with regard to technical information about prerelease Apple Software and services disclosed by Apple at WWDC, except that You may not post screen shots, write public reviews or redistribute any prerelease Apple Software
  • 2014 Themes: Coding, Design Thinking & Remix | #beyondlaptops

    yasulabs
    yasulabs 2014/06/07
    "During the pre-conference, we’ll have a team of students learning how to program using Raspberry Pi and Scratch, with Yohei Yasukawa and his team, organized by Robert Duckworth. CANVAS, a Japan-based NPO, is providing sets of Raspberry Pi, monitors, and extension materials for their workshop."
  • ターミナルでカメラプレビューしてみよう

    こんにちは、僕です。 aaskypeとかいうの作ってみました、全然すかいぷじゃないです。 なんか、作ってみたら面白かったのでブログ記事書いてみます。 もともとのアイディアは下の記事のパクリです。(思想から変換アルゴリズム) http://d.hatena.ne.jp/tompng/20120601/1338550060 まあ、ざっくり何を下かというと。 ターミナルでインカメの画像を濃淡AAにして確認できるようにしました。 こんな感じです。 なんか、インカメの画像をみれてる感ありますよね。 すこし解像度をあげてみます(文字サイズを小さくしてみます) 濃淡AAの表現力ぱないですね。 技術的なお話 濃淡AAへの変換は家のアルゴリズムとほとんど同じで以下の用になっています。 あとは最初はprintfで出力してたのですが、遅いってなってputsにかえて早くなりました。しかし、各フレームごとに順次書

    ターミナルでカメラプレビューしてみよう
    yasulabs
    yasulabs 2014/06/07
    “【夢のターミナル生放送】 このプログラムと http://screenx.tv/ を組み合わせることによりターミナルを使った生放送ができました!!(実証済み)”