並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 610件

新着順 人気順

x86 x64の検索結果361 - 400 件 / 610件

  • Visual Studio (up to 2019) のコマンドラインでの C/C++ コンパイル環境 - Qiita

    nim が VC++ コンパイラ cl.exe を見つける方法を調べる過程で、Visual Studio のコマンドライン C/C++ コンパイル環境について分かったことをまとめておきます。 概要 VC++ の C/C++ コンパイラは cl.exe という名前のコンソールプログラムですが、cl.exe の位置を調べて起動すればすんなりコンパイルできるという訳ではありません。 というのも、Windows で C/C++ のプログラムを開発する場合は、いわゆる標準の C/C++ プログラムを記述することはむしろ稀で、多くの場合、Win32 API や .NET Framework なども利用します。 このとき、これらの SDK のヘッダファイルやライブラリファイルを見つけられるように、INCLUDE, LIB, LIBPATH といった環境変数を適切に定義した上で cl.exe を呼び出す必

      Visual Studio (up to 2019) のコマンドラインでの C/C++ コンパイル環境 - Qiita
    • Journey to libbpf 1.0

      Libbpf 1.0 release is here! It has been a pretty long journey to get to libbpf 1.0, so to commemorate this event I decided to write a post that would highlight main features and API changes (especially breaking ones) and show large amount of work done by libbpf community that went into improved usability and robustness of libbpf 1.0. The idea to clean up and future-proof and shed some organically

      • V8 エンジンを Unity Android アプリ上で動かす(V8 ビルド編) - e.blog

        概要 Google Chrome や Node.js で使われている JavaScript エンジンである V8 エンジンを、Unity のアプリ上で動かすためのあれこれをまとめていきたいと思います。長くなってしまうのでビルド編と使用編に分けて書きます。今回はビルド編です。V8 をどうやって Unity と連携させたかについては次回書きます。 これを利用して簡単なプロトタイプを作ってみた動画を Twitter に投稿しています。 こちらは Unity Editor 上で JavaScript を書いてそれを Cube の動きに適用している例です。 JSに更新処理を書いて、GameObjectに適用するプロトができた!! #Unity #madewithunity pic.twitter.com/3yFR7DRmuP— edom18@XR / MESON CTO (@edo_m18) 202

          V8 エンジンを Unity Android アプリ上で動かす(V8 ビルド編) - e.blog
        • 完全未経験の文系事務員がOSEPを取得するまで - Qiita

          はしがき ・著者は、文章を書くのが苦手です。 ・この記事は、大変長く冗長になっています。 ・この記事は、間違っていることを多く含んでいる可能性があります。 ・この記事は、あなたの学習における大きなネタバレとなる可能性があります。 ・この記事は、誤字・脱字が多いです。 記事の目的 本記事は、OSCP取得の直後から著者が歩いたOSEP取得までの過程を残した記事です。 記事の妥当性 私自身は、自己学習の範囲内で1年ほどのセキュリティの経験しかないただの事務員です。業務で診断業務やペネトレーション・Red Teamingをしたこともなければ、大規模なシステムやサーバの管理・プログラム開発をしたことはありません。よって記事の内容の妥当性には大いに疑問が残ると思います。一方で完全な未経験ながらの視点や疑問を残しつつ、入門者がどういった行動に出るのかという点を残すことは意味があることだと著者は思います。

            完全未経験の文系事務員がOSEPを取得するまで - Qiita
          • Node.js — Node v12.9.0 (Current)

            Notable changes crypto: Added an oaepHash option to asymmetric encryption which allows users to specify a hash function when using OAEP padding (Tobias Nießen) #28335. deps: Updated V8 to 7.6.303.29 (Michaël Zasso) #28955. Improves the performance of various APIs such as JSON.parse and methods called on frozen arrays. Adds the Promise.allSettled method. Improves support of BigInt in Intl methods.

              Node.js — Node v12.9.0 (Current)
            • Ubuntu 18.04 に Redmine 4.0.1 をインストール | 雑廉堂の雑記帳

              Ubuntu 18.04 に Redmine 4.0.1 をインストール投稿者: zaturendo 投稿日: 2019年4月30日2019年4月30日 Ubuntu 18.04 で運用しているサーバーに、プロジェクト管理ツール、Redmine をインストールしたのでその覚書です。 「RubyとRuby on RailsをRbenvでインストール(システムワイド編) 」の続きになります。 この記事を書いてずいぶん寝かしてしまっていたので、以下の記述は Redmine 4.0.1 に関するインストールになります1。 なお、いつものことですが、この記事はあくまでも個人の備忘録ですので、参考にされる場合は自己責任でお願いします。 これまで、Redmine 3.2 を利用していたのですが、サーバー移行するのでバージョンアップしてみました。 記事は、原則として新規にインストールすることを前提として書

                Ubuntu 18.04 に Redmine 4.0.1 をインストール | 雑廉堂の雑記帳
              • Windowsにインストール済みのアプリケーション一覧をコマンドで取得する - pslaboが試したことの記録

                自分の管理下にないPCにインストール済みアプリの一覧をメールで教えてもらう必要が出てきたので、方法をしらべてみました。 確認方法(32-bit Windows) 結果から言うと、32-bit Windows では、コマンドプロンプトから次のコマンドを実行するのがシンプルでした。 reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall" /s | find "DisplayName" 確認方法(64-bit Windows) 64-bit Windows の場合は、さらにこちらのコマンドも実行します。 reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall" /s | find "

                  Windowsにインストール済みのアプリケーション一覧をコマンドで取得する - pslaboが試したことの記録
                • Hp Color Laserjet Cm1312nfi Mfp Software For Mac

                  Visiteurs depuis le 28/01/2019 : 4255 Connectés : 1 Record de connectés : 25 Drivers For Hp Laserjet Cm1312nfi MfpHp Color Laserjet Cm1312nfi Mfp Software Download MacI upgraded to Mac OS 10.11 (El Capitan) and installed my (old) HP CM1312nfi MFP printer after. I can print over the LAN, but it appears that I can't scan - HP Software is available for 10.7 (10.8 & 9 only firmware).Download the lates

                    Hp Color Laserjet Cm1312nfi Mfp Software For Mac
                  • Node.js — Node v14.6.0 (Current)

                    Notable Changes deps: upgrade to libuv 1.38.1 (Colin Ihrig) #34187 upgrade npm to 6.14.6 (claudiahdz) #34246 (SEMVER-MINOR) update V8 to 8.4.371.19 (Michaël Zasso) #33579 module: (SEMVER-MINOR) doc only deprecation of module.parent (Antoine du HAMEL) #32217 (SEMVER-MINOR) package "imports" field (Guy Bedford) #34117 src: (SEMVER-MINOR) allow embedders to disable esm loader (Shelley Vohr) #34060 tl

                      Node.js — Node v14.6.0 (Current)
                    • 今更ながらコンピュータにおけるエンディアンの話 (1/2)

                      アプリケーションを使うだけなら問題はないが、コンピューターに関するドキュメントを読む場合などに「エンディアン」の理解が必要になることがある。というわけで、今回は今更ながらエンディアンについて解説する。 Windowsでは、x86/x64でもARMでも基本的にリトルエンディアンで数値を表現する。Windowsが使うUnicode(UTF-16エンコーディング)は、16bitで文字を扱うため、エンディアンに影響される そもそもエンディアンとはなんぞや と書いていきなりだが、エンディアンはいわゆる”俗称”であり、正式には、バイト順(Byte Order、バイトオーダー)である。簡単に言えば、メモリや通信において、複数のバイトで表現される数値をどういう順番で扱うか? というのがバイト順だ。 基本的にすべてのCPUでは、メモリに数値を格納する場合のバイト順が定義されている。メモリアドレスの下から順に

                        今更ながらコンピュータにおけるエンディアンの話 (1/2)
                      • 4 billion if statements

                        I recently stumbled upon this screenshot while researching social media on the train. Of course, it was followed by a cascade of spiteful comments, criticizing this fresh programmer’s attempt to solve a classical problem in computer science. The modulus operation. Now, in a world where AI is replacing programmers by the minute, taking their jobs and revolutionizing the way we think about code, may

                        • Visual StudioのC++デバッグビルド、2倍〜3倍高速化する方法発見

                          Visual Studioエンジニアリングチームは5月7日(米国時間)、「2x-3x Performance Improvements for Debug Builds|C++ Team Blog」において、「Visual Studio 2019 バージョン16.10 Preview 2」のx86/x64 C++コンパイラデバッグビルドのパフォーマンスを大幅に向上することに成功したと伝えた。確認したプロジェクトでは2倍から3倍のスピードアップが観測されているという。C++を使った開発をしている場合、今後リリースされるバージョンでデバッグにかかる時間の短縮化が実現される可能性がある。 資料: Microsoft デバッグビルドパフォーマンスの向上はデフォルトで有効になっているランタイムチェック(/RTC)によって発生していたオーバーヘッドを削減することによって実現したとされている。主な原因は

                            Visual StudioのC++デバッグビルド、2倍〜3倍高速化する方法発見
                          • TRTorchを使用してPyTorchの推論を高速化する | ゆるいDeep Learning

                            TRTorchについて 以降は下記のリンクを元に記述しています。 https://www.nvidia.com/en-us/on-demand/session/gtcfall20-a21864/ PyTorchはpython依存しているがTorchScriptを使用するとC++からも使用可能になります。モデル静的な構造に変換します。 PyTorchのモデルをTorch Script形式に変換してC++から呼ぶ一例は下記になります。 PyTorchのモデル、TorchScriptのモデルはTensorRTで推論高速化が可能です。 TensorRTの特徴は下記になります。 なるべく低い数値精度を保ったままモデルを変換します。 レイヤー、Tensor合成をしてGPUへのカーネル命令の呼び出しをまとめています。 ハードウェアごとに最適なカーネル命令が異なるのですが、自動的に最適なカーネル命令を取得

                              TRTorchを使用してPyTorchの推論を高速化する | ゆるいDeep Learning
                            • M5Stickの開発環境をArduino IDEを使って整えてみた。 | DevelopersIO

                              こんにちは、コンサル部@大阪オフィスのTodaです。 ここ最近M5StickCPlusを利用して便利なモノができないか?といろいろ試しています。 今回は、M5Stack, M5Stickの開発をする際に利用するArduino IDEのセットアップ方法をまとめてみました。 やりたいこと Arduino IDEを利用してM5Stack, M5Stickの開発環境を整える。 M5Stick CPlusとは? M5StickCPlusはM5Stack社が開発、販売をしているIoTデバイス開発ツールキットです。 別機器でM5StickCがありWi-FiとBluetooth機能が追加された物になります。 プログラムはArduino言語を利用して開発します。 Arduino言語はC/C++をベースにして開発されたプログラミング言語です。 ・M5Stack 公式サイト https://m5stack.co

                                M5Stickの開発環境をArduino IDEを使って整えてみた。 | DevelopersIO
                              • Tx2 Rtl8191se Drivers For Mac

                                Visiteurs depuis le 27/01/2019 : 3229 Connectés : 1 Record de connectés : 4 Get the driver from Toshiba it the laptop came preinstalled with Windows 7. Disconnect the device from your computer. Another approach is to see of you can get a used wireless G router local ads, eBay, etc. Tips from the PitCrew If a hardware device isn’t functioning properly, or if a program or game that you’re installing

                                  Tx2 Rtl8191se Drivers For Mac
                                • Visual Studio Code April 2021

                                  Version 1.88 is now available! Read about the new features and fixes from March. April 2021 (version 1.56) Update 1.56.1: The update addresses these security issues. Update 1.56.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the April 2021 release of Visual Studio Code. The VS Code team has been busy t

                                    Visual Studio Code April 2021
                                  • Node.js — Node v15.13.0 (Current)

                                    Notable Changes buffer: implement btoa and atob (James M Snell) #37529 deps: upgrade npm to 7.7.6 (Ruy Adorno) #37968 This update adds workspaces support to npm run and npm exec doc: add legacy status to stability index (James M Snell) #37784 add @linkgoron to collaborators (Nitzan Uziely) #37817 http: add http.ClientRequest.getRawHeaderNames() (simov) #37660 Commits [dc9cd43d8f] - (SEMVER-MINOR)

                                      Node.js — Node v15.13.0 (Current)
                                    • Node.js — Node v22.2.0 (Current)

                                      2024-05-15, Version 22.2.0 (Current), @targos Notable Changes [fb85d38e80] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766 [23a0d3339f] - doc: add pimterry to collaborators (Tim Perry) #52874 [7d7a762156] - (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller) #52837 [8748dd6477] - (SEMVER-MINOR) inspector: intr

                                        Node.js — Node v22.2.0 (Current)
                                      • 【GitHub Actions】self-hosted runnerでsetup-pythonアクションを使用したらエラーでハマった話 | DevelopersIO

                                        【GitHub Actions】self-hosted runnerでsetup-pythonアクションを使用したらエラーでハマった話 こんにちは、CX事業本部の若槻です。 GitHub Actionsには、CIのジョブ実行をGitHub上ではなく任意のサーバー上で行えるようにするself-hosted runnersという機能があります。 About self-hosted runners Self-hosted runners offer more control of hardware, operating system, and software tools than GitHub-hosted runners provide. With self-hosted runners, you can choose to create a custom hardware configur

                                          【GitHub Actions】self-hosted runnerでsetup-pythonアクションを使用したらエラーでハマった話 | DevelopersIO
                                        • Node.js — Node v17.5.0 (Current)

                                          Notable Changes Add fetch API Adds experimental support to the fetch API. This adds a --experimental-fetch flag that installs the fetch, Request, Response and Headers globals. [76a229c4ff] - (SEMVER-MINOR) lib: add fetch (Michaël Zasso) #41749 Add stream methods [1ae648567a] - (SEMVER-MINOR) stream: add iterator helper find (linkgoron) #41849 [62e1a68077] - (SEMVER-MINOR) stream: add toArray (Benj

                                            Node.js — Node v17.5.0 (Current)
                                          • Busybox-based Linux distro from scratch

                                            16 MiB SD/MMC card. Made in Japan in 2005 Today, I would like to show something different, than usual reverse-engineering, that appears on my blog usually. I needed to prepare a Linux distro for myself to be able to run it on my PC. But not the ordinary operating system that we download from webpage, then use fancy graphical installer to select, what we want and where. My goals were very specific.

                                              Busybox-based Linux distro from scratch
                                            • Swift 3d Max 4 Keygen For Mac

                                              Visiteurs depuis le 26/01/2019 : 7977 Connectés : 1 Record de connectés : 19 (312)222-3894 [phone]; Main Studio Address: 1801 Grand Ave. Des Moines,IA 423500 Ext. Station Website; Closed Captioning Contact: Bradley D. Electric Rain Swift 3D MAX 4.0.144 (x86/x64)| 18/19 Mb Swift 3D is the only 3D software to directly integrate with Adobe Flash® through the Swift 3D File Importer and SmartLayer Tech

                                                Swift 3d Max 4 Keygen For Mac
                                              • Apple Silicon Mac(M1,M2)でx86_64な環境構築【Ubuntu】 - Qiita

                                                はじめに CpawCTFや「詳解セキュリティコンテスト」でリバースエンジニアリングの学習をしようとしたところ、ほとんどの問題でx86_64アーキテクチャの実習環境が前提となっていました。対してM1,M2 Macはarm64アーキテクチャが採用されているため、解析対象のバイナリファイルなどがそのまま実行できません。 今回は仮想化ツールのUTMを用いて、M2 Mac上にx86_64なUbuntuの仮想環境を構築したので、アーキテクチャの知識も含めて紹介しようと思います。 CPU アーキテクチャ 2つのCPUアーキテクチャ(ARM,x86)と、それぞれ実装される命令セットの特徴をまとめてみました。この章を読まなくても環境構築に支障はないので、急ぎの方は読み飛ばしてください。 ちなみに命令セット(ISA) とはCPUを動作させるための命令語の体系です。 命令そのものの仕様の他に、レジスタの数や種類

                                                  Apple Silicon Mac(M1,M2)でx86_64な環境構築【Ubuntu】 - Qiita
                                                • Node.js — Node v14.11.0 (Current)

                                                  Notable Changes This is a security release. Vulnerabilities fixed: CVE-2020-8251: Denial of Service by resource exhaustion CWE-400 due to unfinished HTTP/1.1 requests (Critical). CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High). Commits [dd828376a0] - deps: update llhttp to 2.1.2 (Fedor Indutny) nodejs-private/node-private#215 [753f3b247a] - http: add requestTimeout (Mat

                                                    Node.js — Node v14.11.0 (Current)
                                                  • GitHub - mytechnotalent/Reverse-Engineering: A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.

                                                    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 - mytechnotalent/Reverse-Engineering: A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
                                                    • コマンド ラインから Microsoft C++ ツールセットを使用する

                                                      Visual Studio に含まれているツールを使用し、コマンド ラインで C と C++ のアプリケーションをビルドできます。 Microsoft C++ (MSVC) コンパイラ ツールセットは、スタンドアロン パッケージとしてダウンロードすることもできます。 Visual Studio IDE を使用する予定がない場合は、インストールする必要はありません。 Note この記事では、個々のコンパイラ、リンカー、ライブラリアン、その他の基本的なツールを使うように環境を設定する方法について説明します。 MSBuild に基づく Visual Studio のネイティブ プロジェクト ビルド システムでは、この記事の説明に従って環境は使用されません。 コマンド ラインから MSBuild を使用する方法については、「コマンド ラインでの MSBuild - C++」をご覧ください。 Vis

                                                        コマンド ラインから Microsoft C++ ツールセットを使用する
                                                      • An Update on C++/CLI and .NET Core - C++ Team Blog

                                                        The first public release of our C++/CLI support for .NET Core 3.1 is now available for public preview! It is included in Visual Studio 2019 update 16.4 Preview 2. We would love it if you could try it out and send us any feedback you have. For more info about what this is and the roadmap going forward, check out my last post on the future of C++/CLI and .NET Core. To get started make sure you have

                                                          An Update on C++/CLI and .NET Core - C++ Team Blog
                                                        • .NET (C#)からpythonを呼び出す - Qiita

                                                          pythonnetを使って、.NETからpython(cpython)コードを呼び出す方法。 例えば、「Chainerで作ったAI処理を、.NETでつくったGUIから叩きたい!」とかいうときに有用。 python -> .NET(C#)の資料はたくさんあるのに、.NET -> pythonの資料がほとんどない1ので作成。 前提 この記事は以下の知識があることを前提に作成した。 C#がある程度わかること。 pythonがある程度(pip等の環境管理の仕組みも含め)わかること。 手順 作業目標は、「Windows(x64)環境で、VS2017を使い、C#からpython3.7(x64)のコードを呼び出すサンプルを作る」とする。 なお、pythonnetは、本記事執筆時点(2019/07)で、python 3.7まで対応している。 pythonnetの設定 pythonnetをビルドするための設

                                                            .NET (C#)からpythonを呼び出す - Qiita
                                                          • Docker のインストールの意味を完全に理解してみる - Qiita

                                                            昨日は、Docker Swarm 関連でひどい目にあった。もう何回目だろうこの手のインストールで時間を使うのは。もういい加減嫌になった。 どうやったらもっと確実にいけるだろう?なぜ、毎回時間がかかるんだろう。今回、Docker Swarm のインストールがうまくいかない原因をしらべたかった。事実としては Docker for Azure なら動く acs-engine をバージョンアップしたら動かない(同じバージョンで) ログは出ているが、それがダメなのかわからない(syslog  で出ている) マスターはちゃんと動作していない。ブートのログを見ても、エラーは見つからない。 結局のところ何かと考えると、Docker for Azure のスクリプトと、acs-engine のスクリプトを比較したら問題がわかりそうなのだが、なぜそうしないか?というと、わかりそうにないから。 多分理由は「理解

                                                              Docker のインストールの意味を完全に理解してみる - Qiita
                                                            • Gaussian Splattingを試す (Windows) – ft-lab

                                                              Gaussian Splattingは、SIGGRAPH 2023で発表されたプロジェクトです。 複数枚の写真からその空間のあらゆるところから見たビューを補間します。 同じ技術にNeRFがありますが、これの欠点を補った理論のようです(アルゴリズムはまだ未調査)。 NeRFの問題は、かなり大雑把な書き方ですが大きく以下の2点があります。 トレーニング時間がかかる 最終的な空間の復元で解像度不足 (なんだか眠い) GitHubのリポジトリはこちらになります。 https://github.com/graphdeco-inria/gaussian-splatting 今回はGaussian Splattingを試す流れをまとめることにしました。 CUDA11.8とAnaconda3を使います。 GoProで撮影した動画を使ってウォークスルーするまでを行います。 検証環境 OS : Windows

                                                              • Amazon Linux 2023のパッケージをアップデートしてみた | DevelopersIO

                                                                Amazon Linux 2023のリポジトリバージョンが追加されていた こんにちは、のんピ(@non____97)です。 皆さんはAmazon Linux 2023のパッケージのアップデート方法が気になったことはありますか? 私はあります。 ふと、Amazon Linux 2023のリリースノートを見ると、2023/3/15のGA後に2回アップデートがあったようです。 Amazon Linux 2023 release notes update 2023-03-29 - Amazon Linux 2023 Amazon Linux 2023 release notes update 2023-03-22 - Amazon Linux 2023 Amazon Linux 2023のパッケージのアップデートは以下記事で紹介している通り、単純にdnf upgradeするだけではなく、リポジトリ

                                                                  Amazon Linux 2023のパッケージをアップデートしてみた | DevelopersIO
                                                                • Node.js — Node v12.14.1 (LTS)

                                                                  Notable changes crypto: fix key requirements in asymmetric cipher (Tobias Nießen) #30249 deps: update llhttp to 2.0.1 (Fedor Indutny) #30553 update nghttp2 to 1.40.0 (gengjiawen) #30493 v8: mark serdes API as stable (Anna Henningsen) #30234 Commits [ddbe9826d0] - assert: replace var with let in lib/assert.js (PerfectPan) #30261 [33e0bd6b7c] - benchmark: use let instead of var in async_hooks (dnlup

                                                                    Node.js — Node v12.14.1 (LTS)
                                                                  • The Docker Handbook – Learn Docker for Beginners

                                                                    sharing with others may helpWhichever version of the book you end up reading though, don't forget to let me know your opinion. Constructive criticism is always welcomed. Introduction to Containerization and DockerAccording to IBM, Containerization involves encapsulating or packaging up software code and all its dependencies so that it can run uniformly and consistently on any infrastructure.‌In ot

                                                                      The Docker Handbook – Learn Docker for Beginners
                                                                    • Node.js — Node v20.4.0 (Current)

                                                                      Notable Changes Mock Timers The new feature allows developers to write more reliable and predictable tests for time-dependent functionality. It includes MockTimers with the ability to mock setTimeout, setInterval from globals, node:timers, and node:timers/promises. The feature provides a simple API to advance time, enable specific timers, and release all timers. import assert from 'node:assert'; i

                                                                        Node.js — Node v20.4.0 (Current)
                                                                      • 『「やさしさ」の免罪符』 脚注・参考資料集

                                                                        『「やさしさ」の免罪符 暴走する被害者意識と「社会正義」』(林智裕)の脚注・参考資料集です。 ※参考資料については、お待ちください。 ※「事実を整える」の Nathanさんと共同作業で作りました はじめに*1 【北海道・大千軒岳】「友だちでした。何も言えない」クマに襲われたとみられる遺体北大生と判明…水産学部長「志半ばの若い命が失われたことに深い悲しみ」 | みんなの掲示板 Talk (トーク) *2 北秋田市でクマに襲われ 高校生含む5人けが 1人は重傷|NHK 秋田県のニュース *3 クマ類による人身被害について [速報値] *3 クマによる人的被害 統計開始以降最多に 今年度17道府県160人 | NHK | クマ被害 *4 ファラオ田中【冷めた】 on X: "人間は碌な生き物じゃないのは間違いないが、熊社会の為にも人の味を覚えた熊は排除しなきゃいけないんだな。 人間を食う、人間の

                                                                          『「やさしさ」の免罪符』 脚注・参考資料集
                                                                        • V is for Vaporware

                                                                          V is for Vaporware Published on 06/23/2019, 2349 words, 9 minutes to read V is a programming language that has been hyped a lot. As it's recently had its first alpha release, I figured it would be a good idea to step through it and see if it lives up to the promises that the author has been claiming for months. The V website claims the following on the front page: The compiler compiles 1.2 million

                                                                          • Node.js — Node v14.15.0 (LTS)

                                                                            Notable Changes This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023. Commits [5b7a08c902] - doc: add missing link in Node.js 14 Changelog (Antoine du Hamel) #35782 [90a5d5982

                                                                              Node.js — Node v14.15.0 (LTS)
                                                                            • Introducing a Dart runtime for AWS Lambda | Amazon Web Services

                                                                              AWS Open Source Blog Introducing a Dart runtime for AWS Lambda Dart is a fast growing open source programming language, and powers some rapidly growing open source projects, such as Flutter. Thanks to custom AWS Lambda runtimes, you can run Dart in AWS Lambda. Writing your functions in Dart enables you to use your skills to develop mobile applications to create serverless backends. You also can sh

                                                                                Introducing a Dart runtime for AWS Lambda | Amazon Web Services
                                                                              • Linus Torvalds Just Made A Big Optimization To Help Code Compilation Times On Big CPUs - Phoronix

                                                                                Show Your Support: This site is primarily supported by advertisements. Ads are what have allowed this site to be maintained on a daily basis for the past 19+ years. We do our best to ensure only clean, relevant ads are shown, when any nasty ads are detected, we work to remove them ASAP. If you would like to view the site without ads while still supporting our work, please consider our ad-free Phor

                                                                                  Linus Torvalds Just Made A Big Optimization To Help Code Compilation Times On Big CPUs - Phoronix
                                                                                • Windowsでrubyをはじめよう - Qiita

                                                                                  前書き 普段、Windowsでrubyを使っているのだけど、他のruby未経験者用にも使ってもらう必要が出てきたので、その説明資料として本稿を記す。 本稿の特徴は下記。 Windows版rubyの情報である。 2019年1月に書いている。 会社のイントラネット内での使用を想定して、proxy設定の情報を載せている。 複数バージョンのrubyの共存使用を前提としている。 gem(拡張ライブラリ)管理のためのbundler, 単体テストのためのrspec, TDDやリファクタリングのためのguardについても、非常に簡単な例を載せている。 ...ということで、以下、本文。 rubyとは rubyはMatzこと まつもとゆきひろ氏 が開発したプログラミング言語。Wikipediaへのリンク。 言語として ワンライナーでも使えるし、オブジェクト指向を使った本格的なシステムも組める。何より、"Enj

                                                                                    Windowsでrubyをはじめよう - Qiita