並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 290件

新着順 人気順

LIBの検索結果81 - 120 件 / 290件

  • GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative

    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 - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative
    • 【日本語フリーフォントまとめ】プロのデザイナーも使っているおすすめのフリーフォントまとめ

      マキナス マキナス 4 シリーズをダウンロード 刻ゴシック 刻ゴシックフォントをダウンロード 廻想体ネクストB 廻想体ネクストBをダウンロード コーポレート・ロゴ コーポレート・ロゴをダウンロード やさしさゴシック やさしさゴシックをダウンロード 黒薔薇シンデレラ 黒薔薇シンデレラをダウンロード 棘丸ゴシック 棘丸ゴシックをダウンロード マメロン マメロンをダウンロード 源柔ゴシック 源柔ゴシックをダウンロード 機械彫刻用標準書体 機械彫刻用標準書体をダウンロード 明朝系 まじめで優しいイメージを与える明朝体のフリーフォントです。 刻明朝 刻明朝をダウンロード さつき源代明朝 さつき源代明朝をダウンロード はんなり明朝 はんなり明朝をダウンロード うつくし明朝体 うつくし明朝体をダウンロード ほのかアンティーク丸 ほのかアンティーク丸をダウンロード ほのかアンティーク角 ほのかアンティーク

        【日本語フリーフォントまとめ】プロのデザイナーも使っているおすすめのフリーフォントまとめ
      • 大英図書館は国内で出版されたすべての本をどのように所蔵・管理しているのか?

        イギリスで本や雑誌、新聞を出版する場合には、その本やコピーを国に提出することが法律で義務づけられています。そのため、イギリスのロンドンに本館を置く国立の図書館である大英図書館には、国内のほぼすべての出版物が所蔵されています。合計約1億7000万点あるコレクションをどのように保管・管理しているのかという内部や大英図書館の取り組みについて、科学や歴史などのトピックに関するムービーを投稿するYouTuberのトム・スコット氏が潜入してレポートしています。 This library has every book ever published. - YouTube 大英図書館の正門はこんな感じ。 大英博物館に寄贈される本の管理等を専門とする部署の部長を務めるリンダ・アーノルド=ストラトフォード氏によると、大英図書館では「印刷物」と呼ぶことができるあらゆるものを収集しているそうです。本や新聞だけではな

          大英図書館は国内で出版されたすべての本をどのように所蔵・管理しているのか?
        • Headless UI v1.0 - Tailwind CSS

          Last fall we announced Headless UI, a library of completely unstyled, fully accessible UI components, designed to pair perfectly with Tailwind CSS. Today we’re super excited to release Headless UI v1.0, which more than doubles the amount of included components for both React and Vue. ​What’s new We’ve added four new components to the React library, and five new components for Vue. ​Dialog (modal)

            Headless UI v1.0 - Tailwind CSS
          • CodeSandbox SSE Discontinued

            SSE has been discontinued Our Container Sandbox (SSE) experience has been replaced with Devboxes. Devboxes allow you to edit in both VS Code and our web editor run live sessions use custom Docker images using Dev Containers change VM specs on the fly

            • 手書き風UIを実装できるJavaScriptライブラリー

              2022年2月15日 JavaScript, Webサイト制作 手書きのものってどこか温かみがあって親近感がわきますよね。今回はそんな手書き風のUIを実装できるJavaScriptライブラリーを紹介します! ↑私が10年以上利用している会計ソフト! Rough Notation Webサイト|GitHub テキストの一部を強調したり、注釈を入れたいところに手書き風マーカーを追加できます。まさに今書いてます!というようなアニメーションも面白いですね。 導入方法 JavaScriptファイルで import { annotate } from 'https://unpkg.com/rough-notation?module'; または npm でインストールします。 npm install --save rough-notation 実装方法 基本的には実装したい要素を指定して、装飾を指定し、

                手書き風UIを実装できるJavaScriptライブラリー
              • こういうのでいいんだよ、な JavaScript日付時刻ライブラリ Qrono

                作った。 Qronoの特徴 🎨 タイムゾーンとロケールの対応を捨てた軽い日付時刻ライブラリ。 他のライブラリはタイムゾーンとロケールに対応するためにコードベースが巨大になったり使い方が複雑になったりしがち。 ロケール対応はECMAScript® Internationalization APIを使うだけで良い。 ほとんどの場合、クライアント環境のタイムゾーンにだけ対応できれば十分。 Luxonによる説明は、まさにその核心をついている。 Don't make servers think about local times. Configure them to use UTC and write your server's code to work in UTC. Times can often be thought of as a simple count of epoch millise

                  こういうのでいいんだよ、な JavaScript日付時刻ライブラリ Qrono
                • データ取得ライブラリを SPA に導入するとなぜ嬉しいのか

                  TL;DR TanStack Query や SWR のようなデータ取得ライブラリは、難しいとされる Server State 管理を簡単にします。ユーザビリティやコンポーネント設計の品質も向上させます。導入する際にはいくつか注意する点があります。 (かなり長くなってしまったため、目次や目に留まった箇所だけ読むのも良いかと思います) スコープ この記事は Client Side Rendering(CSR) の SPA を対象とします。筆者(の業務)の関心や要求が少ないため、SSR や ISR はこの記事の議論では対象にしません[1]。読み込みパフォーマンスについても要求は控えめです。 利点や議論は特定の UI ライブラリ・フレームワークに限りませんが、筆者が慣れている React を使って説明します。 予備知識 React の State について この記事では、React の Stat

                    データ取得ライブラリを SPA に導入するとなぜ嬉しいのか
                  • Pythonのスクリプトからウェブアプリを簡単に作れるStreamlitをさわってみた | DevelopersIO

                    どうも、DA 事業本部の大澤です。 The fastest way to build custom ML toolsと謳っているStreamlit をさわってみました。HTMLやJS、CSSをいじることなく、Pythonのスクリプトからウェブアプリが作れて便利さに感動しました! streamlit/streamlit: Streamlit — The fastest way to build custom ML tools 今回はStreamlitに含まれるサンプルアプリを動かした後に、Pandasのデータフレームを使った簡単なウェブアプリを作ってみたので、その内容を紹介します。 やってみる インストール Streamlit は pip でインストールすることで使えます。 pip install streamlit サンプルを動かす デフォルトでサンプルアプリケーションが用意されているので

                      Pythonのスクリプトからウェブアプリを簡単に作れるStreamlitをさわってみた | DevelopersIO
                    • ページ上のあらゆる要素をドラッグ・リサイズ・スケール・回転・ワープ・グループ化・スナップ操作を可能にする万能JavaScriptライブラリ -Moveable

                      ページ上のあらゆる要素をドラッグ・リサイズ・スケール・回転・ワープ・グループ化・スナップ操作できるようにするJavaScriptライブラリを紹介します。 単体で利用でき、React, Preact, Angular, Vueにも対応しています。 Moveable -GitHub Moveableの特徴 Moveableのデモ Moveableの使い方 Moveableの特徴 Moveableはページ上のあらゆる要素をドラッグ・リサイズ・スケール変更などを可能にするTypeScriptで実装されたライブラリです。MITライセンスで、商用のプロジェクトでも無料で利用できます。 Draggable ターゲットをドラッグおよび移動する機能 Resizable ターゲットの幅と高さを増減する機能 Scalable ターゲットのx軸・y軸のスケールを増減する機能 Rotatable ターゲットを回転さ

                        ページ上のあらゆる要素をドラッグ・リサイズ・スケール・回転・ワープ・グループ化・スナップ操作を可能にする万能JavaScriptライブラリ -Moveable
                      • ナトリウムイオン電池時代幕開け、関連メーカーが50社超で価格はLIBの1/2へ

                        「我々のナトリウム(Na)イオン電池(NIB)は、中国Chery(奇瑞汽車)の電気自動車(EV)に搭載される」――。2023年4月16日の中国CATL(寧徳時代新能源科技)による発表は、電池にとっての新時代の幕開けになった。 蓄電池の主役がニッケル水素電池からリチウム(Li)イオン2次電池(LIB)にほぼ切り替わって約10年。ここにきて、次の主役になり得る新型電池、つまりNIBが急速に台頭してきた(図1)。わずか2年前、NIBの開発、量産に取り組んでいるのは世界で数社だった。ところが、現時点ではCATLだけではなく、電池セルメーカーだけで現時点で少なくとも20社超(表1)。原材料や部材メーカーも含めると約50社(表2)注1)にのぼる。今後はさらに増える見込みだ注2)。

                          ナトリウムイオン電池時代幕開け、関連メーカーが50社超で価格はLIBの1/2へ
                        • 元任天堂デザイナーらが手がけるドット絵素材サイト。無料で商用利用も可

                            元任天堂デザイナーらが手がけるドット絵素材サイト。無料で商用利用も可
                          • PHP の Carbon をだいたい 3 倍くらい高速化した話 (または composer-patches の使い方) - COLOPL Tech Blog

                            こんにちは。 Platform Engineer の工藤です。 今回は PHP で利用される日時ライブラリ nesbot/carbon の速度をだいたい 3 倍くらい高速化した話について紹介させていただきます。 nesbot/carbon について carbon.nesbot.com github.com nesbot/carbon は PHP で日付・時刻を扱うためのライブラリで、 PHP 標準の ext-date を拡張し、より利用しやすい形で提供してくれます。PHP のアプリケーションフレームワークで有名な Laravel でも標準で採用されており、昨今のプロジェクトだと基本入っている場合が多いと思います。 バージョンアップでパフォーマンスが悪化 便利な nesbot/carbon ですが、 Laravel 6 の EOL による Laravel 9 へのアップグレード対応の際、大幅

                              PHP の Carbon をだいたい 3 倍くらい高速化した話 (または composer-patches の使い方) - COLOPL Tech Blog
                            • Floating UI - Create tooltips, popovers, dropdowns, and more

                              A JavaScript library to position floating elements and create interactions for them. Smart Anchor PositioningAnchor a floating element next to another element while making sure it stays in view by avoiding collisions. This lets you position tooltips, popovers, or dropdowns optimally.

                              • Avatar generator playground - Boring Avatars

                                Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette.

                                  Avatar generator playground - Boring Avatars
                                • A developer productivity tooling platform. | moonrepo

                                  For repositories with multiple projects, any number of languages, and team members constantly pushing changes, moon will help simplify the experience of working in and maintaining a complex monorepo. Learn more about moon

                                  • GraphQLの静的解析基盤を作った - tenntenn.dev

                                    GraphQLの静的解析ライブラリgqlanalysis 副業をしているAppify TechnologiesにてGraphQLの静的解析ツールをGoで書けるライブラリgqlanalysisを作りました。またそれに合わせクエリのセレクションにidの追加忘れを指摘するlackidとgqlgoオーガナイゼーションで開発した静的解析ツールをまとめて実行できるgqlintも公開されています。 gqlanalysisを用いるとGraphQLのスキーマやクエリファイルに対するLinterを簡単に作ることができます。gqlanalysisはGoの静的解析ツールライブラリのgo/analysisに似た構造で作ってあります。 go/analysisと同様にAnalyzerという単位で解析を行います。Analyzerは別のAnalyzerの解析結果を用いることができるため、静的解析ツールをモジュール化できます

                                    • HTTPX

                                      >>> import httpx >>> r = httpx.get('https://www.example.org/') >>> r <Response [200 OK]> >>> r.status_code 200 >>> r.headers['content-type'] 'text/html; charset=UTF-8' >>> r.text '<!doctype html>\n<html>\n<head>\n<title>Example Domain</title>...' Which now allows us to use HTTPX directly from the command-line... Sending a request... Features HTTPX builds on the well-established usability of reques

                                      • Pythonで文字列の類似度を120倍高速に計算するRapidFuzzを勧めたい - Qiita

                                        はじめに みずほリサーチ&テクノロジーズ株式会社の@fujineです。 本記事では、文字列同士の類似度を計算する「レーベンシュタイン距離」をRapidFuzzで超高速に処理する方法を解説いたします。 この方法で実装すると、1万件の文字列同士の類似度計算において、 一般的なlevenshteinライブラリよりも120倍近く高速に計算することが可能です! (RapidFuzzのGitHubリポジトリより引用) 本記事の概要 Pythonで一般的に用いられているlevenshteinライブラリは、比較対象データが多いと処理が長時間化し、実用的ではない RapidFuzzは上記ライブラリよりも約120倍高速であり、エンタープライズ規模のデータにも十分に適用可能 RapidFuzzはレーベンシュタイン距離以外のアルゴリズムや、並列処理、前処理など多様な機能を提供しているため、読者の皆さんには積極的に

                                          Pythonで文字列の類似度を120倍高速に計算するRapidFuzzを勧めたい - Qiita
                                        • 商用利用無料!スマホなどのUIデザインに最適、極小サイズでくっきりと鮮明に見えるSVGアイコン -Radix Icons

                                          商用のプロジェクトでも無料で利用できる、スマホなどの小さなスクリーンに適した極小サイズでくっきりと鮮明に見えるSVGアイコンを紹介します。 SVGなので、もちろん大きいサイズでも美しく表示され、カラーの変更も簡単。しかもオープンソースなのは、嬉しいですね。 Radix Icons Radix Icons -GitHub Radix Iconsの特徴 Radix Iconsのダウンロード Radix Iconsの使い方 Radix Iconsの特徴 Radix Iconsはスマホなどの非常に小さいスペースでも視認性を損なわずに使用できるようデザインされたSVGアイコンで、極小サイズ(15x15)でもくっきりと鮮明に見えるようにデザインされています。 MITライセンスで、商用プロジェクトでも無料で利用できます。

                                            商用利用無料!スマホなどのUIデザインに最適、極小サイズでくっきりと鮮明に見えるSVGアイコン -Radix Icons
                                          • GitHub - colinhacks/zod: TypeScript-first schema validation with static type inference

                                            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 - colinhacks/zod: TypeScript-first schema validation with static type inference
                                            • GitHub - microsoft/STL: MSVC's implementation of the C++ Standard Library.

                                              Microsoft's C++ Standard Library This is the official repository for Microsoft's implementation of the C++ Standard Library (also known as the STL), which ships as part of the MSVC toolset and the Visual Studio IDE. Our Changelog tracks which updates to this repository appear in each VS release. Our Status Chart displays our overall progress over time. Join our Discord server. What This Repo Is Us

                                                GitHub - microsoft/STL: MSVC's implementation of the C++ Standard Library.
                                              • GitHub - marpple/FxTS: A functional programming library for TypeScript/JavaScript

                                                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 - marpple/FxTS: A functional programming library for TypeScript/JavaScript
                                                • GitHub - peterpeterparker/stylo: Another kind of rich text editor

                                                  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 - peterpeterparker/stylo: Another kind of rich text editor
                                                  • Vitest

                                                    Vite PoweredReuse Vite's config and plugins - consistent across your app and tests. But it's not required to use Vitest!

                                                      Vitest
                                                    • GitHub - dotenv-linter/dotenv-linter: ⚡️Lightning-fast linter for .env files. Written in Rust 🦀

                                                      dotenv-linter can check / fix / compare .env files for problems that may cause the application to malfunction. Available checks: ✅ Duplicated key ✅ Ending blank line ✅ Extra blank line ✅ Incorrect delimiter ✅ Key without value ✅ Leading character ✅ Lowercase key ✅ Quote character ✅ Space character ✅ Substitution key ✅ Trailing whitespace ✅ Unordered key ✅ Value without quotes What is a .env file?

                                                        GitHub - dotenv-linter/dotenv-linter: ⚡️Lightning-fast linter for .env files. Written in Rust 🦀
                                                      • Fower

                                                        Atomic PropsWrite styles with Atomic Props, rapid to develop complicated UI by composing Atomic Props. Scoped styleBorned with scoped styles, So don't worry any conflicts due to the globalnamespace. Type SafePerfect support for TypeScript, which bring Type definition,IntelliSense,Self documentation.

                                                        • 外国人「歴史上のアーティファクト画像を貼っていく」海外のまとめ : 暇は無味無臭の劇薬

                                                          Comment by RadioMars 6398 ポイント スペイン、バレンシナ・デ・ラ・コンセプシオンの銅器時代の墓で見つかった4500年前のクリスタルの短剣。柄は象牙。 reddit.com/r/ArtefactPorn/関連記事 外国人「歴史上のアーティファクト画像を貼っていく」海外のまとめ Comment by fpriyakorn 9223 ポイント 日本の最後の大名のうちの一人が着ていた正装。江戸時代、1830年頃。 Comment by PutItOnSomeToast 373 ポイント ↑多分君が探している単語は「ジェダイ・マスター」だろ。 Comment by Harpies_Bro 154 ポイント ↑スターウォーズが古い侍映画から沢山借りていることを考えたらそれは妥当。 Comment by jbwellls 56 ポイント ↑そうだな・・・借りてるな・・・ Com

                                                            外国人「歴史上のアーティファクト画像を貼っていく」海外のまとめ : 暇は無味無臭の劇薬
                                                          • GitHub - 5alidz/tiny-schema-validator: JSON schema validator

                                                            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 - 5alidz/tiny-schema-validator: JSON schema validator
                                                            • GitHub - aidenybai/million: Optimize React performance and make your React 70% faster in minutes, not months.

                                                              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 - aidenybai/million: Optimize React performance and make your React 70% faster in minutes, not months.
                                                              • Introduction

                                                                A simple yet powerful testing framework for Node.js Japa comes with everything you need to test your backend applications. Be it writing JSON API tests using an Open API schema or writing browser tests using Playwright. Unlike other testing frameworks born out of the frontend ecosystem, Japa focuses only on testing backend applications and libraries. Therefore, Japa is simpler, faster, and bloatwa

                                                                  Introduction
                                                                • GitHub - ranyitz/qnm: :mag: cli utility for querying the node_modules directory

                                                                  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 - ranyitz/qnm: :mag: cli utility for querying the node_modules directory
                                                                  • 都市が3Dデータ化される意味。本格展開を迎えた「Project PLATEAU」【西田宗千佳のイマトミライ】

                                                                      都市が3Dデータ化される意味。本格展開を迎えた「Project PLATEAU」【西田宗千佳のイマトミライ】
                                                                    • GitHub - gvergnaud/ts-pattern: 🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference.

                                                                      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 - gvergnaud/ts-pattern: 🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference.
                                                                      • ts-array-lengthを支えるテクニック

                                                                        皆さんこんにちは。筆者は先日、TypeScript向けライブラリのts-array-lengthを公開しました。 この記事ではこのライブラリを宣伝するとともに、ライブラリの実装がどのようになっているのか解説します。 ts-array-lengthの機能 ts-array-lengthは3つの関数を提供しており、これらを使うことでなんと配列の要素数をチェックできます。 例えばhasLengthを使うと、配列の要素がちょうど2個かどうか調べることができます。 if (hasLength(arr, 2)) { // arrは2要素の配列! const [first, last] = arr; }

                                                                          ts-array-lengthを支えるテクニック
                                                                        • GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.

                                                                          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 - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.
                                                                          • GitHub - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app

                                                                            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 - t3-oss/create-t3-app: The best way to start a full-stack, typesafe Next.js app
                                                                            • GitHub - BuilderIO/mitosis: Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.

                                                                              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 - BuilderIO/mitosis: Write components once, run everywhere. Compiles to React, Vue, Qwik, Solid, Angular, Svelte, and more.
                                                                              • PHPとSDLで始めるコンピューターグラフィックス|技術ブログ|北海道札幌市・宮城県仙台市のVR・ゲーム・システム開発 インフィニットループ

                                                                                PHPとSDLで始めるコンピューターグラフィックス こんにちはサーバーインフラや社内の情報システムを担当しています nobuh です。 子供の頃から美術館や展覧会に行ったりするのが趣味の一つで、コンピューターでもゲーム同様グラフィクス関係についても興味があり、 ジェネレティブ・アート や デモシーン を鑑賞するのを楽しみにしています。 今回は鑑賞から一方踏み出して、ライブラリやフレームワーク、エンジンの支援をあまり受けずに、原始的な要素を直接使って根源的なところから自分でグラフィクスを作ってみようと思い立ちました。 ということで、PHP と SDL を使ってグラフィクスについて「作ってみた」ところを紹介したいと思います! なぜ PHP? グラフィクスを扱うプログラミングというと、 Processing や openFrameworks、 3D なら Unity や Unreal Engin

                                                                                  PHPとSDLで始めるコンピューターグラフィックス|技術ブログ|北海道札幌市・宮城県仙台市のVR・ゲーム・システム開発 インフィニットループ
                                                                                • GitHub - ajitid/fzf-for-js: Do fuzzy matching using FZF algorithm in JavaScript

                                                                                  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 - ajitid/fzf-for-js: Do fuzzy matching using FZF algorithm in JavaScript

                                                                                  新着記事