並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 127件

新着順 人気順

DATEの検索結果1 - 40 件 / 127件

  • 【Linux】スクレイピングにはNordVPNが便利・設定方法を解説【[date]】

    Webスクレイピングをしたいのだけど、VPNやプロキシーで一番良いサービスはないだろうか!? Linuxで使えるベストなVPNサービスを教えてほしい! …という形に、最適なプラクティスをご紹介します。 ということで、こんにちは! Webサイトを自動で取得する「Webスクレイピング」をする上で、必ずネックとなるのがアクセスするIPアドレスの問題です。 スクレイピングする対象のサービスの営業妨害にならない範囲でスクレイピングするのは言うまでもない当然の話ですが、Webサイトによっては、少しのアクセスでも不正なアクセスと認識してIPアドレスごとブロックしてしまうことがあります。 これを回避するためには、定期的なIPアドレス変更などの対応が必要です。 一般的にはこうした問題はプロキシーやVPNサービスを使って回避することになりますが、具体的にはどうしたら良いのでしょう? 結論を言いますと、「Nor

      【Linux】スクレイピングにはNordVPNが便利・設定方法を解説【[date]】
    • シェルスクリプトで日付処理ならdateコマンドは投げ捨ててDateutilsを使おう! - Qiita

      この中で私が特に気に入ったコマンドは dateround です。次点は dategrep です。この二つは特に強力で、awk やその他のコマンドを使って日時をこねくり回すような「無駄に難解なコード」を書かずに Dateutils のコマンド群だけで大抵のことはなんでもできてしまいます。専用のことをするには専用のコマンドを作ることが重要であることを思い出させてくれるでしょう。 Dateutils の重要な特徴と使用例 大抵のコマンドは機能の説明から想像できると思いますし、公式サイトにも例があるので詳細を一つ一つ説明することはしません。その代わりに「Dateutils の使いこなしに必要な考え方」が分かるような例をいくつか紹介します。 重要な注意点ですが Dateutils はロケールをサポートしていますが、原則としてシステムのロケール情報やユーザーの環境変数には依存していません。内部にロケー

        シェルスクリプトで日付処理ならdateコマンドは投げ捨ててDateutilsを使おう! - Qiita
      • 新たなJavaScript日付操作ライブラリ「Tempo」登場 ー ネイティブなDateと直接連携、小さく、速く、使いやすく

        先日リリースされた「[Tempo](https://tempo.formkit.com/)」が、全く新しいJavaScriptの日付/時刻ライブラリとして非常に注目を集めている。 先日リリースされた「Tempo」が、全く新しいJavaScriptの日付/時刻ライブラリとして非常に注目を集めている。 JavaScriptの日付ライブラリにはmoment.js、day.js、date-fnsなどがあるが、これらと異なるのは、ネイティブのDateオブジェクトを直接対象としていることである。 従来の日付ライブラリは、独自の日付プリミティブを提供することが一般的であったが、TempoではネイティブのJavaScript Dateオブジェクトと直接連携し、Intl.DateTimeFormatを活用することで、タイムゾーンやロケールのファーストクラスサポートを提供するだけでなく、ライブラリのサイズ削減

          新たなJavaScript日付操作ライブラリ「Tempo」登場 ー ネイティブなDateと直接連携、小さく、速く、使いやすく
        • 【翻訳】Date and Times in JavaScript - from scratch

          この記事は littledan から依頼を受けて、翻訳しています。広く Date and Times の JS プロポーザルについて意見がほしいとのことです。 意見は以下の場所にポストできます。 docs.google.com 原文: blogs.igalia.com tl;dr: Temporal のプロポーザルについてフィードバックを求めています。 Polyfill を試したら、サーベイの回答を送ってください、ただしまだ本番環境では使わないでもらいたいです。 JavaScript の Date クラスは壊れています、しかし Breaking the Web を起こさずに修正する方法はありません。風のうわさでは、 Date クラスは 10 日で作られた JS Engine のhackに含まれたもので、 java.util.Date に基づいたものと言われています。しかも java.uti

            【翻訳】Date and Times in JavaScript - from scratch
          • input type=“date” の沼から、ライブラリを導入する意義を考える - Mirrativ Tech Blog

            はじめまして!2023年7月からミラティブでフロントエンドインターンをしております、かずえもんと申します😺 今回は、インターンでの作業中にハマってしまった Safari のバグについて調査していたら、なんと10年モノの issue だったことが判明し、ライブラリを導入する意義について考える機会となった話を書いてみたいと思います。 Safari の日付入力欄に無効な日付を入れると起こるバグ onChange が正しく呼ばれないのは Safari が原因? Safari 17 以降で再現しないので原因は Safari で間違いなさそう Safari 17 以前での解決方法として DatePicker を使ってみる まとめ: ネイティブを補う存在としてのライブラリ We're Hiring!! Safari の日付入力欄に無効な日付を入れると起こるバグ 2023年8月、私はミラティブの管理シス

              input type=“date” の沼から、ライブラリを導入する意義を考える - Mirrativ Tech Blog
            • 日付・時間のピッカーを単独のWebコンポーネントとして利用できる軽量JavaScript -Aeon Date Picker

              デスクトップでもスマホでもタブレットでも動作し、フレームワークの有無に関係なく機能する、日付・時間のピッカーを簡単に実装できるわずか5Kbの軽量JavaScriptを紹介します。 依存関係は一切なく、単独のWebコンポーネントとして利用できるので、非常に便利です。日本語環境のフォーマットにも対応しています。 依存関係はなし スタンドアロンの単体で動作する軽量JavaScriptで実装されたWebコンポーネント。 どこにでも使用できる どんなページにもどんなフレームワークにも設置可能。 プログレッシブエンハンスメント コードの読み込みに失敗した場合は、ネイティブのピッカーまたはテキストボックスにフォールバック。 アクセシブル マウス・タッチ・キーボード・スクリーンリーダーで動作し、ネイティブのフォーム要素として動作します。 多言語対応 デフォルトでブラウザのローカル言語と日付形式を使用します

                日付・時間のピッカーを単独のWebコンポーネントとして利用できる軽量JavaScript -Aeon Date Picker
              • Node.js — Bringing forward the End-of-Life Date for Node.js 16

                Changing the End-of-Life Date for Node.js 16 to September 11th, 2023 Summary We are moving the End-of-Life date of Node.js 16 by seven months to coincide with the end of support of OpenSSL 1.1.1 on September 11th, 2023. Why? When we put together Node.js 16 the hope was that we would be able to include OpenSSL 3. Unfortunately, the timing of the releases did not allow that to be possible, and we re

                  Node.js — Bringing forward the End-of-Life Date for Node.js 16
                • Java Date Time APIでの和暦の扱い、ロケール、タイムゾーン - 「プロになるJava」 ボツ原稿 - きしだのHatena

                  今回のボツ原稿は和暦を扱うJapaneseDateクラスと各地の時差を反映した時刻を扱うZonedDateTimeについてです。 P.89に5.1.8として続く想定です。 プロになるJava―仕事で必要なプログラミングの知識がゼロから身につく最高の指南書 作者:きしだ なおき,山本 裕介,杉山 貴章技術評論社Amazon 和暦の扱い 日付を扱えるようになると、元号を含んだ日付も扱いたいですよね。 java.time.chrono.JapaneseDateクラスで和暦を扱うことができます。 ではJapaneseDateクラスを使って、元号の付いた日付を表示してみましょう。 JapaneseDate.now()を実行してみます。このとき、新たなimportが必要になりますが、自分で入力せずにJShellの補完機能を使ってみます。 JapaneseDateと入力した状態で[Shift]+[Tab

                    Java Date Time APIでの和暦の扱い、ロケール、タイムゾーン - 「プロになるJava」 ボツ原稿 - きしだのHatena
                  • extension Dateで日付計算をしてはいけない - Qiita

                    やりがちな Date のアンチパターンが何故悪いのか解説します。Swiftを例にとっていますが、 Date 型は多くの言語で似た責務を持っているので、あまり言語を問わない記事内容といえます。 この記事はDeNA Advent Calendar 2020の2日目の記事です。 筆者はtakasekといいます。DeNA SWETの仕様分析サポートチームで形式手法のプロダクト開発への適用可能性を模索したり、ライブコミュニケーションアプリ Pococha のiOSアプリ開発チームで開発したりしています。 extension Date のアンチパターン Dateインスタンスから年月日を求めるのは Calendar DateComponents といくつもの型を経由する必要があり面倒です。それをドットアクセスひとつで簡単に書けるようにしてくれる便利なextensionを作りました。 extension

                      extension Dateで日付計算をしてはいけない - Qiita
                    • なぜJavaScriptのDateコンストラクタは例外を投げないのか - Qiita

                      Q. なぜJavaScriptのDateコンストラクタは例外を投げないのか? A. NaNがあるから DateはJavaScriptで日時を扱うためのAPIで、JavaScriptの当初から存在します。 Dateオブジェクトは主にDateコンストラクタを用いて作られます。Dateコンストラクタにはいろいろな機能があり、new Date()のように引数なしで呼び出すと現在時刻を取得できるほか、new Date("2020-04-24T00:00+09:00")のように文字列から日時に変換したり、new Date(1587654000000)のように数値(UNIX時間)を日時に変換したりすることができます。 一般に、データの変換作業には失敗が付き物です。しかし、new Dateは決して失敗しません1。例えば、new Date("foobar")のように明らかに日時を表していない文字列からDat

                        なぜJavaScriptのDateコンストラクタは例外を投げないのか - Qiita
                      • More ways to keep your pull request branch up-to-date

                        February 3, 2022 The Update branch button on the pull request page lets you update your pull request's branch with the latest changes from the base branch. This is useful for verifying your changes are compatible with the current version of the base branch before you merge. Two enhancements now give you more ways to keep your branch up-to-date. Update your pull request branch by rebasing When your

                          More ways to keep your pull request branch up-to-date
                        • GitHub - github/covid19-dashboard: A site that displays up to date COVID-19 stats, powered by fastpages.

                          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 - github/covid19-dashboard: A site that displays up to date COVID-19 stats, powered by fastpages.
                          • 月末だからEOMONTH、月初や月の途中だからDATEと考えるのは間違いです【Excel関数】 - わえなび ワード&エクセル問題集 waenavi

                            ExcelのEOMONTH関数は、その関数の名前(End of Month)から月の最終日だけを求める関数であるかのように見えます。そのため、「月末を求めるときは必ずEOMONTH関数を使い、月初または月の途中を求めるときはDATE関数を使う」と勘違いしている人が多いようです。 この考え方は誤りです。DATE関数で日にちに「0」を指定すれば月末日を求めることができます。逆に、EOMONTH関数は日数を加減算することによって月末以外の日付を求めることができます。 DATE関数は3つの個別の値(年・月・日)を受け取るのに対して、EOMONTH関数はシリアル値を引数とします。これら2つの関数の違いは年・月・日を別々に受け取るのか、1個のシリアル値を受け取るのかということであって、月末かどうかは全く関係ありません。 そこで、今回は、EOMONTH関数とDATE関数の使い分けについて出題します。2つ

                              月末だからEOMONTH、月初や月の途中だからDATEと考えるのは間違いです【Excel関数】 - わえなび ワード&エクセル問題集 waenavi
                            • Introducing Meta Llama 3: The most capable openly available LLM to date

                              Today, we’re introducing Meta Llama 3, the next generation of our state-of-the-art open source large language model.Llama 3 models will soon be available on AWS, Databricks, Google Cloud, Hugging Face, Kaggle, IBM WatsonX, Microsoft Azure, NVIDIA NIM, and Snowflake, and with support from hardware platforms offered by AMD, AWS, Dell, Intel, NVIDIA, and Qualcomm.We’re dedicated to developing Llama 3

                                Introducing Meta Llama 3: The most capable openly available LLM to date
                              • GitHub - xxczaki/light-date: ⏰ Blazing fast & lightweight (157 bytes) date formatting for Node.js and the browser.

                                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 - xxczaki/light-date: ⏰ Blazing fast & lightweight (157 bytes) date formatting for Node.js and the browser.
                                • Keep all your packages up to date with Dependabot

                                  AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                    Keep all your packages up to date with Dependabot
                                  • High-precision date/time in SQLite

                                    While SQLite provides a certain number of date functions, I wanted something more. So I've created sqlean-time — a high-precision date/time extension with a structured API and a rich set of functions. Note. Adding extensions to SQLite is a breeze. Download a file, run one database command — and you are good to go. Concepts • Creating values • Extracting fields • Unix time • Time comparison • Time

                                      High-precision date/time in SQLite
                                    • CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods

                                      CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods Posted by mame on 15 Nov 2021 We have released date gem version 3.2.1, 3.1.2, 3.0.2, and 2.0.1 that include a security fix for a regular expression denial of service vulnerability (ReDoS) on date parsing methods. An attacker can exploit this vulnerability to cause an effective DoS attack. This vulnerability

                                      • BigQueryでdate型のカラムをbetween等で比較する方法 - ITips

                                        date型のカラムに対してbetween等の比較演算子を使って範囲を絞りたい。 データベース(DB)に日付データを格納していたら出てきそうな要望である。 GoogleのBigQuery(通称「BQ」)はデータ分析によく使われるが、同じように日付のフィルタをかけたい場合があるだろう。 しかしここで問題が出てくる。 date型はDBによって扱い方が異なる。 同じ事をしたくてもSQLの書き方がDB毎に違うのだ。 なので今回は「BigQueryでdate型のカラムをbetween等で比較する方法」を解説する。

                                          BigQueryでdate型のカラムをbetween等で比較する方法 - ITips
                                        • Day.js · 2kB JavaScript date utility library

                                          2kBLess JavaScript to download, parse and execute, leaving more time for your code. SimpleDay.js is a minimalist JavaScript library that parses, validates, manipulates, and displays dates and times for modern browsers with a largely Moment.js-compatible API. If you use Moment.js, you already know how to use Day.js. ImmutableAll API operations that change the Day.js object will return a new instanc

                                          • JavaScript: date-fnsでタイムゾーンを扱う - Qiita

                                            この投稿ではJavaScriptの日時ライブラリdate-fnsでタイムゾーンを扱う方法を説明します。 基本知識 date-fnsはJavaScriptのDateを扱うヘルパー関数のセットなので、そもそもDateについてよく知っておく必要があります。 JavaScriptのDateにはタイムゾーンを表すデータが無い JavaScriptのDateオブジェクトはタイムゾーンを表すデータを持ちません。 実行環境のタイムゾーン設定を変更したとしても、new Date()はUTC時刻になります: $ TZ=Asia/Tokyo node -e 'console.log(new Date())' 2020-07-29T00:27:44.573Z $ TZ=UTC node -e 'console.log(new Date())' 2020-07-29T00:27:50.167Z

                                              JavaScript: date-fnsでタイムゾーンを扱う - Qiita
                                            • Temporal: getting started with JavaScript’s new date time API

                                              Temporal: getting started with JavaScript’s new date time API Updates: 2022-01-10: Temporal.now was renamed to Temporal.Now. 2021-06-30: Rearranged the content and created a section on the concepts and patterns used by the Temporal API. 2021-06-29: Clarified how Instant uses the ISO-8601 calendar. Listed the properties of some classes. Date, JavaScript’s current date time API is infamously difficu

                                              • JS の日時操作ライブラリを比較する: date-fns のインターフェイスがイカす - マンガ〜ノ伊藤ノ〜ト

                                                日付を操作する必要があったので,いつものように Moment.js を使おうとした.JS ビルトインの Date は操作を行うにはあまりにも使いづらいので,補助的なライブラリを使うのが定石になっている.8 より前の Java でいう Joda-Time みたいな存在. リファレンスを見るために Moment.js の公式ページに行ったら,なにやら Luxon という新しいライブラリがあることに気づいた.これは Next Moment.js 的な新たに書き直されたライブラリらしい: moment.github.io そういうことを調べているうちに他の日付操作のライブラリを見つけた.Day.js と date-fns だ. どう違うのか それぞれがどう違うのか.概要で比較するとこういう特徴があるように見えた: ライブラリ 特徴 Moment.js よく使われている.moment() という関数

                                                  JS の日時操作ライブラリを比較する: date-fns のインターフェイスがイカす - マンガ〜ノ伊藤ノ〜ト
                                                • Introducing Llama 3.1: Our most capable models to date

                                                  Meta is committed to openly accessible AI. Read Mark Zuckerberg’s letter detailing why open source is good for developers, good for Meta, and good for the world.Bringing open intelligence to all, our latest models expand context length to 128K, add support across eight languages, and include Llama 3.1 405B—the first frontier-level open source AI model.Llama 3.1 405B is in a class of its own, with

                                                    Introducing Llama 3.1: Our most capable models to date
                                                  • すごもりGWで「女性は手の込んだ料理」チラシに批判殺到⇒熊本地元紙がすぐにお詫び【新型コロナ】UP DATE

                                                    熊本県の地元紙「熊本日日新聞」(熊日、熊本市)のグループ会社が配布したチラシが、男女を色分けしたり、女性のイラストに「断捨離して大掃除」と書いていたりして「男女平等に逆行。時代錯誤も甚だしい」などと批判が上がっている。熊日は4月30日にお詫び文を発表。一方で、ネットでは批判後の迅速な対応とお詫びの内容を評価する声も広がっている。 問題となったのは、熊日のグループ会社の熊日都市圏販売が作成した「熊日de充実すごもりライフ」と題するチラシ。「今年のGWは家で過ごそう」という言葉の下に、女性のイラストが赤色、男性は青色で描かれていた。

                                                      すごもりGWで「女性は手の込んだ料理」チラシに批判殺到⇒熊本地元紙がすぐにお詫び【新型コロナ】UP DATE
                                                    • 2023-12-23のJS: date-fns 3.0.0、Firefox 121、React Aria Components 1.0.0、Catalyst

                                                      JSer.info #674 - date-fns v3.0.0がリリースされました。 Release v3.0.0 · date-fns/date-fns ESMとCJSのdual pacakgeに変更、それぞれのファイルはnamed exportするように変更されています。 また、TypeScriptの型を改善に合わせて、引数の数のRuntime Checkを無くしてType Checkのみに変更されています。 そのほかには、intervalオプションの負数をサポート、IEのサポートを終了などの変更も含まれています。 Firefox 121がリリースされました。 Firefox 121.0, See All New Features, Updates and Fixes Firefox 121 for developers - Mozilla | MDN <iframe loading

                                                        2023-12-23のJS: date-fns 3.0.0、Firefox 121、React Aria Components 1.0.0、Catalyst
                                                      • GitHub - breejs/bree: Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.

                                                        // app.js const path = require('path'); // optional const ms = require('ms'); const dayjs = require('dayjs'); const Graceful = require('@ladjs/graceful'); const Cabin = require('cabin'); // required const Bree = require('bree'); // // NOTE: see the "Instance Options" section below in this README // for the complete list of options and their defaults // const bree = new Bree({ // // NOTE: by defaul

                                                          GitHub - breejs/bree: Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
                                                        • 【What’s the date today?】の使い方は?意味と答え方を解説!-Lesson19

                                                          こんにちは。 今回は、「What’s the date today?」という英語の表現を使って、日付の聞き方とその答え方について説明します。 日付の聞き方については、Lesson5で少し触れたのを覚えていますか?

                                                            【What’s the date today?】の使い方は?意味と答え方を解説!-Lesson19
                                                          • First Date (2001年, blink-182) - 音楽ソムリエ

                                                            ポップ・パンク・ロック、それだけでは終わらないカッコ良さがあるんだ! ブリンク 182  (blink-182 ブリンク ワン エイティートゥー) はアメリカのポップ・パンク・バンドです。 彼らが1999年に発表した「エニマ・オブ・アメリカ」は全世界で700万枚の売り上げを突破し、世界各国で数々の賞を総なめにするなど、爆発的なヒットを記録したそうです。 新世代パンクの始まり、彼らの登場によりパンクでありながら、ポップで洗練された音が注目されるようになりました。 このバンド、blink-182はミュージックビデオ(MV)がかなり独特で、3人のメンバーが少しお下品でハチャメチャ感あるものが多いです。 でもね・・・ 歌詞を確認してみると、この『First Date』という楽曲は純愛に満ち溢れたものであり、ハチャメチャ感は一切感じられないのです。 初デートでの純情な男子、その感情が豊かに表現されて

                                                              First Date (2001年, blink-182) - 音楽ソムリエ
                                                            • 日付入力フォームをinput type=”date”でカスタマイズ【IEにも対応】 | 東京のホームページ制作 / WEB制作会社 BRISK

                                                              「日付入力フォームを作ってほしい」 あなたはそう言われたら、どうやって実装しますか? HTML5になって追加された「input[type=date]」を使うでしょうか。それともプラグインを使うのでしょうか。 どちらにも一長一短があり、設置するサイトの目的に応じて柔軟に対応することが求められます。 だがしかし!この日付入力フォームのカスタマイズはなかなか曲者でして、苦戦している方も少なくないでしょう。 Chromeではうまく表示されても、IEでうまくいなかったり、ちょっと見た目をいじったら動かなくなってしまったり。 今回はそんな悩める日付入力難民の皆様のために、日付入力フォームをどんな端末から見ても同じ見た目・動きになるようカスタマイズする方法について書きました。少しでもお役に立てればなによりでございます。 ※結論から言うと「日付入力フォームのカスタマイズなら、プラグイン(datepicke

                                                                日付入力フォームをinput type=”date”でカスタマイズ【IEにも対応】 | 東京のホームページ制作 / WEB制作会社 BRISK
                                                              • MySQL 8.0.15 の前後で変わった文字列と DATE 型の比較について - それが僕には楽しかったんです。

                                                                はじめに 前提条件 謎現象を再現する 8.0.15 以下 8.0.16 以上 原理 文献 おわりに はじめに そういえば、最近この手の記事を書いてないし何ならインプットもしてない事を思い出し、今日雑にテストしてたらたまたまハマった面白い挙動があったのでまとめる。 久々に MySQL と格闘した。 前提条件 こんなテーブルを作っておく。 create table hoge(t DATE); insert into hoge(t) values("2020-01-01"); mysql> desc hoge; +-------+------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+------+------+-----+---------+-------+

                                                                  MySQL 8.0.15 の前後で変わった文字列と DATE 型の比較について - それが僕には楽しかったんです。
                                                                • DBでdateとdatetimeを扱うときのカラム名suffixの使い分け - モヒカンメモ

                                                                  結論 扱うデータが日付 (date) なら、 registered_on のようにsuffixには on を使うべし 扱うデータが日時 (datetime) なら、 registered_at のようにsuffixには at を使うべし 背景 これまでデータベースのカラム名を命名する際、日付 (date) でも日時 (datetime) でもsuffixには at を使っていた。 だが先日、英語的には日付と時間で明確に使い分けがあって日付の場合は at よりも on のほうが適切である、と教えてもらった。 english-club.jp 端的にまとめると、 at は点を示す前置詞なので時間を厳密に表す場合に適切、 on は曜日や日など(時間に比べて)幅のあるものを表す場合に適切、ということらしい。 コーディング規約的にはどうなのか 理屈としては理解できたが、これまで聞いたことがない使い分け

                                                                    DBでdateとdatetimeを扱うときのカラム名suffixの使い分け - モヒカンメモ
                                                                  • GitHub - zkokaja/Brewlet: The missing menulet for brew.sh: keeping your packages up-to-date, and your system secure.

                                                                    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 - zkokaja/Brewlet: The missing menulet for brew.sh: keeping your packages up-to-date, and your system secure.
                                                                    • RFC 9557: Date and Time on the Internet: Timestamps with Additional Information

                                                                      RFC 9557 Date and Time on the Internet: Timestamps with Additional Information Abstract This document defines an extension to the timestamp format defined in RFC 3339 for representing additional information, including a time zone.¶ It updates RFC 3339 in the specific interpretation of the local offset Z, which is no longer understood to "imply that UTC is the preferred reference point for the spec

                                                                      • Breathe 561 Date fm エフエム仙台 - It's a Good Day Today.

                                                                        仙台市 仙台のfm局 Date fm エフエム仙台 愛宕上杉通り沿いにあるので生放送中に前を通ったりします。 曲の途中だったりするとパーソナリティーさんが中なら挨拶してくれたりして。 東京のそれとは違いゆったりしています。 この日は抽選で当選したLIVEへ。 久しぶりなので眩しかった。 Main Blog です。宜しければご覧下さい。 www.bgg-eikokudo.net www.bgg-eikokudo.net

                                                                          Breathe 561 Date fm エフエム仙台 - It's a Good Day Today.
                                                                        • Day.js · 2kB JavaScript date utility library

                                                                          2kBLess JavaScript to download, parse and execute, leaving more time for your code. SimpleDay.js is a minimalist JavaScript library that parses, validates, manipulates, and displays dates and times for modern browsers with a largely Moment.js-compatible API. If you use Moment.js, you already know how to use Day.js. ImmutableAll API operations that change the Day.js object will return a new instanc

                                                                          • Bootstrap 5 release date and what's new about it - Themesberg Blog

                                                                            Bootstrap has been around for more than 8 years and it is the most popular CSS Framework in the world. It powers roughly 18 million websites worldwide and these numbers are still growing. If you’re a web developer there is almost zero chance that you wouldn’t have at least heard about it. The alpha version of Bootstrap 5 has been officially launched on the 16th of June, 2020 bringing improvements

                                                                              Bootstrap 5 release date and what's new about it - Themesberg Blog
                                                                            • GitHub - mark-when/markwhen: Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, 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 - mark-when/markwhen: Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.
                                                                              • GitHub - lamplightdev/aeon: A lightweight date picker built with web components that can be used anywhere

                                                                                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 - lamplightdev/aeon: A lightweight date picker built with web components that can be used anywhere
                                                                                • GitHub - openCACAO/cocoa-ios-date-identification: iOSの接触日が特定できない不具合に対応するためHASH値より日にちを特定するプログラムです。

                                                                                  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 - openCACAO/cocoa-ios-date-identification: iOSの接触日が特定できない不具合に対応するためHASH値より日にちを特定するプログラムです。