並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 4426件

新着順 人気順

writingの検索結果201 - 240 件 / 4426件

  • The ultimate guide to writing a Go tool

    A while ago I've started to build a tool to make my life easier.  It's called: gomodifytags. It automatically fills the struct tag fields based on the field names. Let me show you an example: An example usage of gomodifytags used within vim-goHaving a tool like this makes it easy to manage multiple fields of a struct.  The tool is also able to add&remove tags, manage tag options (such as omitempty

      The ultimate guide to writing a Go tool
    • CSS Writing Modes Module Level 3 日本語翻訳

      W3C Working Draft 1 September 2011 This version: http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/ Latest version: http://www.w3.org/TR/css3-writing-modes/ Latest editor's draft: http://dev.w3.org/csswg/css3-writing-modes/ Previous version: http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/ Editors: Elika J. Etemad (Mozilla) Koji Ishii (Invited Expert) Shinyu Murakami (Antenna House

      • Writing a tiny tRPC client | tRPC

        Ever wondered how tRPC works? Maybe you want to start contributing to the project but you're frightened by the internals? The aim of this post is to familiarize you with the internals of tRPC by writing a minimal client that covers the big parts of how tRPC works. infoIt's recommended that you understand some of the core concepts in TypeScript such as generics, conditional types, the extends keywo

          Writing a tiny tRPC client | tRPC
        • Writing Web Applications - The Go Programming Language

          Introduction Covered in this tutorial: Creating a data structure with load and save methods Using the net/http package to build web applications Using the html/template package to process HTML templates Using the regexp package to validate user input Using closures Assumed knowledge: Programming experience Understanding of basic web technologies (HTTP, HTML) Some UNIX/DOS command-line knowledge Ge

            Writing Web Applications - The Go Programming Language
          • GitHub - Pungyeon/clean-go-article: A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to 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 - Pungyeon/clean-go-article: A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
            • Writing Great Documentation - Jacob Kaplan-Moss

              Series: Writing Great DocumentationA series of articles laying out the tools, tips, and techniques I’ve learned over the years I’ve spent helping to write Django’s docs. Writing Great Documentation: You need an editor November 12th, 2009I’m supposed to be this expert on writing, right? So how come my previous articles have had so many errors? Simple: my blog doesn’t have an editor. That’s typical

                Writing Great Documentation - Jacob Kaplan-Moss
              • Boogie Board Paperless LCD Writing Tablet

                Kick off summer with unbeatable deals on our top-rated best-sellers

                  Boogie Board Paperless LCD Writing Tablet
                • Free AI Writing, PDF, Image, and other Online Tools - TinyWow

                  Background Remover Easily Remove the Background from an image

                  • The art of AutoPagerize nextLink XPath writing � ZeroMemory

                    SITEINFOのnextLinkケーススタディ - 0x集積蔵を読んで自分が書いたのを思い出したら、これを公開したつもりで公開してませんでした… os0xさんの書かれた記事のほうが網羅的なので、あちらを読んでもらえばよいですが、兄弟要素から取得するケースでnumberでaの中の数字を利用することができるときもある、というのだけいいたいので公開しておきます。 AutoPagerizeのSITEINFOを書いていると、ナビゲージョン部分のHTMLがださくてnextLinkをXPathで表現できなさそうなことがよくあります。 が、ふたつほどコツを見つけたのでご紹介。 following-sibling, descendant-or-selfを使う ありがちなのがナビゲーションに次のページへのリンクがなくて、数字だけが並んでいて今いるページだけハイライトされてるタイプのやつです。 Behanc

                    • GitBook Editor � Simple writing from your desktop � GitBook

                      Write, publish, and collaborate seamlessly. The Editor brings the GitBook workflow you love to your desktop. Available for Mac, Windows and Linux. Expressive MarkupBooks are written using Markdown or Asciidoc. LaTeX is supported to typeset mathematics. GitBook gives you complete control over your book's markup, empowering you to express your ideas with clarity and precision. Convenient editingThe

                        GitBook Editor � Simple writing from your desktop � GitBook
                      • Writing Efficient CSS - MDC

                        この記事は、Mozilla Japan 翻訳部門もしくはその関連グループによりすでに翻訳済みのものを移行してきました 移行元の文書。英語版と内容が異なる場合や、MDC の他の記事と整合性のとれていない場合があります。 以下の文書では Mozilla の UI で使用する CSS ファイルの最適化についての規則を概説します。最初の節では Mozilla のスタイルシステムにおけるルール分類の要について書きます。このシステムについて理解してもらった上で、続く節では Mozilla のスタイルシステムの力を最大限に発揮するルールの書き方を説明します。 【訳注: CSS スタイルのマッチング処理に於いては、ルール集合のうち各要素に対してマッチするものがないか順に全て調べていく必要があり、単純計算では (要素数)×(ルール数) 回のマッチング処理が必要になってしまいます。如何にしてこれを効率化するの

                        • Best practices for writing Dockerfiles 日本語訳(仮) - Qiita

                          訳者より この文書はDocker社の許可を得てBest practices for writing Dockerfilesを翻訳したものです.原文に基づき,ライセンスはApache License2.0とします. 稚拙な訳であるとは思いますが,Dockerfileを書く際にお役に立てればと思います.途中,意味不明な文章があり,すみません. 今はまだ稚拙な訳ですし,膨大なドキュメントの1つを翻訳したに過ぎませんが,修正を重ねて翻訳数を増やして行き,将来的にはDocker公式リポジトリに追加できればと思っています. 概要 Dockerは与えられたイメージを構築するために必要なすべてのコマンドから構成されたテキストファイルであるDockerfileから,手順を読み込むことで自動的にイメージを構築することができます.Dockerfileは仕様書に忠実に一通りの手順仕様として使われます.あなたはDo

                            Best practices for writing Dockerfiles 日本語訳(仮) - Qiita
                          • Writing a Time Series Database from Scratch | Fabian Reinartz

                            April 20, 2017 Writing a Time Series Database from Scratch I work on monitoring. In particular on Prometheus, a monitoring system that includes a custom time series database, and its integration with Kubernetes. In many ways Kubernetes represents all the things Prometheus was designed for. It makes continuous deployments, auto scaling, and other features of highly dynamic environments easily acces

                            • Writing fast, processor-independent code using C++ and LLVM bitcode

                              Writing fast, processor-independent code using C++ and LLVM bitcode Using inline assembly along with C/C++ code has long been the best choice for developers writing optimized code. However the approach had its shortcomings: - the need to write assembly for each architecture - the use of inline assembly hinders certain compiler optimizations (such as register allocation) But thanks to LLVM it is no

                              • 今回のCopy_writing騒動に関する雑感 - あのにますトライバル

                                〇先に結論:大人、もっとしっかりしろ大人!!!!! 〇まず、どんなことがあってもこの記事を掲載したメディアとそして記者はこの記事を取り下げないで欲しい。そして、できれば「何が足りなくて」こんな大炎上になっているのかの考察をありのまま書いてほしい。たぶん高校生の視点でパクリアカウントがどんな存在で、どんな感じでインタビューまでしたいと思って、それがどういう風に企画として成り立って実行されたのか。それがネット空間でかなり必要とされている情報に違いない。善悪を決めるってことじゃない。その「現状」を訴えてほしい。そこにこのパクリ魔がのさばる要因や今後の再発防止に役立つヒントが隠されているはずだ。 @Copy_writing中の人インタビュー!「インターネットは、すべての話を良い方向に持って行こうとする傾向があるけど、暗いことは暗いことでいいじゃない、と言いたい」 | 青春基地 〇これまでもこの大馬

                                  今回のCopy_writing騒動に関する雑感 - あのにますトライバル
                                • MacVimでHTML,CSS,JavaScriptの文法チェック | Free Writing

                                  鹿児島在住のエンジニアです。Webシステムの受託開発に携わってます。 Playframework/ExtJs/Sencha Touch/Backbone.jsをよく使います。

                                    MacVimでHTML,CSS,JavaScriptの文法チェック | Free Writing
                                  • Go Tips Learned From Writing go-libxml2/go-xmlsec

                                    このエントリはGo Advent Calendar 2015のDec 15th分のエントリです。(追記:はてブは是非このURLで行って下さい!→ https://medium.com/@lestrrat/7bcdfd35689d) tl;dr: go-libxml2とgo-xmlsecを使うとXMLをツリーとして処理するだけでなくXSD検証やXML Signatureの生成もできるようにしました!でもなかなか一筋縄ではいかなかったよ! go-libxml2とgo-xmlsecHDE Incではセキュリティ系のアプリを作っているので最近はgo-jwxとかを開発していましたが、同様にXML Signaturesを使う必要のあるタスクがでてきました。 ところがぱっと見渡す限りGoでちゃんとXML Signaturesを生成できるものが見当たりませんでした。というか、どの言語を見ても基本的にはxm

                                      Go Tips Learned From Writing go-libxml2/go-xmlsec
                                    • Writing a MySQL Storage Engine from Scratch

                                      Describes how to write a MySQL storage engine - a plugin which is responsible for persisting MySQL table data. Download source code - 1.6 MB Introduction This article summarizes the things that I learned when I wrote a new MySQL storage engine (“SE”). MySQL’s storage engines are plugins which are responsible for actually storing the data on disk, and providing access to the data. The SEs usually a

                                      • A guide to writing specs toward engineers(Japanese)

                                        This slide is for Product Managers who want to write specs that can get buy-in from engineers and that is well stated that a team can start working on it without hassle. エンジニアから共感を得られて、チームがすぐに動き出せる仕様書を書きたいプロダクトマネジャーに向けたスライドです。

                                          A guide to writing specs toward engineers(Japanese)
                                        • Writing your own URL shortener in 25 lines of PHP :: Jaisen Mathai

                                          So you want to write a URL shortener? Let’s make it short and painless. You’ll need two pieces: a key generator and redirector. The key generator is used to represent a shortened url with a series of characters, often a-zA-Z0-9. This is what you see at the end of tinyurl and bit.ly links. The redirector needs to link the key to a url and perform a HTTP redirect. Shall we? First things first The s

                                          • iDeaList::Writing

                                            フリーランスのエンジニアとして独立して約2年が経ち、ようやく株式会社ステラート (英語表記:STELLATO, inc.)を設立しました。 内容が重複してしまいますので、詳しくは私的なほうのブログを参照してください>< 思いの外、心の中をぶっちゃけた内容になってしまったためにエントリーはこちらで公開するのをやめました。 リンク見るのめんどくさい人に向けて2行で要約すると とりあえず社名をパンチラかステラートで悩んでステラートという名前を選びましたよー。 アダルト系よりもイタリア語でオシャレぶりましたw ワロスwww という感じです! はてダは去年よりもう少し頻度を上げて、なるべく有益な技術情報載せていくよう続けていきたいと考えています! 今はcocos2dやObjective-Cのできるひとたちとハッカソンしたい!もっと精進します!てへぺろ(・ω<)☆ Heart Beat » 2012年

                                              iDeaList::Writing
                                            • Writing Tools in Go For Ops Engineers

                                              https://github.com/yuuki1/droot https://github.com/yuuki1/grabeni https://github.com/yuuki1/gokc https://github.com/mackerelio/mkr

                                                Writing Tools in Go For Ops Engineers
                                              • 最新デスク環境公開:2024年2月版#作業環境 - Ordinary coterie writing

                                                どうもこんにちは、皆様いかがお過ごしでしょうか。2024年2月、2回目の更新です。最近はオンオフ非常に忙しい日々を送っているという点は変わりないのですが、体調がしっちゃかめっちゃかになりスケジュールを見直したりしていました。降雪に伴い体調がえらいことになりかけていたときに、湊先生やしいたけ先生の言葉がよぎり「休まないと! そしていろいろな人に一回相談だ!」となれて成長したな……となっていたとかいないとか。 まぁどう見ても「中の人大丈夫?」となる前置きはさておき、今回は現在の作業・デスク環境2024年2月版をお送りできたらと思います。前回のエントリー以来、実はこれまたいろいろとデスク環境が変わったと言いますか、よりスッキリしました。今回も現在使用しているガジェットやアプリなどをご紹介したいと思います。それではいってみましょう。 1、現在のデスク環境 2、デスク・椅子・照明 ①flexispo

                                                  最新デスク環境公開:2024年2月版#作業環境 - Ordinary coterie writing
                                                • Writing a minimal Lua implementation with a virtual machine from scratch in Rust | notes.eatonphil.com

                                                  Writing a minimal Lua implementation with a virtual machine from scratch in Rust By the end of this guide we'll have a minimal, working implementation of a small part of Lua from scratch. It will be able to run the following program (among others): function fib(n) if n < 2 then return n; end local n1 = fib(n-1); local n2 = fib(n-2); return n1 + n2; end print(fib(30)); This is my second project in

                                                  • インタビューで炎上した「Copy writing」騒動について「青春基地」が謝罪 記事掲載続行の見解

                                                    パクツイや無断転載で問題になっていたアカウント「Copy writing」(@Copy__writing)がインタビューを受けて炎上した件で、記事を掲載した青春基地は無断転載の問題について事前に把握しないまま記事を配信をしてしまった点を謝罪するも、記者である高校生の意向を尊重し、記事は取り下げず掲載していくとする編集部の見解を公開しました。 編集部の見解 「Copy writing」は他のユーザーが投稿したツイートをそのままコピペして投稿したり、画像を無断転載するいわゆる「パクツイ」の常習犯。最近は営利・宣伝目的と思われるツイートもしており、「パクツイで人を集めて利益を得ているのでは」といった疑惑の声も上がっていました。 1月27日に高校生たちが記者を務めるニュースサイト「青春基地」にインタビューが掲載されると、これまでにツイートや画像を無断転載されてきたユーザーたちを中心に怒りの声を上が

                                                      インタビューで炎上した「Copy writing」騒動について「青春基地」が謝罪 記事掲載続行の見解
                                                    • Full screen distraction free text editor, increase your creativity in writing

                                                      CreaWriter is a Windows program designed to boost your productivity and creativity. Its full screen, minimalistic interface provides a distraction-free environment. Indulge yourself in a relaxed and calm atmosphere and achieve a whole new level of concentration! Inspired by OmmWriter, a Mac OS X only application, CreaWriter allows you to customize both background image and ambient sound. It's you

                                                      • Writing Dockerfile | TechBar

                                                        Writing Dockerfile isn't an complex job, but there are some tips and best practices to get best from Docker.In my last post about docker you could see how easily you can spin up WordPress from docker: http://www.techbar.me/wordpress-docker/ Here I will talk about some notes on writing Dockerfiles. Writing Dockerfile isn’t an complex job, but there are some tips and best practices to get best from

                                                          Writing Dockerfile | TechBar
                                                        • The Essentials of Writing High-Quality JavaScript | Envato Tuts+

                                                          Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in October, 2010. The brilliant Stoyan Stefanov, in promotion of his book, "JavaScript Patterns," was kind enough to contribute an excerpt of the book for our readers, which details the essentials of writing high quality JavaScript, such as avoiding globals, usin

                                                            The Essentials of Writing High-Quality JavaScript | Envato Tuts+
                                                          • GitHub - lazyatom/kintama: It's for writing tests OH GOD OH GOD WHY WHY WHY WHY

                                                            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 - lazyatom/kintama: It's for writing tests OH GOD OH GOD WHY WHY WHY WHY
                                                            • やじうまミニレビュー - KentDisplay「Boogie Board LCD Writing Tablet」 - 家電Watch

                                                              • GitHub - dair-ai/ml-visuals: 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.

                                                                📣 Stay tuned for significant updates to both the slides and repository.!!! 📣 In the meantime, Join our Discord ML Visuals is a new collaborative effort to help the machine learning community in improving science communication by providing free professional, compelling and adequate visuals and figures. Currently, we have over 100 figures (all open community contributions). You are free to use the

                                                                  GitHub - dair-ai/ml-visuals: 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
                                                                • Webデザイナーに送るDTPの基礎のキソ - 仕事の話アレコレ - Writing Mode

                                                                  僕は26歳までグラフィックデザイナーでした。 2000年代中盤ぐらいまでDTPのレイアウトソフトと言えば、QuarkXpress全盛でMac OS 9.2のQuarkXpress 3.3Jまたは4.0Jで雑誌のデザインをメインに活動していました。データ入稿先である印刷所のほとんどがOS Xに移行するまで長い時間を要したため、OS XがリリースされてからもDTPデザイナーたちはなかなかOS Xに移行できなかったんですね。 今でこそ、ページもののレイアウトソフトと言えばInDesignが当たり前で、OSもMacではなくWindowsを使うことも多くなっていますが、僕はInDesignを本格的に触る前にメインの業務をWebにシフトしたので、今は印刷物をIllustratorでデザインしちゃいます。長いページものを作ることはないので、それで十分なんです。 InDesignはどうしても覚える必要に駆

                                                                    Webデザイナーに送るDTPの基礎のキソ - 仕事の話アレコレ - Writing Mode
                                                                  • Writing webapps with Perl Dancer

                                                                    Dancer is a micro web framework for Perl that allows developers to build web applications in an expressive and lightweight manner. It uses a routing-based syntax to define request handlers for different URLs and HTTP methods. Dancer applications can utilize templates, configuration files, and environments to customize settings depending on the deployment stage. Being PSGI/Plack compliant, Dancer a

                                                                      Writing webapps with Perl Dancer
                                                                    • siteinfo writing

                                                                      SITEINFOの書き方入門 SITEINFOは次のページへのリンクがどれかを示すnextLinkと、ページの中の本文部分を示すpageElementとでできています。 nextLinkは複数にマッチするXPathでも大丈夫です。複数の要素にマッチするときは、一番はじめにマッチしたものが使われます。よくページの上部と下部に同じナビゲーションが入っているページがありますが、そのときも片方だけの次のページへのリンクにマッチするようにXpathを書かなくてもAutoPagerizeがマッチしたものの中で一番はじめのものを使ってくれます。(実装はそうなってるけど仕様としてどうなのかは知らない) AutoPagerizeのSITEINFOと同様な仕組みはLDRizeやLDR Full Entryでも用いられているので、書けるようになると他のところでも役に立ちますよ。他にもまじめにXSLTでバリバリ使

                                                                      • Writing Testable Frontend Javascript Part 1 - Anti-patterns and their fixes

                                                                        This is the first of a two part introduction on how to write testable Javascript UI code. The first article presents a sample application that contains several common anti-patterns and how these can be refactored to be more testable. The complete refactor is presented in the second article along with info on how to add a unit test suite and make use of mocks. Front end development comes with a set

                                                                        • Writing Vim Plugins / Steve Losh

                                                                          Posted on September 6th, 2011. A while ago I wrote a post about switching back to Vim. Since then I've written two plugins for Vim, one of which has been officially "released". A couple of people have asked me if I'd write a guide to creating Vim plugins. I don't feel confident enough to write an official "guide", but I do have some advice for Vim plugin authors that might be useful. Other People

                                                                          • Copy writing (予備)さんはTwitterを使っています: "こちらのアカウント(@Copy__writing)ですが、現在凍結の恐れがあるためバックアップを作りました。 過去のツイートをつぶやいていこうと思います

                                                                            ツイートに位置情報を追加する 位置情報と一緒にツイートした場合、Twitterはその位置情報も保存します。 毎回ツイートする際に、位置情報を付加する/付加しないを選択することができ、いつでも過去の位置情報を全て削除することも可能です。 詳しい説明

                                                                              Copy writing (予備)さんはTwitterを使っています: "こちらのアカウント(@Copy__writing)ですが、現在凍結の恐れがあるためバックアップを作りました。 過去のツイートをつぶやいていこうと思います
                                                                            • $form->inputで行われる自動判別のまとめ - Writing Some Code

                                                                              1.1系ではHtmlHelperにあったinputメソッドが、1.2系ではFormHelperに移っています。 使い方としては <?php echo $form->input('field_name', array('type' => 'textarea' /* テキストエリア指定 */)); ?> などといった感じで、オプション指定の配列にtypeを指定することで、テキストエリアやセレクトボックスなどの種類を指定できるのですが、単純に <?php echo $form->input('field_name'); ?> と、フィールド名の指定をしただけでも、自動的にテキストエリアになったり、セレクトボックスになったりすることがあります。 どんな自動判別をしているのか気になったので、調べて分かったことをまとめてみます。(バージョンはBeta 1.2.0.6311) type指定がない場合の決

                                                                                $form->inputで行われる自動判別のまとめ - Writing Some Code
                                                                              • Writing a C library, intro, conclusion and errata

                                                                                This is a series of blog-posts about best practices for writing C libraries. See below for each part and the topics covered. Table of contentsThe entire series about best practices for writing C libraries covered 15 topics and was written over five parts posted over the course of approximately one week. Feel free to hotlink directly to each topic but please keep in mind that the content (like any

                                                                                • Art Crimes - The Writing on the Wall - graffiti art worldwide

                                                                                  Graffiti Photos & Images USA | Europe | World | Featured Artists | Trains | Blackbooks | War Murals | 9-11 Murals Information & Resources Graffiti News and Events | Interviews, Articles & Research | Byline | FAQ | About Art Crimes | Best Graffiti Sites