На чем написан калькулятор windows 10

Несколько дней назад корпорация Microsoft приняла решение открыть исходный код известной всем программы — «Калькулятора» из ОС Windows. Это приложение входило во все дистрибутивы ОС от Microsoft начиная с 1985 года, когда свет увидела Windows 1.0.

Microsoft использует лицензию MIT для своего ПО. Это тот же тип лицензии, что используется в .Net Core, Visual Studio Code, и MS-DOS. По словам представителей корпорации, сейчас они открывают процесс разработки для open-source сообщества. Сторонние разработчики могут предлагать новые функции и сотрудничать с инженерами Microsoft для добавления этих фич.

С течением времени Калькулятор Windows совершенствуется. Программа появилась на свет в качестве элементарного помощника для выполнения арифметических действий. Сейчас же это надежный научный калькулятор, который может использоваться широким кругом пользователей для решения весьма серьезных задач.

Программа написана на С++ и содержит более 35000 строк кода. Для компиляции проекта пользователям необходима Windows 10 1803 (или более новая) и последняя версия Visual Studio. Со всеми требованиями можно ознакомиться на GitHub.

Компания открыла код для того, чтобы любой желающий мог ознакомиться с такими технологиями Microsoft как Fluent, Universal Windows Platform, Azure Pipelines и другими. Благодаря этому проекту разработчики могут больше узнать о том, как выполняется работа по созданию тех либо иных проектов в Microsoft.

Тем разработчикам, кто планирует присоединиться к проекту, необходимо ознакомиться с требованиями и нормами, сделать это можно здесь.

Ну а с подробным анализом исходного кода Калькулятора Windows можно ознакомиться здесь, прямо на Хабре.

Если эта публикация вас вдохновила и вы хотите поддержать автора — не стесняйтесь нажать на кнопку

Calculator

The Windows Calculator app is a modern Windows app written in C++ and C# that ships pre-installed with Windows.
The app provides standard, scientific, and programmer calculator functionality, as well as a set of converters between various units of measurement and currencies.

Calculator ships regularly with new features and bug fixes. You can get the latest version of Calculator in the Microsoft Store.

Calculator Screenshot

Features

  • Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
  • Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
  • Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.
  • Date Calculation functionality which offers the difference between two dates, as well as the ability to add/subtract years, months and/or days to/from a given input date.
  • Calculation history and memory capabilities.
  • Conversion between many units of measurement.
  • Currency conversion based on data retrieved from Bing.
  • Infinite precision for basic
    arithmetic operations (addition, subtraction, multiplication, division) so that calculations
    never lose precision.

Getting started

Prerequisites:

  • Your computer must be running Windows 11, build 22000 or newer.

  • Install the latest version of Visual Studio (the free community edition is sufficient).

    • Install the «Universal Windows Platform Development» workload.
    • Install the optional «C++ Universal Windows Platform tools» component.
    • Install the latest Windows 11 SDK.

    Visual Studio Installation Screenshot

  • Install the XAML Styler Visual Studio extension.

  • Get the code:

    git clone https://github.com/Microsoft/calculator.git
    
  • Open src\Calculator.sln in Visual Studio to build and run the Calculator app.

  • For a general description of the Calculator project architecture see ApplicationArchitecture.md.

  • To run the UI Tests, you need to make sure that
    Windows Application Driver (WinAppDriver)
    is installed.

Contributing

Want to contribute? The team encourages community feedback and contributions. Please follow our contributing guidelines.

If Calculator is not working properly, please file a report in the Feedback Hub.
We also welcome issues submitted on GitHub.

Roadmap

For information regarding Windows Calculator plans and release schedule, please see the Windows Calculator Roadmap.

Graphing Mode

Adding graphing calculator functionality is on the project roadmap and we hope that this project can create a great end-user experience around graphing. To that end, the UI from the official in-box Windows Calculator is currently part of this repository, although the proprietary Microsoft-built graphing engine, which also drives graphing in Microsoft Mathematics and OneNote, is not. Community members can still be involved in the creation of the UI, however developer builds will not have graphing functionality due to the use of a mock implementation of the engine built on top of a
common graphing API.

Diagnostic Data

This project collects usage data and sends it to Microsoft to help improve our products and services.
Read our privacy statement to learn more.
Diagnostic data is disabled in development builds by default, and can be enabled with the SEND_DIAGNOSTICS
build flag.

Currency Converter

Windows Calculator includes a currency converter feature that uses mock data in developer builds. The data that
Microsoft uses for the currency converter feature (e.g., in the retail version of the application) is not licensed
for your use. The mock data will be clearly identifiable as it references planets instead of countries,
and remains static regardless of selected inputs.

Reporting Security Issues

Please refer to SECURITY.md.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.

From Wikipedia, the free encyclopedia

Windows Calculator

Calculator in Windows 11

Original author(s) Chris Peters,
Mark Cliggett,
Marc Taylor,
Kraig Brockschmidt[1]
Developer(s) Microsoft
Initial release 20 November 1985; 39 years ago
Stable release

February 2025 Update (11.2502.2.0)
/ 24 March 2025; 41 days ago[2]

Repository github.com/Microsoft/calculator
Written in C++, C#
Operating system All versions of Microsoft Windows, Xbox system software,[citation needed] Windows 10 Mobile, Windows Phone
Platform IA-32, x86-64, ARMv7-A, and ARMv8-A (and historically DEC Alpha, Itanium, MIPS, and PowerPC)
Type Software calculator
License Proprietary Software (Windows 1.0 — Windows 8.1)
MIT License (Windows 10)
Website aka.ms/calculator 

Windows Calculator is a software calculator developed by Microsoft and included in Windows. In its Windows 10 incarnation it has four modes: standard, scientific, programmer, and a graphing mode. The standard mode includes a number pad and buttons for performing arithmetic operations. The scientific mode takes this a step further and adds exponents and trigonometric function, and programmer mode allows the user to perform operations related to computer programming. In 2020, a graphing mode was added to the Calculator, allowing users to graph equations on a coordinate plane.[3]

The Windows Calculator is one of a few applications that have been bundled in all versions of Windows, starting with Windows 1.0. Since then, the calculator has been upgraded with various capabilities.

In addition, the calculator has also been included with Windows Phone[4] and Xbox One.[citation needed] The Microsoft Store page proclaims HoloLens support as of February 2024, but the Calculator app is not installed on HoloLens by default.

A simple arithmetic calculator was first included with Windows 1.0.[5]

In Windows 3.0, a scientific mode was added, which included exponents and roots, logarithms, factorial-based functions, trigonometry (supports radian, degree and gradians angles), base conversions (2, 8, 10, 16), logic operations, statistical functions such as single variable statistics and linear regression.

Windows 9x and Windows NT 4.0

[edit]

Until Windows 95, it uses an IEEE 754-1985 double-precision floating-point, and the highest representable number by the calculator is 21024, which is slightly above 10308 (≈1.80 × 10308).

In Windows 98 and later, it uses an arbitrary-precision arithmetic library, replacing the standard IEEE floating point library.[6] It offers bignum precision for basic operations (addition, subtraction, multiplication, division) and 32 digits of precision for advanced operations (square root, transcendental functions). The largest value that can be represented on the Windows Calculator is currently <1010,000 and the smallest is 10−9,999. (Also ! calculates the gamma function which is defined over all real numbers, only excluding the negative integers).

Windows 2000, XP and Vista

[edit]

In Windows 2000, digit grouping is added. Degree and base settings are added to menu bar.

The calculators of Windows XP and Vista were able to calculate using numbers beyond 1010000, but calculating with these numbers (e.g. 10^2^2^2^2^2^2^2…) does increasingly slow down the calculator and make it unresponsive until the calculation has been completed.

Unlike later versions, calculating with binary/decimal/hexadecimal/octal numbers is included into scientific mode.

In Windows 7, separate programmer, statistics, unit conversion, date calculation, and worksheets modes were added. Tooltips were removed. Furthermore, Calculator’s interface was revamped for the first time since its introduction. The base conversion functions were moved to the programmer mode and statistics functions were moved to the statistics mode. Switching between modes does not preserve the current number, clearing it to 0.

The highest number is now limited to 1010000 again.

In every mode except programmer mode, one can see the history of calculations. The app was redesigned to accommodate multi-touch. Standard mode behaves as a simple checkbook calculator; entering the sequence 6 * 4 + 12 / 4 - 4 * 5 gives the answer 25. In scientific mode, order of operations is followed while doing calculations (multiplication and division are done before addition and subtraction), which means 6 * 4 + 12 / 4 - 4 * 5 = 7.

In programmer mode, inputting a number in decimal has a lower and upper limit, depending on the data type, and must always be an integer. Data type of number in decimal mode is signed n-bit[7] integer when converting from number in hexadecimal, octal, or binary mode.

Data type Data type size Lower limit Upper limit
Byte 8 bit  −128 127
Word 16 bit  −32,768 32,767
Dword 32 bit  −2,147,483,648 2,147,483,647
Qword 64 bit  −9,223,372,036,854,775,808 9,223,372,036,854,775,807

On the right side of the main Calculator[clarification needed], one can add a panel with date calculation, unit conversion and worksheets. Worksheets allow one to calculate a result of a chosen field based on the values of other fields. Pre-defined templates include calculating a car’s fuel economy (mpg and L/100 km),[8] a vehicle lease, and a mortgage. In pre-beta versions of Windows 7, Calculator also provided a Wages template.

While the traditional Calculator is still included with Windows 8.1, a Metro-style Calculator is also present, featuring a full-screen interface as well as normal, scientific, and conversion modes.[9]

The Calculator in non-LTSC editions of Windows 10 is a Universal Windows Platform app. In contrast, Windows 10 LTSC (which does not include universal Windows apps) includes the traditional calculator, but which is now named win32calc.exe. Both calculators provide the features of the traditional calculator included with Windows 7 and Windows 8.x, such as unit conversions for volume, length, weight, temperature, energy, area, speed, time, power, data, pressure and angle, and the history list which the user can clear.

Both the universal Windows app and LTSC’s win32calc.exe register themselves with the system as handlers of a ‘calculator:‘ pseudo-protocol. This registration is similar to that performed by any other well-behaved application when it registers itself as a handler for a filetype (e.g. .jpg) or protocol (e.g. http:).

All Windows 10 editions (both LTSC and non-LTSC) continue to have a calc.exe, which however is just a stub that launches (via ShellExecute) the handler that is associated with the ‘calculator:‘ pseudo-protocol. As with any other protocol or filetype, when there are multiple handlers to choose from, users are free to choose which handler they prefer— either via the classic control panel (‘Default programs’ settings) or the immersive UI settings (‘Default Apps’ settings) or from the command prompt via OpenWith calculator:.

In the Windows 10 Fall Creators Update, a currency converter mode was added to Calculator.[10]

On 6 March 2019, Microsoft released the source code for Calculator on GitHub under the MIT License.[11]

In Windows 11, the Calculator app’s user interface was modified to match the design of Windows 11 and a new settings page is present for users to toggle between the themes of the app without changing the operating system’s theme. In 2021, Microsoft announced it would migrate the codebase of the Calculator app to C# in order to welcome more developers to contribute to the app.

  • Microsoft Windows NT Calculator Version 3.1

  • Windows 8.1’s additional Metro-style calculator in standard mode

  • Windows 10 Modern UI Calculator

By default, Calculator runs in standard mode, which resembles a four-function calculator. More advanced functions are available in scientific mode, including logarithms, numerical base conversions, some logical operators, operator precedence, radian, degree and gradians support as well as simple single-variable statistical functions. It does not provide support for user-defined functions, complex numbers, storage variables for intermediate results (other than the classic accumulator memory of pocket calculators), automated polar-Cartesian coordinates conversion, or support for two-variables statistics.

In addition, the programming mode allows conversions between bases 16, 10, 8, and 2, the most commonly used by programmers. In this mode, the on-screen numeric keypad includes the hexadecimal digits A through F, which are active when «Hex» is selected. In hex mode, only integers are supported.

Calculator supports keyboard shortcuts; all Calculator features have an associated keyboard shortcut.[12]

Calculator in programmer mode cannot accept or display a number larger than a signed QWORD (16 hexadecimal digits/64 bits). The largest number it can handle is therefore 0x7FFFFFFFFFFFFFFF (decimal 9,223,372,036,854,775,807). Any calculations in programmer mode which exceed this limit will overflow, even if those calculations would succeed in other modes. In particular, scientific notation is not available in this mode.

This section needs expansion. You can help by adding to it. (May 2020)

  • In Windows 7, 8, and some versions of Windows 10, transcendental function operations, such as the square root operator (sqrt(4) − 2 = −8.1648465955514287168521180122928e−39), would sometimes be calculated incorrectly due to catastrophic cancelation.[13] In newer versions, this doesn’t happen with integers, but it still happens when you enter decimal numbers.[citation needed]
  • Older versions of the universal Calculator in non-LTSC editions of Windows 10 doesn’t use any regional format (can be set in Region Control Panel) that are different from the app’s display language for number formatting (the app’s language is English (United States) but Windows’s regional format is set to a different format).[14]

Calculator Plus is a separate application for Windows XP and Windows Server 2003 users that adds a ‘Conversion’ mode over the Windows XP version of the Calculator. The ‘Conversion’ mode supports unit conversion and currency conversion. Currency exchange rates can be updated using the built-in update feature, which downloads exchange rates from the European Central Bank.[15][16]

  • Formula calculator
  • List of formerly proprietary software
  • Microsoft Math Solver
  • Power Calculator
  1. ^ Juarez, Seth (2016-02-09). «Kraig Brockschmidt, Creator of Calc, on the Early Days at Microsoft». Microsoft Learn. Retrieved 2024-08-11.
  2. ^ «Windows Calculator». Microsoft Apps. Retrieved 2025-03-24.
  3. ^ «Windows Calculator will get a Graphing Mode: first look — gHacks Tech News». gHacks Technology News. 2020-01-17. Retrieved 2022-09-02.
  4. ^ «Von Windows Phone 8.1 zu Windows 10 Mobile: Eine kleine Revolution in Screenshots» (in German). Dr.Windows. 27 October 2015. Retrieved 27 January 2024.
  5. ^ «Windows 1.01». toastytech.com. Retrieved 2024-08-04.
  6. ^ «When you change the insides, nobody notices». The Old New Thing. 25 May 2004. Archived from the original on 2010-03-06. Retrieved 2007-05-28.
  7. ^ Where n is either: 8 for Byte, 16 for Word, 32 for Dword, or 64 for Qword.
  8. ^ Calculate Fuel Economy — Windows 7 (MalekTips)
  9. ^ «Hands-On with Windows 8.1: New Utility Apps». Paul Thurrott’s Supersite for Windows. Retrieved September 24, 2013.
  10. ^ Blog, Windows Experience; Pidgeon, Elana (2017-12-28). «Windows 10 Tip: Travel easier with the built-in currency converter». Windows Experience Blog. Retrieved 2024-08-04.
  11. ^ Foley, Mary Jo (6 March 2019). «Microsoft is open-sourcing Windows Calculator on GitHub». ZDNet. Retrieved 6 March 2019.
  12. ^ «Keyboard shortcuts». Windows 8 Help. Microsoft. Retrieved 11 March 2013.
  13. ^ «Microsoft Fixes Decade-Old Windows Calculator Square Root Bug». news.softpedia.com. 5 April 2018. Retrieved 2023-04-15.
  14. ^ «Wrong usage of Regional settings in Windows 10 Apps: weather, calculator». answers.microsoft.com. Retrieved 2021-01-24.
  15. ^ «Microsoft Calculator Plus». Tek.no (in Norwegian). 13 September 2004.
  16. ^ «Use this great maths tool for cheats! — 9Finance». finance.nine.com.au. June 2024.
  • Windows Calculator on Microsoft Store
  • Source code on GitHub
  • Microsoft Calculator Plus

 
 
 
  • 4.145, ��� (?), 15:54, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ����� �� ����� ���� ���� ����? (inb4 ���-����������)
     
  • 4.159, ������ (), 17:04, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    >Kate � KWrite

    ��� �� ���� ���������� ��������� ������ � ������� �������� �������…

     

     
  • 2.14, ����� (?), 09:05, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    ���-���, � �� ������������ �� ������. �� ����������� ����.
     
  • 2.40, ������ (40), 10:02, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +29 +/
    ������ � ���������� ��� �������� �� ����������, � �� �� �������������.
     
  • 2.54, trdm (ok), 10:41, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ���������� ������ ����� ����� �������� ���� kernel32/64.dll

    ��� ������ ţ ������� � �������� ���, ���� ��� ��� � ����.
     
     
  • 3.146, ������ (146), 16:01, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    ������ ��? ������ ���������� ���� ����������.
     
     
  • 4.218, ������ (218), 12:49, 10/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    �.�. ţ ������������ ���� � ������� ��������� � ��������� ������������.
     
  • 2.56, macfaq (?), 10:44, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +24 +/
    > �������� ���������� �� ������������?

    ����� � �����, ��� ��� ����������, ����� ���������.

     
     
  • 3.117, ������ (117), 14:06, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� �� ���������� � ����� ������ �� ��� ����� �������� � ������ ������� �� �����������.
     
  • 3.135, ������ (135), 15:03, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ���, ������� � ����� ������� �������������. ��� ������� �� ��������� ������ ���� � ������������.
     
  • 3.161, ������������������ (ok), 17:06, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    > ����� � �����, ��� ��� ����������, ����� ���������.

    —�����, ������ ����� ����� �� ������. ������ ����� ����� �� ��������. �� �� ޣ� ����� ��������?

    —�� ������ ��������.

    —� �� �� ޣ� �����?

    —��� �������� �� ������ ����!

     
     
  • 4.173, ������ (173), 17:47, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    > —��� �������� �� ������ ����!

    ���, ��� ������� ��������, ��� ����� ������� ���� ��.

     
  • 2.67, ������ (67), 10:58, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� �� ����� — �������� � ������ �� SEND_TELEMETRY (��������, � src/Calculator/Common/AppLifecycleLogger.cpp)
     
  • 2.112, ������ (112), 13:49, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +4 +/
    �����. ������ ��������� �������. ������ ����� — ������� ��� Android, ������ — ����������� ��� Windows.
     
     
  • 3.177, ������84701 (ok), 18:04, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/

    � ��� �� ��� � ���������� ��� ������� o_O https f-droid org en packages com s… ������� ����� �ף����, ��������

     
     
  • 4.212, ������ ������ (?), 07:50, 09/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� �ӣ ��, �� ����� ����. �� ��������� ��������� LED ����� ������������ ������ � ����������� �� ������.
     
     
  • 5.214, ������84701 (ok), 14:51, 09/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    > ��� �ӣ ��, �� ����� ����. �� ��������� ��������� LED ����� ������������ ������ � ����������� �� ������.

    ���� ������ ������ �� ��������� � �����-�����^W �����, �� ����� ��� ���������� �� ����, �����������, ������������� ��������, ��� �� ��������� ������ � �������, ������� � �����-�������� � ������������ in-app purchase:



    This app has access to:

    Location

        approximate location (network-based)

        precise location (GPS and network-based)

    Camera

        take pictures and videos

    Other

        receive data from Internet

        view network connections

        control flashlight

        full network access

        prevent device from sleeping

    Device ID & call information

        read phone status and identity

     
  • 2.197, anonymous (??), 20:50, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    «… � �������� ������� ��� �������������� ��������� ������� � ������ ������ …

    � �������� ������ ������������ �������������� ���� ���������� � �������� �� ������� Microsoft…»

    ��� ��������� �������.

     

     
     
  • 3.71, ���� (?), 11:04, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +5 +/
    � ��� �� ��� — ��� ����� ���� ������. �����, ������, ������� ��� �������� #113 — ��� � ��� ��� ����� ������� � ����������.
     

  • 1.5, ������ (5), 08:32, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +13 +/
    �������������� ������� ������� �������. ��� ���� ����� �������� ����������.
     
     
     
     
  • 4.210, ����� (?), 14:18, 08/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    Intel ��� ��� ������, � ������� ��������� ������� �������.
     

     
  • 2.36, Tifereth (?), 09:58, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    �����! ��� ���������� ������� ���, ��� �����������!
     

     
     
  • 3.13, ������ (13), 09:04, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –6 +/
    ��� ����������� ��������� ���, ��� �� GPLv3 — ����������� ��? (������� GPLv2)
     
     
  • 4.16, asfasdasd (?), 09:07, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +3 +/
    ��� � ������� ��������� -_-

    ���� Open, � ���� Free. ��� Open �� OSI ���������, ��� Free �� FSF.
     
     
  • 5.20, ������ (20), 09:18, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +3 +/
    MIT ������������� ����������� � ����, � �������.
     
     
  • 6.50, ������ (50), 10:34, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    �� ���������, �������� ��� �������� ������������ ���������, �.�. ��������� ��� �������, � �������� ������� �� ��������� �������� �������������� ���������, �.�. �� ��������� ������� ���.
     
  • 4.28, ������ (28), 09:44, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    �ӣ, ��� �� Copyleft ((L)GPLv2/3, MPLv2), � Permissive, �� ���������, � ������ ��������.
     
     
  • 5.32, �� (?), 09:51, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –4 +/
    ����� �� �����? �������� ����� ������������ ������ «������������ ����������», ����� �������� ��������� �����������, ���� BSD.
     
     
  • 6.43, Crazy Alex (ok), 10:11, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    ��������� — ��, ������� ����������� _������������_ �������:

    — ��������� � ����� �����

    — ������� � �������������� ���

    — �������������� ���

    — �������������� ��������������� ���.

    �� ������� «����ң� ������» ���������, �������.

    ��� GPL ������� � ����� ���������� ������������ ������� ���� ������. ������ ����������� ������ ������ ��� ����� ����������.

     
     
     
  • 8.105, ������ (105), 13:14, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +3 +/

    MIT �� ���������, �� ��������� �� ��������� ����� �� ������������� �������… ����� �ף����, ��������

     
     
  • 9.113, ig0r (??), 13:55, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/

    ����� �������� GPL ��������� ���� ������� � �������������� ���, �������� �� ���… ����� �ף����, ��������

     
     
     
  • 11.156, ig0r (??), 16:56, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/

    ����� ������� ��� ������ �������� ����� ��������� ��� ���� … ����� �ף����, ��������

     
     
     
  • 13.184, ig0r (??), 18:21, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/

    ���� � �������� ���� ��� ������������ ��������� �� ���� ������ ������� � ��� ���… ����� �ף����, ��������

     
     
     
  • 15.187, ig0r (??), 18:37, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –2 +/

    ����� ������� � ������� ������������ ������� ������ �������������, ���� ��� ��� … ����� �ף����, ��������

     
  • 7.121, ���_�����_�������� (?), 14:11, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    >��� GPL ������� � ����� ���������� ������������ ������� ���� ������. ������ ����������� ������ ������ ��� ����� ����������.

    �� ������� ������ � ���. ���� FSF ������������ ��������� ��� �� ��� ���, � ��� ������ ��������� ���� ���� �������. � ��� ���, ��������������, � ��� ���ģ�.

     
  • 7.165, ������ (165), 17:10, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    > ��������� — ��, ������� ����������� _������������_ �������:

    > — ��������� � ����� �����

    > — ������� � �������������� ���

    > — �������������� ���

    > — �������������� ��������������� ���.

    ��� �� ��� ��������� ���������������� ������ ��� ��� GPL? ��� ��������� ��� 6 ��� ���������, �� ��������?

     
  • 6.102, Andrey Mitrofanov (?), 12:49, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    >�������� ����� ������������ ������ «������������ ����������»,

    ����� � ��� «�������»?!  …����� ������ ����, ������ � ������№2 !1


    >����� ��������

    > ��������� �����������, ���� BSD.

     
  • 4.106, ��������� (ok), 13:15, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –2 +/
    ��� �� ����� ��������� �� � �������� — ����������. ��������� �� �������� ������������� ���������.
     
     
  • 5.137, dimqua (ok), 15:11, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    > ��������� �� �������� ������������� ���������.

    ���.

     
     
     
  • 7.220, dimqua (ok), 15:13, 10/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ���� ������� ��������, ������� ������� ��������� �� �������� ���������� (�������� FSF, �� ����� ��������� �������� �� ������ Debian ��� Fedora, ��������), � ���� ��������, �.�. OSI ���� �� ��� ������ �������� ��������.

    https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_lice

    �� � ���� �ݣ source-available software licenses, ������ �� ������� �� ����������, �� ��������� �� ��������, �� �� ����� ������� ��������.

    https://en.m.wikipedia.org/wiki/Source-available_software

     
     
     
  • 5.42, ������ (42), 10:11, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +5 +/
    MIT — ��� � open, � free, �� �� copyleft.
     
  • 2.60, Andrey Mitrofanov (?), 10:49, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +3 +/
    > ��� ��� ��, ������ � ������� �� Windows ����� ��������� ��?

    ��-��. «� �������»-�� ��� ����� ��� MS-EULA.

    ��!  �� «��������» ����� �����, ����� �� �� ��-EULA-��.

     
     
  • 3.63, Annoynymous (ok), 10:51, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    �������� ��������������� ���������� �� ����� MS ����������������� ����� �� ������� ���.
     
     
  • 4.68, Andrey Mitrofanov (?), 10:58, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    > �������� ��������������� ���������� �� ����� MS ����������������� ����� �� ������� ���.

    ��������, MITL ����, «���������������» ���.

    ���� «��������������»-�� �� ���?7

    �������, ������ ����� �� ����� ��� GPLv3+.  ����� «�������������» � �������������.

     
     
  • 5.75, Annoynymous (ok), 11:08, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –2 +/
    > ���� «��������������»-�� �� ���?7

    � ��� ���ޣ�? ��� �� �������, ��� MS ����� ����� ����� ����� � �����������������.

     
     
     
  • 7.92, Annoynymous (ok), 12:01, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    > ��� ������-�� � �������-�� ��� MS-EULA, ���� ��?

    ������ ������ ��� ������� ���������. � ������ ��� ���� � ��� �� ���ģ�, ���� � ����� ��� �� ��� MIT, ���� ��.

    ��������� ���� ����� �ģ� ������ �������.

     
  • 2.61, Annoynymous (ok), 10:49, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� ��� �����. �������� �������� �� BSD ������� ����. �������� ����� ���� NSCA Mosaic � IE.

    ��� ��� ������.

     
     
  • 3.70, Andrey Mitrofanov (?), 11:03, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    > ��� ��� �����. �������� �������� �� BSD ������� ����. �������� ����� ����

    > NSCA Mosaic � IE.

    > ��� —̶�̶�̶�̶— ������������ ������������ �������� ������.

    //������� ��������.  «������» �� ����.

     
  • 1.10, ������������ (?), 08:57, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    ���, � ���� ���� ������ ����� �� ���� � ��� �������� ������� — ����������� �������� ����������� � �������� ����, ���������� ��� ��. ����, ��� �� �� ������� �ۣ�; ���������, ��� �� ��� �������.
     
     
     
  • 3.228, ������������ (?), 21:01, 26/11/2019 [^] [^^] [^^^] [��������]  
  • +/
    > ��������

    ���, ����, ���� ����� �����������. � ��� ���� �� ��������� ���������������; ���� ���� — ����� �������� �����������, � ������� ������� ����� ������ �����������, � ������ ������ — TextView �� ����� ��������, ���� � ����, � ��� ����� ������� ��������� �������.

     

     
  • 2.73, ���� (?), 11:06, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –3 +/
    � ������ ��� ��, ���� �� ��� ��� — ���, � ����� �� ������ ������������ � ������������ �����.
     
     
  • 3.77, Annoynymous (ok), 11:09, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    � ����� �������� ��������� ������������ � ������������ ����� � ������ ��� ����������?
     
  • 3.130, Stax (ok), 14:55, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� ����, ��� �����-�� ���� ������������� ��� ������� ��� ����� �������� (���� GPL, ���� WTFPL) ����� �� ������ ������� ����� ������� ��� ���� ������� ��� ���������� ����� � ���������� ������������ � ����� �����.

    ������, � GPL ���� �� �������� � �������������� ������ ���� �� ���������� � ������������ �����. ��, ��������, MS ������� � �� ��������� ����������� � �� �������� � ���� ������! �� ������ ���� � ������� ������� ������������� ��������. ����� �� ������ ����� � ������� ����� ���� ��� GPL-�������� — ���� �� ����������� ������� � ���������� ���������������.

     
     
  • 4.132, Andrey Mitrofanov (?), 15:00, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    >����� ������� ��� ����

    > ������� ��� ���������� ����� � ���������� ������������ � ����� �����.

    > ������, � GPL ���� �� �������� � �������������� ������ ���� �� ����������

    > � ������������ �����.

    �� ��� ������������ � ���� � ������ «��� ���������» ��� «� ������������».  � ������� �� «� ������������» — ��������� ������������� �-�� ��-����  _���_  ������������, ���������.

    ��, «������������ ������» ����� � ��� GPL, �������� ���� � �����…

     
     
  • 5.151, Stax (ok), 16:34, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    > �� ��� ������������ � ���� � ������ «��� ���������» ��� «� ������������».  � ������� �� «� ������������» — ��������� ������������� �-�� ��-����  _���_  ������������, ���������.

    ����� ���������. ����� ������� «����� ������ ���, ��� �������». ������ ���. �� ����, ��� ������������� ��� � GPL-��������� ������ �� �������, ��� � ����� �� ���� � �������� ��� ������ ��������.

     
  • 4.133, Andrey Mitrofanov (?), 15:01, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    >����� �� ������ ����� � ������� ����� ����

    > ��� GPL-�������� — ���� �� ����������� ������� � ���������� ���������������.

    ����� �����?  ������ ���������� ��������?  …���������?!111777

     
  • 3.148, ������ (148), 16:20, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    Microsoft, ��� �������� ����, ����� ������������ ��� ����� � ��� ������ ����������, � �.�. � �����������.
     
     
  • 4.195, Annoynymous (ok), 20:39, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ���� ��� ����� — ����� ���.

    ���� ����������� ������� ���� �� ����������� � ������, ��� ���� ���� � ���� ����������� �� ������ �������������� ��� GPL, �� ����������� ����� ����� ����� ��� ������� — MIT ���������� � GPL, � ��� MS �� ����� ����� ����� ��������� ��� ���� ��� ���������, �������� �� GPL. � ����� ������� ��� �� ţ ���.

    ������ ����, ��� Miscoroft ����� �������������� ����������� �� �������� GPL � ������� ������������, ��� ��������� ��������� �������� ������������. �� ����������� � ������ ������������ ��� ����� ������� ������ ��� MIT+GPL, ��� �����-���� ���� ������� ��������.

     
     
  • 5.199, ������84701 (ok), 22:41, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/

    ���� ��������� ������� ���� �� ����������� � ������, ��� ���� ���� � ���� ������… ������� ����� �ף����, ��������

     
     
  • 6.207, Annoynymous (ok), 10:24, 08/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��, ����������� ����� �������������� ���� ���� ��� ��������� GPL, �������� ��� ���� �������� MIT, � ޣ� � � �������. ������ ��� ������������ ���������� ��� ���� ����� ��� �� �������� � GPL � MIT, � ��� � ���� ������������������.
     
     
  • 7.209, ������84701 (ok), 13:28, 08/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    >> ���� ���� � ���� ����������� �� ������ �������������� ��� GPL

    > ��, ����������� ����� �������������� ���� ���� ��� ��������� GPL, �������� ��� ���� �������� MIT, � ޣ� � � �������.

    > � ޣ� � � �������.

    ���.

    > ������ ��� ������������ ���������� ��� ���� ����� ��� �� �������� � GPL � MIT,  � ��� � ���� ������������������.

    > � ��� � ���� ������������������.

    ���.

     
  • 6.221, Andrey Mitrofanov (?), 10:10, 11/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    >> ���� ����������� �� ������ �������������� ��� GPL, �� ����������� ����� �����

    >> ����� ��� ������� — MIT ���������� � GPL,

    > �� �� �����, � ���� �����, �� �� �����, � ����

    > �����, �� �� ���.

    �� �����-��, ������ ��.  ���� � �����, ��.

    ��������� ��������   !=  _��������_ ���������� ������ �������.

    lie-sense  !==  corpyrite notice

    ^^^—- ������ ��, �����-�� ��� ������.

    �� «������» �� ����� ��� ������� �� ������ ��� ��� ��������?77


    >> The above copyright notice and this permission notice shall be included  in all copies or substantial portions of the Software.

    > � MIT, ��� ��, �������� �� ������������� �������� MIT.

     
  • 6.222, Andrey Mitrofanov (?), 10:16, 11/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    >> The above copyright notice and this permission notice shall be included  in all copies or substantial portions of the Software.

    > � MIT, ��� ��, �������� �� ������������� �������� MIT.

    �!!  ����.  �� ����!


    «»and this permission notice shall be included»».  ��������.  �������.  �������� � ��������.

    �������! �������-�� ������� _������������_�����������_  «���������» MITL  ��� ���-�����, _��������_ �� ����������� ��� ����������������.

    ���.

    ������� ��������� �’����� ����� �������.

     

  • 1.12, ������ (12), 09:01, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    >������ ����� ��������� ���������, ����������� ���������� <s>���������������� ������������</s> ���������� � ����� ���������� � ���� ����������.
     

  • 1.21, GentooBoy (ok), 09:20, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • –2 +/
    ����� ������ ���������� �� numi  � �� �������� ��� ���� ����� ������ ��� �� ��� ����������  MS.

    ��� ����� ���� SpeedCrunch
     
     
  • 2.46, Crazy Alex (ok), 10:14, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    ������. �� ���� ����� ������ �������� �������� ������� «��� �e����».
     
     
  • 3.51, ������ (51), 10:34, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ������ ���������� �� ����� ����� � ��� ������ ��� �������
     
     
  • 4.65, Crazy Alex (ok), 10:55, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    numi. ��, ��� ���������� �������� �������� �� �����, �������. «$8 times 3», really? �������� �������� � ������ ������ ����������? � ��� �����.
     
     
  • 5.178, GentooBoy (ok), 18:06, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� ��������� �������, �� ������ ������ ��� ���� ���� ������������ ������, �������� 5$ to rub

    � �� ���� ���� ����� ������ ��������� �� ���� � ����� ���  ���� ��� ���� � �������� ������������ ����������� �������� �������.
     
     
  • 6.185, Crazy Alex (ok), 18:21, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� � bc. ��� � �գ��� �����������. ��� � ����������� �������, ���� ���-�� ���� ���������. � ��� ��� �������������� (��� ����� ������� �ݣ � ������ � ��������� �����, ��� � �������?) — ��� ��  � ������������ ������.

    �� ���� �� ��� ����� — �� ������ �� ������ ����, � ����� ����� ����������� ������� ������ �� GUI.

     
  • 2.122, ������84701 (ok), 14:12, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/

    � ��� ��� ����� �������, ������� calc C-style arbitrary precision calculator … ������� ����� �ף����, ��������

     
     
  • 3.180, GentooBoy (ok), 18:09, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ������ ��� ������ ��� ������� ����������� � ���� ��������� ��� �� ��� ���������� � �����
     

  • 1.22, ������ (22), 09:33, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +7 +/
    >� �������� ������ ������������ �������������� ���� ���������� � �������� �� ������� Microsoft

    �����������.

     
     
  • 2.91, ��������� (?), 12:01, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ��� �����������, ��� � �� � �������, ����� ������ ��� NobodyCaresPirateLicense. ��� ����������, ���� � ������� �������� � �������� ��� �������.
     

  • 1.25, ������� ���� (?), 09:40, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    ����� ��� ��� ��������� �� ������ ���������� ��������, ����� �� �� ������ Metro-����������. ���� ��� ���� � 2011-�, ��� ��� ����� Windows 8
     
     
  • 2.44, ������ (44), 10:13, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    ������� user-agent �� ����, ��� ��� �������� � �����
     
     
  • 3.208, ������ (208), 10:35, 08/03/2019 [^] [^^] [^^^] [��������]  
  • +4 +/
    �����������, user-agent �����.

    �� ��� ���� �� ������� ����, ��� MS �����?
     
  • 2.82, ������� ���� (?), 11:35, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –5 +/
    ����� FF �������� �� Blink � ��� ) ����� ���� ������ to rule them all )
     

  • 1.30, ������� (ok), 09:46, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +5 +/
    ���� � ���� ��� ���������� ������� �£����� ����������� #ifdef SEND_TELEMETRY
     
     
  • 2.114, ��������� (?), 14:03, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    ��� �� ����� �����������, ���������� — � ���������, ������, �� ���������.

    ��� ������, ��� �� ����� ����� � ��������!

    (�� ����� ����, �������, ��� ����, ���� ���������� �� �����-������ �� ��������� �� �������� ���������)

     

     
  • 2.104, ������ (28), 13:08, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –4 +/
    ��, ����� �������� ��� ������� ��� ����� ���ң���� ����������.
     

  • 1.33, ������ (28), 09:51, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +7 +/
    >� �������� ������ ������������ �������������� ���� ���������� � �������� �� ������� Microsoft

    � ��� ��� �� ���� ����� ������ ����� �������?

     
     
  • 2.139, dimqua (ok), 15:21, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    �� ����� ����� ����� ��� �� ����������� �����������. :-)
     

     
     
  • 3.52, ������ (37), 10:35, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    > ���, g++ ��� �� �����?

    �����. ��� ������ ������ ����.

     
  • 2.87, ������ (), 11:48, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    Managed C++, � ��� �� ������ �� ��������? ������� �ݣ, ��� �� MFC.
     

     
  • 2.76, ���� (?), 11:09, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    ������ �� ���� ������ ����� �� ����, � ����.

    > (/ 1 0)

    +inf.0

    (c) 1973 ���

     

  • 1.49, ������ (49), 10:33, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    ���������, ��� ������� 4900/70 ����� ��������� ���������?

    ����������� �� WinXP ���������� 1!
     
     
  • 2.55, trdm (ok), 10:43, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ���������� �������� ���� ������ ����� ţ ����������, � �� ��� � ������.
     
  • 2.57, FSA (??), 10:45, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    ������� ���, � ��� ���� �������� � ��� ���� ��������� ������ =
     
     
  • 3.129, ������ (), 14:42, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� ���� ������ ������ ��� ����������� ������� �������� ��������� -> «����������» �������� ��� ��������� �������.
     
  • 2.194, ������ (193), 20:17, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ���� ����� ������������ �� ������� � MS Excel. ��� �� ������ � ������������ ����� � ������� Excel, ����������� ��������. � ���? � ������ �������, �� ���.
     

     
     
  • 3.85, ��� (?), 11:37, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    ������, �����-�� �� ������ ������ �������� ������� ;-)
     

  • 1.80, ������ (), 11:32, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    ��� �� �������� ������� � CLR � WinRT. �� �� C++11 ��ޣ� — �� ��� ���, ������, ������ ��������.
     
     
  • 2.83, ������� ���� (?), 11:36, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    �� ���� ������������, ��� ���������� (���� �� ��������) �� JS ��� ���������? �� ���� �� �����! ������ ��� C++? ���� ���� � ���. ��� Win8/Metro ����� ���� � C++ �����. ������ ���������� �� C++ ������
     
     
  • 3.86, ������ (), 11:41, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    �� ���� ����� ������� GitHub ��� ������ ���������� �ӣ �� JS ��� Electron, � .NET �������� �� ��� �����.
     
     
     
  • 5.200, ������ (??), 22:58, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    �� ��? JVM ��� ������ ��� ��������� � �������������, �������� �� client side. �������� ������ ����������� � ������� ������-���� ������� Java.
     

  • 1.90, grsec (ok), 11:56, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • –1 +/
    _Ret_maybenull_ Object^ WindowFrameService::TryResolveRuntimeWindowService(TypeName serviceId)

    ����������, �������. ������� �������� ����-��������, ���.

     
     
  • 2.93, ������ (), 12:04, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ��� ���, ��������, � �������, ���� ����� �������� �� C++/WinRT ���������.
     
  • 2.95, KonstantinB (??), 12:18, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    «Object^» — � ��� ��� �� xor �����? �� ����� ������ � �++. ��� �����-�� MS-�������?
     
     
     
  • 4.100, KonstantinB (??), 12:42, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –2 +/
    ��� ��� �� ������� smart pointers � ���������� ����� � ���� refcount-�?

    �������.

     
     
  • 5.189, VEG (ok), 19:14, 07/03/2019 [^] [^^] [^^^] [��������]  
  • –1 +/
    ������� ��� � ������������� smart pointer-�� �� ������ ���������, ���������� ����� ������������ � ����� ����������� �����������, � ������ ��������, ��������� ������ ������������ � ������ ����������� �����������.
     

  • 1.97, pripolz (?), 12:30, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +1 +/
    mmmm,  TraceLogger::GetInstance().LogValidInputPasted(mode);

    But don’t be scared by paranoya (seriously, my POV).

     
  • 1.103, ������ (103), 12:49, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +7 +/
    ���������� � ������������, %$#%$#, ��� �� ����� ���������� ��� ��������� ms-�������.
     
     
  • 2.115, ������ (115), 14:04, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +3 +/
    ����� ������� ��� ��� ������� �� ����������, ��������� ���� 2*10, � ���� � ����� — � �������� XXX ���������� 20% ������
     

  • 1.109, gimrock (ok), 13:32, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    ��� ��������� �� ������� ��� �������� ����������? EDGE �� ��������? ��� Paint? ������ ����� ���� �� ��������� ������� ����� ����������� ����������������� �����, �ӣ ����� �� ���� ��� ����������, ��� ����� ��� ��� ������� ������� ����� ����������� �������� �������, � ��� ����� ������� �� ���-�� ������ �� ���� �� ������������������.
     
     
  • 2.138, ���� (?), 15:20, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +2 +/
    ���� ��� ������������� ���������� ��� paint? �� ������ ��� �� ��������� ���� ��� edge

    ��� ������ �������� ��� �� ���� ������.
     
  • 2.141, dimqua (ok), 15:29, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    �� ������ �������, � ������������������ �������.
     
  • 2.158, ������ (158), 17:03, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +1 +/
    �� ��� ��� ����� �������� �������� ������ �������, ������ ����������� paint?
     
     
  • 3.167, dimqua (ok), 17:22, 07/03/2019 [^] [^^] [^^^] [��������]  
  • +/
    ���� ���� �� ������ ��������, � �������� ������������ �������, �� MS Paint ��� �� �������.
     
  • 1.169, Sluggard (ok), 17:30, 07/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +5 +/
    �� �ӣ, ������ ������������ ReactOS ���� ����������� ���� ������, � ��� �� — �e��e���e�.
     
  • 1.204, ������ (204), 01:38, 08/03/2019 [��������] [﹢﹢﹢] [ · · · ]  
  • +/
    ����������, � �� ������� �� ��������� ������ �������� ����� calendar.exe �� Widnows 3.11 � sheduler.exe �� WIndows 95 Plus.

    ����� ��� ��������� ��� ���������� � ���� �����. � �� � ������������� �� ������� �����������, ��� ��� ��� ������� ��� ��� ������� � �������.

    �������� ������ �� …

     

    «Наша цель — создать еще более удобный пользовательский интерфейс в партнерстве с сообществом. Мы поощряем ваши свежие взгляды на вещи и более активное участие, чтобы помочь определить будущее калькулятора», — сказано в официальном сообщении Microsoft.

    На GitHub можно найти план развития «Калькулятора». Основное внимание следует обратить на изменения в дизайне приложения. Он должен отвечать требованиям гайдлайнов Fluent Design.

    Компания ожидает, что разработчики помогут развить «Калькулятор» и в дальнейшем используют его для получения дополнительных данных о Universal Windows Platform, Azure Pipelines, XAML, а также жизненном цикле приложения.

    Это не первый раз, когда Microsoft показал исходный код своих разработок. Так, в 2018 году компанией были переведены в open-source 60 тысяч патентов для защиты Linux и оригинальный File Manager из 1990-х.

    Понравилась статья? Поделить с друзьями:
    0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии
  • Windows 7 professional oa cis and ge x64 russian
  • Альтернатива windows для игр
  • Hevc codec windows 10 free
  • Metro 2033 redux для windows 10
  • Dell inspiron n5110 драйвера windows 10 64 bit