並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 13976件

新着順 人気順

first order modelの検索結果241 - 280 件 / 13976件

  • [DTS]WEBデザイン系サイト登録、検索、ランキング

    Today is modern, and from paying all invoices at the bank in the form of phone bills, internet, pay TV, electricity, etc., almost everything can be done at home and everything can be done online. Increase. We can’t deny the importance of digital technology in our lives. Information technology (IT) and digital technology have become very important parts of any business plan. Almost every company, l

      [DTS]WEBデザイン系サイト登録、検索、ランキング
    • GameBoy Emulation in JavaScript: The CPU

      This is part 1 of an article series on emulation development in JavaScript; ten parts are currently available, and others are expected to follow. Part 1: The CPU Part 2: Memory Part 3: GPU Timings Part 4: Graphics Part 5: Integration Part 6: Input Part 7: Sprites Part 8: Interrupts Part 9: Memory Banking Part 10: Timers The emulator described in this series is available in source form: https://git

        GameBoy Emulation in JavaScript: The CPU
      • JavaScript Guide - MDC

        JavaScript Tutorials Complete beginners JavaScript basics JavaScript first steps JavaScript building blocks Introducing JavaScript objects JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Using classe

          JavaScript Guide - MDC
        • EGit/User Guide - Eclipsepedia

          Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan. Getting Started Overview If you're new to Git or distributed version control systems generally, then you might want to read Git for Eclipse Users first. More background and details can be found in the on-li

          • Annotated ES5 - 15.11.1 The Error Constructor Called as a Function

            This is not the normative ECMAScript Language specification. The normative spec (ECMA 262) is a PDF file maintained by ECMA TC39 and is available from http://www.ecmascript.org/. An auto-generated HTML version is available, too: http://ecma-international.org/ecma-262/5.1/ This is an annotated, hyperlinked, HTML version of Edition 5.1 of the ECMAScript Specification, the source for which is maintai

            • python flaskねた - holly's wiki

              holly's wiki hollyさんのwiki トップページページ一覧メンバー掲示板編集 python flaskねた 最終更新: kurt0027 2011年05月21日(土) 23:57:02履歴 Tweet ちょっとしたWEBアプリを作りたい時に便利そうなフレームワーク。いろいろあるようだが、とりあえずこれを試してみることにしてみた。これが理解できるようになってからメガフレームワーク系に進もう。 http://flask.pocoo.org/ 公式サイト http://flask.pocoo.org/docs/api/ メソッドの使い方などはこのあたり http://werkzeug.pocoo.org/docs/ よくこのパッケージの機能もでてくるので見てみること http://flask.pocoo.org/snippets/ tips的な インストール pipを使うことにす

                python flaskねた - holly's wiki
              • Why I'm Working on Yarn

                (This post is about Yarn, a new JS package manager that was announced today.) I work with Node and npm packages almost every day, on Tilde's main app, Skylight, or on one of Ember's many packages. Many have remarked upon how fast the npm registry has grown, and it's hard to imagine working on any of my packages without the npm ecosystem. I've also worked on a couple of application-level package ma

                • Typed arrays - Binary data in the browser  |  Articles  |  web.dev

                  Typed arrays - Binary data in the browser Stay organized with collections Save and categorize content based on your preferences. Introduction Typed Arrays are a relatively recent addition to browsers, born out of the need to have an efficient way to handle binary data in WebGL. A Typed Array is a slab of memory with a typed view into it, much like how arrays work in C. Because a Typed Array is bac

                    Typed arrays - Binary data in the browser  |  Articles  |  web.dev
                  • Web 関連仕様 日本語訳

                    このページは、 Web プラットフォーム関連の様々な仕様の日本語訳の一覧と, それらの日本語訳に共通な事項についての説明です。 これらの翻訳の正確性は保証されません。 これらの仕様の公式な文書は英語版であり、 日本語訳は公式なものではありません。 誤訳が無いことは保証されません。 [ 当の仕様の策定者たちが想定している/当の仕様に期待されている ]意味論を完全かつ正確に反映することは保証されません。 翻訳なので、 語彙レベルで原文と正確に一致する意味を表すことは決してありません。 日本語は自然言語なので、 誰がいつどこで読んでも同じ解釈になることは保証されません。 )( 実際に誤訳が見つかることも時折あります。 それらについては見つかり次第修正され, 加えて用語の対訳や言い回しなども時折修正されるので、 これらの翻訳が「完成」する日は永遠に来ません。 逆に原文仕様が誤っていることもあり、

                    • WebKit Features in Safari 16.4

                      Mar 27, 2023 by Patrick Angle, Marcos Caceres, Razvan Caliman, Jon Davis, Brady Eidson, Timothy Hatcher, Ryosuke Niwa, and Jen Simmons ContentsWeb Push on iOS and iPadOSImprovements for Web AppsWeb ComponentsCSSHTMLJavaScript and WebAssemblyWeb APIImages, Video, and AudioWKWebViewDeveloper ToolingWeb InspectorSafari Web ExtensionsSafari Content BlockersNew Restrictions in Lockdown ModeMore Improve

                        WebKit Features in Safari 16.4
                      • SHA-1 is a Shambles

                        We have computed the very first chosen-prefix collision for SHA-1. In a nutshell, this means a complete and practical break of the SHA-1 hash function, with dangerous practical implications if you are still using this hash function. To put it in another way: all attacks that are practical on MD5 are now also practical on SHA-1. Check our paper here for more details. Slides from RWC are also availa

                        • Rails 5.1.0.beta1: Loving JavaScript, System Tests, Encrypted Secrets, and more

                          Rails 5.1.0.beta1: Loving JavaScript, System Tests, Encrypted Secrets, and more Rails 5.0 was released just some eight months ago, and now, some 3500 commits later, we’re already close to the next big release. And what release this version 5.1 is lining up to be! We’ve made great strides on long-term promises and key ergonomics while also spring cleaning a bunch of deprecated code. Let me walk you

                            Rails 5.1.0.beta1: Loving JavaScript, System Tests, Encrypted Secrets, and more
                          • JavaScript language overview - JavaScript | MDN

                            JavaScript Tutorials Complete beginners JavaScript basics JavaScript first steps JavaScript building blocks Introducing JavaScript objects JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Using classe

                              JavaScript language overview - JavaScript | MDN
                            • This Is Apple's Next iPhone - Iphone 4 - Gizmodo

                              You are looking at Apple's next iPhone. It was found lost in a bar in Redwood City, camouflaged to look like an iPhone 3GS. We got it. We disassembled it. It's the real thing, and here are all the details. Update: click here to see the iPhone 4 definitive guide, with all the features officially announced by Apple. While Apple may tinker with the final packaging and design of the final phone, it's

                                This Is Apple's Next iPhone - Iphone 4 - Gizmodo
                              • HTML5 Cross Browser Polyfills

                                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 The No-Nonsense Guide to HTML5 Fallbacks So here we're collecting all the shims, fallbacks, and polyfills in order to implant HTML5 functionality in browsers t

                                  HTML5 Cross Browser Polyfills
                                • W3C - 『HTML 5 differences from HTML 4』日本語訳 - HTML5.JP

                                  一部、直訳ではなく意訳した部分がございます。原文と表現が異なることがございますので、ご了承ください。この日本語訳は、私が理解を深めるために、自分なりに日本語化したものです。本日本語訳には、翻訳上の誤りがある可能性があります。したがって、内容について一切保証をするものではありません。正確さを求める場合には、必ず原文を参照してください。当方は、この文書によって利用者が被るいかなる損害の責任を負いません。もし誤りなどを見つけたら、当サイトのお問い合わせより連絡いただければ幸いです。 原文URL:http://www.w3.org/TR/2011/WD-html5-diff-20110525// 原文タイトル:HTML 5 differences from HTML 4 - W3C Working Draft 25 May 2011 翻訳日:2011/05/26 最終更新日:2011/05/26

                                  • HTML5 Cross Browser Polyfills

                                    The No-Nonsense Guide to HTML5 Fallbacks So here we're collecting all the shims, fallbacks, and polyfills in order to implant HTML5 functionality in browsers that don't natively support them. The general idea is that: We, as developers, should be able to develop with the HTML5 APIs, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users

                                      HTML5 Cross Browser Polyfills
                                    • The problem with Git flow

                                      The problem with Git flow Learn why Git flow complicates the lifecycle and discover an alternative to streamline development. Sometimes, you can have too much of a good thing. That’s certainly true with Git flow, a well-known software development workflow that offers several options but can bog down users. We developed GitLab Flow as the solution to eliminate messy complexity and streamline the de

                                        The problem with Git flow
                                      • eBPF - The Future of Networking & Security

                                        Nov 10, 2020eBPF - The Future of Networking & Security Today is an exciting day for the Cilium community: Isovalent, the company behind Cilium, is announcing its $29M Series A financing round backed by Andreessen Horowitz, Google, and Cisco. This is a perfect occasion to take a deeper look into where eBPF-based networking is coming from and to understand what the excitement is all about. Two weeks

                                          eBPF - The Future of Networking & Security
                                        • Redis cluster, no longer vaporware. - <antirez>

                                          The first commit I can find in my git history about Redis Cluster is dated March 29 2011, but it is a “copy and commit” merge: the history of the cluster branch was destroyed since it was a total mess of work-in-progress commits, just to shape the initial idea of API and interactions with the rest of the system. Basically it is a roughly 4 years old project. This is about two thirds the whole hist

                                          • NHK NEWS WEB 2020年夏の五輪 東京で開催決定 - 五輪東京プレゼン 全文掲載

                                            「五輪招致」を勝ち取ったプレゼン 日本語・英語全文掲載 2020年夏のオリンピックとパラリンピックの開催都市が、東京に決まりました。IOC=国際オリンピック委員会の総会で、東京の招致委員会メンバーはどのようにアピールしたか。最後のプレゼンテーションの内容を、日本語と英語で全文掲載します。 佐藤 真海選手(陸上) 竹田 恆和・招致委員会理事長 水野 正人・招致委員会副理事長 猪瀬 直樹知事 滝川 クリステルさん(フリーアナウンサー) 太田 雄貴選手(フェンシング) 安倍 晋三首相 竹田 恆和理事長 佐藤 真海選手 Mr President… Distinguished members of the IOC… I am Mami Sato. And I am here because I was saved by sport. It taught me the values that mat

                                            • The CSS Handbook: A Handy Guide to CSS for Developers

                                              I wrote this article to help you quickly learn CSS and get familiar with the advanced CSS topics. CSS is often quickly dismissed as an easy thing to learn by developers, or one thing you just pick up when you need to quickly style a page or app. Due to this reason, it’s often learned on-the-fly, or we learn things in isolation right when we have to use them. This can be a huge source of frustratio

                                                The CSS Handbook: A Handy Guide to CSS for Developers
                                              • Faster async functions and promises · V8

                                                Show navigation Asynchronous processing in JavaScript traditionally had a reputation for not being particularly fast. To make matters worse, debugging live JavaScript applications — in particular Node.js servers — is no easy task, especially when it comes to async programming. Luckily the times, they are a-changin’. This article explores how we optimized async functions and promises in V8 (and to

                                                • Banner Report |

                                                  Does your website have banner ads? If so then it’s important to track them and one ways is through banner reports. That’s what this website is all about and the goal is to provide all the info you’d ever need about banners and banner ads. When using web banners it’s important to know exactly what they are and how they’re used on websites. Awe banner is any types of Internet advertising that’s also

                                                  • Deep Dive: NewSQL Databases

                                                    Overview One of my colleagues, @margo_hdb, recently posted a great article Database Architectures & Use Cases - Explained here on dev.to. In response a user asked for a deeper dive on NewSQL databases, so I thought I would put one together. The term NewSQL was coined in 2011 by 451 Group analyst Matthew Aslett. Wikipedia defines the term below: “ NewSQL is a class of relational database management

                                                      Deep Dive: NewSQL Databases
                                                    • Linux perf Examples

                                                      Recent posts: 22 Jul 2024 » No More Blue Fridays 24 Mar 2024 » Linux Crisis Tools 17 Mar 2024 » The Return of the Frame Pointers 10 Mar 2024 » eBPF Documentary 28 Apr 2023 » eBPF Observability Tools Are Not Security Tools 01 Mar 2023 » USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon 17 Feb 2023 » USENIX SREcon APAC 2023: CFP 02 May 2022 » Brendan@Intel.com 15 Apr 2022 » Netfl

                                                        Linux perf Examples
                                                      • Software 2.0

                                                        I sometimes see people refer to neural networks as just “another tool in your machine learning toolbox”. They have some pros and cons, they work here or there, and sometimes you can use them to win Kaggle competitions. Unfortunately, this interpretation completely misses the forest for the trees. Neural networks are not just another classifier, they represent the beginning of a fundamental shift i

                                                          Software 2.0
                                                        • 2023 Driver Download Wiki

                                                          "The best driver WIKI ever! I wil keep coming back for sure."Eric Smalter, Boston, MA Our main support OS are: Windows 7, Windows 7 64 bit, Windows 7 32 bit, Windows 10, Windows 10 64 bit, Windows 10 32 bit, and Windows 8. Most Popular Drivers for 2022We have been receiving a lot of driver updates this year, and many of our users have been asking what drivers should be their top priority for insta

                                                          • CQRS Documents by Greg Young

                                                            CQRS Documents by Greg Young http://cqrsinfo.com 1 Content A Stereotypical Architecture | ステレオタイプなアーキテクチャ.................................. 3 Application Server | アプリケーションサーバ............................................................ 3 Client Interaction | クライアントの対話 ............................................................... 4 Analysis of the Stereotypical Architecture | ステレオタイプなアーキテクチャの分析 ..

                                                            • TDDの経験と現状のアンケート

                                                              「TDD(テスト駆動開発)ってどのくらい使われてるんですか?」と聞かれることがあります。それはですね、俺だって知りたいわー!というわけで、「TDDの経験と現状について」というアンケートを作りました。 10/23の段階で83件の回答がありました。ありがとうございます。TDD人気ありますね。中間報告として、これまでの回答を公開したいと思います。始めた時期と現在の状況のグラフです。 回答全体のサマリはこちらで見られます(回答したときに見られるのと同じです)。なお、こちらは随時更新されるので、本エントリの内容と一致しないかもしれません。 https://docs.google.com/forms/d/1pb29VBqO-kd10ks_x9oqvkMUy5rDW4nMoDnBPVM85yc/viewanalytics ※アンケートはまだまだ受付中です。こちらからどうぞ→ http://goo.gl/

                                                                TDDの経験と現状のアンケート
                                                              • GitHub - bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

                                                                In general, what do you need in order to communicate? A common language (for the two ends to understand) A way to address who you want to communicate with A Connection (so the content of the communication can reach the recipients) What is TCP/IP? A set of protocols that define how two or more devices can communicate with each other. To learn more about TCP/IP, read here What is Ethernet? Ethernet

                                                                  GitHub - bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
                                                                • Rails vs. Sinatra by Example

                                                                  Paul Sobocinski Paul has over ten years of full-stack web applications development experience. He has built and scaled apps on LAMP stacks as well as on Ruby on Rails. He currently works at Nulogy as a Software Developer, where he enjoys practicing TDD and pair programming on a daily basis. 1 Introduction In this article, we're going to compare the relative merits of Ruby on Rails and Sinatra by b

                                                                    Rails vs. Sinatra by Example
                                                                  • GraphQL 2021

                                                                    Today marks the first release of the GraphQL spec ratified by the GraphQL Foundation. This is the culmination of three years of work, both technical and procedural. This is a proud moment and one worth celebrating. What took so long?The last ratified spec release was over three years ago, in June 2018. What took so long for this release? Certainly a worldwide pandemic didnʼt help our collective fo

                                                                    • Introduction to modern network load balancing and proxying

                                                                      It was brought to my attention recently that there is a dearth of introductory educational material available about modern network load balancing and proxying. I thought to myself: How can this be? Load balancing is one of the core concepts required for building reliable distributed systems. Surely there must be quality information available? I searched and found the pickings are indeed slim. The

                                                                        Introduction to modern network load balancing and proxying
                                                                      • Announcing the Deno Company

                                                                        Of the myriad ways to program computers, scripting languages are the most effortless and practical variety. Of these, the web browser scripting language (JavaScript) is the fastest, most popular, and the only one with an industrial standardization process. It is clear that the web will be with us for a long time to come; and thus JavaScript will be with us for a long time to come. Extending web pr

                                                                          Announcing the Deno Company
                                                                        • Python 科学技術関連のパッケージ一覧 | トライフィールズ

                                                                          PyPIで公開されているパッケージのうち、科学技術関連のパッケージの一覧をご紹介します。 具体的には、次のフィルターによりパッケージを抽出しました。 Intended Audience :: Science/Research Topic :: Scientific/Engineering 英語での説明文をgoogle翻訳を使用させていただき機械的に翻訳したものを追加しております。 パッケージを探す参考にしていただければ幸いです。 パッケージ確認日:2024/06/01 パッケージ数:7085 a2pm(1.2.0) Adaptative Perturbation Pattern Method 適応的摂動パターン法 aaanalysis(0.1.5) Python framework for interpretable protein prediction 解釈可能なタンパク質予測のためのP

                                                                          • [PDF]NTPメモ

                                                                            NTP 2007 4 13 • • Y . . • • i 1 3 1.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.2.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.3 TAI UTC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

                                                                            • Netflix Open Source Software Center

                                                                              JAX 2015 Award Industry Awards! Netflix is honored to receive the Jury's choice award for Innovation at JAX 2015 conference. We would like to thank all of those who contribute to the Netflix open source community including our Netflix developers, all external contributors, and our active user base. Netflix Open Source won the JAX Special Jury Award. Jury member Neal Ford was quoted as saying "that

                                                                              • How does Shazam work | Coding Geek

                                                                                Have you ever wondered how Shazam works? I asked myself this question a few years ago and I read a research article written by Avery Li-Chun Wang, the confounder of Shazam, to understand the magic behind Shazam. The quick answer is audio fingerprinting, which leads to another question: what is audio fingerprinting? When I was student, I never took a course in signal processing. To really understan

                                                                                  How does Shazam work | Coding Geek
                                                                                • Plans for the Next Iteration of Vue.js – The Vue Point – Medium

                                                                                  Last week at Vue.js London I gave a brief sneak peek of what’s coming in the next major version of Vue. This post provides an in-depth overview of the plan. Why a new major version?Vue 2.0 was released exactly two years ago (how time flies!). During this period, the core has remained backwards compatible with five minor releases. We’ve accumulated a number of ideas that would bring improvements, b

                                                                                    Plans for the Next Iteration of Vue.js – The Vue Point – Medium