کتابخانه parallaxColorBars
200, OK
https://github.com/lemehovskiy/parallaxColorBars icon

Amazing animated color bars parallax effect on black & white image while page scrolling.In parallaxColorBars you can now add settings using the data-parallax-color-bar attribute. You still need to call $(element).parallaxColorBars() to initialize parallaxColorBars on the element.  Demo

کتابخانه parallaxColorBars
7 دلیل برای انتقال کدهای ++C به Visual Studio 2017
301, MovedPermanently
https://channel9.msdn.com/Events/Build/2018/BRK2139 icon

Come learn the top 7 reasons to use Visual Studio 2017 if you are a C++ developer. Whether you are using the product and are looking to upgrade, or you never used it before but you are considering it now, join us to discover how Visual Studio 2017 raises the bar in terms of C++ productivity. From C++ standards conformance to coding productivity, cross-platform development for Windows, Linux, Android, and iOS and CMake support, these are only a few of the topics we discuss in this demo-packed session. 

7 دلیل برای انتقال کدهای ++C به Visual Studio 2017
2.Visual Studio 2017 15.7 منتشر شد
301, MovedPermanently
https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes?1572#-visual-studio-2017-version-1572 icon

These are the customer-reported issues addressed in 15.7.2:

2.Visual Studio 2017 15.7 منتشر شد
انتشار Unity 2018.1
301, MovedPermanently
https://blogs.msdn.microsoft.com/visualstudio/2018/05/10/visual-studio-and-unity-2018-1-even-better-together/ icon

The Visual Studio team is excited about the Unity 2018.1 release: It’s the start of a new release cycle packed with great new features like the Scriptable Render Pipeline and the C# Job System. You can read the full blog post by Unity for all the details on what’s new in the 2018.1 release. 

انتشار Unity 2018.1
1.Visual Studio 2017 15.7 منتشر شد
301, MovedPermanently
https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes?1571#-visual-studio-2017-version-1571- icon

These are the customer-reported issues addressed in 15.7.1:

  • This release includes a fix that reduces memory usage and GC pressure during solution load.

Microsoft Security Advisory for .NET Core Denial Of Service Vulnerability

CVE-2018-0765

Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core and .NET native version 2.0. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.

Microsoft is aware of a denial of service vulnerability that exists when .NET Framework and .NET Core improperly process XML documents. An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET Framework, .NET Core, or .NET native application.

The update addresses the vulnerability by correcting how .NET Framework, .NET Core, and .NET native applications handle XML document processing.

If your application is an ASP.NET Core application, developers are also advised to update to ASP.NET Core 2.0.8. 

1.Visual Studio 2017 15.7 منتشر شد
Visual Studio 2017 15.7 منتشر شد
301, MovedPermanently
https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes?v157#15.7 icon
Visual Studio 2017 15.7 منتشر شد
کتابخانه fontfaceobserver
200, OK
https://github.com/bramstein/fontfaceobserver icon

Font Face Observer is a small @font-face loader and monitor (3.5KB minified and 1.3KB gzipped) compatible with any webfont service. It will monitor when a webfont is loaded and notify you. It does not limit you in any way in where, when, or how you load your webfonts. Unlike the Web Font Loader Font Face Observer uses scroll events to detect font loads efficiently and with minimum overhead.

var font = new FontFaceObserver('My Family', {
  weight: 400
});

font.load().then(function () {
  console.log('Font is available');
}, function () {
  console.log('Font is not available');
});
$ npm install fontfaceobserver
کتابخانه fontfaceobserver