並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 4445件

新着順 人気順

writingの検索結果121 - 160 件 / 4445件

  • 新田祐士公式ブログ〜Story Writing〜|ストーリーライティングを学んで、人生ストーリーを面白くする方法を解説します

    https://mintia01.com/wp-content/uploads/title-logo.png 新田祐士公式ブログ〜Story Writing〜 こんばんは、新田です。 子供の頃、僕はよく、 コーラとか炭酸飲料を飲んでた時に、 親から、 「やめとけ!!歯が溶けるぞ!」 と言われていました。 …

      新田祐士公式ブログ〜Story Writing〜|ストーリーライティングを学んで、人生ストーリーを面白くする方法を解説します
    • ソフトウェア開発がもたらしてきた功績の歴史をひもとくムービー「The Art of Writing Software」

      「0」と「1」からなる単純な情報の集まりであるコンピューターソフトウェアは、かつては不可能だったさまざまな機能を可能にしてきました。人類に多くの可能性を与えてきたソフトウェアの歴史を振り返るムービー「The Art of Writing Software」では、その歴史と世界に与えてきた意味が解説されています。 The Art of Writing Software - YouTube コンピューターは音楽を奏でる楽器のようなもの。 一つ一つの機能は与えられた指示を忠実にこなすことしかできませんが、それが無数に集まることで非常に高度な機能が実現されます。 作曲家が演奏の指示を行うのは「楽譜」。プログラマーがコンピューターに指示を行うのは「ソフトウェア」です。 ムービーに登場するのは、「アルゴリズム解析」の分野を切り開いた第一人者であるドナルド・クヌース氏。「数行のコードを加えるだけで、私は

        ソフトウェア開発がもたらしてきた功績の歴史をひもとくムービー「The Art of Writing Software」
      • フロントエンドとバックエンドの境界線 - 仕事の話アレコレ - Writing Mode

        最近、たまに思うんです。「何でオレ、JavaScript書いてんだろ」って。いや、別にコード書くのも決して嫌いじゃないんですけどね。 小規模な組織に所属したり、フリーランスで働くWebデザイナーがカバーしなければならない領域は、分業が進んだ組織よりも多いのが当たり前。そういう意味では、僕のように中途半端にいろんなことに手を出してきたヤツは今の組織に向いているのかもしれないです。 ディレクションしながらデザイン作るし、HTML書くし、JavaScript書くし、PHP書くし。 そういうマルチロールなスタンスで働くことを会社にも許容してもらってるわけで、その点は逆に感謝と言えば感謝なのかな。 「何でもできる」と「何もできない」は紙一重 器用貧乏という言葉がまさにそれで、僕のようなタイプが一番陥りがちな状態が、何でもできるようで実は何ひとつできない人間になってしまうこと。 自分なりの軸はぶらさな

          フロントエンドとバックエンドの境界線 - 仕事の話アレコレ - Writing Mode
        • Writing Modular JavaScript With AMD, CommonJS & ES Harmony

          Writing Modular JavaScript With AMD, CommonJS & ES Harmony When we say an application is modular, we generally mean it's composed of a set of highly decoupled, distinct pieces of functionality stored in modules. As you probably know, loose coupling facilitates easier maintainability of apps by removing dependencies where possible. When this is implemented efficiently, its quite easy to see how cha

          • Stop Writing JavaScript Compilers! Make Macros Instead

            Stop Writing JavaScript Compilers! Make Macros Instead The past several years have been kind to JavaScript. What was once a mediocre language plagued with political stagnation is now thriving with an incredible platform, a massive and passionate community, and a working standardization process that moves quickly. The web is the main reason for this, but node.js certainly has played its part. ES6,

            • これだけ気を付けて書いてもらえるとみんな幸せになるポイント2つだけ / Two things to keep in mind about writing to make everyone happy

              文章を書く技法的なものは多くあり、そういったものすべてに対応しなくても「わかりやすい文章だ!」と言っていいはずです。今回は、私が特に重要だと考えている「名前を大事にしてほしい話」と「あらかじめ読者との距離を近づけて欲しい話」の2つのポイントに絞って、文章を書くときのポイントをお伝えします。技術者の業務の一環として文章を書いている方、自分が書いている文章を改善したいけど、どこから手を付けると効率がいいか迷っている方に、きっかけを伝えるためのセッションです。 ■ 発表者 矢崎 誠 / LINE株式会社 テクニカルライター https://twitter.com/yazakimakoto ■ セッション動画 https://youtu.be/nmFVXJGiCxM?t=1017 ※こちらは以下イベント内で発表した内容です https://line.connpass.com/event/20565

                これだけ気を付けて書いてもらえるとみんな幸せになるポイント2つだけ / Two things to keep in mind about writing to make everyone happy
              • Writing Robust Bash Shell Scripts - David Pashley.com

                Many people hack together shell scripts quickly to do simple tasks, but these soon take on a life of their own. Unfortunately shell scripts are full of subtle effects which result in scripts failing in unusual ways. It’s possible to write scripts which minimise these problems. In this article, I explain several techniques for writing robust bash scripts. How often have you written a script that br

                • Amazon.co.jp: BEST SOFTWARE WRITING: 青木靖 (翻訳), Joel Spolsky (編集): 本

                    Amazon.co.jp: BEST SOFTWARE WRITING: 青木靖 (翻訳), Joel Spolsky (編集): 本
                  • 卒論の書き方 / Happy Writing

                    主に数値計算系の研究室における卒論の書き方ガイダンス

                      卒論の書き方 / Happy Writing
                    • 『Writing An Interpreter In Go / Go言語でつくるインタプリタ』 #golang - razokulover publog

                      Writing An Interpreter In Goという本を読んだ。 この本はMonkeyという言語のインタプリタをGo言語で実装するという内容。 全編英語だが、200ページほどだし語り口も面白くてわかりやすいので読みやすい。 流れとしては大きくLexer・Parser・Evaluaterの章に分かれていて、それぞれ字句解析〜抽象構文木〜評価器をGoの標準機能だけで実装していく感じ。 Parserの部分ではyaccなどの既存ツールを使わずにPratt ParserというJS Lintでも使われている手法を用いて実装していくところが特に面白かった。 Pratt Parserについてはググってもあんまり情報が出てこなかったけど、いくつか英語のエントリがあって特に下記のPythonで解説してくれてるやつがわかりやすかった。 Top-Down operator precedence pars

                        『Writing An Interpreter In Go / Go言語でつくるインタプリタ』 #golang - razokulover publog
                      • GitHub - fastruby/fast-ruby: :dash: Writing Fast Ruby -- Collect Common Ruby idioms.

                        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 - fastruby/fast-ruby: :dash: Writing Fast Ruby -- Collect Common Ruby idioms.
                        • 学位論文の書き方メモ (Tips for writing thesis)

                          博士論文の執筆した時に作った,チェックリストをスライドにまとめました. This slide is only for Japanese speakers 他に参考になるページ +修士論文の作り方( http://itolab.is.ocha.ac.jp/~itot/lecture/msthesis.html ) by 伊藤先生 +修論(D論)参考( http://d.hatena.ne.jp/rkmt/20101217/1292573279 ) by 暦本純一先生

                            学位論文の書き方メモ (Tips for writing thesis)
                          • UNC Writing Center Has Moved

                            This page is hosted on AFS file server space, which is being shut down on November 13, 2018. If you are seeing this message, your service provider needs to take steps now. Visit afs.unc.edu for more information. UNC Writing Center has moved. The UNC Writing Center site has officially moved to our new location. Please update your bookmarks or favorites with the new address: http://writingcenter.unc

                            • Introducing Service Weaver: A Framework for Writing Distributed Applications

                              The latest news from Google on open source releases, major projects, events, and student outreach programs. We are excited to introduce Service Weaver, an open source framework for building and deploying distributed applications. Service Weaver allows you to write your application as a modular monolith and deploy it as a set of microservices. More concretely, Service Weaver consists of two core pi

                                Introducing Service Weaver: A Framework for Writing Distributed Applications
                              • English Grammar and Writing

                                This collection of free English learning resources is designed to help you study whatever aspect of conversational English is most interesting or important to you at the moment. Improving your English a little each day is the most effective way to learn English. English grammar A complete guide to English grammar and usage with detailed explanations and examples for each rule. English idioms A col

                                  English Grammar and Writing
                                • ZigでWriting an OS in 1,000 Linesをやる

                                  ZigでWriting an OS in 1,000 Linesをやる #2023-11-21 自作 OS で学ぶマイクロカーネルの設計と実装(通称エナガ本)の補足資料として公開されているWriting an OS in 1,000 Linesを、できるだけZigでやってみることにした。 目次成果物 #repositoryは以下。 さいしょに #エナガ本は一通り読んでいたのだが、機能に対していくつかのOSの実装を眺める。という構成になっており、個人的には「同じような難易度でRV32を対象に 0->1 でシンプルなOSを作る書籍があるといいなあ」と思いながら読んでいたのだが、まさに欲していたものが公開されたので大喜びで実装を開始した。 自分はそのまま写経してしまうと頭に入らないため、異なる言語で書いてみたり、何らかの制約を課して実施することが多い。今回はZigで書いてみることにした。 概ね問

                                    ZigでWriting an OS in 1,000 Linesをやる
                                  • 言葉をデザインするUXライティング / 10 Rules of Effective UX Writing

                                    UXライティングの基礎と、効果的なUXライティングをするための10のルール フロントエンド交流会@さくらインターネット

                                      言葉をデザインするUXライティング / 10 Rules of Effective UX Writing
                                    • Penflip - collaborative writing and version control

                                      SIGN UP FOR FREE Write Focus on writing with our minimalist markdown editor, or work offline with your favorite text editor. Collaborate Send a link to gather feedback - no downloads. Easy version control and revision history built right in. Publish Download your beautifully formatted ebook with just one click. Compile to PDF, ePub, HTML and more. Documents & books Built to handle both short-form

                                        Penflip - collaborative writing and version control
                                      • Writing Python like it’s Rustの紹介・邦訳

                                        いきなりですが,「これ,なーんだ!?」のお時間です. 正解は,くまモンって眉毛あるんだ じゃなくて,私が研究室内に設置したトラップです. 見た人は当該ブログを読まなくてはなりません. それがこちらです. Pythonで疲弊しているそこのあなたも,読みましょう読みましょう. ただ,英語が母国語ではない人間に英語の記事を投げつけて「オラ読めぇ!!!」というのは横暴だなぁ,という気がしてきたので,ここで和訳を提供しようと思い至りました. 私の翻訳が不正確な場合もあると思いますので,是非Kobzolさんによる原文も読んでいただければ. では,失礼して, 邦訳「RustのようにPythonを書く」 私がRustによるプログラミングを始めたのは数年前のことだが,このことが他の言語(特にPython)での私のプログラム設計指針を徐々に変えていった. Rustを始める前は型ヒントも使わず,いつでも関数の引

                                          Writing Python like it’s Rustの紹介・邦訳
                                        • Processingで遊ぼう - Writing Cafe

                                          Programs 概要 Processingを使ったサンプルゲームプログラムや、その開発雑記です。 目次 概要 目次 サンプル Processingで作る、100行プログラムのアドベンチャーゲーム Processingで作る、300行の3Dスペースシューティング 続報 OpenProcessing ProcessingでMovie作成 Processingで3D描画を絵画調に ProcessingでTweetカードゲーム 窓シミュレーター- パソコンのモニターをバーチャルな窓に 3/29 追記 3/30 追記 窓シミュレーターの認識を向上&高速化 Processingでドリブルアクションゲーム Processingで貼り絵シェーダー Processingで簡単Androidプログラミング Kinectで魔法の剣や弓を手にできたら? - Kinect Magic Knight 9/5 追記

                                          • Get Inspiration For Writing Your Homework

                                            Kids are able to perform well in school when they are guided properly. When kids complete their homework successfully they are praised by teachers and it shows that they take…

                                            • GitHub - cxxr/better-java: Resources for writing modern Java

                                              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 - cxxr/better-java: Resources for writing modern Java
                                              • Hadoop Python: Writing An Hadoop MapReduce Program In Python - Michael G. Noll

                                                In this tutorial, I will describe how to write a simple MapReduce program for Hadoop in the Python programming language. Motivation Even though the Hadoop framework is written in Java, programs for Hadoop need not to be coded in Java but can also be developed in other languages like Python or C++ (the latter since version 0.14.1). However, the documentation and the most prominent Python example o

                                                • テッド・チャン インタビュー [2010.07] "On Writing" | 族長の初夏

                                                  つい昨日、テッド・チャンの直近のものらしきインタビューが Boing Boing にアップされました。昨年の来日時のインタビューの翻訳 「 「地獄とは神の不在なり」を巡って」の倍近いボリュームがあるようです。以下、特に面白そうな中盤の部分を少しだけ個人的に日本語訳したものを載せてみようかと思いますが。時間と自由意志、最新作 "The Lifecycle of Software Objects" の動機について語っているあたりです。あと、日本での妙なチャン人気の理由とか。 あなたの作品の多くは未来予知に関係するものごとを扱っています。時間の性質の何があなたの心をとらえるのでしょうか?自由意思の問題。タイムトラベルのすべての面白さの根本にあるのは自由意思だと僕は思っている。 僕のいうタイムトラベルには、未来から情報を受け取ることも含まれる。それは本質的にだれかが未来から旅してくるのと同等のこと

                                                    テッド・チャン インタビュー [2010.07] "On Writing" | 族長の初夏
                                                  • Writing An Interpreter In Rust して、Wasm で動かしてみた - wadackel.me

                                                    はじめに 最近 Rust に興味が湧いて少しずつ触ってみています。学習用に何かガッツリと取り組める題材が欲しいなぁと思い、Writing An Interpreter In Go という本にある Monkey というプログラミング言語の Go 実装を Rust で書き直す、ということをやってみました。 そして、Rust で書き直しただけでは少し物足りない感じがしたので、先の本には登場していない要素として Formatter 及び、wasm32-unknown-unknown をターゲットに Wasm へコンパイルしブラウザで動作させるところまで実装しました。 ちなみに Writing An Interpreter In Go は、既に様々な方が読まれているような有名な本なので特別紹介はしませんが、かなりの良書なので「読んだことない!」という方は是非読んでみると面白いかもしれません。 『Wr

                                                      Writing An Interpreter In Rust して、Wasm で動かしてみた - wadackel.me
                                                    • jQuery UI datepickerのメモ - iDeaList::Writing

                                                      カレンダーアイコンをクリックでdatepickerが表示するサンプル(Datepicker | jQuery UI)を見習って jQuery UI 1.7.1のdatepickerを微妙に日本語化して使ってみた jQuery UI ThemeRoller のデザインを選択する jQuery UI ThemeRoller - Flick ver.> Galleryのタブから選択しダウンロード /jquery-ui-1.7.1.custom/development-bundle内を見てみる demoとかdemoとかdemoとか /ui/i18n/ui.datepicker-ja.jsの読み込み <script type="text/javascript" src="/js/ui/i18n/ui.datepicker-ja.js"></script> regionalにjaを指定 $.datep

                                                        jQuery UI datepickerのメモ - iDeaList::Writing
                                                      • Writing / Funkatron.com

                                                        Writing I did on Funkatron.com until 2019. We're the Stupid Ones: Facebook, Google, and Our Failure as Developers My Friend Twitter Building the Future of Spaz Contribute to Spaz webOS, Get a Free Palm Pre Plus Hear my sexy voice on the PiqueWeb podcast Choosing a Framework for Cross-platform Mobile App Development Notes on “Shortchanging Your Business with User-Hostile Platforms” Thoughts on the

                                                        • YAPC::Asia 2014: Writing tools with Git

                                                          はてなのエンジニアリングマネジメント、これまでとこれから / Engineering Management in Hatena, Hatena Engineer Seminar 26

                                                            YAPC::Asia 2014: Writing tools with Git
                                                          • PCサイトのRetinaディスプレイ対応やっとく? - やっぱりWebが好き - Writing Mode

                                                            今年からプライベートではMacBook Pro(13インチ)のRetinaディスプレイモデルを使っているから、最近はWebサイトの画像がボヤけて見えるのが気になって仕方ないのです。 これからはPCのディスプレイもどんどん高解像度になっていくであろうことを考えると、今からPC向けサイトのRetina(高精細)ディスプレイ対策もしっかり考えておきたい。 というわけで、備忘録がてら久々にWeb制作の現場感漂うエントリーをお届けしたいと思います。 これまでスマホ向けにしか考えたことのなかったRetinaディスプレイ対応ですが、やっぱり自分のマシンがRetinaディスプレイになってみるとPCでも本格的に対策せねばと考えてしまいます。 スマホやタブレット端末以外ではまだまだ普及率の低いRetinaディスプレイだけど、おそらく今後数年のうちにPCでも一般的になってくるんじゃないかな。 現状、Retina

                                                              PCサイトのRetinaディスプレイ対応やっとく? - やっぱりWebが好き - Writing Mode
                                                            • Lessons from Writing a Compiler

                                                              The prototypical compilers textbook is: 600 pages on parsing theory. Three pages of type-checking a first-order type system like C. Zero pages on storing and checking the correctness of declarations (the “symbol table”). Zero pages on the compilation model, and efficiently implementing separate compilation. 450 pages on optimization and code generation. The standard academic literature is most use

                                                              • Perl Casual #02でVimについてお話しさせて頂きました - iDeaList::Writing

                                                                先日2010/4/21に行われました「Perl Casual #02 - 春のPerlフレッシュマンアワー」でVimについて20分間お話させて頂きました。 初心者向けの勉強会っていうことで、全然Vimをしらない人に知ってもらおうということで構成も自分なりに考えて作りました。 こんなことができるんだぜ!すごいんだぜ!っていうアプローチもいいですが、 最終的に自分でマッピング等.vimrcの設定できればおもしろいと思えるんじゃないでしょうか。 Vim Loves Perl - Perl Casual#2View more presentations from acotie. 参加された方もぜひ簡単なアンケートにもご記入頂いたり、少しだけ褒めて頂けると個人的に嬉しいです。 Perl-Casual#2 アンケートフォーム http://spreadsheets.google.com/viewfor

                                                                  Perl Casual #02でVimについてお話しさせて頂きました - iDeaList::Writing
                                                                • 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 - mig1984/bashible: Simple bash DSL framework for writing shell scripts safe and agile.

                                                                    Bashible is a deployment/automation tool written in Bash (DSL). Inspired by Ansible. Simplifies things and prevents usual mistakes. Features: improved readability unhandled failures prevention skipping already done tasks command chaining working directory always as expected variable checking dependencies; calling sub-scripts delayed tasks executed on finish child termination handler; no processes

                                                                      GitHub - mig1984/bashible: Simple bash DSL framework for writing shell scripts safe and agile.
                                                                    • SIGIR Paper Writing TIps: 超意訳してみた - Bag of ML Words

                                                                      最早旧聞に属しますが、 "SIGIR Paper Writing Tips" SIGIR Paper Writing Tips - Microsoft Research 自分はIRの人ではないですが、CV(PR),  NLP, MLな人にも役立ちそうな事が多いので超意訳してみます。超意訳なので、正しいことは保証しません。「あれ?」と思った方はご自身でちゃんと英和辞書引いてください・・・ Tip 17は本当に秀逸ですよねぇ~~~ ライセンスから このTipsはPeter Baileyによるもので、 Creative Commons Attribution-NonCommercial Creative Commons — Attribution-NonCommercial 3.0 Unported — CC BY-NC 3.0 に従って頒布されますよっと。 もし何か問題があることにお気づきの方

                                                                        SIGIR Paper Writing TIps: 超意訳してみた - Bag of ML Words
                                                                      • Writing good commit messages

                                                                        Good commit messages serve at least three important purposes: To speed up the reviewing process. To help us write a good release note. To help the future maintainers of Erlang/OTP (it could be you!), say five years into the future, to find out why a particular change was made to the code or why a specific feature was added. Structure your commit message like this: From: https://git-scm.com/book/ch

                                                                          Writing good commit messages
                                                                        • ワカジツ@Writing Hacks講師 on Twitter: "Googleが記事のタイトルを勝手に変更するアップデートによって、国民生活センターの公式サイトがヤバい https://t.co/dTm3jCwglW"

                                                                          Googleが記事のタイトルを勝手に変更するアップデートによって、国民生活センターの公式サイトがヤバい https://t.co/dTm3jCwglW

                                                                            ワカジツ@Writing Hacks講師 on Twitter: "Googleが記事のタイトルを勝手に変更するアップデートによって、国民生活センターの公式サイトがヤバい https://t.co/dTm3jCwglW"
                                                                          • Writing Pluggable Software

                                                                            Thoughts on keeping your perl code lean as your code base gets bigger. Ideas on API structure for plugins and modules which can help. Some recommended option settings and module suggestions for handling configuration. A passing reference to logging. A variety of pop culture, tech and start up culture references to keep things interesting. All feedback welcome Presented 18/08/2015 at Sydney PM

                                                                              Writing Pluggable Software
                                                                            • 今の環境の.vimrcを公開してみるテスト - iDeaList::Writing

                                                                              vimのテンプレ設定のおかげで、use strict;とか一切書かない生活ができてます。iabとっても便利。 半年前にvimdoc読みながらコメントつけて以来全然いじってないです。あ、ackの追加したくらい。 なにかツッコミがあれば言ってください>< "行番号を非表示 set number "括弧入力時に対応する括弧を表示 set showmatch "コマンドをステータス行に表示 set showcmd "タイトルを表示 set title "常にステータス行を表示 set laststatus=2 "if(){}などのインデント set cindent "ルーラーを表示 set ruler set ignorecase "検索に大文字を含んでいたら大小区別 set smartcase "検索時にヒット部位の色を変更 set hlsearch "検索時にインクリメンタルサーチを行う se

                                                                                今の環境の.vimrcを公開してみるテスト - iDeaList::Writing
                                                                              • Grammarly: Free Writing Assistant

                                                                                Compose bold, clear, mistake-free writing with Grammarly’s AI-powered writing assistant.

                                                                                  Grammarly: Free Writing Assistant
                                                                                • copy__writing転載画像の元手芸作家さま一覧【minne】 | 音と紅茶の時間

                                                                                  @copy__writing というツイッターアカウントには、たくさんの素敵な手工芸作品の画像が転載されています。あれほど拡散されて、入手したいという方も大勢いらっしゃるのに、制作主である作家さんのページにたどり着けないのはとても残念であり、もったいなく納得いかないことだと思い、画像の元ページを調べてまとめてみました。 手動で検索していますので、情報もれなどございましたら、お知らせいただければ追加させていただきます。もしよろしければ、ハンドクラフト作家の方、ハンドメイドファンの方、きれいな作品が好きな方達で共有していただければ幸いです。 全部載せきれていないのですが、無断転載された画像ツイートの数々です。 ※ 4/18 23:30 「minne作家さまの分」の無断転載ツイートはTwitter運営により全て削除されたことを確認しました。 −−− Brooch of jam toast LIN

                                                                                    copy__writing転載画像の元手芸作家さま一覧【minne】 | 音と紅茶の時間