Follow these steps to install WebQuake: Install a web server with HTTP 1.1 Range support. The project was developed and tested on Abyss Web Server on Windows, so it's guaranteed to work on it. Download entire contents of the Client folder (index.htm and WebQuake/ folder) from the Code tab and put it somewhere on your server. Get Quake resource files. The demo version containing only the first epis
Percona is glad to announce the release of Percona Monitoring Plugins 1.0.2 — high-quality components to add enterprise-grade MySQL monitoring and graphing capabilities to your existing in-house, on-premises monitoring solutions. The components are designed to integrate seamlessly with widely deployed solutions such as Nagios and Cacti, and are delivered in the form of templates, plugins, and scri
This is a universal machine, using the untyped lambda calculus, visualized as a tree with d3.js. # is an abstraction. @ is application. Numbers are variables. The syntax is a simplified version of the De Brujin index, meaning vars match to their Nth parent lambda (#), N being the var name. It requires explicit applications, ie you can't drop parens. It gets parsed by a parser generated by PEG.js.
var array = require('array'), users = array(); users.on('add', function(user) { console.log('added', user); }); users.on('remove', function(user) { console.log('removed', user); }); users.push(user); users.splice(0, 3, user); Design This library uses an array-like object to implement all its methods. This is very similar to how jQuery lets you do: $('.modal')[0] and $('p').length. This library dif
How toBack & Forth for Hue Up & Down for Lightness Scroll for Saturation
Please note: this blog has been migrated to a new location at https://jakesgordon.com. All new writing will be published over there, existing content has been left here for reference, but will no longer be updated (as of Nov 2023) I wasn’t really much for going to the arcades when I was younger… I didn’t need ’em with awesome C64 games sitting at home… but there were 3 arcade games that could alwa
Documentation for the Game Closure DevKit.
The PeerJS library PeerJS simplifies WebRTC peer-to-peer data, video, and audio calls. PeerJS wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API. Equipped with nothing but an ID, a peer can create a P2P data or media stream connection to a remote peer. Downloads Setup Include the library with a script tag <script src="https://
Twitterが買収のクラッシュ報告ツール「Crashlytics」、企業向け機能を無償化:報告やワークフロー機能も統合 米Twitterが1月に買収したアプリ開発者向け問題報告ツール提供企業Crashlyticsが、メイン製品にワークフローなどの企業向け機能を組み込んで無償提供を開始した。 米Twitterが1月に買収したアプリ開発者向け問題報告ツール提供企業Crashlyticsが、メイン製品にエンタープライズ機能を組み込んで、無償提供を開始した。これまで設けていた利用制限も撤廃した。両社が2月13日にブログで発表した。 Crashlyticsは、アプリのパフォーマンスをチェックして問題を発見・修正できるモバイルアプリ開発者向けツール。Twitter社内でもクラッシュ報告に活用されている。 これまでは、より堅牢な報告機能やワークフロー機能を盛り込んだ「Crashlytics Enter
Bit9, a company that provides software and network security services to the U.S. government and at least 30 Fortune 100 firms, has suffered an electronic compromise that cuts to the core of its business: helping clients distinguish known “safe” files from computer viruses and other malicious software. Waltham, Massachusetts-based Bit9 is a leading provider of “application whitelisting” services, a
The Zend OPcache ================ The Zend OPcache provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing precompiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. In addition, it applies a few bytecode optimization patterns that make code execution faster. Com
2013年2月7日木曜日 WebデザイナーこそGentooを使うべき4つの理由 なぜGentooなのか!? 最近、弊社のデザイン部隊がCSS NiteというWeb系のデザイン関連の勉強会に行ったらしく、スタイルシートが題材の土産話に、こんなことを言っていた。 「これからのWebデザインは、Macで行うのが主流になるんじゃないのぉー、ターミナルとかでコマンドうってさ、コンパイルしちゃったりやったりするんだよぉー」 何て話を、そのチームのリーダーが豪語していました、でもちょっと待って、ターミナルなんてGentooにはディフォルトで備わっているし、コマンドなんていくらでも、どうにでもなるし、そこで一言、私はあえて、その上司に苦言を申し出た 「いや、誤解ですよ××リーダー、Webデザイン、スタイルシート系編集はGentooでやるんです」 スタイルシートコンパイラを導入する CSSコンパイ
In a try to revive the Gentoo Bugday I wrote this article in order to give some guide lines and encourage both users and developers to join. I think it would be great to get this event back and collaborate. Of course everyone can open/close bugs silently but this type of event is a good way to close bugs, attract new developers/users and improve community relations. There is no need to be a Gento
某所で 人間の脳には人の顔を識別するための特別な神経回路が最初から組み込まれていて、人の顔の違いを見分けたりというのが、他の図形よりも格段に高速に行えるようになっています。ということで、ログメッセージに顔文字を入れてみたら、なにこれすごいヽ(=´▽`=)ノ ってなったところ。 という発言をみかけたので、つくりました。 Log::Minimal::Emotional - https://gist.github.com/hirose31/4958764 「エモーショナル」はお好みなものに容易に再定義可能です。 #!/usr/bin/env perl use strict; use warnings; use utf8; use Log::Minimal::Emotional; $Log::Minimal::Emotional::EMOTION->{CRITICAL} = '⊂二二二( ^ω^)
gem でなんかいれるときに Installing RDoc documentation for rest-client-1.6.7...とか表示でてきておっせーなー、どうせみねーのにー。とおもっていたのだが、実は .gemrc に指定すればスキップできるとのこと。 ↓のサイトを参考に設定しておいた。 http://webonrails.com/2008/12/03/skiping-installation-of-ri-and-rdoc-documentation-while-installing-gems/ --- :update_sources: true :sources: - http://gems.rubyforge.org/ - http://gems.github.com :benchmark: false :bulk_threshold: 1000 :backtrace:
LTSVが最近熱いですね。ログファイルのフォーマットはこれで決まり、みたいな。 とはいえ、業務システムだといまだに人月計算とスーツとExcelの世界なので、上司に提出する場合とかそのあたりの親和性をなんとかしたいところです。 そんなわけでExcelでLTSVを読めるようにVBAを書いてみました。これでログを罫線で囲ったりセルに色をつけたりできます!嬉しいのか、それ。 Attribute VB_Name = "LtsvLoader" ' ' LtsvLoader.bas ' ' This program is licensed under the MIT License. ' Copyright 2013, aike (@aike1000) ' Option Explicit Dim gHash As Object Dim gMaxColumn As Integer Sub LoadLTSV
データセンターへ投入したサーバの構成やアプリケーションのデプロイツールとしてよく知られているのが「Chef」や「Puppet」といったオープンソースの運用自動化ツールです。特にChefは先日Facebookが採用したことが発表されています。 そのChefをベースにした運用自動化ツール「Cloudrop」がエクシードから発表されました。同社はシステム構築や運用サービスに加え、パブリッククラウドの「Libra」などを提供する日本の企業で、Cloudropはそうした同社の経験を踏まえて作られたもの。 運用自動化ツールは、開発と運用が協力してビジネスゴールを目指す「DevOps」ムーブメントの中で、システムの開発運用を迅速に改善するうえで欠かせないツールとして注目されています。 運用の属人性を排除して自動化、効率化 CloudropはChefをベースにしているため、Chefでの手順書に当たるレシピ
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful. You can learn more in our Privacy Policy.
あなたのお店の情報も、Googleの検索結果ページで地図にマーク付きで表示したいと思いませんか? そのためには、「Googleプレイス」という仕組みで登録しましょう。この記事では、Googleプレイスにお店の場所の情報を登録して、地図上に表示させる方法を解説します。もちろん、登録は無料です。 最近、GoogleによるGoogleプレイスの露出が活発になっています(Googleプレイスは、以前は「ローカルビジネスセンター」と呼ばれていたサービスです)。 渋谷の駅構内では、山手線乗り場への階段の一面がGoogleプレイスの広告になっていたり、次は田園都市線構内がGoogleプレイス一面に切り替わっていたりしていて、GoogleプレイスにかけるGoogleの本気度が伺えますね。 さて、そんなGoogleプレイスですが、実際にはどのような登録手順が必要で、どのように使うのでしょうか?今回は筆者が通
さくらインターネット Debian ミラー提供開始 さくらインターネット樣にご協力いただき、Debian ミラーサーバーを debian-mirror.sakura.ne.jp として稼働開始しました。これにより、同社のVPS/クラウドサービスを利用するDebianユーザーは高速で安定したパッケージ取得が可能になります。ご協力頂きました さくらインターネット樣に感謝致します。 また、同ミラーサーバーは CDN ミラーサーバに加わり、ftp.jp.debian.org として利用可能となっています。 システム管理チームでは、CDN 対応ミラーサーバを随時募集しています。また、既存の pull 型ミラーサイトを push ミラー化することも推奨しております。同様に安定したミラーを提供頂ける組織/企業樣等ございましたら、ご相談ください。 2013/02/15 10:47 リンク
VMware Explore Community Tracks - Videos View Live Streams and On Demand Videos from this year's Community sessions.. View Community Sessions VMware Explore Community Tracks - Videos View Live Streams and On Demand Videos from this year's Community sessions.. View Community Sessions VMware Explore Community Tracks - Videos View Live Streams and On Demand Videos from this year's Community sessions.
「オースティンってどこ? 何があるの?」と同僚や友人に何度も聞かれ、入国管理管には「観光するところないよ」と言われつつ、2012年10月22日から10月25日にかけて、メキシコと国境を接しているアメリカ合衆国のテキサス州オースティンへ行ってきました。「OWASP AppSec USA 2012カンファレンス」に参加することが目的です。 OWASPっていったい何? OWASP(The Open Web Application Security Project)は、Webアプリケーションのセキュリティの向上を目的としたボランティアによるプロジェクトです。Webアプリケーション開発者の手助けとなるツールやフレームワーク、ガイドラインを提供しており、すべてを無料で公開しています。 Webアプリケーション開発をしている方の中には、「OWASP-Top10」という言葉を聞いたことのある方もいるのではな
2013年02月15日13:00 カテゴリMathLightweight Languages Math - おまいら素因数分解どうしてますか? 数学ガール/乱択アルゴリズム 結城浩 みなさんは素因数分解の必要にせまられたとき、どうしてますか? たとえば、こんなとき。 挑戦者求む!【アルゴリズム】チョコの量を減らせ! by The Essence of Programming 結城 浩│CodeIQ 与えられた個数の立方体を組み上げて、できるだけ表面積の小さな直方体を作りましょうまあ小学生で習うぐらいですし、都度書き下ろしても大した事なさそうにも思えます。 /* works reliably only for 32-bit integer */ var primes = (function(sqrtmax) { var result = [2]; loop: for (var n = 3;
更新をサボっている間に、CrystalDiskMark 3.0が公開されていました。 旧バージョンのCrystalDiskMark 2.2と比較して、SSDの性能を多角的にベンチマークするための新機能がいくつも追加されています。今回の記事では、ベンチマーク結果を交えてそれらの新機能を紹介してみたいと思います。 Random Read/Write 4KB QD=32 起動して一番最初に目に付くのが、"4K QD32"という新しいテスト項目が追加されている点です。これは、NCQ(Native Command Queuing)による性能向上をベンチマークするためのテストです。 NCQとは、HDDやSSDが複数の読み込み・書き込み命令を同時に受け取ったときに、同時処理や順序の並び替えにより、パフォーマンスを向上させる仕組みです。QD(Queue Depth)とは、同時に発行される命令数を表します。
http://freecode.com/projects/fio http://sourceforge.jp/magazine/08/05/22/0127246 install libaio-devel がいる。 # yum install libaio-devel # wget http://brick.kernel.dk/snaps/fio-2.0.7.tar.gz # tar zxvf fio-2.0.7.tar.gz # cd fio-2.0.7 # make && make install 追記 epelにあったのでそこから入れてもいいかな。 # yum install --enablerepo=epel fio 実行 パラメータは引数で指定するか、ini形式のファイルに書いてそれを読み込むか。 # fio hoge.ini # fio -filename=/tmp/data -
Browse free open source Software Development software and projects below. Use the toggles on the left to filter open source Software Development software by OS, license, language, programming language, and project status. Connect your teams with an integrated digital workplace Wherever your teams work, keep them connected with a digital workplace that unifies all your productivity tools in one cen
コンピュータを構成する主要コンポーネントの中でも、ストレージ系のパフォーマンスは他に比べてかなり劣るものとなっており、例えばハードディスクは容量的には順調に拡大し続けているものの、そのアクセス速度の発展ペースはRAMやCPUの速度向上に追いつけなくなっている。こうしたハードドライブの性能的限界がシステムパフォーマンスのボトルネックとなっている可能性を考えた場合、各自の所有するディスクやファイルシステムが発揮可能な速度および、ディスクのサブシステムに対してユーザが行える設定変更の影響を数値的に把握しておくことは重要な意味を帯びているはずである。またディスクのアクセス速度を向上させる手法の1つとしては、RAID-5のように複数のディスクを組み合わせて運用することが考えられる。 Linuxの場合、物理ディスクに対するアクセス速度の基本的な情報であれば、hdparmツールに-Tおよび-tオプション
projects / fio.git / summary ? search: re summary | shortlog | log | commit | commitdiff | tree descriptionfio - Flexible IO Tester ownerJens Axboe last changeTue, 17 Sep 2024 02:23:06 +0000 (20:23 -0600) shortlog 32 hours ago Jens AxboeMerge branch 'atomic-writes' master commit | commitdiff | tree | snapshot 40 hours ago John Garryexamples: Add example for atomic write verify atomic-writes commit
8. 6.Appendix-1(測定準備) ∗ 【fioの準備】-以下のURLからwget ∗ http://brick.kernel.dk/snaps/fio-2.0.13.tar.bz2 ∗ もしくは ∗ http://pkgs.repoforge.org/fio/ ∗ 【開発環境】-yumしてmakeして(一応、入ってるっぽい) ∗ makeとgccとlibaio.hが必須,後はmakeしてmake installする ∗ 【CrystalDiskMark相当ベンチ】-以下のURLからwget ∗ http://www.winkey.jp/downloads/visit.php/fio-crystaldiskmark 9. 7.Appendix-2(fioの使い方) ∗ fioは最低限、以下のパラメータを与えることでベンチマークを取得。 ∗ -filename:ベンチに使用するファイ
They say good things come to those who wait, and today we’re happy to end the waiting and unveil the jQuery Plugin Registry. We’ve worked long and hard to put together a brand new site that will serve to reduce the fragmentation and distribution problems that can be obstacles for plugin developers and consumers. We’ve also put an emphasis on remedying a number of the issues that plagued the old jQ
2013年より開催を続けてきた OpenStack Days Tokyo は、 新しいイベント Cloud Operator Days Tokyo に生まれ変わります。 イベントの詳細については、こちらを参照ください Read More OpenStack Days Tokyo 2019 は、2013年に初開催してから7回目を迎える、国内最大級のオープンソースインフラストラクチャーの祭典です。今年は、CloudNative Days Tokyo 2019との共催で最新のクラウドネイティヴテクノロジーをお伝えしていきます。
Home Designing may earn commissions for purchases made through the links on our website. See our disclosure policy. Located in the tallest commercial building in Dublin, the Montevetro, or Google Docks as it is now called, houses Google's headquarters for Europe, the Middle East and Africa designed by Camenzind Evolution. Â Historically befitting of Googlian culture, the multi-hued complex boasts
シマンテックは2月13日、日本の大手銀行5行のオンラインバンキング利用者を標的にしたマルウェアが見つかったと発表した。利用者のPCなどから情報を盗み取るが狙いがあるとみられる。 同社によると、見つかったマルウェアは世界的に感染を広げているトロイの木馬「Zeus」の亜種。これを解析したところ、標的とするリストには全て日本の銀行のドメインが記載されていたという。このマルウェアは、感染したコンピュータのWebブラウザを監視し、利用者が標的リストにある銀行のサービスに接続すると、HTMLコードを挿入する。 マルウェアが表示する警告メッセージ 「もっと良いサービスを提供するため、当行の個人ネット銀行機能のアップデートをさせて頂いていますので、この間ネット銀行機能を使ったら、新規登録する時ご入力した情報をもう一度入力をいただき、アップデートを完了させて頂くようお願い申し上げます」(原文ママ) このコー
お久しぶりです、気がついたら9月中旬となり、8月はブログを更新していない事に気づきました。 8月は何があったのでしょう?夏バテでしょうか? 8月2日にこんなものが発売されていたようですね。 ドラゴンクエストX 目覚めし五つの種族 オンライン(通常版) 出版社/メーカー: スクウェア・エニックス発売日: 2012/08/02メディア: Video Game購入: 17人 クリック: 555回この商品を含むブログ (162件) を見る このままではブログ更新をフェードアウトしてしまいそうなので、少しだけ記事を更新。 最近、EC2を使ったらにSwap領域がないみたいな記事を見かけたので、備忘録的にまとめてみました。 まずはAmazon Linux(ami-2819aa29)、Ubuntu12.04(ami-c047fac1)、Fedora17(ami-26e65527)をそれぞれm1.small
オープンソースのRPKI Tools(*1)を使ったRPKI cacheサーバの構築と実験用BGPルータからの参照 ※指定事業者の方には実際の割り振り済みIPアドレスが入ったリソース証明書を実験的に発行します。
Chefはサーバーのプロビジョニングやデプロイ、アプリケーションやサービスの自動インストール/設定などの機能を持つ自動化ツール。設定管理やクラウド管理などの用途に利用できる。クライアント/サーバーモデルを持ち、設定ファイル(レシピ)はRubyベースのDSL(domain specific language、ドメイン固有言語)で記述されているのが特徴。拡張性に優れ、大規模なデータセンターでの設定管理などに利用できるという。ライセンスはApache License 2。Opscodeは有料の商用版も提供している。 Chef 11最新版では、Chef ServerのコアAPIをErlangで書き直した「Erchef」を導入した。Opscodeが最大のChef Server実装であるホスティング版Chef(Hosted Chef)の運用から学んだことを反映させたもので、これまでのRuby版とAPI
Link: miyagawa’s Podcast ep1 Podcast はじめました。 RSSを購読すると新しいエピソードを自動でダウンロードできます。iOSならApple Podcasts, Android では Podkicker がおすすめ。 → Tatsuhiko Miyagawa’s Podcast ep1 Podcast ep1: 2013/02/12 ゲスト: 伊藤直也さん 第1回は伊藤直也さんをゲストに迎えてポッドキャスト、LTSV、RubyMotion、Perlなどについて話しました。 番組へのフィードバックは Twitter @miyagawa またはハッシュタグ #bulknews にてお寄せください。
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く