並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 798件

新着順 人気順

combinesの検索結果361 - 400 件 / 798件

  • Wordware

    with Natural Language ProgrammingWordware enables anyone to develop, iterate and deploy useful AI Agents. Empowering developers, enabling everyone.Wordware combines the best aspects of software with the power of natural language. Remove constraints of traditional no-code tools and empower every team member to iterate independently.Join over 10,000 users from AI tinkerers to large enterprises. Acce

      Wordware
    • Awesome Terraform | Curated list of awesome lists | Project-Awesome.org

      A curated list of resources on HashiCorp's Terraform. Your contributions are welcome! Terraform enables you to safely and predictably create, change, and improve production infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned. Contents Legend Official Resources Com

      • Database Fundamentals

        About a year ago, I tried thinking which database I should choose for my next project, and came to the realization that I don't really know the differences of databases enough. I went to different database websites and saw mostly marketing and words I don't understand. This is when I decided to read the excellent books Database Internals by Alex Petrov and Designing Data-Intensive Applications by

          Database Fundamentals
        • Book: "Performance Analysis and Tuning on Modern CPUs"

          We live in an increasingly data-centric world, where we generate enormous amounts of data each day. The growth of information exchange fuels the need for both faster software and faster hardware. Unfortunately, modern CPUs are not enjoying big improvements in single-core performance as they used to in the past decades. That's why performance tuning is becoming more important than it has been for t

            Book: "Performance Analysis and Tuning on Modern CPUs"
          • GitHub - feltcoop/why-svelte: Why Svelte is our choice for a large web project in 2020

            Why Svelte is our choice for a large web project in 2020 tldr — Svelte is a JavaScript framework for building user interfaces. Its compiler architecture enables amazing tradeoffs for UX and DX. Svelte might be worth your attention, especially if you pine for the web of yore and future. Contents Introduction Advantages easy to learn syntax and semantics write less code compilers enable output flexi

              GitHub - feltcoop/why-svelte: Why Svelte is our choice for a large web project in 2020
            • Amazon Aurora supports MySQL 8.0

              Amazon Aurora MySQL-Compatible Edition now supports MySQL major version 8.0. MySQL 8.0 includes improved performance functionality from enhancements such as instant DDL to speed up the overall process of creating and loading a table and its associated indexes and SKIP LOCKED and NOWAIT options to avoid waiting for other transactions to release row locks. MySQL 8.0 adds developer productivity featu

                Amazon Aurora supports MySQL 8.0
              • GitHub - endojs/endo: Endo is a distributed secure JavaScript sandbox, based on SES

                Endo is a framework for powerful JavaScript plugin systems and supply chain attack resistance. Endo includes tools for confinement, communication, and concurrency. These include a shim for Hardened JavaScript, an ECMA TC-39 standards track proposal to make JavaScript a safer and more suitable platform for plugin systems. Agoric and MetaMask rely on Hardened JavaScript and the SES shim as part of s

                  GitHub - endojs/endo: Endo is a distributed secure JavaScript sandbox, based on SES
                • Windows NT vs. Unix: A design comparison

                  Over the years, I’ve repeatedly heard that Windows NT is a very advanced operating system and, being a Unix person myself, it has bothered me to not know why. I’ve been meaning to answer this question for years and I can do so now, which means I want to present you my findings. My desire to know about NT’s internals started in 2006 when I applied to the Google Summer of Code program to develop Boo

                    Windows NT vs. Unix: A design comparison
                  • Regex engine internals as a library - Andrew Gallant's Blog

                    Over the last several years, I’ve rewritten Rust’s regex crate to enable better internal composition, and to make it easier to add optimizations while maintaining correctness. In the course of this rewrite I created a new crate, regex-automata, which exposes much of the regex crate internals as their own APIs for others to use. To my knowledge, this is the first regex library to expose its interna

                    • Table Extraction OCR - Extract Table from Image

                      The amount of data being collected is drastically increasing day-by-day with growing numbers of applications, software, and online platforms. To handle/access this humongous data productively, it’s necessary to develop valuable information extraction tools. One of the sub-areas that’s demanding attention in the Information Extraction field is the extraction of tables from images or the detection o

                        Table Extraction OCR - Extract Table from Image
                      • Contents

                        Nerfstudio provides a simple API that allows for a simplified end-to-end process of creating, training, and visualizing NeRFs. The library supports an interpretable implementation of NeRFs by modularizing each component. With modular NeRF components, we hope to create a user-friendly experience in exploring the technology. Nerfstudio is a contributor-friendly repo with the goal of building a commu

                          Contents
                        • GitHub - simonhaenisch/prettier-plugin-organize-imports: Make Prettier organize your imports using the TypeScript language service API.

                          Make sure that your import statements stay consistent no matter who writes them and what their preferences are. A plugin that makes Prettier organize your imports (i. e. sorts, combines and removes unused ones) using the organizeImports feature of the TypeScript language service API. This is the same as using the "Organize Imports" action in VS Code. Features 👌 Dependency-free (just peer-dependen

                            GitHub - simonhaenisch/prettier-plugin-organize-imports: Make Prettier organize your imports using the TypeScript language service API.
                          • Home | cardano.org | Cardano

                            Making the world Work Better For AllCardano is a blockchain platform for changemakers, innovators, and visionaries, with the tools and technologies required to create possibility for the many, as well as the few, and bring about positive global change. Cardano is a proof-of-stake blockchain platform: the first to be founded on peer-reviewed research and developed through evidence-based methods. It

                              Home | cardano.org | Cardano
                            • Build applications of any size on Cloudflare with the Queues open beta

                              Build applications of any size on Cloudflare with the Queues open beta2022-11-14 Message queues are a fundamental building block of cloud applications—and today the Cloudflare Queues open beta brings queues to every developer building for Region: Earth. Cloudflare Queues follows Cloudflare Workers and Cloudflare R2 in a long line of innovative application services built for the Workers Developer P

                                Build applications of any size on Cloudflare with the Queues open beta
                              • SQLModel

                                SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness. Documentation: https://sqlmodel.tiangolo.com Source Code: https://github.com/fastapi/sqlmodel SQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust. SQLModel is based on Python type annotation

                                  SQLModel
                                • Introducing the Memory Inspector  |  Blog  |  Chrome for Developers

                                  This article introduces the Memory Inspector that has landed in Chrome 91. It allows you to inspect your ArrayBuffer, TypedArray, DataView, and Wasm Memory. Introduction Ever wanted to make sense of the data in your ArrayBuffer? Prior to the Memory Inspector, DevTools only allowed for limited insight into ArrayBuffers. The inspection from the Scope view during a debugging session was limited to vi

                                  • Build an end-to-end RAG solution using Knowledge Bases for Amazon Bedrock and AWS CloudFormation | Amazon Web Services

                                    AWS Machine Learning Blog Build an end-to-end RAG solution using Knowledge Bases for Amazon Bedrock and AWS CloudFormation Retrieval Augmented Generation (RAG) is a state-of-the-art approach to building question answering systems that combines the strengths of retrieval and foundation models (FMs). RAG models first retrieve relevant information from a large corpus of text and then use a FM to synt

                                      Build an end-to-end RAG solution using Knowledge Bases for Amazon Bedrock and AWS CloudFormation | Amazon Web Services
                                    • Design Trade-offs in Bundler: The Rationale Behind Creating Rspack · web-infra-dev · Discussion #1

                                      chinese version Before embarking on the development of Rspack, we explored various build tools and frameworks, including extensive use of Webpack, Vite, esbuild, and Rollup in real-world production environments. To provide some context, our team, known as the WebInfra Team, is responsible for overseeing the company's suite of front-end build tools and frameworks. Some of these are open-source, whi

                                        Design Trade-offs in Bundler: The Rationale Behind Creating Rspack · web-infra-dev · Discussion #1
                                      • Google joins the Rust Foundation

                                        Rust is a systems programming language that combines low-level control over performance with modern language features and a focus on memory safety. Memory safety has been an enduring challenge for software developers, particularly those working on systems programs. Google has begun using Rust in settings where memory safety and performance are key considerations, including in key Android systems.

                                          Google joins the Rust Foundation
                                        • Basketball [S1].Ep6] Watch The Last Dance Season 1] Episode 6 “Watch Online Free”

                                          Basketball [S1].Ep6] Watch The Last Dance Season 1] Episode 6 “Watch Online Free” After Magic Johnson and Larry Bird ruled the 1980s and ushered in the modern NBA, Michael Jordan took over in the ’90s, winning six titles and Live Here>>https://todaystreamhd.com/The-Last-Dance/ becoming not just the greatest basketball player of all time but one of the most thrilling athletes in any sport ever. And

                                          • I made a transformer by hand (no training!)

                                            For the red cell in the output (row 0, column 0), we take the red row of the first matrix (row 0) and the red column of the second matrix (column 0), and do a dot product (1*1 + 2*4 + 3*7 + 4*10) to get 70. Likewise, for the green cell in the output (row 1, column 2), we take the green row of the first matrix (row 1) and the green column of the second matrix (column 2), and do a dot product (5*3 +

                                            • Who was Isao Tomita? – Ars Electronica Blog

                                              The interview is also available in Japanese and German. As is so often the case these days, we meet with our discussion partners virtually, via video chat. We’re connected with Naohiro Ukawa, Japanese artist and founder of DOMMUNE, which is a platform that opened in 2010 as the first live streaming studio in Japan, and Gerfried Stocker, the artistic director of Ars Electronica. And although both a

                                              • https://cheats.rs/rust_cheat_sheet.pdf

                                                Rust Language Cheat Sheet 26. August 2021 Contains clickable links to The Book , Rust by Example , Std Docs , Nomicon , Reference . Data Structures Data types and memory locations defined via keywords. Example Explanation struct S {} Define a struct with named fields. struct S { x: T } Define struct with named field x of type T. struct S ​(T); Define "tupled" struct with numbered field .0 of type

                                                • Useful Front-End Boilerplates And Starter Kits — Smashing Magazine

                                                  We don’t need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately. We’ve also just recently covered CSS auditing tools, CSS generators, accessible front-end components and VS code extensions — you might find them useful, too. Today, we’re shining the spotlight on boilerplates and starter kits for all

                                                    Useful Front-End Boilerplates And Starter Kits — Smashing Magazine
                                                  • Introducing Niantic Studio: The Future of Web-Based XR and 3D Content Creation

                                                    Introducing Niantic Studio: The Future of Web-Based XR and 3D Content CreationBuild immersive XR, 3D experiences, and casual web games with the public beta of our new visual editor and powerful web gaming engine—now available for free. Today, we’re excited to announce Niantic Studio, a new visual editor and web gaming engine for Niantic 8th Wall developers that offers an entirely new way to build

                                                      Introducing Niantic Studio: The Future of Web-Based XR and 3D Content Creation
                                                    • What's new in .NET 5 - .NET

                                                      .NET 5 is the next major release of .NET Core following 3.1. This release was named .NET 5 instead of .NET Core 4 for two reasons: Version numbers 4.x were skipped to avoid confusion with .NET Framework 4.x. "Core" was dropped from the name to emphasize that this is the main implementation of .NET going forward. .NET 5 supports more types of apps and more platforms than .NET Core or .NET Framework

                                                        What's new in .NET 5 - .NET
                                                      • Sex Pistols - God Save The Queen Revisited

                                                        To celebrate this year’s Platinum Jubilee, the new video Sex Pistols God save the Queen combines footage from the performance video shot by Julien Temple at the marquee in May 1977, with footage of the Thames river boat party on the Silver Jubilee day in June that same year. 45 years later and coinciding with the worldwide launch of the TV series ‘Pistol’ it features exclusive footage of some of

                                                          Sex Pistols - God Save The Queen Revisited
                                                        • Autonomous Agents & Agent Simulations

                                                          Over the past two weeks, there has been a massive increase in using LLMs in an agentic manner. Specifically, projects like AutoGPT, BabyAGI, CAMEL, and Generative Agents have popped up. The LangChain community has now implemented some parts of all of those projects in the LangChain framework. While researching and implementing these projects, we’ve tried to best understand what the differences bet

                                                            Autonomous Agents & Agent Simulations
                                                          • Microfrontends based on React

                                                            In recent years the term "microfrontends" entered the tech mainstream. While there are many patterns of actually implementing microfrontends we feel that there may be an "ideal" solution out there - a solution that combines the advantages of the monolith with some of the benefits of using isolated modules. In this post we'll look into a microfrontend solution built on React, which allows unbounded

                                                              Microfrontends based on React
                                                            • Highlights of ACL 2020

                                                              With ACL becoming virtual this year, I unfortunately spent less time networking and catching up with colleagues, but as a silver lining I watched many more talks than I usually do. I decided to share the notes I took and discuss some overall trends. The list is not exhaustive, and is based on my research interests. I recommend also checking out the best papers. Overall trends over the yearsBefore

                                                                Highlights of ACL 2020
                                                              • Advanced TypeScript Types cheat sheet (with examples)

                                                                TypeScript is a typed language that allows you to specify the type of variables, function parameters, returned values, and object properties. Here an advanced TypeScript Types cheat sheet with examples. Sorry for the interrupt! If you're interested in learning TypeScript in a comprehensive way, I highly recommend this bestseller course: Understanding TypeScript - 2020 Edition It's an affiliate lin

                                                                  Advanced TypeScript Types cheat sheet (with examples)
                                                                • how much is voltaren gel. next day delivery $ - Furums

                                                                  It is currently November 25th, 2020, 2:17 pm All times are UTC-05:00 №1 US Reliable Pharmacy - next day delivery -- Click here for more info - how much is voltaren gel - Quality and pharmaceutical dosage. - Fast delivery guaranteed. - 100% legal products. - Bonus pills and big discounts for every order - Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin - Our prices are 70% less

                                                                  • Inside JavaScript Engines, Part 1: Parsing

                                                                    Part 2 is here: Code generation and basic optimizations JavaScript is getting very popular now. “Write once, run everywhere” — it’s about JavaScript (not only Java)! But what is behind this “Run everywhere”? V8, SpiderMonkey, JavaScript core, and more and more engines. A good example of “Run everywhere” was Nashorn and Rhino, but have you ever heard about these engines, based on Java Virtual Machi

                                                                      Inside JavaScript Engines, Part 1: Parsing
                                                                    • Unifying Structured Recursion Schemes

                                                                      Unifying Structured Recursion Schemes Ralf Hinze Nicolas Wu Jeremy Gibbons Department of Computer Science, University of Oxford, Wolfson Building, Parks Road, Oxford, OX1 3QD, England {ralf.hinze,nicolas.wu,jeremy.gibbons}@cs.ox.ac.uk Abstract Folds over inductive datatypes are well understood and widely used. In their plain form, they are quite restricted; but many dis- parate generalisations hav

                                                                      • dbs-002.dvi

                                                                        Foundations and Trends R � in Databases Vol. 1, No. 2 (2007) 141–259 c � 2007 J. M. Hellerstein, M. Stonebraker and J. Hamilton DOI: 10.1561/1900000002 Architecture of a Database System Joseph M. Hellerstein1 , Michael Stonebraker2 and James Hamilton3 1 University of California, Berkeley, USA, hellerstein@cs.berkeley.edu 2 Massachusetts Institute of Technology, USA 3 Microsoft Research, USA Abstra

                                                                        • MySQL to MyRocks Migration in Uber's Distributed Datastores

                                                                          You’re seeing information for Bulgaria . To see local features and services for another location, select a different city. Show more Engineering, BackendMySQL to MyRocks Migration in Uber’s Distributed DatastoresSeptember 1, 2022 / Global Introduction Uber uses MySQL as the underlying database engine for Schemaless and Docstore, our distributed databases. By default, MySQL uses the most popular In

                                                                            MySQL to MyRocks Migration in Uber's Distributed Datastores
                                                                          • Oasys | Blockchain for Games

                                                                            Oasys combines the best of public and private blockchain technologies to deliver a seamless, speedy, and zero-gas-fee blockchain gaming experience. Discover how Oasys is building a community of gamers and developers to pioneer the future of fun. Oasys is a revolutionary, decentralised blockchain video gaming platform that puts real power in gamers and developers’ hands. We’re on a journey to becom

                                                                              Oasys | Blockchain for Games
                                                                            • Next.js vs. Nuxt.js: Ultimate guide - LogRocket Blog

                                                                              Jude Miracle I'm a software developer passionate about the Web3 ecosystem and love to spend time learning and tinkering with new tools and technologies. Editor’s note: This post was reviewed for accuracy on 21 March 2024 by Oyinkansola Awosan to reflect the current versions of each framework — Next.js 14.1.4 and Nuxt.js 3.11.1 — as well as to specify use cases for each and summarize their similari

                                                                                Next.js vs. Nuxt.js: Ultimate guide - LogRocket Blog
                                                                              • A Complete Guide To HTML Email — Smashing Magazine

                                                                                In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently we’ve covered CSS generators, SVG generators and accessible front-end components. This time we look into templates and tools for building and designing HTML emails. Don’t miss the next one. Table of ContentsBelow you’ll find quick jumps to particular components that you might

                                                                                  A Complete Guide To HTML Email — Smashing Magazine
                                                                                • Pijul - The Mathematically Sound Version Control System Written in Rust

                                                                                  Table of Contents Introduction Background Purpose Architecture Q&A with the Creator Basic Commands Sample changefile format Conclusion Introduction In our Evolution of Version Control System Internals post, we covered the inner workings of many version control systems, both historical and current. However, we haven't really covered the possible future of version control. How will this field evolve

                                                                                    Pijul - The Mathematically Sound Version Control System Written in Rust