タグ

programmingとconcurrencyに関するn-segaのブックマーク (3)

  • The Rust Programming Language

    A language empowering everyone to build reliable and efficient software. Performance Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. Reliability Rust’s rich type system and ownership model guarantee memory-safety and thread-safety — enabling you to elim

    The Rust Programming Language
  • Android: マルチスレッドでJava Mail

    ■1-1 JavaMailライブラリのダウンロード Androidでは、SunのJavaMailライブラリは利用できません。 Googleが提供しているメールライブラリが必要です。 Googleの原文を掲載します。以下のサイトからライブラリをダウンロードしてください。 http://code.google.com/p/javamail-android/ The goal is to provide a 100% working lightweight javamail port of the JavaMail API. Currently tested / working : IMAP commands Mime messages handling This work is based on the opensourced version of JavaMail and activatio

    n-sega
    n-sega 2011/08/08
    マルチスレッドでメール送信処理。
  • CodeZine:.NETマルチスレッドプログラミング 目次()

    稿では、VB.NETを利用し、簡単な機械語で動く仮想CPUを作ることでバイナリプログラミングを満喫します。実際の業務で直接使えるケースは少ないと思いますが、デバッグやプログラミングの地力向上に役立つでしょう。今回はINC命令とDEC命令の実装を通じて、長さが違う機械語の実装法を解説します。 Visual Studioには、標準でたくさんのコントロールが用意されていますが、 ComponentOne Studio(コンポーネントワンスタジオ)には、さらに便利なコントロールが多数収録されています。この連載ではこれらのコンポーネントを組み合わせて売上管理アプリケーションを作っていきます。まずは、売上データ一覧表の項目として、 ComponentOne Studioに収録されているFlexGridを使いながらアプリケーションの土台を作成します。 稿では、LINQ to SQLを使って空のクエリ

    n-sega
    n-sega 2007/08/28
    マルチスレッド、.NETでやるには・・・
  • 1