はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ resources

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 25 / 28件)

Amazon DynamoDB now supports resource-based policies

2024/03/21 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip Amazon DynamoDB IAM

Amazon DynamoDB now supports resource-based policies to help you simplify access control for your DynamoDB resources. With resource-based policies, you can specify the Identity and Access Management (IAM) principals that have access to a resource and what actions they can perform on it. You can a... 続きを読む

Total TypeScriptのZodチュートリアルでZodに入門した - dackdive's blog

2022/10/31 このエントリーをはてなブックマークに追加 21 users Instapaper Pocket Tweet Facebook Share Evernote Clip Twitter Zod バリデーションライブラリ

はじめに Zod というバリデーションライブラリが非常に流行っているようなので、素振りした。 www.totaltypescript.com このチュートリアルはたしか Twitter で流れてきて知ったのだが 今見ると Zod の公式ドキュメントからも Resources として紹介されているので、そこそこ信頼していいコンテンツなのだと判断した。 チ... 続きを読む

UX/UI Design: Growing List of Top Resources (last update 10/2021)

2021/10/21 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip Last update UI Design

A list of my favorite design resources. From UX research to the perfect mockup, everything that makes your life easier. Instead of hiding it in the usual Google Doc, from now on it will live here on Medium and will be updated every time I find another little gem. So make sure to subscribe! By the... 続きを読む

COVID-19 Information & Resources - Google

2020/03/21 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip Google

HANDS Wash them often ELBOW Cough into it FACE Don't touch it SPACE Keep safe distance HOME Stay if you can 続きを読む

GitHub - nico3333fr/CSP-useful: Collection of scripts, thoughts about CSP (Content Security Policy)

2018/10/21 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip CSP GitHub I'm

CSP useful, a collection of scripts, thoughts about CSP I'm testing and using CSP (Content Security Policy), and here are some thoughts, resources, scripts and ideas on it. Scripts Report-URI folder In folder "report-uri", you may find examples of CSP parsers you can use for report-uri. csp-parse... 続きを読む

ResourcesのシンプルさとAssetBundleの自由度を実現したAddressable Assetsとは【Unity】【Addressable Assets】【Unite 2018 Tokyo】 - (:3[kanのメモ帳]

2018/07/23 このエントリーをはてなブックマークに追加 17 users Instapaper Pocket Tweet Facebook Share Evernote Clip ベストプラクティス 鬼門 KAN AssetBundle 音源

この記事でのバージョン Unity 2018.2.0f2 はじめに Unityの鬼門の一つに「画像や音源等のリソースをどう管理するか」というものがあります。 「Resources使えば良いじゃないの?」と思う方もいるかもしれませんが、 実は公式で「Resourcesフォルダのベストプラクティスは使用しない事である」 なんて言われるぐらい推奨... 続きを読む

Itamaeが超高速で書けるitamae-snippetsを作った | blog: takahiro okumura

2015/01/22 このエントリーをはてなブックマークに追加 16 users Instapaper Pocket Tweet Facebook Share Evernote Clip Snippets Vimmer glidenote Blog

Itamae書いてますか!※ Itamaeが超高速で書けるようにsnippetsを作成しました.ItamaeのResources等を覚えられないVimmerな皆さん,是非お使いください! tacahilo/itamae-snippets 使用感はglidenote/serverspec-snippetsとほぼ同じ(はず)です. インストール方法は https://github.com/tacahi... 続きを読む

routes.rbでresourcesを使ったときのパラメータをid以外にする - PILOG

2014/10/18 このエントリーをはてなブックマークに追加 41 users Instapaper Pocket Tweet Facebook Share Evernote Clip posts PILOG Only index END

2014-05-20 routes.rbでresourcesを使ったときのパラメータをid以外にする Rails routes Railsではhas_manyな関連を持つモデルに対してRESTなルートを簡単に定義することができる。 # routes.rb resources :blogs, only: [:index] resources :posts, only: [:index] end この... 続きを読む

V8の最適化とIRHydraでの可視化とベンチマークについてのメモ | Web Scratch

2014/09/13 このエントリーをはてなブックマークに追加 45 users Instapaper Pocket Tweet Facebook Share Evernote Clip スライド ベンチマーク メモ Web scratch 文章

V8 の最適化について 色々(主にVyacheslav Egorovさんの記事やスライド)読んでたのでそれのメモ。 この文章は2014年9月13日に書かれて最適化されていないため、この文章を元に最適化をすると失敗すると思います。 参考まとめ V8に関するリソースまとめ V8 Resources - Vyacheslav Egorovさんによる thlorenz/v8-perf - Thorsten... 続きを読む

HipChat OSX版 Version3.xの行間を狭くする - 銀の人のメモ帳

2014/09/05 このエントリーをはてなブックマークに追加 25 users Instapaper Pocket Tweet Facebook Share Evernote Clip 行間 padding メモ帳 contents 数値

2014-09-05 HipChat OSX版 Version3.xの行間を狭くする HipChat.app/Contents/Resources/chat.cssを開く .chatBlock関係に書いてあるpaddingの数値を手当たり次第1pxとかにする HipChat.appを再起動する 行間が狭くなってる 日付表示とかも無駄にデカイからどうにかしたい gin0606 2014-09-05 ... 続きを読む

Rails - Resource Routingつらくね? - Qiita

2014/09/02 このエントリーをはてなブックマークに追加 140 users Instapaper Pocket Tweet Facebook Share Evernote Clip Rails Qiita resource namespace

Rails Guidesでは「Resource Routing: the Rails Default」として namespace, resource, resources といったメソッドを利用する方法が紹介されている。これまでとりあえずこの機能を使って開発してきたが、これは果たして本当に積極的に利用した方が良い機能なのか。 あるとき 試しにTwitterのAPIのようなルーティングを定義しながら... 続きを読む

第八回 RubyMotion で Interface Builder を使うには? - 実践!RubyMotion - Mobile Touch - モバイル/タブレット開発者およびデザイナー向け情報ポータル

2013/12/27 このエントリーをはてなブックマークに追加 16 users Instapaper Pocket Tweet Facebook Share Evernote Clip RubyMotion Rake Xib Storyboard

今回は RubyMotion で Xcode の Interface Builder を使う方法について説明したいと思います。 RubyMotion と Interface Builder 実は Interface Builder でつくった *.storyboard ファイルや *.xib ファイルを resources ディレクトリに置いておくだけで、rake コマンドでアプリケーションをビル... 続きを読む

24 Free Clothes Icons | Free and premium mousemade pixel perfect graphic design and web resources. | pixel-fabric.com

2013/08/12 このエントリーをはてなブックマークに追加 21 users Instapaper Pocket Tweet Facebook Share Evernote Clip

After long time, I bring you a set of nice clothes icons! Fully in vector .ai file, but it is super easy to import icons to photoshop as vector shape! Usable for eshops, infograhpics, print stuff and ... 続きを読む

60 Flat Web UI Design Inspiration | Graphic & Web Design Inspiration + Resources

2013/03/22 このエントリーをはてなブックマークに追加 77 users Instapaper Pocket Tweet Facebook Share Evernote Clip Graphic

Hi there, let’s get in touch! Whether you have ideas or thoughts to share, design contributions to submit, or just want to make a general inquiry about our content, please drop us a few words via the ... 続きを読む

OSX のコマンドラインから、wi-fi の情報をつかって位置情報を得る - unknownplace.org

2012/07/21 このエントリーをはてなブックマークに追加 138 users Instapaper Pocket Tweet Facebook Share Evernote Clip OSX コマンドライン Wi-Fi TOKUHIROM Mac

linux のコマンドラインから、wi-fi の情報をつかって位置情報を得る - tokuhirom's blog. を見て、面白そうだと思ったのでそのMac版。MacでコマンドラインからWiFiスポットをスキャンするのは、 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -s ... 続きを読む

パララックスを実現するためのチュートリアル&リソース集「Parallax Scrolling Tutorials & Resources」 | DesignDevelop

2012/07/14 このエントリーをはてなブックマークに追加 47 users Instapaper Pocket Tweet Facebook Share Evernote Clip パララックス DesignDevelop parallax

パララックスを実現するためのチュートリアル&リソース集「Parallax Scrolling Tutorials & Resources」 大きな話題を呼び、国内でも様々なPRサイトに実装されたパララックス(視差効果)。今までには無い体験は多くの人の注目をあつめました。今日紹介するのはパララックスを実現するためのチュートリアルやリソースをあつめた海外のチュートリアル&リソース集「Parallax ... 続きを読む

Mobile Web Resources | Mobile Web Best Practices

2012/02/10 このエントリーをはてなブックマークに追加 14 users Instapaper Pocket Tweet Facebook Share Evernote Clip Mobile Web

One of the most frequent questions I get asked about the mobile web is “Where do I go to learn about all this stuff?” So here’s an extensive list of helpful tools and resources that can help you creat... 続きを読む

レスポンシブなjQueryスライダー実装プラグイン8個:phpspot開発日誌

2012/01/16 このエントリーをはてなブックマークに追加 52 users Instapaper Pocket Tweet Facebook Share Evernote Clip phpspot開発日誌 レスポンシブ デフォルト 常識 時代

8 Responsive jQuery Slider Plugins | Resources レスポンシブなjQueryスライダー実装プラグイン8個 多様化するデバイス環境の中、レスポンシブの簡単さと柔軟さは今後はWEBデザイナーさんの常識となってくると思いますが、レスポンシブな仕組みを使ったスライダー実装プラグインです。 今後はプラグインもレスポンシブがデフォルトなんていう時代になっていくんじゃ... 続きを読む

Lionのログインスクリーンの壁紙を変更する方法 | Macの手書き説明書

2011/08/25 このエントリーをはてなブックマークに追加 30 users Instapaper Pocket Tweet Facebook Share Evernote Clip Lion Versions Frameworks 壁紙 Mac

Lionのログインスクリーンの壁紙を変更する方法がMac OS X Hintsに掲載されていましたので試してみました。 Finderを前面にしてCCommand ⌘Shift+Gで「フォルダへ移動」を表示して/System/Library/Frameworks/AppKit.framework/Versions/C/Resourcesと入力 表示された「Resources」フォルダの「NSText... 続きを読む

Mission Controlの壁紙を変更する方法 | Macの手書き説明書

2011/08/24 このエントリーをはてなブックマークに追加 25 users Instapaper Pocket Tweet Facebook Share Evernote Clip 壁紙 Mission Control Mac 手書き説明書

LionのMission Controlの壁紙を変更する方法がOS X Dailyに掲載されていましたので実際に試してみました。 Finderを前面にしてCommand ⌘Shift+Gで「フォルダへ移動」を表示して/System/Library/CoreServices/Dock.app/Contents/Resources/と入力 表示された「Resources」フォルダ内の「defaultd... 続きを読む

Appleのアプリ審査ガイドライン、UIWebViewに関係するリジェクト事例 | MemeTodo

2011/08/23 このエントリーをはてなブックマークに追加 176 users Instapaper Pocket Tweet Facebook Share Evernote Clip UIWebView AppStore guidelines

2011年8月23日火曜日 Appleのアプリ審査ガイドライン、UIWebViewに関係するリジェクト事例 大部分がUIWebViewだけを使うようなアプリに対してどういう審査があるのかを少し調べた。 まずは Appleによる審査ガイドライン https://developer.apple.com/appstore/resources/approval/guidelines 日本語訳 英文と並んで... 続きを読む

WebGLの(実質的に)仕様上の脆弱性について(日本語訳) - ものがたり

2011/05/10 このエントリーをはてなブックマークに追加 156 users Instapaper Pocket Tweet Facebook Share Evernote Clip WebGL ものがたり cnet.com NEWS 脆弱性

WebGLの(実質的に)仕様上の脆弱性が見つかったとされて、話題になっています。元はContext Information Security社のブログの記事なのですが、http://www.contextis.co.uk/resources/blog/webgl/日本語でもかいつまんで紹介されています。http://japan.cnet.com/news/service/35002505/とはいえ... 続きを読む

ただでさえ完成度が高いのにさらに洗練されたCotEditor用置き換えアイコン | Macの手書き説明書

2011/04/16 このエントリーをはてなブックマークに追加 26 users Instapaper Pocket Tweet Facebook Share Evernote Clip Mac 手書き説明書 CotEditor 完成度 万年筆

Macの定番テキストエディタとなりつつあるCotEditorのアイコンをより格好いいものにしてくれます。 Leopard以降のOSのための512x512サイズの追加。鉛筆が万年筆になりました。 丸々していたのがすっきりした感じになります。 置き換え方はCotEditorを右クリックで選択して「パッケージの内容を表示」 「Contents」>「Resources」の「appIcon.icns」を置き... 続きを読む

ラインの美しさと遊び心の詰まったフォント集「thumbnail Fonts Resources 30 Elegant and Beautiful Free Fonts for Creative Designs」 | DesignDevelop

2011/03/01 このエントリーをはてなブックマークに追加 26 users Instapaper Pocket Tweet Facebook Share Evernote Clip フリーフォント DesignDevelop 遊び心 神経 印象

ラインの美しさと遊び心の詰まったフォント集「thumbnail Fonts \ Resources 30 Elegant and Beautiful Free Fonts for Creative Designs」デザインの印象を左右するフォント選びは重要であり、神経を使う作業の1つでもあります。今日紹介するのは、ラインの美しさと遊び心のあるフリーフォントを集めたフォント集「thumbnail F... 続きを読む

jQuery4u Blog | Latest jQuery News 2011, Tutorials & Tips

2011/02/09 このエントリーをはてなブックマークに追加 34 users Instapaper Pocket Tweet Facebook Share Evernote Clip Plugins Tutorials Tips Blog

jQuery Blog with latest jQuery news 2011, Free Tutorials, Tips, Resources, Plugins, Questions Forum, Code Snippets, Widgets and Top 10 lists.We all know that flash can do cool and pleasing animation e... 続きを読む

 
(1 - 25 / 28件)