並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 37473件

新着順 人気順

higherの検索結果321 - 360 件 / 37473件

  • AWS re:Invent 2020で発表された新サービス/アップデートまとめ - Qiita

    AWS re:Invent 2020の会期中に発表された新サービス/アップデートのまとめです。 今年も、後から出来るだけ素早く簡単に振り返ることができるようにまとめました! 凡例 (無印) 新サービス (Update) 既存サービスのアップデート (APN) パートナー制度に関連したリリース/アップデート 12/1 (火) 今年の開幕は「Amazon EC2 Mac instances」でした。 Amazon EC2 Mac instances macOS用のAmazon Elastic Compute Cloud (EC2) Macインスタンス EC2 Macインスタンスを使用すると、iPhone、iPad、Mac、Apple Watch、Apple TV、Safari用のアプリ開発者は、macOS環境を数分でプロビジョニングしてアクセスし、必要に応じて容量を動的に拡張し、AWSの従量課

      AWS re:Invent 2020で発表された新サービス/アップデートまとめ - Qiita
    • タスクと人生を管理するための書籍23選&GTDセミナー【理論編】アーカイブのご案内 - 弁護士兼務取締役の独り言

      あなたは,今まで誰かにタスク管理の方法を習ったことはありますか? なんとなく忙しいけれど,仕事はあまり進まない,やりたいことが全然できていない,そんな感覚はありませんか? もうすぐ4月になります。会社に入ったり,新しく仕事を始める人がたくさんいます。多くの人にとって,仕事とは会社から任されたタスクをこなすことです。電話応対,書類作成,研修の受講など,たくさんのタスクが降り掛かってくるはずです。 しかし,不思議なことに,会社の研修では「報連相」やビジネスマナー等の仕事のやり方は教えてくれますが,毎日こなしているはずのタスクの管理方法についてはなぜか教えてくれません。 また,人生における日々も,タスクをこなす毎日です。ゴミ出し,皿洗い,買い物,飲み会など,たくさんのタスクをこなすことで毎日が動いていきます。しかし,それらのタスクをどうやったらきちんとこなせるのか,教えてくれる人はほとんどいませ

      • Cello • High Level C

        #include "Cello.h" int main(int argc, char** argv) { /* Stack objects are created using "$" */ var i0 = $(Int, 5); var i1 = $(Int, 3); var i2 = $(Int, 4); /* Heap objects are created using "new" */ var items = new(Array, Int, i0, i1, i2); /* Collections can be looped over */ foreach (item in items) { print("Object %$ is of type %$\n", item, type_of(item)); } /* Heap objects destructed via Garbage

        • Raspberry Pi 3 Model B+ on sale now at $35 - Raspberry Pi

          Here’s a long post. We think you’ll find it interesting. If you don’t have time to read it all, we recommend you watch this video, which will fill you in with everything you need, and then head straight to the product page to fill yer boots. (We recommend the video anyway, even if you do have time for a long read. ‘Cos it’s fab.) If you’ve been a Raspberry Pi watcher for a while now, you’ll have a

            Raspberry Pi 3 Model B+ on sale now at $35 - Raspberry Pi
          • 75 (Really) Useful JavaScript Techniques | Developer's Toolbox | Smashing Magazine

            In this two-part overview, we feature some of the most useful JavaScript and jQuery libraries which could be just the right solutions for your common problems. We hope that this overview will help you find or rediscover some tools that you could use in your next projects. If you have a problem and need a solution for it, chances are high that a JavaScript library or jQuery plugin exists that was c

              75 (Really) Useful JavaScript Techniques | Developer's Toolbox | Smashing Magazine
            • Introducing OpenAI Japan

              As we grow our operations internationally, we’re expanding into Asia with a new office in Tokyo, Japan. We are committed to collaborating with the Japanese government, local businesses, and research institutions to develop safe AI tools that serve Japan’s unique needs and to unlock new opportunities. We chose Tokyo as our first Asian office for its global leadership in technology, culture of servi

                Introducing OpenAI Japan
              • HTTP and 5G partial draft

                The document discusses computational fluid dynamics (CFD) simulations of flow around a void or empty space using MATLAB. It describes governing equations for fluid momentum and energy that are solved using finite difference methods. The analysis involves simultaneous solution of the unsteady equations over time. Sample MATLAB code is shown that loads data, defines parameters, iterates the calculat

                  HTTP and 5G partial draft
                • Adminer - Database management in a single PHP file

                  Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin. Features, Requirements, Skins, References Why is Adminer better than phpMyAdmin? Replace phpMy

                    Adminer - Database management in a single PHP file
                  • [空を飛ぶ鳥の群れの動きを再現するアルゴリズムの論文] Craig Reynolds: Flocks, Herds, and Schools: A Distributed Behavioral Model

                    Published in Computer Graphics, 21(4), July 1987, pp. 25-34. (ACM SIGGRAPH '87 Conference Proceedings, Anaheim, California, July 1987.) Flocks, Herds, and Schools: A Distributed Behavioral Model 1 Craig W. Reynolds Symbolics Graphics Division [obsolete addresses removed 2] Abstract The aggregate motion of a flock of birds, a herd of land animals, or a school of fish is a beautiful and familiar par

                    • http://www.higher-frequency.com/j/index.htm

                      • http://neteye.github.com/activity-indicator.html

                        NETEYE Activity Indicator A jQuery plugin that renders a translucent activity indicator (spinner) using SVG or VML. Features Lightweight script No images required No external CSS Resolution independent Alpha transparency Highly configurable appearance Works in all major browsers Uses feature detection Degrades gracefully Supported Browsers The plugin has been successfully tested in the following b

                        • 【TypeScript】カリー化・部分適用は便利だよ! - Qiita

                          【TypeScript】カリー化・部分適用は便利だよ! カリー化・部分適用利用してますか? 調べたけど「関数を第一級オブジェクトとしてー」とか「関数を部分適用してー」とか説明が講義っぽくて途中で諦めた方も多いと思います。自分もそうでした。 また、知ってるけどどんな時に使うべきか迷って使ってないという方もいると思います。 具体的なコードを交えながら、カリー化・部分適用について、噛み砕いて説明していきたいと思います。 なお、すべてのTypeScriptのサンプルコードは実際に動かして確認することができますので、TypeScript Playgroundなどで是非お試しください。 カリー化と部分適用 まずはカリー化と部分適用の定義をば。 カリー化 (currying, カリー化された=curried) とは、複数の引数をとる関数を、引数が「もとの関数の最初の引数」で戻り値が「もとの関数の残りの引

                            【TypeScript】カリー化・部分適用は便利だよ! - Qiita
                          • JPEGのDCTブロックで コンテンツ指向のトリミング

                            Mental health has been in the news quite a bit lately. Dozens of U.S. states are currently suing Meta for contributing to the youth mental health crisis by inserting addictive features into their products, while the U.S. Surgeon General is touring the nation to bring awareness to the growing epidemic of loneliness and isolation. The country has endured periods of low national morale, such as in th

                              JPEGのDCTブロックで コンテンツ指向のトリミング
                            • ポスト渋谷系にみる、音ゲー楽曲と邦楽シーンの影響関係(中半) - ダストポップ

                              前回の記事に引き続き、本題の「ポスト渋谷系」と「音ゲー」の関係についてざっくり書いていこうと思います。前半後半に分けようと思ったんだけど長くなったから無理だったぜ。 繰り返すようですが私は邦楽に造詣が深い人間でもなければ、結構記憶だよりで書いたりもしています!ぜひ肩の力を抜いて、音楽を楽しむ・掘るときのヒントになるようなものはないかな〜程度に読んでみてください。 ところで今さら渋谷系について何かまとまった情報はないかとググったところ、以下の様な記事が見つかりました。 音楽だいすきクラブ 2014.6.21.「渋谷系特集#1 渋谷系はかっこいい」 http://ongakudaisukiclub.hateblo.jp/entry/2014/06/21/102110 音楽だいすきクラブでは、この回から10回に渡って渋谷系の特集をしていおり、充実の内容。 第一回から「渋谷系っぽくないかっこいい渋

                                ポスト渋谷系にみる、音ゲー楽曲と邦楽シーンの影響関係(中半) - ダストポップ
                              • The Ultimate Collection Of [Free] Vector Packs — Smashing Magazine

                                Designers love freebies that make life easier and help them create higher-quality work. Free vectors are useful, free vector packs even more so. Fortunately, there are plenty of talented graphic designers who are willing to give away their work (or samples of it) to benefit the rest of us. In this post, we feature 60 of the best and most useful free vector packs. Designers love freebies that make

                                • SQL Injection Cheat Sheet | Invicti

                                  Use our SQL Injection Cheat Sheet to learn about the different variants of the SQL injection vulnerability. In this cheat sheet you can find detailed technical information about SQL injection attacks against MySQL, Microsoft SQL Server, Oracle and PostgreSQL SQL servers. What is an SQL injection cheat sheet? An SQL injection cheat sheet is a resource where you can find detailed technical informati

                                    SQL Injection Cheat Sheet | Invicti
                                  • himaginary’s diary

                                    というBIS論文をMostly Economicsが紹介している。原題は「The impact of artificial intelligence on output and inflation」で、著者はIñaki Aldasoro、Sebastian Doerr、Leonardo Gambacorta、Daniel Rees(いずれもBIS)。 以下はその要旨。 This paper studies the effects of artificial intelligence (AI) on sectoral and aggregate employment, output and inflation in both the short and long run. We construct an index of industry exposure to AI to calibrat

                                      himaginary’s diary
                                    • Consider SQLite

                                      If you were creating a web app from scratch today, what database would you use? Probably the most frequent answer I see to this is Postgres, although there are a wide range of common answers: MySQL, MariaDB, Microsoft SQL Server, MongoDB, etc. Today I want you to consider: what if SQLite would do just fine? For those who are unfamiliar, SQLite is a implementation of SQL as a library — this means t

                                      • JavaScript講座 15章 JavaScriptでの正規表現

                                        Blog Post Featured post Industrial Vs Non Industrial Plasma Cutting Machines Continue reading Points to Note When Shopping for a Washing Machine There are different washing machines brands in New Zealand. When shopping, therefore, you need to ensure that first, you get a quality machine; a machine that will last through many years without breaking down. You check product warranties and reviews whe

                                        • Scala.js - Write in Scala for the browser

                                          Sébastien Doeraene @sjrdoeraene Scala Days 2013, June 12th LAMP, lamp.epfl.ch École polytechnique fédérale de Lausanne, Switzerland JavaScript The one and only language of the Web A scripting language, designed for programming in the small How to scale to Rich Internet Applications? JavaScript as a target language Compile a higher-level language to JavaScript GWT, Scala/GWT CoffeeScript, Dart, Typ

                                          • NovelAI Improvements on Stable Diffusion

                                            As part of the development process for our NovelAI Diffusion image generation models, we modified the model architecture of Stable Diffusion and its training process. These changes improved the overall quality of generations and user experience and better suited our use case of enhancing storytelling through image generation. In this blog post, we’d like to give a technical overview of some of the

                                              NovelAI Improvements on Stable Diffusion
                                            • Notepad++

                                              What is Notepad++ Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution spe

                                                Notepad++
                                              • GIGAZINEが書くべきだった求人募集のエントリー - 弁護士兼務取締役の独り言

                                                【求人募集】GIGAZINEのために働いてくれる記者・編集を募集しますを読みました。 GIGAZINE編集長の言うこと、つまりプライベートの時間を仕事のことを考えたり勉強したりする時間に使うというのは、いい仕事をして自分の能力を磨こうと考える人にとっては当然のことです。しかし、それを経営者が要求してはダメ。そのようなことができる人を採用し、そのような時間の使い方をしたくなるような環境を提供するのは経営者の仕事です。さらに、あのエントリーの書き方では今いるスタッフのモチベーションも大きく下げてしまうでしょう。 ただ、山崎編集長の文章から察するに、精神的に追い込まれていてただ現状を吐き出すしかなく、どんな文章であれば自分の望む人材が応募してきてくれるか、という点に配慮する余裕がないのではないかと思いました。 そこで、ただ批判するだけではなく、私の採用担当としての経験をもとに「GIGAZINEは

                                                  GIGAZINEが書くべきだった求人募集のエントリー - 弁護士兼務取締役の独り言
                                                • Regular Expression Matching with a Trigram Index or How Google Code Search Worked

                                                  Regular Expression Matching with a Trigram Index or How Google Code Search Worked Russ Cox rsc@swtch.com January 2012 Introduction In the summer of 2006, I was lucky enough to be an intern at Google. At the time, Google had an internal tool called gsearch that acted as if it ran grep over all the files in the Google source tree and printed the results. Of course, that implementation would be fairl

                                                  • Sun-BigAdmin

                                                    Oracle Database runs faster and more efficiently Oracle hardware lets IT teams deploy optimized solutions in customer data centers and easy-to-manage appliances in remote offices and edge environments. Solutions with full-stack integration and optimizations let customers run Oracle Database up to 10X faster with Oracle Exadata’s Smart Scan query offload. Watch NTT DOCOMO’s story (0:48) Easy integr

                                                    • ReactComponent のリファクタリング指針 - freee Developers Hub

                                                      エンジニアの id:t930 です。 freee Developers Advent Calendar 2017 19日目いきます。 React はその名前を聞くようになってから3年以上が経過し、Webアプリケーション開発の文脈においてはもはや枯れた技術と言えるでしょう。会計freeeでも2015年ごろに Backbone.js から React へのリプレースを行い、現在では Reactコンポーネントだけでも900近いファイルが存在しています。当然このような規模でやっているとリファクタリングも必要になってくるわけで、本記事ではそんな中で得られたReactコンポーネントにおけるリファクタリングの指針について紹介していきます。1 適切な単位に分割する React に限った話ではないですが、巨大で見通しの悪いコンポーネントはメンテナビリティや再利用性の低下を招きます。表示領域、責務、意味付けに

                                                        ReactComponent のリファクタリング指針 - freee Developers Hub
                                                      • Scaling Twitter: Making Twitter 10000 Percent Faster - High Scalability -

                                                        Update 6: Some interesting changes from Twitter's Evan Weaver: everything in RAM now, database is a backup; peaks at 300 tweets/second; every tweet followed by average 126 people; vector cache of tweet IDs; row cache; fragment cache; page cache; keep separate caches; GC makes Ruby optimization resistant so went with Scala; Thrift and HTTP are used internally; 100s internal requests for every exter

                                                        • 早稲田大学 常田聡 研究室の博士論文のコピペ疑惑

                                                          注:正しい方法で行えば「コピペ」もOK(弁護士ドットコムより) 他者著作物との類似性が見られた博士論文  (計23報): (コピペを効率的な博士論文執筆方法として取り入れた可能性のある賞されるべき事例) 常田聡 研究室: 小保方晴子、松本慎也、古川和寛、寺原猛、岸田直裕、副島孝一、寺田昭彦(ラボ内コピペ) (計7名) 西出宏之 研究室: 義原直、加藤文昭、高橋克行、伊部武史、田中学、小鹿健一郎 (計6名) 武岡真司 研究室: 藤枝俊宣、小幡洋輔、寺村裕治、岡村陽介(ラボ内コピペ)  (計4名) 逢坂哲彌 研究室: 奈良洋希、蜂巣琢磨、本川慎二(計3名) 平田彰 研究室: 吉江幸子(ラボ内コピペ)、日比谷和明(ラボ内コピペ) (計2名) 黒田一幸 研究室: 藤本泰弘 (計1名) (早稲田大学リポジトリ) (その他の早稲田理工の研究室も網羅的に調査中) 当記事の公益目的: 理化学研究所の調査委

                                                          • 「アベノミクスが新たなリスク」の意味: 極東ブログ

                                                            IMFチーフエコノミストのブランシャールが「アベノミクスが新たなリスク」だと指摘しているというニュースが流れた。なんだろそれと首をかしげていたが、どうも大した話ではない。この手の話題にありがちにスルーしておくかとも思ったが、ちょっと気になることもあるので、簡単にメモしておきたい。 気になるというのは、参院戦の時節でもあり、自民党や安倍政権を批判したいがための人がこのネタを持ち出して有権者からさらなる失笑を受けるようなことになるのも、どうかなと思うからだ。 このニュースについてわかりやすい記事は、7月10日付け朝日新聞「「アベノミクスが新たなリスク」 IMFが初めて指摘」(参照)である。 「アベノミクスが新たなリスク」 IMFが初めて指摘 【ワシントン=山川一基】国際通貨基金(IMF)のブランシャール調査局長は9日、安倍政権の「アベノミクス」が世界経済の「新たなリスクだ」と指摘した。一方、I

                                                            • hosakunasubi

                                                              To increase your opportunities of successful at Riversweeps on the web casino site, you require to make some adjustments in how you play the slots. By completing so, UFABET will raise your possibilities of successful and lower your hazards of recurring losses. There is no certain means to establish which port gadget will certainly pay back you out, so you should typically developed sensible aspira

                                                              • Announcing TypeScript 4.0 - TypeScript

                                                                Today we are thrilled to announce the availability of TypeScript 4.0! This version of the language represents our next generation of TypeScript releases, as we dive deeper into expressivity, productivity, and scalability. If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for static types. The idea is that by writing down the types of your val

                                                                  Announcing TypeScript 4.0 - TypeScript
                                                                • Vimeoから突然200万円請求された話の真相は?

                                                                  Kazuto Kusama(jacopen)☄ @jacopen CloudNative Daysが前回からIVSに切り替えたのも同じように通知が来たからだったり。 ただ、過去のイベント分まで遡及されて支払い要求されるということはなく、「今後この帯域使い続けるならEnterprise Planにしてね、そうじゃないとDeactivateするよ」という今後に対する通知だったけどなぁ。 twitter.com/sound_sakura/s… 2021-12-07 11:02:54 Vimeoの利用規約はこちら https://vimeo.com/terms Unlimited Bandwidth Fair Use Policy: Generally, we do not limit or impose additional fees for bandwidth consumption on S

                                                                    Vimeoから突然200万円請求された話の真相は?
                                                                  • The Ultimate Guide To iPhone Resolutions

                                                                    UPDATE: We have added the new iPhone 11, iPhone 11 Pro and iPhone 11 Pro Max to the guide below. The device screen may have lower pixel resolution than the image rendered in previous step. Before the image can be displayed, it must be downsampled (resized) to lower pixel resolution. Physical Pixels At the beginning, coordinates of all drawings are specified in Points are abstract units, they only

                                                                    • TypeScript 型レベル関数型プログラミング in 2023 - Object.create(null)

                                                                      ちょっと前に話題になった hotscript の技法の紹介やら, ラムダ計算を TypeScript の型にコンパイルする話やらなんやら. 通常の型レベル関数 TypeScript の型エイリアスはパラメータを取れるので, これは型レベルの関数であるとみなせます. type IsNumber<X> = X extends number ? true : false; type A = IsNumber<42>; // = true 一方でこのようにして定義された関数は第一級ではない, つまり関数そのものを他の関数の引数として渡したりすることができません. type FilterUnion<F, X> = X extends unknown ? (F<X> extends true ? X : never) : never; // ~~~~ // ^ Error: Type 'F' is n

                                                                        TypeScript 型レベル関数型プログラミング in 2023 - Object.create(null)
                                                                      • Yum is dead, long live DNF | DNF

                                                                        Do you wonder why you don’t have yum package installed on the Fedora 22 clean installation and why you get warnings when calling /usr/bin/yum executable or any yum-util plugin about deprecation of Yum? You see right, Yum is gone. Literally. And DNF is the new default Fedora package manager. DNF is fork of Yum with the state-of-art SAT-based dependency solver and was supposed to replace Yum in Fedo

                                                                        • The forgotten mistake that killed Japan's software industry - Disrupting Japan

                                                                          This is our 200th episode, so I wanted to do something special. Everyone loves to complain about the poor quality of Japanese software, but today I’m going to explain exactly what went wrong.  You’ll get the whole story, and I’ll also pinpoint the specific moment Japan lost its way. By the end, I think you’ll have a new perspective on Japanese software and understand why everything might be about

                                                                            The forgotten mistake that killed Japan's software industry - Disrupting Japan
                                                                          • .:: NOTEPAD++ ::.

                                                                            What is Notepad++ Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution spe

                                                                            • The Anatomy of a Search Engine

                                                                              Computer Science Department, Stanford University, Stanford, CA 94305 In this paper, we present Google, a prototype of a large-scale search engine which makes heavy use of the structure present in hypertext. Google is designed to crawl and index the Web efficiently and produce much more satisfying search results than existing systems. The prototype with a full text and hyperlink database of at leas

                                                                              • マイクロソフト、Linux用のマルウェア対策ソフト「Microsoft Defender ATP for Linux」正式版リリース

                                                                                マイクロソフト、Linux用のマルウェア対策ソフト「Microsoft Defender ATP for Linux」正式版リリース マイクロソフトはLinux用のマルウェア対策ソフト「Microsoft Defender ATP for Linux」の正式版リリースを発表しました。 Today we're also excited to announce general availability of Microsoft Defender ATP for #Linux! Customers now get a truly unified security experience for the full spectrum of mobile, desktop, and server platforms. https://t.co/JUeXVgrIO0 #mdatp #linuxsecuri

                                                                                  マイクロソフト、Linux用のマルウェア対策ソフト「Microsoft Defender ATP for Linux」正式版リリース
                                                                                • ReactのHigher Order Components詳解 : 実装の2つのパターンと、親Componentとの比較 | POSTD

                                                                                  ReactのHigher Order Components詳解 : 実装の2つのパターンと、親Componentとの比較 (編注:2016/7/27、いただいたフィードバックをもとに記事を修正いたしました。) 概要 この投稿は、HOCパターンを利用してみたいという 上級ユーザ 向けの記事です。もしReactが初めての方は、まず Reactのドキュメント を読むところから始めるとよいでしょう。 Higher Order Componentsは、さまざまなReactライブラリにとって価値があることがわかっている素晴らしいパターンです。この投稿で、HOCとは何か、できることは何か、制約は何か、どのように実装するのか……という点について詳細に見ていきます。 付録として、関連トピックについても見ていきます。それらは、HOCを学ぶ上での中核にはならないものの、カバーしておくべきだと私が思っているもので

                                                                                    ReactのHigher Order Components詳解 : 実装の2つのパターンと、親Componentとの比較 | POSTD