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
A "public suffix" is one under which Internet users can (or historically could) directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes. See https://publicsuffix.org/ and the Wiki link above for more information. Are you here to add or update something? All submissions must conform to the validation
みなさん、こんにちわ。 かれこれマークアップを5年近くやっているのですが、list-styleとcounterプロパティについて見落としていたことがあったので、備忘録として書いておきます。 同じことやっている人がいたら、今日たった今、一緒に卒業しましょう!! list-styleの種類 まずはlist-styleプロパティについておさらいですが、これだけの種類があります。 reset.cssなんかでnoneにして考えもしない人も多いと思いますが、今一度見直してみましょう! 意外と知らなかったものありませんでしたか? わたしは半分以上存在を忘れてました。 続いてcounterプロパティについてですが、指定する際には、以下の3セットを使用する形になります。 親子3代に渡って指定するファミリーセットとして覚えましょう。 親:counter-reset カウントする範囲を指定します。実際にカウント
MagicUnprotect: This GPT allows to interact with the Unprotect DB to retrieve knowledge about malware evasion techniques. GP(en)T(ester): A cybersec assistant for pentesting guidance. Threat Intel Bot: A specialized GPT for the latest APT threat intelligence. Vulnerability Bot: A specialized GPT on vulnerability, secure code, ransomware attacks SourceCodeAnalysis: Upload any project's source code
(Unlimited-Beans) BIGO Live Diamonds Generator Latest Update Free Codes List 2024 20 Secs Ago, Bigo Diamonds Generator 999999 Bigo Live Diamond using Bigo Live Diamond Cheats and Bean Generator in just a few clicks. Some parts of the game are premium & you have to pay real money from your wallet or bank. But here you don’t need to pay any amount for 999999 free Diamond so take advantage of it. Now
💚Helm 🔥🔥🔥🔥🔥 - Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. 💚Infra 🔥🔥🔥 - Infra enables you to discover and access infrastructure (e.g. Kubernetes, databases). We help you connect an identity provider such as Okta or Azure active directory, and map users/groups with the permissions you set to your infrastructure. 💚K9s 🔥🔥🔥🔥🔥 - K9s pro
I want to migrate my iPhone app to a new database version. Since I don't have some version saved, I need to check if certain column names exist. This Stackoverflow entry suggests doing the select SELECT sql FROM sqlite_master WHERE tbl_name = 'table_name' AND type = 'table' and parse the result. Is that the common way? Alternatives?
計画性がある人とない人の違いは、『物事を判断する基準』です。一体どういうことなのでしょうか?今回の記事では、計画性のある人とない人の特徴と、計画性を身に付けるための方法までご紹介します。 あなたは『計画性』がありますか?それとも行き当たりばったりで何とかなるだろうと思う計画性のない人でしょうか? どちらが良いという訳ではありませんが、計画をきちんと立てられる人は作業の効率も良く時間を無駄にすることが少ないでしょう。 一方、計画性に欠ける人は、無駄なことに時間を使ってしまったり小さなミスも多くなる、また何か予測していなかったことがあった時に対処ができないという傾向があります。 計画性とは予測能力である 計画性とは、何かを行うときに、やるべきことの見通しを立て、それに従い物事を進め、達成することです。 未来に起こり得る様々なことを予測して行動するので、計画性とは予測能力のことなのです。 例えば
こんにちは。AWS事業本部トクヤマシュンです。 先日、CloudFrontのIPアドレスがManaged Prefix Listに対応しました。 待望のアップデートで、記憶に新しい人も多いのではないでしょうか。 そんなCloudFrontのManaged Prefix ListをTerraformで使う時にハマったので、対処法を共有します。 初めに結論 CloudFrontのManaged Prefix ListをTerraformで実装する際のデータソースは、 aws_prefix_listではなくaws_ec2_managed_prefix_listを使いましょう! ハマりどころ これまで、S3やDynamoDBのManaged Prefix ListをTerraformで参照するときは、データソースとしてaws_prefix_listのname属性を利用していました。 しかし、Clo
prr is a tool that brings mailing list style code reviews to Github PRs. This means offline reviews and inline comments, more or less. To that end, prr introduces a new workflow for reviewing PRs: Download the PR into a "review file" on your filesystem Mark up the review file using your favorite text editor Submit the review at your convenience The tool was born of frustration from using the point
Create an Access Control List to Block Countries or Continents Select by Continent or Country: AFRICA ASIA EUROPE NORTH AMERICA SOUTH AMERICA OCEANA ANTARTICA Afghanistan Aland Islands Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua And Barbuda Argentina Armenia Aruba Asia Pacific Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Beni
はじめに そういえば Apple の SwiftUI のチュートリアルには, 通信して取得したデータを表示する系のチュートリアルがなかったな ということで SwiftUI の勉強会の LT 発表ネタにしようと思って サンプルアプリを作ってみることにしました。 何を題材にしよう?と考えて, 勉強会なので connpass のイベントサーチAPI 使おうと決めました。 Enjoy SwiftUI vol2 で一部ライブコーディングした内容です。 ObservableObject と ObservedObject SwiftUI の View 周りの実装だけやるのであれば不要な知識なのですが, データが絡まないことは実際のアプリだとほとんどないですよね。 ちょっと敬遠してた ObservableObject と ObservedObject を 確認することにしました。 ObservableOb
Visiteurs depuis le 02/02/2018 : 13458 Connectés : 2 Record de connectés : 28
FlutterのListViewの中にPageViewで画像のカルーセルを作る(縦横入れ子のNested Listの作り方) Flutter の ListView のリストの中に PageView で画像のカルーセルを作ります。 縦の ListView の中に横の PageView を表示する縦横入れ子の Nested List です。 完成後はこのような動きになります。 iOS や Android のネイティブで入れ子のリストを実装しようとすると結構大変なのですが、Flutter だと割と簡単に実装できました。 それでは見ていきましょう。 環境macOS Big Sur 11.1Android Studio 4.1.2Flutter 1.22.6Dart 2.10.5package を追加するpubspec.yaml に english_words package を追加します。 dep
Ansibleユーザーのコミュニティミートアップ「Ansible Night」がオンラインで開催されました。今回は、Ansibleの最新技術キャッチアップとあわせて、Ansible利用時にやらかした話、ハマった(けどこうやって解決した)話を共有する場となりました。宮﨑氏は、Ansibleタグとその継承について発表しました。 指定タグのタスクのみ動かしたりスキップできるAnsibleのタグ 宮﨑啓史氏:それでは、LTを始めたいと思います。今日の内容は、以前詳しく調査していて、「はてなブログ」にまとめているので、ぜひあとでチェックしてもらえればと思います。 ブログのリンクは、「Twitter」と「connpass」にもスライドを共有しているので、そちらからたどってもらえれば幸いです。 まず自己紹介です。私、「zaki」と申します。Twitterとかブログとかをやっています。右下、Ansible
VS Code debug specs A collection of Visual Studio Code Debug specifications and how-to debug for various languages and platforms Visual Studio Code Debug specs list Language or Platform name Debugger Extension(ver) Debugger MacOS Windows Linux
You're Probably Using Your To-Do List WrongMost people organize their to-do lists around due dates. Here's why that is counterproductive. To-do lists are one of productivity's oldest and simplest tools. Yet most people don't use them correctly. This isn't fully their fault. At least part of the blame goes to today's to-do list apps. They push you to prioritize tasks in an overly simplistic way. Mo
Here is the complete list of JLPT N4 Kanji to help you with systematic preparation to study for JLPT N4 certification. You need to remember about 250 Kanji for JLPT N4, which includes the Kanji characters you learned for JLPT N5. Considering this, we have prepared the complete list for JLPT Kanji here. The following list of JLPT N4 Kanji includes the On’yomi, or Chinese pronunciations, which are f
Large language models have taken the public attention by storm – no pun intended. In just half a decade large language models – transformers – have almost completely changed the field of natural language processing. Moreover, they have also begun to revolutionize fields such as computer vision and computational biology. Since transformers have such a big impact on everyone’s research agenda, I wan
Basic Japanese vegetable cutting techniques Here are the most common, basic techniques and names. With these you can make all basic Japanese recipes. Wa-giri (輪切り) – Round slice Refers to making round/circular slices from cylindrical items like carrots and cucumbers. Usually a bit thicker than the above mentioned usui-giri. Often used with: carrots, cucumbers, daikon, tomato, eggplant Hangetsu-gir
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く