Standard C++ and the Windows Runtime (C++/WinRT)

2016-11-29 KENNETH 0

Standard C++ and the Windows Runtime (C++/WinRT) The Windows Runtime (WinRT) is the technology that powers the Universal Windows Platform, letting developers write applications that are common to all Windows devices, from Xbox to PCs to HoloLens to phones.  Most of UWP can also be used by developers targeting traditional desktop applications. WinRT APIs are easily accessible from managed languages like C#, however for native C++ developers, using WinRT either requires a lot of complex COM code, or the use of Visual C++ component extensions, better known as C++/CX.  These language extensions allow C++ to understand the metadata describing WinRT objects, provide automatic reference counting of WinRT objects, and a variety of other things, but are not part of the standard C++ language. Now there’s an easier way for native C++ developers to use the standard, modern C++ language with [ more… ]

[도서] 차세대 게임 엔진의 양대산맥 유니티 5와 언리얼 엔진 4 AI 게임 개발 세트

2016-11-29 KENNETH 0

[도서] 차세대 게임 엔진의 양대산맥 유니티 5와 언리얼 엔진 4 AI 게임 개발 세트 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]차세대 게임 엔진의 양대산맥 유니티 5와 언리얼 엔진 4 AI 게임 개발 세트 피터 뉴튼,지펭,레이 바레라,아웅 시투 키야우,클리포드 피터스,뗏 네잉 세예 공저/고은혜,조경빈 공역 | 에이콘출판사 | 2016년 12월 판매가 39,600원 (10%할인) | YES포인트 2,200원(5%지급) 이벤트 : 주목 IT 신간&예약판매 사은품 이벤트 ★ 세트 구성: 전2권 ★ 1) 언리얼 엔진 4 AI 프로그래밍 에센셜 2) 유니티 게임 AI 프로그래밍 2/e 『언리얼 엔진 4 AI 프로그래밍 에센셜』 소개 정식으로 프로그래밍 교육을 받지 않은 아티스트나 디자 Source: [도서] 차세대 게임 엔진의 양대산맥 유니티 5와 언리얼 엔진 4 AI 게임 개발 세트

No Image

USN-3138-1: python-cryptography vulnerability

2016-11-29 KENNETH 0

USN-3138-1: python-cryptography vulnerability Ubuntu Security Notice USN-3138-1 28th November, 2016 python-cryptography vulnerability A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 16.10 Ubuntu 16.04 LTS Summary python-cryptography could generate incorrect keys. Software description python-cryptography – Cryptography Python library Details Markus Döring discovered that python-cryptography incorrectly handledcertain HKDF lengths. This could result in python-cryptography returning anempty string instead of the expected derived key. Update instructions The problem can be corrected by updating your system to the following package version: Ubuntu 16.10: python3-cryptography 1.5-2ubuntu0.1 python-cryptography 1.5-2ubuntu0.1 Ubuntu 16.04 LTS: python3-cryptography 1.2.3-1ubuntu0.1 python-cryptography 1.2.3-1ubuntu0.1 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. In general, a standard system update will make all the necessary changes. References CVE-2016-9243 Source: USN-3138-1: python-cryptography vulnerability

No Image

RHSA-2016:2824-1: Moderate: expat security update

2016-11-29 KENNETH 0

RHSA-2016:2824-1: Moderate: expat security update Red Hat Enterprise Linux: An update for expat is now available for Red Hat Enterprise Linux 6 and Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. CVE-2016-0718 Source: RHSA-2016:2824-1: Moderate: expat security update

No Image

Making MySQL Better for Operations

2016-11-29 KENNETH 0

Making MySQL Better for Operations In the MySQL team, one of our focuses over the last few releases has been improving the usability of the MySQL Server for operations teams.  The results can be seen in a number of areas: Our continued investment in Performance Schema.   … Source: Making MySQL Better for Operations