並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 314件

新着順 人気順

*writingの検索結果161 - 200 件 / 314件

  • CSS Writing ModesがW3C勧告に

    Read testimonials from W3C Members Making the World Wide Web world wide 締造真正全球通行的萬維網 ワールド・ワイド・ウェブが世界中につながります 전세계의 월드 와이드 웹으로 만들기 https://www.w3.org/ — 2019年12月10日 – W3C (World Wide Web Consortium)は本日、CSS (Cascading Style Sheet) Writing Modes Level 3を正式にW3C勧告(REC/Recommendation) とすることを発表しました。これはWeb上のテキストを水平または垂直にレイアウトすることや、行送りの方向の設定も可能にするものです。 2004年にW3C CSSワーキンググループがテキストレイアウトの開発に着手してから15年、本日がCSS Wr

      CSS Writing ModesがW3C勧告に
    • GitHub - GoogleCloudPlatform/functions-framework-go: FaaS (Function as a service) framework for writing portable Go functions

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - GoogleCloudPlatform/functions-framework-go: FaaS (Function as a service) framework for writing portable Go functions
      • Introduction - Writing Interpreters in Rust: a Guide

        Welcome! In this book we will walk through the basics of interpreted language implementation in Rust with a focus on the challenges that are specific to using Rust. At a glance, these are: A custom allocator for use in an interpreter A safe-Rust wrapper over allocation A compiler and VM that interact with the above two layers The goal of this book is not to cover a full featured language but rathe

        • (Re)writing an interpreter in Rust

          3.8 seconds for a tree-walking implementation or under 1 second when compiled to bytecode and executed inside a virtual machine. Also included is CPython 3.10, which also uses bytecode but is not known to be particularly fast. Now, let's see if we can beat these times using Rust. First benchmarks using a tree-walking interpreter Fast forward some time, we now have a first draft of a working interp

            (Re)writing an interpreter in Rust
          • GitHub - a-h/templ: A language for writing HTML user interfaces in Go.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - a-h/templ: A language for writing HTML user interfaces in Go.
            • Writing Python inside your Rust code — Part 1

              About a year ago, I published a Rust crate called inline-python, which allows you to easily mix some Python into your Rust code using a python!{ .. } macro. In this series, I’ll go through the process of developing this crate from scratch. Sneak preview If you’re not familiar with the inline-python crate, this is what it allows you to do: fn main() { let who = "world"; let n = 5; python! { for i i

              • Find Bugs Without Writing Tests

                Homepage Meet The Next Member of Your Team! PHPStan finds bugs in your code without writing tests. It's open-source and free. Find bugs before they reach production PHPStan scans your whole codebase and looks for both obvious & tricky bugs. Even in those rarely executed if statements that certainly aren't covered by tests. You can run it on your machine and in CI to prevent those bugs ever reachin

                  Find Bugs Without Writing Tests
                • GitHub - ServiceWeaver/weaver: Programming framework for writing and deploying cloud applications.

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - ServiceWeaver/weaver: Programming framework for writing and deploying cloud applications.
                  • Writing a toy DNS Server in Rust using Trust DNS

                    Ever wondered how you can write a DNS server in Rust? No? Well, too bad, I'm telling you anyways. But don't worry, this is going to be a fun one. Before we actually get started, I must perhaps first explain what DNS is. If you really want to understand it, I think you should check out Julia Evans' DNS Zine post, she does a far better job at explaining it than I ever could. But if you don't have en

                      Writing a toy DNS Server in Rust using Trust DNS
                    • Writing better StimulusJS controllers

                      We write a lot of JavaScript at Basecamp, but we don’t use it to create “JavaScript applications” in the contemporary sense. All our applications have server-side rendered HTML at their core, then add sprinkles of JavaScript to make them sparkle. - DHH In early 2018, Basecamp released StimulusJS into the world. Stimulus closed the loop on the “Basecamp-style” of building Rails applications. It’s h

                        Writing better StimulusJS controllers
                      • Writing Type-Safe Polymorphic React Components (Without Crashing TypeScript) ∙ Andrew Branch

                        Writing Type-Safe Polymorphic React Components (Without Crashing TypeScript) This post has been archived and delisted. The code examples relied on my previous blog infrastructure, which showed live TypeScript errors and type information. Ultimately, that was not worth the upkeep and has been removed. Consequently, this post may not make sense without seeing the errors that are supposed to be rende

                          Writing Type-Safe Polymorphic React Components (Without Crashing TypeScript) ∙ Andrew Branch
                        • Writing-diary.com

                          The domain writing-diary.com may be for sale. Please click here to inquire Writing-diary.com Related Searches: Top Smart Phones Contact Lens Online classifieds Parental Control Dental Plans 10 Best Mutual Funds All Inclusive Vacation Packages Related Searches: Top Smart Phones Contact Lens Online classifieds Trademark Free Notice Privacy Policy

                          • GitHub - testing-library/eslint-plugin-testing-library: ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - testing-library/eslint-plugin-testing-library: ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
                            • GitHub - mercari/grpc-federation: gRPC Federation generates a gRPC server by writing a custom option in Protocol Buffers

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - mercari/grpc-federation: gRPC Federation generates a gRPC server by writing a custom option in Protocol Buffers
                              • Compose AI: Automated Your Writing

                                AI-Powered Writing ToolGenerate any text using AI. Autocomplete your sentences where you type. With Compose AI, you can write emails, create documents, and chat faster.

                                  Compose AI: Automated Your Writing
                                • ページング入門 | Writing an OS in Rust

                                  この記事は翻訳されたものです: この記事はIntroduction to Pagingをコミュニティの手により翻訳したものです。そのため、翻訳が完全・最新でなかったり、原文にない誤りを含んでいる可能性があります。問題があればこのissue上で報告してください! 翻訳者: @swnakamura 及び @JohnTitor. この記事ではページングを紹介します。これは、私達のオペレーティングシステムにも使う、とても一般的なメモリ管理方式です。なぜメモリの分離が必要なのか、セグメンテーションがどういう仕組みなのか、仮想メモリとは何なのか、ページングがいかにしてメモリ断片化 (フラグメンテーション) の問題を解決するのかを説明します。また、x86_64アーキテクチャにおける、マルチレベルページテーブルのレイアウトについても説明します。 このブログの内容は GitHub 上で公開・開発されています

                                  • Why Intelligent Minds Like Jeff Bezos Embrace the Rule of Writing

                                    Before meeting to discuss a new product or idea, Bezos would arrange for an executive to write a narratively structured six-page memo. While some leaders would try to write such a memo in just a few hours, Bezos said the best ones took at least a week to complete. "The great memos are written and re-written, shared with colleagues who are asked to improve the work, set aside for a couple of days,

                                      Why Intelligent Minds Like Jeff Bezos Embrace the Rule of Writing
                                    • 10 Must-Know Patterns for Writing Clean Code with React and TypeScript✨🛀

                                      10 Must-Know Patterns for Writing Clean Code with React and TypeScript✨🛀 React is a JavaScript library, and it is the most popular and industry-leading frontend development library today. JavaScript is a loosely typed language, and as a result, it catches runtime. The result of this is that JavaScript errors are caught very late and this can lead to nasty bugs. As a JavaScript library, React inhe

                                        10 Must-Know Patterns for Writing Clean Code with React and TypeScript✨🛀
                                      • Writing-diary.com

                                        The domain writing-diary.com may be for sale. Please click here to inquire Writing-diary.com Related Searches: Anti Wrinkle Creams 10 Best Mutual Funds Top Smart Phones Health Insurance Cheap Air Tickets music videos Dental Plans Related Searches: Anti Wrinkle Creams 10 Best Mutual Funds Top Smart Phones Trademark Free Notice Privacy Policy

                                        • linear-base makes writing Linear Haskell easy and fun

                                          We’re announcing linear-base, a standard library for Linear Haskell programs. Our release accompanies the release of GHC 9.0 which supports -XLinearTypes. Linear base has been written by Bhavik Mehta, a former Tweag intern, Arnaud Spiwack, and ourselves. In the spirit of a standard library, linear-base is not a strict replica of base with linearly-typed variants of all the facilities in base. Inst

                                            linear-base makes writing Linear Haskell easy and fun
                                          • AccessからExcelへ出力させるVBAの書き方|DeepBlue Writing

                                            良く「時代遅れ」と言われるAccessやVBA・マクロなど。 でも実際には、一部上場の大企業も含めて非効率な作業が現場にたくさん転がっています。 特にExcelでの非効率作業の多いこと多いこと。 今回は、分かる方に向けたAccessからExcelへの出力プログラムVBAの書き方を紹介します。 中級者向けです。(たぶん) AccessからExcel出力するには2つのパターンがあるAccessからExcel出力には、大きく分けて2つのパターンがあるんです。 まずは1行で済むパターン DoCmd.TransferSpreadsheet acExport, 10, テーブル名1, エクセル名(フルパス), True恐らく、これで出力してる方多いと思います。 楽だし、これでも問題なく出せるんですがフォーマットに指定があったりすると応用がききません。 例えば、こんなの… 値の入るセルが3行目から始まっ

                                              AccessからExcelへ出力させるVBAの書き方|DeepBlue Writing
                                            • GitHub - GoogleCloudPlatform/functions-framework-php: FaaS (Function as a service) framework for writing portable PHP functions

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - GoogleCloudPlatform/functions-framework-php: FaaS (Function as a service) framework for writing portable PHP functions
                                              • Writing prettier Haskell with Unicode Syntax and Vim

                                                A short write-up on combining digraphs, a feature built-in to vim, and Haskell's UnicodeSyntax extension, to easily write beautiful Haskell programs with unicode symbols. #haskell#vim 1 Haskell’s Unicode Syntax Extension Haskell (well, GHC Haskell) features an extension called UnicodeSyntax. When enabled, this extension allows the use of certain unicode symbols in place of their corresponding keyw

                                                • Why engineers should focus on writing - Dmitry Kudryavtsev

                                                  All engineers are good writers… of code. But I believe that in order to a become better engineer–you should improve your writing skills. From the dawn of times, people were writing. We have written using symbols, like in Ancient Egypt. And we have written using letters, like in Renaissance times. And all of us, got at least one writing assignment in school, without the “Why?” And yet, today writin

                                                    Why engineers should focus on writing - Dmitry Kudryavtsev
                                                  • Writing-diary.com

                                                    The domain writing-diary.com may be for sale. Please click here to inquire Writing-diary.com Related Searches: Top 10 Luxury Cars Cheap Air Tickets Online classifieds Free Credit Report Top Smart Phones Credit Card Application Best Mortgage Rates Related Searches: Top 10 Luxury Cars Cheap Air Tickets Online classifieds Trademark Free Notice Privacy Policy

                                                    • Writing a Language Service Plugin

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        Writing a Language Service Plugin
                                                      • Writing a book: is it worth it? — Martin Kleppmann’s blog

                                                        Published by Martin Kleppmann on 29 Sep 2020. My book, Designing Data-Intensive Applications, recently passed the milestone of 100,000 copies sold. Last year, it was the second-best-selling book in O’Reilly’s entire catalogue, second only to Aurélien Géron’s machine learning book. Machine learning is obviously a hot topic, so I am quite content with coming second to it! 😄 To me, the success of th

                                                        • Writing FreeBSD Kernel Modules in Rust

                                                          At present all major operating system kernels are written in C/C++, languages which provide no or minimal assistance in avoiding common security problems. Modern languages such as Rust provide better security guarantees by default and prevent many of the common classes of memory safety security bugs. In this post we will take a brief look at existing community efforts towards this goal and build a

                                                            Writing FreeBSD Kernel Modules in Rust
                                                          • GitHub - Aslemammad/vite-plugin-cloudflare: 🔥 Easier and better experience writing Cloudflare workers in Vite

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - Aslemammad/vite-plugin-cloudflare: 🔥 Easier and better experience writing Cloudflare workers in Vite
                                                            • Writing a Fuzzer for Nes Games

                                                              Published: 2021-11-27 Writing a Fuzzer for Nes Games My project this weekend was a fuzzer for nes games based on seeded input from TAS movies. Tool assisted speedruns A screenshot of the tiled windows. Each window showing a different fuzzing run. Basic Setup nesfuzz built on top of the nestur emulator by spieglt. I looked into a number of different possibilities for a base, but my main requirement

                                                                Writing a Fuzzer for Nes Games
                                                              • Writing-diary.com

                                                                The domain writing-diary.com may be for sale. Please click here to inquire Writing-diary.com Related Searches: Migraine Pain Relief Free Credit Report Best Penny Stocks Dental Plans Best Mortgage Rates High Speed Internet All Inclusive Vacation Packages Related Searches: Migraine Pain Relief Free Credit Report Best Penny Stocks Trademark Free Notice Privacy Policy

                                                                • A Deep Dive into eBPF: Writing an Efficient DNS Monitoring.

                                                                  eBPF / XDP is an in-kernel virtual machine, provides a high-level library, instruction set and an execution environment inside the Linux kernel. It’s used in many Linux kernel subsystems, most prominently networking, tracing, debugging and security. Including to modify the processing of packets in the kernel and also allows the programming of network devices such as SmartNICs. Use cases in eBPF im

                                                                    A Deep Dive into eBPF: Writing an Efficient DNS Monitoring.
                                                                  • Techniques for writing least privilege IAM policies | Amazon Web Services

                                                                    AWS Security Blog Techniques for writing least privilege IAM policies December 4, 2020: We’ve updated this post to use s3:CreateBucket to simplify the intro example, replaced figure 8 removing the IfExists reference, and clarified qualifier information in the example. In this post, I’m going to share two techniques I’ve used to write least privilege AWS Identity and Access Management (IAM) policie

                                                                      Techniques for writing least privilege IAM policies | Amazon Web Services
                                                                    • Writing Pong in Rust for my OS Written in Rust – Stephen Marz

                                                                      This post is part of a larger effort you can view over here: https://osblog.stephenmarz.com. Pong being played on my custom, RISC-V OS in Rust! Video Contents OverviewApplication Programmer’s Interface (API)Starting RoutinesSystem CallsDrawing PrimitivesEvent HandlingStart Our GameGame LoopPLAY Overview We last left off writing a graphics driver and an event driver for our operating system. We als

                                                                      • Writing-diary.com

                                                                        The domain writing-diary.com may be for sale. Please click here to inquire Writing-diary.com Related Searches: Work from Home All Inclusive Vacation Packages Top 10 Luxury Cars Accident Lawyers Migraine Pain Relief High Speed Internet Anti Wrinkle Creams Related Searches: Work from Home All Inclusive Vacation Packages Top 10 Luxury Cars Trademark Free Notice Privacy Policy

                                                                        • Writing a Static Site Generator Using Shake

                                                                          December 17, 2022 A thirty-one minute read 2 💬 5 🗣️ ❤️ 8 🔁 Tags: programmingbuild-systemshaskell Static site generators (SSGs) are all rage these days as people realize that plain HTML websites are good enough for most cases. SSGs take raw data in various formats—often Markdown, JSON, and YAML—and process them to produce the static websites, which can then be hosted easily on any hosting provid

                                                                            Writing a Static Site Generator Using Shake
                                                                          • Women's writing began much earlier than supposed, finds academic

                                                                            There is the eighth-century abbess who wrote the first surviving example of poetry known to have been authored by an Englishwoman. Or her contemporary, a nun who was the first woman to write a full-length prose work in English and hid her name in the text. A new history of women’s writing argues that there was a thriving female literature far earlier than previously believed, and that earlier hist

                                                                              Women's writing began much earlier than supposed, finds academic
                                                                            • Writing a Debugger From Scratch - DbgRs Part 1 - Attaching to a Process

                                                                              The art and science of debugging. And other stuff like that. From a former developer on WinDbg and the VMware hypervisor. I’ve left the Microsoft Debugger Platform team twice, and each time I’ve started writing my own debugger. I must really like debuggers or something. This time, I have two reasons for writing a new debugger. The first is because I want to learn Rust better, and writing something

                                                                              • Best practices for writing SQL queries

                                                                                Watch a 5-minute demo to see how to set up and publish a dashboard

                                                                                • Writing a winning 4K intro in Rust

                                                                                  I recently wrote my first 4K intro in Rust and released it at the Nova 2020 where it took first place in the new school intro competition. Writing a 4K intro is quite involved and requires you to master many different areas at the same time. Here I will focus on what I learned about making Rust code as small as possible. You can view the demo on youtube, download the executable at pouet or get the

                                                                                    Writing a winning 4K intro in Rust