並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 146件

新着順 人気順

librariesの検索結果81 - 120 件 / 146件

  • GitHub - google/accompanist: A collection of extension libraries for Jetpack Compose

    Accompanist is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available. Accompanist is a labs like environment for new Compose APIs. We use it to help fill known gaps in the Compose toolkit, experiment with new APIs and to gather insight into the development experience of developing a Compose library. The goal of thes

      GitHub - google/accompanist: A collection of extension libraries for Jetpack Compose
    • 10+ Top Vue.js Tools & Libraries — SitePoint

      Vue continues to grow in popularity and is rapidly being adopted by many developers, and Vue.js tools are popping up everywhere. This is not without reason: Vue’s shallow learning curve, clear functionality-driven structure, and excellent documentation make it easy for novices to pick it up, and for more experienced developers to make a switch from other frameworks like React or Angular. If you ar

        10+ Top Vue.js Tools & Libraries — SitePoint
      • nnablaRLが公開されました! – ブログ – Neural Network Libraries Sites

        Neural Network Librariesを用いた深層強化学習ライブラリ、nnablaRLを公開しました! nnablaRLは、人間のエキスパートを超えるAIを実現する技術の1つとして、近年、深層学習と並び注目されている強化学習をNeural Network Librariesを通じて簡単に扱えるようにするライブラリです。 nnablaRLは以下のような特徴があります。 簡単に学習コードを記述可能 nnablaRLでは次のように3行のpythonコードを記述するだけで、学習を始めることが出来ます。 import nnabla_rl import nnabla_rl.algorithms as A from nnabla_rl.utils.reproductions import build_atari_env env = build_atari_env("BreakoutNoFram

          nnablaRLが公開されました! – ブログ – Neural Network Libraries Sites
        • Elsevier社との新たな購読契約により支出を大幅に削減:米・Virginia Research Libraries(VRL)の事例(記事紹介)

            Elsevier社との新たな購読契約により支出を大幅に削減:米・Virginia Research Libraries(VRL)の事例(記事紹介)
          • Haskell Libraries I Love

            2022-05-29 I just wanted to share some of my favorite Haskell libraries, and why I love them. Most of my projects use most of these libraries. relude: Alternative Prelude More convenient Re-exports common types, type classes, and functions from base, containers, text, bytestring, etc. Types: Text and LText, ByteString and LByteString, etc. Type classes: Alternative, MonadIO, Generic, etc. Function

            • Generate Python, Java, and .NET software libraries from a TypeScript source | Amazon Web Services

              AWS Open Source Blog Generate Python, Java, and .NET software libraries from a TypeScript source As builders and developers, many of us are aware of the principle of Don’t Repeat Yourself (or DRY) and practice it every day. Entire runtimes and programming languages have been developed by taking that principle to an even higher level, with the core idea of writing software once and having it run on

                Generate Python, Java, and .NET software libraries from a TypeScript source | Amazon Web Services
              • Python & JavaScript Libraries · Ollama Blog

                Python & JavaScript Libraries January 23, 2024 The initial versions of the Ollama Python and JavaScript libraries are now available: Ollama Python Library Ollama JavaScript Library Both libraries make it possible to integrate new and existing apps with Ollama in a few lines of code, and share the features and feel of the Ollama REST API. Getting Started Python pip install ollama import ollama resp

                  Python & JavaScript Libraries · Ollama Blog
                • GitHub - niinpatel/calendarHTML-Javascript: Simple Calendar built with Pure JavaScript (No Libraries) http://iamnitinpatel.com/projects/calendar/

                  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 - niinpatel/calendarHTML-Javascript: Simple Calendar built with Pure JavaScript (No Libraries) http://iamnitinpatel.com/projects/calendar/
                  • Wasmer takes WebAssembly libraries mainstream with WAI · Blog · Wasmer

                    Back to articlesWasmer takes WebAssembly libraries mainstream with WAIImport WebAssembly libraries just like any other dependency in your project Integrating with other languages and distributing binaries has always raised the WebAssembly's barrier to entry for the average developer, and at Wasmer our goal is to make trivial creating universal libraries that work anywhere. Today, we are happy to a

                      Wasmer takes WebAssembly libraries mainstream with WAI · Blog · Wasmer
                    • GitHub - zigalenarcic/mangl: An enhanced man page viewer for linux and BSD systems based on OpenGL and mandoc libraries

                      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 - zigalenarcic/mangl: An enhanced man page viewer for linux and BSD systems based on OpenGL and mandoc libraries
                      • Displacement effects of public libraries

                        •The paper finds that holding a copy of a book in the public libraries could reduce the sales of the book in the local bookstores by using a title-municipality-month-level panel data of book sales and library copies. •The displacement effects are larger for relatively popular books: a library copy reduces the local sales by 0.24 copies per month for the top 1/6 titles and 0.52 copies for bestselle

                          Displacement effects of public libraries
                        • Libraries - how companies do not understand open spaces

                          I encourage all of you to visit your nearby library and spend some time there. It is incredible how many people can focus on their deep work in total silence. We tend to assume the biggest open space is THE worst open space, and in most cases it is true. But just maybe the issue is not in the size of open space but its lack of a proper culture? How hundreds of people (in most students) can efficie

                            Libraries - how companies do not understand open spaces
                          • make the main zig executable no longer depend on LLVM, LLD, and Clang libraries · Issue #16270 · ziglang/zig

                            This issue is to fully eliminate LLVM, Clang, and LLD libraries from the Zig project. The remaining ties to these projects are as follows: completely eliminate dependency on LLD #8726 eliminate dependency on LLD for Mach-O #8727 eliminate dependency on LLD for ELF #17749 eliminate dependency on LLD for COFF/PE #17751 eliminate dependency on LLD for WebAssembly #17750 LLVM directly output LLVM bitc

                              make the main zig executable no longer depend on LLVM, LLD, and Clang libraries · Issue #16270 · ziglang/zig
                            • Jenkinsfile + Jenkins Shared LibrariesでCI設定のコピペを撲滅する

                              LINE株式会社Dev4 SREチームのShimizuです。 今回の記事では私たちのチームで進めているJenkinsの機能であるJenkins Pipeline(Jenkinsfile)と、その拡張であるShared Librariesの導入について、導入した背景、導入するにあたってのテクニックなどを紹介したいと思います。 背景 私たちの所属する開発4センターではCIツールとして主にJenkinsを利用しています。ありがたいことに社内にJenkinsを運用してくれているチームがあり、そのチームの運用するJenkinsをメインに使っています。 今まで、Jenkinsの設定はチーム内のわかる人がJenkinsのGUIから直接設定をしていました。しかし、設定が煩雑で難しい上、並列化をする場合は似たようなJobを大量に作成することになってしまい管理が大変であるという課題がありました。 たとえば、G

                                Jenkinsfile + Jenkins Shared LibrariesでCI設定のコピペを撲滅する
                              • Covid-19’s Impact on Libraries Goes Beyond Books

                                Shuttering public libraries puts a strain on communities—even if it’s the only way to keep people safe. Thousands of libraries across the United States, including this branch of the Chicago Public Library, have closed down to help slow the spread of Covid-19.Photograph: Max Herman/Getty Images For Jennifer Pearson, the choice was difficult but clear: Shut down the library, or people could die. “My

                                  Covid-19’s Impact on Libraries Goes Beyond Books
                                • Public Knowledge、図書館による自由な電子書籍の購入・貸出等の法制化を求めるキャンペーン“Tell Congress to Let Libraries Fight Back”を開始

                                    Public Knowledge、図書館による自由な電子書籍の購入・貸出等の法制化を求めるキャンペーン“Tell Congress to Let Libraries Fight Back”を開始
                                  • Hacking thousands of websites via third-party JavaScript libraries – Daniel Matviyiv

                                    A vast number of websites use third-party JavaScript libraries as a way to enhance their functionality with the capabilities offered by a particular library. In many cases, library data is conveniently loaded directly from the service provider’s domain. However, using third-party libraries as part of a website or application leaves the company significantly more vulnerable to a potential attack. I

                                    • Top 8 TypeScript ORMs, Query Builders, Libraries: Evaluate Type Safety

                                      Database tools Top 8 TypeScript ORMs, query builders, & database libraries: evaluating type safety IntroductionEvaluating the level of type safety a TypeScript ORM provides out-of-the-box can be time consuming. This article briefly assesses the type safety of libraries considered in Top 11 Node.js ORMs, Query Builders & Database Libraries in 2022. While all of the libraries considered in this arti

                                        Top 8 TypeScript ORMs, Query Builders, Libraries: Evaluate Type Safety
                                      • Announcing Flutter Web and Desktop support for AWS Amplify Storage, Analytics and API libraries | Amazon Web Services

                                        Front-End Web & Mobile Announcing Flutter Web and Desktop support for AWS Amplify Storage, Analytics and API libraries Earlier this year, AWS Amplify announced a Developer Preview for web and desktop support for its Flutter libraries in the Auth category and Amplify UI Authenticator for creating authentication flows. Today, the Amplify Flutter team is announcing web and desktop support for REST an

                                          Announcing Flutter Web and Desktop support for AWS Amplify Storage, Analytics and API libraries | Amazon Web Services
                                        • 7 Libraries You Should Know as a React Developer 💯🔥

                                          On your journey to becoming a well-rounded React developer, you would come across innumerable libraries, leaving you dazed and confused. So, here is a list of 7 libraries that can't go wrong with learning as a React developer. 1. React Joyride React Joyride is a library that helps you create walkthroughs and guided tours for your React apps. It is an incredible tool to showcase new features to exi

                                            7 Libraries You Should Know as a React Developer 💯🔥
                                          • GitHub - JAndrassy/ArduinoOTA: Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries

                                            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 - JAndrassy/ArduinoOTA: Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
                                            • Parsing in Python: all the tools and libraries you can use

                                              The tomassetti.me website has changed: it is now part of strumenta.com. You will continue to find all the news with the usual quality, but in a new layout. This is an article similar to a previous one we wrote: Parsing in Java, so the introduction is the same. Skip to chapter 3 if you have already read it. If you need to parse a language, or document, from Python there are fundamentally three ways

                                                Parsing in Python: all the tools and libraries you can use
                                              • The Go libraries that never failed us: 22 libraries you need to know

                                                  The Go libraries that never failed us: 22 libraries you need to know
                                                • I wrote one of the fastest DataFrame libraries - Ritchie Vink

                                                  I wrote one of the fastest DataFrame libraries February 28, 2021 by Ritchie Vink 1. Introduction At the time of writing this, the coronavirus has been in our country for a year, which means I have been sitting at home for a very long time. At the start of the pandemic, I had a few pet projects in Rust under my belt and I noticed that the “are we DataFrame yet”, wasn’t anywhere near my satisfaction

                                                    I wrote one of the fastest DataFrame libraries - Ritchie Vink
                                                  • Bringing Modern JavaScript to Libraries

                                                    tl;dr: To bring modern JavaScript to our libraries, we should adopt a new "browser2017" conditional export key. The "browser2017" key points to modern code that targets modern browsers, without the polyfills that bloat our bundles. This change requires support from bundlers and adoption from package authors. Background Although modern browsers represent over 90% of web traffic, many websites still

                                                      Bringing Modern JavaScript to Libraries
                                                    • American Libraries誌による2019年の振り返り(記事紹介)

                                                      2020年1月2日付けのAmerican Libraries誌(オンライン)が、2019年に図書館に影響を及ぼした事柄についての振り返り記事を掲載しています。 ・Macmillan社による図書館向け電子書籍提供モデル変更が炎上 ・ネットの中立性(Net Neutrality)の後退 ・ソニア・ソトマイヨール(Sonia Sotomayor) 連邦最高裁判事の米国図書館協会(ALA)年次大会での講演 ・公共図書館協会(PLA)75周年 ・ALAの社会的責任ラウンドテーブル(SRRT)50周年 ・2018年12月22日から2019年1月25日までの35日間にわたる政府機関閉鎖による図書館職員への給料未払い ・シカゴ公立図書館(CPL)による延滞料金徴収廃止 ・忘れられる権利の適用は欧州のみ ・コレッタ・スコット・キング賞50周年 ・ALAが毎年実施している図書館サービス・技術法及び“Innov

                                                        American Libraries誌による2019年の振り返り(記事紹介)
                                                      • GitHub - sbilly/awesome-security: A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.

                                                        OpenVAS - OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. Metasploit Framework - A tool for developing and executing exploit code against a remote target machine. Other important sub-projects include the Opcode Database, shellcode archive and related research. Kali - Kali Linux is a Debian-deri

                                                          GitHub - sbilly/awesome-security: A collection of awesome software, libraries, documents, books, resources and cools stuffs about security.
                                                        • Best Javascript Libraries you should know in 2021 - DEV Community

                                                          Algolia Places: Algolia Places is a JavaScript library that will help you autocomplete forms, and it specializes in addresses. You can even add a map to the search and display the location, which is incredibly useful. It’s wonderfully accurate and super fast, which will definitely increase the user experience on your site. Check it out. https://community.algolia.com/places/ Anime JS: Animation and

                                                          • 米・Triangle Research Libraries Network(TRLN)、展示における包摂的な表現に関する学術図書館の展示担当者向けのガイドラインを公開

                                                              米・Triangle Research Libraries Network(TRLN)、展示における包摂的な表現に関する学術図書館の展示担当者向けのガイドラインを公開
                                                            • The best Rollup config for TypeScript libraries

                                                              rollup-typescript.md Features 🔥 Blazing fast builds 😇 CommonJS bundle 🌲 .mjs bundle ✨ .d.ts bundle + type-checking 🧐 Source maps Install Install pnpm or replace the pnpm i part with Yarn or NPM. Run this in your terminal: pnpm i esbuild rollup rollup-plugin-esbuild rollup-plugin-dts -D wget -O rollup.config.js https://gist.githubusercontent.com/aleclarson/9900ed2a9a3119d865286b218e14d226/raw/r

                                                                The best Rollup config for TypeScript libraries
                                                              • GitHub - cheeaun/awesome-hacker-news: Awesome Hacker News: a collection of awesome Hacker News apps, libraries, resources and shiny things.

                                                                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 - cheeaun/awesome-hacker-news: Awesome Hacker News: a collection of awesome Hacker News apps, libraries, resources and shiny things.
                                                                • Jeff Verkoeyen on Twitter: "This year my team shifted the open source Material components libraries for iOS into maintenance mode. Why? A 🧵..."

                                                                  This year my team shifted the open source Material components libraries for iOS into maintenance mode. Why? A 🧵...

                                                                    Jeff Verkoeyen on Twitter: "This year my team shifted the open source Material components libraries for iOS into maintenance mode. Why? A 🧵..."
                                                                  • 15+ React Native Component Libraries You Should Know in 2023

                                                                    15+ React Native Component Libraries You Should Know in 2023by  PriyaNovember 30, 2023Front-End Development React Native component libraries can be a huge time-saver when you’re working on your next app project. How come? Well, let’s start with React itself. You probably know that React is an open-source JavaScript library that helps in building user interfaces for both web-based and mobile apps.

                                                                      15+ React Native Component Libraries You Should Know in 2023
                                                                    • COVID-19 Pandemic and School Libraries

                                                                      2020年5月16日作成(2020年9月17日更新) 新型コロナウィルス感染拡大に伴う休校期間中,または再開後の学校図書館の取り組みについて知りたい時に,参考になる情報をまとめました。Web,あるいは新聞雑誌等でアクセス可能なものが中心で,網羅的ではありせんが,随時更新していきます。 公開されていない個人または学校の取り組みで,「うちではこういうことやってます!」「こういうやり方をしてます!」というものがあれば「休校期間中・学校再開後の図書館活動アンケート」へお願いします(写真はこちらへ)。校名非公開可。また,本サイトへのアイディアや情報の提供はこちらへお願いします。(各校の取り組み事例の収集は終了します。ありがとうございました) 2020年4月23日に,文部科学省総合教育政策局地域学習推進課が「休館中の図書館,学校休業中の学校図書館における取組事例について」を公表しました。そのなかで,具

                                                                      • Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)

                                                                        Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021) [Photo by Kelly Sikkema on Unsplash, modified (cropped)] This article follows up on a discussion. Please share your experience there, I'd gladly hear about it! Which Rust crate to use as GUI framework right now (Jan 2021)? Davide Del Papa ・ Jan 16 '21 ・ 1 min read

                                                                          Rust GUI: Introduction, a.k.a. the state of Rust GUI libraries (As of January 2021)
                                                                        • Redesigning Libraries, Archives & Museums Post-COVID-19

                                                                          This story was published May 5, 2020, just weeks before protests and uprisings around the world began in response to the murder of George Floyd by police in Minneapolis. Since then, it seems as everything has changed. These five recommendations still hold true to me, though I may add a few more, as they are rooted in making change in cultural memory institutions that help move us toward greater eq

                                                                            Redesigning Libraries, Archives & Museums Post-COVID-19
                                                                          • .NET client libraries - Azure DevOps

                                                                            This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

                                                                              .NET client libraries - Azure DevOps
                                                                            • OpenAudible - Download, Backup and Manage Audible Audiobook Libraries

                                                                              Backup & Manage Your Audio Books From One Place OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application.

                                                                                OpenAudible - Download, Backup and Manage Audible Audiobook Libraries
                                                                              • Authoring Libraries | webpack

                                                                                Authoring a LibraryLet's assume that we are writing a small library, webpack-numbers, that allows users to convert the numbers 1 through 5 from their numeric representation to a textual one and vice-versa, e.g. 2 to 'two'. The basic project structure would look like this: project + |- webpack.config.js + |- package.json + |- /src + |- index.js + |- ref.jsonInitialize the project with npm, then ins

                                                                                  Authoring Libraries | webpack
                                                                                • 【書き起こし】 Tools and Strategies for Frontend UI Libraries – Marco Solazzi【Merpay Tech Fest 2022】 | メルカリエンジニアリング

                                                                                  【書き起こし】 Tools and Strategies for Frontend UI Libraries – Marco Solazzi【Merpay Tech Fest 2022】 Merpay Tech Fest 2022 は、事業との関わりから技術への興味を深め、プロダクトやサービスを支えるエンジニアリングを知ることができるお祭りで、2022年8月23日(火)からの3日間、開催しました。セッションでは、事業を支える組織・技術・課題などへの試行錯誤やアプローチを紹介していきました。 この記事は、「Tools and Strategies for Frontend UI Libraries」の書き起こしです。 本日はメルペイのフロントエンドUIライブラリを構築するために、私たちが使っている戦略とツールについてお話します。 Merpay Frontend teamのMarco Sola

                                                                                    【書き起こし】 Tools and Strategies for Frontend UI Libraries – Marco Solazzi【Merpay Tech Fest 2022】 | メルカリエンジニアリング