반응형
비주얼 스튜디오 2010 단축키 카드 Visual C++, Visual C#, Visual F#, Visual Basic 으로 구분되어 배포(PDF 파일)






반응형

Marcelo Leal's ZFS Internals

Solaris 2010. 4. 22. 14:51 posted by CecilDeSK
반응형
Marcelo Leal가 자신의 블로그에 포스팅 한 내용을 pdf화일로 제공합니다.

총 9개 Draft로 되어있고 ZFS와 다른 파일 시스템과 비교한 내용중 Copy-on-write 에 대한 Article이 인상깊었습니다.

블로그 링크를 통해서도 읽을수있고 제공되는 pdf로 다운로드 받아보셔도 됩니다.



반응형

Google Test 1.5.0 Google Mock 1.5.0 release

Development 2010. 4. 18. 07:00 posted by CecilDeSK
반응형
Changes for Google Test 1.5.0:

 * New feature: assertions can be safely called in multiple threads
   where the pthreads library is available.
 * New feature: predicates used inside EXPECT_TRUE() and friends
   can now generate custom failure messages.
 * New feature: Google Test can now be compiled as a DLL.
 * New feature: fused source files are included.
 * New feature: prints help when encountering unrecognized Google Test flags.
 * Experimental feature: CMake build script (requires CMake 2.6.4+).
 * Experimental feature: the Pump script for meta programming.
 * double values streamed to an assertion are printed with enough precision
   to differentiate any two different values.
 * Google Test now works on Solaris and AIX.
 * Build and test script improvements.
 * Bug fixes and implementation clean-ups.

 Potentially breaking changes:

 * Stopped supporting VC++ 7.1 with exceptions disabled.
 * Dropped support for 'make install'.

Google Test 1.5.0 Download link



Changes for googlemock 1.5.0:

 * New feature: Google Mock can be safely used in multi-threaded tests
   on platforms having pthreads.
 * New feature: function for printing a value of arbitrary type.
 * New feature: function ExplainMatchResult() for easy definition of
   composite matchers.
 * The new matcher API lets user-defined matchers generate custom
   explanations more directly and efficiently.
 * Better failure messages all around.
 * NotNull() and IsNull() now work with smart pointers.
 * Field() and Property() now work when the matcher argument is a pointer
   passed by reference.
 * Regular expression matchers on all platforms.
 * Added GCC 4.0 support for Google Mock Doctor.
 * Added gmock_all_test.cc for compiling most Google Mock tests
   in a single file.
 * Significantly cleaned up compiler warnings.
 * Bug fixes, better test coverage, and implementation clean-ups.

 Potentially breaking changes:

 * Custom matchers defined using MatcherInterface or MakePolymorphicMatcher()
   need to be updated after upgrading to Google Mock 1.5.0; matchers defined
   using MATCHER or MATCHER_P* aren't affected.
 * Dropped support for 'make install'.

Google Mock 1.5.0 Download link


반응형

Gmail 첨부파일 드래그 앤 드롭 지원

etc 2010. 4. 16. 19:00 posted by CecilDeSK
반응형

Gmail에서 첨부파일 포함시 Drag and Drop을 지원합니다. 아직 mozilla FirefoxGoogle Chrome만 지원가능하지만 추후 타 브라우저도 지원할 예정이랍니다.

파일을 첨부하고자할때 제목 부근에 파일을 끌어다 넣어주면 되고 용량제한(25MB)에만 걸리지 않으면 여러개의 파일도 가능합니다.

gmail에서 첨부파일 보내기

gmail에 첨부파일을 여기에 파일 놓기란에 드롭...

gmail 첨부파일은 여러개의 파일도 순차적으로 올라간다


이외에도 구글 캘린더와 연동 가능한 초대장기능도 추가되었습니다.
초대장을 보낼사용자를 선택하고 이벤트를 추가하고 이메일을 발송하면 상대방 캘린더에도 이벤트가 추가됩니다.
반응형