タグ directory
人気順 5 users 50 users 100 users 500 users 1000 usersNext.js 13
As we announced at Next.js Conf, Next.js 13 lays the foundations to be dynamic without limits: app/ Directory (beta): Easier, faster, less client JS.LayoutsReact Server ComponentsStreamingTurbopack (alpha): Up to 700x faster Rust-based Webpack replacement.New next/image (stable): Faster with nati... 続きを読む
Windowsにおけるフォルダーとディレクトリとは (1/2)
Windowsにおいて、「フォルダー」と「ディレクトリ」は 実は厳格に区別されている Windowsにおけるフォルダー(Folder)とディレクトリ(Directory)の違いをご存じだろうか? Windowsにおいてフォルダーとは、「仮想フォルダー」(Virtual folder)と「ファイルシステムフォルダー」(File system folder)からなるオ... 続きを読む
GitHub - hackerb9/lsix: Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics. Usage lsix [ FILES ... ] Examples Basic Usage Just typing lsix will show images in the current working directory. You can also specify filenames and, of course, use shell wild cards (e.g., lsix *jpg *png). Because lsix ... 続きを読む
tlapse - 指定したURLに定期的にアクセスしてスクリーンショットを保存 MOONGIFT
Webサイトの作成はゼロから形になるものを作っていく、作品としての一面を持っています。いきなり完成品ができあがる訳ではなく、色々試行錯誤しながら、再読込を繰り返しつつできあがっていきます。 そんなWebサイトのできあがっていく様を残し続けてくれるのがtlapseです。 tlapseの使い方 tlapseは以下のように利用します。 tlapse --every 5m --directory ./sc... 続きを読む
brave/browser-laptop: Brave browser for Desktop and Laptop computers running Windows, OSX, and Linux
README.md Brave Browser Laptop and Desktop browser for OS X and Windows. Installation Clone the git repository from GitHub: git clone git@github.com:brave/browser-laptop.git Open the working directory... 続きを読む
米Yahoo!、原点である「Directory」を年末に終了へ - ITmedia ニュース
米Yahoo!の原点であるWebディレクトリ「Yahoo! Directory」が、2014年12月31日をもって約20年の歴史を閉じる。 米Yahoo!は9月26日(現地時間)、同社の原点ともいえる「Yahoo! Directory」(日本のYahoo!の「Yahoo!カテゴリ」に当たる)をこの年末(12月31日)に終了すると発表した。マリッサ・メイヤー氏のCEO就任以来取り組んでいる“大掃除”... 続きを読む
Plack::App::Directoryで簡易静的ファイル配信 - Islands in the byte stream
だいたいaliasしてるらしいです。padでaliasつくると楽ですね。 alias pad="plackup -MPlack::App::Directory \ -e 'Plack::App::Directory->new->to_app'" 参考:第1回 PSGI/Plack―フレームワークとサーバをつなぐエンジン (2)|gihyo.jp … 技術評論社 続きを読む
Chromeにてアップロードファイルにフォルダを指定するinputタグの記述例 - 強火で進め
Chromeの場合は以下の様に webkitdirectory と directory を付ける(directoryは省略してもOK)とアップロードするファイルの指定としてフォルダが選択できます。実際にはフォルダ内のファイル全てがアップロードされる形になります。 input type="file" webkitdirectory directory /> 実際のコードとしてはこんな感じになります。... 続きを読む