並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 4450件

新着順 人気順

writingの検索結果281 - 320 件 / 4450件

  • Writing snippets

    〔重要〕 このドキュメントは YASnippet の SVN trunk に対して適用されるものです。 SVN trunk はこちらから取得できます。 他のバージョンに対するドキュメントはこちらで見られます。 Snippet development Quickly finding snippets Using the snippet-mode major mode File content # key: snippet abbrev # name: snippet name # condition: snippet condition # group: snippet menu grouping # expand-env: expand environment # binding: direct keybinding # contributor: snippet author Templa

    • Copywriting Jobs | Writing Jobs Stow Ohio

      Writer Resources | Hire Content Writers | Writing Internships | Writing Jobs

      • GitHub - influxdata/telegraf: Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.

        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 - influxdata/telegraf: Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
        • 英語論文のためのsnack writing - たけちゅさん宅

          「アメリカポスドクの歩き方」さんより 英語論文を書き続けるには:Snack writingのすすめ http://kengg.blog75.fc2.com/blog-entry-244.html このブログを見つけたきっかけが、この記事。 「英語論文のコツどこかに落ちてねーかな」という気持ちでプラプラ、ネットサーフィンをしていて見つけたのがこのブログ。そのときに発見した記事がこれ。 Snack writing とにかく何でもいいから一日に決まった時間に英語論文を書く癖をつける それを実践してはや半年。 個人的には、英語を書く力が少し上昇したように思えます。 やり方は簡単で。 1.決まった時間に英語を書く 自分であれば午後16時。一番頭が冴えているから。そう思っていたら、先日、午後の方が頭が働くという論文を読んだ。 2.推敲はしない これ絶対。推敲をはじめると止まらなくなってしまう。そして、

            英語論文のためのsnack writing - たけちゅさん宅
          • Disciplinary Writing Guides

            The HWP's guides to writing in the disciplines aim to introduce students to some of the basic practices and conventions of writing and conducting research in the various academic disciplines. Writing for Psychology: A Guide for Psychology Concentrators Authors: Shelley H. Carson, Jeanne Fama, Kate Clancy, Jeffrey Ebert, and Adrienne Tierney DOWNLOAD PDF See also The Brief Guide to Writing the Psyc

              Disciplinary Writing Guides
            • MacVimでRailsの環境を作る 〜neocomplcacheインストール〜 | Free Writing

              いろいろなキーワードの補完リストを自動的に表示してくれる neocomplcache というvimスクリプトを入れました。 autocomplpopみたいなスクリプトです。 主な機能 シンタックス補完 辞書ファイルの補完 タグファイルの補完 ファイル名の補完 オムニ補完 スニペット補完 これだけでも「おぉ!」と思いましたが、同じような機能補完はautocomplpopでもできるんですよね。 ただ、以下のような理由からneocomplcacheを選択しました。 カスタマイズ項目が豊富 プラグインで拡張が可能 SnipMateのトリガーを補完リストに表示できる autocomplpopでもSnipMateのトリガーを補完リストに表示できるが、パッチを当てる必要があったり、対象が大文字の場合のみだったりと使いにくい " neocomplcache let g:NeoComplCache_Enab

                MacVimでRailsの環境を作る 〜neocomplcacheインストール〜 | Free Writing
              • DevMaster.net - Writing Low-Pain Massively Scalable Multiplayer Servers

                Creating massive multiplayer game servers with fault-tolerance, load balancing and unlimited scalability all built-in Introduction This article describes an alternative approach to building massively scalable online multiplayer systems using my OpenPoker project as an example. OpenPoker is a massively multiplayer poker server with fault-tolerance, load balancing and unlimited scalability built-in

                • Writing Prefork Workers / Servers

                  The document discusses different approaches for writing job workers and servers in Perl, including using Parallel::Prefork for managing preforked processes, Server::Starter for hot-deploying servers, and Parallel::Scoreboard for monitoring prefork-based workers and servers. It provides code examples and compares the prefork and event-driven approaches.Read less

                    Writing Prefork Workers / Servers
                  • GitHub - oxc-project/javascript-parser-in-rust: Tutorial on writing a JavaScript Parser in Rust

                    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.

                      GitHub - oxc-project/javascript-parser-in-rust: Tutorial on writing a JavaScript Parser in Rust
                    • ドミニク・チェン 読むことは書くこと Reading is Writing 第16回「読み手のプロセス」- DOTPLACE

                      プロセス = process というラテン語源を辿ると、「前進」を意味する procedo という動詞に行き着きます。同源の英語でproceed(プロシード)というと、同じく進む、開始するということを意味し、procedure(プロシージャー)は手続き、手順を意味します。 他者と創作のプロセスを共有するということは、自分の「進み方」を開示することを意味します。そしてプロセスとは動的な流れではなくても、静的な結果においても宿ります。なにかを形作ることには必ず時間が介在し、「進み方」のテンポやリズム、そしてパターンが表層に表れるからです。文章でいえば句読点の打ち方、段落の区切り方、前のフレーズとの意味的な接合、そうしたパターンを読み進めるなかで、書き手の思考に沿う様な感覚を抱くでしょう。 そして、逐次的に、はじめからおわりまで読み進めるというように、読書行為そのものが時間の流れを持つことで、固

                        ドミニク・チェン 読むことは書くこと Reading is Writing 第16回「読み手のプロセス」- DOTPLACE
                      • Writing a Fast JSON Parser

                        Several holidays ago, I got a bee in my bonnet and wrote a fast JSON parser whose parsed AST fits in a single contiguous block of memory. The code was small and simple and the performance was generally on-par with RapidJSON, so I stopped and moved on with my life. Well, at the end of 2016, Rich Geldreich shared that he'd also written a high-performance JSON parser. A while back I wrote a *really*

                        • 初めての無断転載ーCopy Writing bot VS S川 ほか数本

                          突然だけど、私の作品を無断転載された。 あのさー これ じゃん。 まさか2年近く前に作ったものを今さら転載されるなんて思わなかった。しかもこんなに個人でひっそりとしたとこにおいてるものを。 作った当時もそこまで拡散されたわけじゃなく、せいぜい100RT程度っすわ。 で、まあ今日キレた。 まだ削除されてないけどな。 削除されたけれど、私に対する謝罪、本物の広告であるような表記をしたことへの訂正ツイートもない。 何でこんなにキレてるかっていうと ①多くのクリエイター、ライターが迷惑していることを前々から知ってて、許せないと思ってた ②単純に私の作品でチヤホヤされてるのが許せない ①なんだけど、私が転載されたものは大して価値の無いものだったと思うけど、これを許してたらあいつらというか某社はつけあがるし、もっと生産性の高い人たちが損をすると思う。 私なんか趣味程度に画像制作してるガキだけど、黙って

                            初めての無断転載ーCopy Writing bot VS S川 ほか数本
                          • Longitudinal detection of dementia through lexical and syntactic changes in writing: a case study of three British novelists

                            1 Introduction The research we describe in this article has two complementary goals. First, we want to determine whether linguistic markers of Alzheimer's disease can be detected in a diachronic analysis of aspects of an individual's writing. Our subjects for this are novelists for whom we have a large, lifelong body of work. Second, with regard to the individual authors who serve as subjects, we

                              Longitudinal detection of dementia through lexical and syntactic changes in writing: a case study of three British novelists
                            • AuthComponentのパスワード暗号化を無効にする方法 - Writing Some Code

                              1.2系で追加されたAuthComponentは、認証関連の処理を一手に担ってくれる強力なコンポーネントですが、 AuthComponentのパスワード暗号化。登録注意点。CakePHP1.2b - CPA-LABテクニカル http://blog.ne2ma2.com/archives/161 等で紹介されているように、パスワードが自動で暗号化されるために注意が必要です。 上記のサイトでは暗号化の処理の注意点、暗号化される値の事前の算出方法などが紹介されていますが、今回は暗号化自体をしない方法はないかを探ってみました。 暗号化の回避方法 AuthComponentのソースを追ってみたところ、独自の暗号化処理を組み込める仕組みが用意されていました。 AuthComponentのauthenticateプロパティに、hashPasswordsというメソッドを持つオブジェクトをセットすれば、暗

                                AuthComponentのパスワード暗号化を無効にする方法 - Writing Some Code
                              • Writing Safe Shell Scripts

                                Writing shell scripts leaves a lot of room to make mistakes, in ways that will cause your scripts to break on certain input, or (if some input is untrusted) open up security vulnerabilities. Here are some tips on how to make your shell scripts safer. Don't The simplest step is to avoid using shell at all. Many higher-level languages are both easier to write the code in in the first place, and avoi

                                • Writing a High Performance Database in Go

                                  My talk from GopherCon 2014.

                                    Writing a High Performance Database in Go
                                  • GitHub - csswizardry/CSS-Guidelines: High-level guidelines for writing manageable, maintainable CSS

                                    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.

                                      GitHub - csswizardry/CSS-Guidelines: High-level guidelines for writing manageable, maintainable CSS
                                    • bakeするのに地味に便利なEclipseプラグイン - Writing Some Code

                                      Eclipse PDTで開発していて、bakeしたくなった時にコマンドプロンプト開いてcdして、ってのが煩わしい。 何かいい方法がないか探してみた所、「Eclipse Platform Extensions」というEclipseプラグインを見つけた。 早速、更新サイトhttp://opensource.trajano.net/をEclipseに登録して、プラグインのインストールを実行。 インストールすると、Eclipseのエクスプローラ上で適当なフォルダ(もしくはファイル)を右クリックすると、左のスクリーンショットのように「フォルダーを開く」というメニューが表示され、そこからコマンドプロンプトが開けるようになる。 appフォルダを右クリックしてプロンプトを開けば、cdしなくてもすぐにbakeできるのでなかなか便利。 コマンドプロンプト以外にもWindowsのエクスプローラで開けたりするので

                                        bakeするのに地味に便利なEclipseプラグイン - Writing Some Code
                                      • 技術ブログを書くことについて/writing-tech-blog

                                        社内勉強会で発表した、技術ブログを書くことについての自分の考えです。

                                          技術ブログを書くことについて/writing-tech-blog
                                        • kinopyo blog - Learning through Writing

                                          I was watching The Last Dance, Michael Jordan’s Netflix documentary, last year when I returned to work from four-month-long paternity leave. It was a great show and brought back all of the joys I had when watching Chicago Bulls in the 90s. And it still got me to think till today, what if my engineering team were a sports team. Give this idea a shot. For an engineer in an IT company, you don’t play

                                          • デザイナーとして成長するために重要なたったひとつのこと - 仕事の話アレコレ - Writing Mode

                                            Haste not, Rest not. Takayuki Higashi - aka Higash - Web Designer, Tokyo based, Web Director at Cetus & General Press Inc.

                                              デザイナーとして成長するために重要なたったひとつのこと - 仕事の話アレコレ - Writing Mode
                                            • GitHub - EmNudge/watlings: Learn WebAssembly by writing small programs!

                                              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 - EmNudge/watlings: Learn WebAssembly by writing small programs!
                                              • Eternal Writing(エターナルライティング)特設サイト

                                                Eternal Writing Release:2017.4.17 Price:¥200 Eternal Writing [Instrumental] Release:2017.4.17 Price:¥200 Eternal Writing (作詞・作曲:松尾シゲオキ) (I’m)looking for the words giving my soul 紡いだ思いは非連続のフレーズの果てに 消えない言葉を探し歩き出した それはリライトの歩み 文脈もなく荒れるように書き続けた 揺れる表記を抱え 目に映る輪郭線は 論理を超え誘う Entrance to a sentence 導入 序破急 起承転結 貫くリード (I’m)looking for the words giving my soul 紡いだ思いは非連続のフレーズの果てに見出しになる (I)wanna find the words gi

                                                  Eternal Writing(エターナルライティング)特設サイト
                                                • 世界のテキストエディターから - 文書作成のだけために存在する「WZ Writing Editor」

                                                  コンピューターの歩みはテキストエディターのそれと同じです。テキストファイルの作成や編集に欠かせないテキストエディターは、現行のOSであるWindows 7のメモ帳やMac OS XのTextEditのように標準搭載されていることからも、その重要性を理解できるでしょう。「世界のテキストエディターから」では、Windows OS上で動作する世界各国のテキストエディターを不定期に紹介していきます。今回は文書作成のだけために存在する「WZ Writing Editor」です。 シリーズ企画「世界のテキストエディターから」 目次 「WZ Writing Editor」に至るVZ Editorの歴史 以前の記事で「MIFES 9」を紹介しましたが、はるか昔のMS-DOS時代に同市販テキストエディターと双へきをなしてきた「VZ Editor」をご存じでしょうか。Windows用テキストエディターである「

                                                  • GitHub - akavel/up: Ultimate Plumber is a tool for writing Linux pipes with instant live preview

                                                    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 - akavel/up: Ultimate Plumber is a tool for writing Linux pipes with instant live preview
                                                    • Writing Tests [PHP-QAT: Quality Assurance Team]

                                                      phpt テストの基本 phpt テストとは何か? phpt テストは小さなスクリプトで構成され、PHP内部で使用されたり、 PHPの機能をテストするために品質保証チームに使用されます。 これは新リリースで使用することができ、前リリースでできたことがすべてできるかの確証を得たり、 または現在のリリースでバグを見つけるのに役立ちます。 phpt テストを記述することで、PHPをより安定させることができます。 phptテストを書くにはどんな能力が必要ですか? phptテストを書くのに本当に必要なことは、PHP言語・テキストエディタ・ およびあなたのコードの結果を得る方法、について基本的な理解だけです。 それだけです。 もし、あなたがPHPスクリプトを既に書いていて、実行しているならば、 必要な物がすべて揃っています。 phpt テストに何を書きますか? 基本的には、利用可能な様々なphp

                                                      • Writing code you won't hate tomorrow

                                                        As developers we write code everyday, only to frown at it a week after that. Why do we have such a hard time with code written by others and ourselves, this raging desire to rewrite everything we see? Writing code that survives the test of time and self judgment is a matter of clarity and simplicity. Let's talk about growing, learning and improving our code with calisthenics, readability and good

                                                          Writing code you won't hate tomorrow
                                                        • Request PAUSE accountでCPAN AUTHORになる為の申請をする - iDeaList::Writing

                                                          [Perl] 作成したモジュールをCPANで公開する手順のエントリーとid:yappoさんのアドバイスの元、無事に申請することができました。 数日後に申請結果がでるかもしれないとのことです。 一番大切な最後の項目の内容にひどいネタ的なことを書いてしまったので、すごい勢いで落とされるかもしれません;; 手順は以下の通りです。 1.PAUSE: The CPAN back stage entranceにアクセスする。 2.Request PAUSE accountページ内のフォームに必要事項を記載する。 Full name フルネームをローマ字 Email パスワードを送ってもらう為のEmailアドレス Web site CPANにアップロードした時点で公開される、個人WEBサイトのURL Desired ID ftp://ftp.perl.org/pub/CPAN/authors/id/Y/

                                                            Request PAUSE accountでCPAN AUTHORになる為の申請をする - iDeaList::Writing
                                                          • CSS vertical writing mode for form control elements  |  Blog  |  Chrome for Developers

                                                            Rolling out from Chrome 119 to 123 is a new international CSS feature from CSS Writing Modes Level 4. Vertical writing mode for form control elements means that these elements can be displayed in vertical writing modes. By Chrome 123 the feature will be enabled for all users, this post explains the feature. Vertical writing mode for text-based form control elements Once this feature is fully enabl

                                                            • Writing an OS in 1,000 Lines を Rust でやってみた

                                                              1000行でOSをつくってみる Writing an OS in 1,000 Lines という1000行前後でOSをつくれるコンテンツがあります。 このコンテンツ自体はC言語を前提としているのですが、Rustでもシステムプログラミングが可能なので、今回はRustで挑戦してみました。 Rust で Writing an OS in 1,000 Lines をやってみるときのポイントをまとめておきます。 RISC-V このコンテンツでは RISC-V をターゲットアーキテクチャとしていて、RISC-V のOSを開発します。 RISC-V はオープンソースのRISC (Reduced Instruction Set Computer) のISA (命令セットアーキテクチャ) です。 詳しい説明は、RISC-V で検索すれば数多くヒットします。 この RISC-V 関連で、参考にした主な情報源は

                                                                Writing an OS in 1,000 Lines を Rust でやってみた
                                                              • Writing Your Own Toy Compiler Using Flex, Bison and LLVM

                                                                Writing Your Own Toy Compiler Using Flex, Bison and LLVM Update (March 19 2010): this article was updated for LLVM 2.6 thanks to a great patch by John Harrison. He rocks! I’ve always been interested in compilers and languages, but interest only gets you so far. A lot of the concepts of compiler design can easily go way over most programmers’ heads, even the intelligent ones. Needless to say, I’ve

                                                                • API on the Fly™ - Generate REST API to Databases for Reading & Writing | SlashDB

                                                                  Our clients report up to 90% time savings on REST API development using SlashDB. It’s ideal as a backend for web and mobile apps or for data integration and analysis.

                                                                    API on the Fly™ - Generate REST API to Databases for Reading & Writing | SlashDB
                                                                  • GitHub - tokio-rs/tokio: A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

                                                                    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 - tokio-rs/tokio: A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
                                                                    • 『自分の作った短歌がcopy writingに無断転載されて更に『ちはやふる』の作中にも使われてた - Togetter』へのコメント

                                                                      ブックマークしました ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください Twitterで共有

                                                                        『自分の作った短歌がcopy writingに無断転載されて更に『ちはやふる』の作中にも使われてた - Togetter』へのコメント
                                                                      • Grazie: AI writing companion for people in tech

                                                                        Streamline non-coding tasks by integrating generative AI into your JetBrains IDEs, browser, and other tools.

                                                                        • Best Software Writing - bkブログ

                                                                          Best Software Writing 正月休みに何か気楽なものでも、と思い『Best Software Writing』を読みました。 この本は『Joel on Software』で知られる Joel Spolsky 氏が編纂した、ソフトウエアに関するエッセイ集です。20数名の著者による 30本以上のエッセイがまとめられています。 エッセイの選択は2004年に行われたため、今となっては目新しくないものもありましたが(Python は動的型付けで楽ちん。テストを書けば安心、みたいな)、今読んでも十分におもしろいエッセイが多くありました。なかでも次のエッセイが特におもしろいと思いました。 なぜ、アンドキュメンテッドな振る舞いに依存するアプリケーションを単に締め出さないのか by レイモンド・チェン 文書化されていない Windows の挙動に依存している行儀の悪いアプリをなぜ締め出さない

                                                                          • Big Bang of Science Writing - 書評 - Big Bang : 404 Blog Not Found

                                                                            2006年07月06日05:00 カテゴリ書評/画評/品評SciTech Big Bang of Science Writing - 書評 - Big Bang その原著が3冊まとめて来たのが昨晩。先ほどマッサージチェアで身をよじりながら眺め終わったのがこれ。 Big Bang Simon Singh 404 Blog Not Found:フェルマーのなぞなぞ原著はまだ読んでいないのでSinghの論評は保留するが 結論から言うと、Simon Singhはただものではなかった。 まずすごいのが、表現の簡潔さ。The Road to Realityでさえ、高卒程度の英語が必要なのだけど、これ、高校の英語の教科書に使えるぐらい平易。まるでLongmanのDefining Wordsを意識して書いたのではないかと思うほど。 次に、きちんと科学的であること。天動説と地動説(英語では逆にGeocent

                                                                              Big Bang of Science Writing - 書評 - Big Bang : 404 Blog Not Found
                                                                            • Copy writing on Twitter: "江戸時代、禁忌とされた四つの言葉 http://t.co/A07ziaXvrk"

                                                                              江戸時代、禁忌とされた四つの言葉 http://t.co/A07ziaXvrk

                                                                                Copy writing on Twitter: "江戸時代、禁忌とされた四つの言葉 http://t.co/A07ziaXvrk"
                                                                              • I am writing~の使い方は?ビジネスメールの書き出し [ビジネス英会話] All About

                                                                                英文ビジネスメールを発信する場合の書き出し例文 ■「~の件につき、ご連絡申し上げます」 I am writing to you regarding ~ I am writing in regards to (your) ~ I am writing to you concerning ~ ■「~いたしたくメールを差し上げました」 I am writing to ~(原形動詞) I am writing to inform you I am writing to ask you ■「~したいと思っております」 I(We) would like to (travel to your country)... ■「~のご紹介をいたしたく存じます」 I would like to draw your attention to ~(e.g. our new products...) ■「この手紙は~に

                                                                                  I am writing~の使い方は?ビジネスメールの書き出し [ビジネス英会話] All About
                                                                                • 原稿執筆や文書作成に特化した「WZ Writing Editor 2」

                                                                                    原稿執筆や文書作成に特化した「WZ Writing Editor 2」