Гиллель Уэйн*, разработчик и консультант по формальной верификации, обратил внимание на статью «20 наиболее значимых языков программирования в истории», которую сам автор называет «нелепой, только что придуманной таблицей». По мнению Уэйна, эта характеристика вполне справедлива: автор таблицы называет Go «наиболее значимым», но не включает в список ALGOL, Smalltalk или ML. И не учитывает Pascal, потому что тот «почти мёртв». Абсурд! Это противоречит всей сути понятия «значимость в истории».Так…
В прошлой части мы рассмотрели основные концепты и различия каждого фреймворка. Для большего понимания различий фреймворков, а также выбора, какой из них подходит для ваших проектов и команды, в этой статье рассмотрим подход каждого фреймворка к написанию монолитных частей фронтенд приложений: функционала, управления состоянием и роутинга.Оптимальность функционала и его переиспользованиеAngularJS изначально предполагал использование сервисов для управления поведением компонентов и создания ряд…
Сборщик Vite предоставляет не только хороший функционал, но и удобный API для создания плагинов, позволяющих кастомизировать его практически под любую задачу. То есть, плагины можно писать не только для публикации их в npmjs.com репозитории, но и для автоматизации исключительно своих задач.Сложность написания плагина сравнима со сложностью написания сценария для Gulp или GitHub Actions. Для примера напишем плагин, который будет вставлять фрагменты кода в файл index.html. В зависимости от проек…
Microsoft Authentication Library (MSAL) for .NETMicrosoft Authentication Library (MSAL) for .NET, UWP, NetCore, MAUI, Xamarin Android and iOS The MSAL library for .NET is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect. The library also supports Azure AD B2C. Quick links: Conceptual documentation Getting Started Sample Code Library Refer…
Implementation of Denoising Diffusion Probabilistic Model in Pytorch Denoising Diffusion Probabilistic Model, in Pytorch Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the gradient of the data distribution, followed by Langevin sampling to sample from the true distribution. This implementation was transcribed from the official Tensorflow vers…
A simple bot that uses selenium to farm Microsoft Rewards written in Python ███╗ ███╗███████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗██████╗ ████╗ ████║██╔════╝ ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗ ██╔████╔██║███████╗ █████╗ ███████║██████╔╝██╔████╔██║█████╗ ██████╔╝ ██║╚██╔╝██║╚════██║ ██╔══╝ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝ ██╔══██╗ ██║ ╚═╝ ██║███████║ ██║ ██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██║ ██║ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚…
Radix Themes is an open-source component library optimized for fast development, easy maintenance, and accessibility. Maintained by @workos. Radix Themes An open-source component library optimized for fast development, easy maintenance, and accessibility. Documentation For full documentation, visit radix-ui.com/themes/docs. Releases For changelog, visit radix-ui.com/themes/docs/overview/releases. Authors Benoît Grélard (@benoitgrelard) Vlad Moroz (@vladyslavmoroz) Andy Hook (@Andy_Hook) Lucas…
Text-to-Audio/Music GenerationAudioLDM 2 This repo currently support Text-to-Audio Generation (including Music) TODO Add the text-to-speech checkpoint Add the text-to-audio checkpoint that does not use FLAN-T5 Cross Attention Open-source the AudioLDM 1 & 2 training code. Optimizing the inference speed of the model. Integration with the Diffusers library Web APP Prepare running environment conda create -n audioldm python=3.8; conda activate audioldm pip3 install git+https://gi…
Generative Agents: Interactive Simulacra of Human BehaviorGenerative Agents: Interactive Simulacra of Human Behavior This repository accompanies our research paper titled "Generative Agents: Interactive Simulacra of Human Behavior." It contains our core simulation module for generative agents—computational agents that simulate believable human behaviors—and their game environment. Below, we document the steps for setting up the simulation environment on your local machine and for re…