javascript
await vs yield на примере Effection 3.0 и React

ИнтроОдним из недостатков промисов является отмена, точнее ее отсутствие. Соответственно цепочка промисов или асинхронных функций будет выполняться до самого концаasync function getData() { const response = await fetch('/url'); const json = await response.json(); console.log(json.data); }Исключение: промис, который никогда не зарезолвится (к этому мы еще вернемся)const neverResolve = new Promise(resolve => { // resolve(value); }) async function test() { try { await neverRe…

  • вторник, 4 июня 2024 г. в 00:00:11
javascript
Блюда и блоки: как «Программатор» помог улучшить бизнес-процессы в сети ресторанов

Сеть ресторанов запустила акцию в честь 8 марта: забронируйте столик в праздник, приходите в одиночку или с друзьями, затем закажите праздничный ужин и получите бесплатный десерт. Рекламу  акции настроили через Facebook Ads. Менеджерам приходили уведомления об отклике. Они звонили, но в ответ слышали удивленные и раздраженные вопросы: «А вы кто? Какой ресторан? Акция? Я никуда не нажимал, как вы мне позвонили?»  Менеджеры объясняли, кто они и какую акцию устраивает ресторан. Люди отказывались и…

  • вторник, 4 июня 2024 г. в 00:00:09
javascript
Машинное обучение в браузере

ВведениеМеня зовут Алексей, сегодня мы с вами поговорим, как можно ускорить вычисления машинного обучения веб приложения с помощью WASM, WebGL или WebGPU.Когда фронтенд‑разработчик слышит о машинном обучении в браузере, первое, что приходит ему на ум, это вопрос: «Как это может быть применено? Мы же работаем в браузере на JS, который, как известно, медленный (по сравнению с компилируемыми языками)».Преимущества машинного обучения в браузереОбеспечение ускорения расчетов машинного обучения в бра…

  • вторник, 4 июня 2024 г. в 00:00:09
github
isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim Isaac Lab Isaac Lab is a unified and modular framework for robot learning that aims to simplify common workflows in robotics research (such as RL, learning from demonstrations, and motion planning). It is built upon NVIDIA Isaac Sim to leverage the latest simulation capabilities for photo-realistic scenes and fast and accurate simulation. Please refer to our documentation page to learn more about the installation steps, featu…

  • вторник, 4 июня 2024 г. в 00:00:07
github
Gktwo / wuwa-mod

Wuthering Waves pak modswuwa-mod Wuthering Waves pak mods How to use 1.Place the mod file in the \Wuthering Waves\Wuthering Waves Game\Client\Content\Paks\~mod\ 2.find Wuthering Waves\Wuthering Waves Game\Client\Binaries\Win64\Client-Win64-Shipping.exe 3.run game with command line(startupArguments) "-fileopenlog" Functions 1.No skill cooldown 2.Automatically pick up treasure 3.Skip the plot (have issues) 4.Ignoring falling damage 5.free monthcard ,store(Visual Only) 6.Custom uid 7.Di…

  • вторник, 4 июня 2024 г. в 00:00:06
github
fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included. What's fullstackhero's .NET Web API Boilerplate? fullstackhero's .NET Web API Boilerplate is a starting point for your next .NET 7 Clean Architecture Project that incorporates the most essential packages and features your projects will ever need including out of the box Multi-Tenanc…

  • вторник, 4 июня 2024 г. в 00:00:04
github
aaedmusa / Capstan-Drive

Robotic actuator test stand utilizing a Capstan Drive reducerCapstan-Drive A Capstan Drive is a cheap rope-driven speed reducer that has low backlash, low inertia, low noise, and high torque transparency. When it comes to building robots a Capstan Drive can be quite beneficial. This test stand has the following features: -3D printed in PLA -Weighs 852g -120° rotation -8.55:1 reduction (quasi-direct drive) -Helical pattern on both drums for guided unraveling -Lead screw to tension the rope -ODri…

  • вторник, 4 июня 2024 г. в 00:00:03
github
adrianhajdin / podcastr

AI Podcast Platform Build this project step by step with our detailed tutorial on JavaScript Mastery YouTube. Join the JSM family! 📋 Table of Contents 🤖 Introduction ⚙️ Tech Stack 🔋 Features 🤸 Quick Start 🕸️ Snippets (Code to Copy) 🔗 Assets 🚀 More 🚨 Tutorial This repository contains the code corresponding to an in-depth tutorial available on our YouTube channel, JavaScript Mastery. If you prefer visual learning, this is the pe…

  • вторник, 4 июня 2024 г. в 00:00:02
github
onuratakan / gpt-computer-assistant

gpt-4o for windows, macos and ubuntuGPT Computer Assistant Hi, this is an alternative work for providing ChatGPT MacOS app to Windows and Linux. In this way this is a fresh and stable work. You can easily install as Python library for this time but we will prepare a pipeline to providing native install scripts (.exe). Powered by Upsonic Tiger 🐅 Demo Video (1 min) GPT.Computer.Assistant.-.Demo.-.Made.with.Clipchamp.mp4 Capabilities At this time we have ma…

  • вторник, 4 июня 2024 г. в 00:00:01