並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 15 件 / 15件

新着順 人気順

using namespace std commandの検索結果1 - 15 件 / 15件

  • 【競プロ】新人SEがAtCoderを始めて水色になった【色変記事】 - Qiita

    Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? AtCoderで水色になりました。いわゆる色変記事です。 本記事では以下の4点について書きます。 競プロをしていて良かったこと・できるようになったこと 勉強したこと・改善案 レート推移や目標ラインの話 環境やマクロの紹介 最初に自己紹介すると、自分は情報系出身のSEで、現在は2年目です。 今年の頭に競プロをはじめ、先日水色になりました。 「プログラミング未経験から~」「50歳を超えて~」みたいな少数派ではないですし、「たったN回で達成!」「M年の苦闘の末に」みたいなドラマもありません。 普通に勉強しているエンジニアが競プロを半年間そこそ

      【競プロ】新人SEがAtCoderを始めて水色になった【色変記事】 - Qiita
    • RFC 9562: Universally Unique IDentifiers (UUIDs)

       Internet Engineering Task Force (IETF) K. Davis Request for Comments: 9562 Cisco Systems Obsoletes: 4122 B. Peabody Category: Standards Track Uncloud ISSN: 2070-1721 P. Leach University of Washington May 2024 Universally Unique IDentifiers (UUIDs) Abstract This specification defines UUIDs (Universally Unique IDentifiers) -- also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform Resou

        RFC 9562: Universally Unique IDentifiers (UUIDs)
      • Cloudflare functions with Scala.js

        Indoor VivantsAnton Sviridov. I love reinventing the wheel and I usually use Scala for that. TL;DR We are deploying an app to Cloudflare using Scala.js We are using ScalablyTyped We are using Scala 3 heavily Code on Github Deployed app Cloudflare API bindings Welcome to the "Put ma Scala on yo cloud" series I want to say that I'm kicking off a blog series, but even I don't believe that. If I did,

        • A 2025 Survey of Rust GUI Libraries

          I did this in 2020 and then again in 2021, but I’m in the mood to look around again. Let’s look through Are We GUI Yet? and see what’s up these days. The task today is to have a text label and an input field that can change the text in the label. In React, for example, this is basically free: const Demo = () => { let [state, setState] = useState("Hello, world!"); return ( <div> <p>{state}</p> <inp

          • MH-Z19BとRaspberry Pi Zeroで二酸化炭素濃度を測定する

            B! 6 0 0 0 MH-Z19Bという二酸化炭素センサーを買って、 Raspberry Pi Zeroにつなげて家の中の二酸化炭素を測定するようにしてみました。 MH-Z19C MH-Z19B Raspberry Piとの接続 Raspberry PiのUART設定 二酸化炭素濃度の読みとり Python C++ Go キャリブレーション 外気の二酸化炭素濃度 実際の配線 実測値 測定が止まる 気温 まとめ MH-Z19C 追記: 2021/09/18 以下で紹介しているAliExpressで買ったMH-Z19Bの調子が悪かったので 秋月電子通商でMH-Z19Cを買って取り替えました。 MH-Z19CとRaspberry Pi Zeroで二酸化炭素濃度を測定する 追記ここまで MH-Z19B MH-Z19B ピン付き(二酸化炭素(CO2)センサーモジュール、0-5000ppm、赤外線方

              MH-Z19BとRaspberry Pi Zeroで二酸化炭素濃度を測定する
            • 正規表現で経路依存のブレークポイントを作る - ashiato45の日記

              これは何? プログラムのデバッグをしていて、あるいは既存のプログラムの挙動を調べていて、ブレークポイントがある経路を通ってきたときのみ停止してほしいということが結構ある気がしたので、そういうブレークポイントが作れないかをやってみました。その経路の指定のために、各所に「ラベルつきのブレークポイント」が置けるようにして、そのラベルたちの吐いたログが、予め設定しておいた正規表現にマッチするときのみ停止するという風にしてみたらいい感じだったので書いてみます。 Motivating Examples ケース1: ループのなかの処理の最初のほうは無視して最後のほうだけブレークポイントを止めたい 例えばゲームのメインループや最適化法の反復処理で、ループの最後のほうに値や挙動がどうなっているか調べたいのに普通にブレークポイントを置くとそこに到達するまでcontinueし続けなければいけないということがあり

                正規表現で経路依存のブレークポイントを作る - ashiato45の日記
              • https://cheats.rs/rust_cheat_sheet.pdf

                Rust Language Cheat Sheet 26. August 2021 Contains clickable links to The Book , Rust by Example , Std Docs , Nomicon , Reference . Data Structures Data types and memory locations defined via keywords. Example Explanation struct S {} Define a struct with named fields. struct S { x: T } Define struct with named field x of type T. struct S ​(T); Define "tupled" struct with numbered field .0 of type

                • ep167 Yearly Ecosystem 2024 | mozaic.fm

                  Theme 第 167 回のテーマは 2024 年の Yearly Ecosystem です。 Show Note 2024 年のチェックポイント Vite の覇権を Turbopack, RSPack が奪えるか? Storybook は覇権をとって、Chromatic もすごくなりそう Next App Router が本当に広がるか RSC 対応の Bundler が増えて Next 以外の解が見れそう アプリケーションの Rust 化くるか? React Forget Figma Config 2024 の Adobe の影響 State Management どうなってく? (Context, Jotai, SWR, Signal) ESLint to flat config or Biome AI driven FE Development CSS の新しい方法論 今年のキーワ

                    ep167 Yearly Ecosystem 2024 | mozaic.fm
                  • I'm Building a Browser for Reverse Engineers

                    Preamble In the expanding world of AI my heart still lies in AST transforms, browser fingerprinting, and anti-bot circumvention. In fact, that's the majority of this blog's content. But my workflow always felt... primitive. I was still manually sifting through page scripts, pasting suspicious snippets into an editor, and writing bespoke deobfuscators by hand. Tools like Webcrack and deobfuscate.io

                    • Zig 言語リファレンス

                      index.md これは Zig ドキュメント 0.10.1 を DeepL Pro と ChatGPT を利用して翻訳したものです。 一部 master なモノもあります、ごちゃ混ぜです 自分用に翻訳しています zig_doc_0.10.1.md Zig 言語リファレンス はじめに Zig は、堅牢で最適かつ再利用可能なソフトウェアを維持するための汎用プログラミング言語およびツールチェインです。 ロバスト メモリ不足などのエッジケースでも正しく動作する。 最適化 プログラムが最適に動作・実行されるように記述する。 再利用可能 同じコードが、制約の異なる多くの環境で動作します。 保守性 コンパイラや他のプログラマに意図を正確に伝えることができる。コードを読むためのオーバーヘッドが少なく、要件や環境の変化に強い言語です。 新しいことを学ぶのに一番効率的な方法は例を見ることであることが多いので

                        Zig 言語リファレンス
                      • cuneicode, and the Future of Text in C

                        Following up from the last post, there is a lot more we need to cover. This was intended to be the post where we talk exclusively about benchmarks and numbers. But, I have unfortunately been perfectly taunted and status-locked, like a monster whose “aggro” was pulled by a tank. The reason, of course, is due to a few folks taking issue with my outright dismissal of the C and C++ APIs (and not showi

                          cuneicode, and the Future of Text in C
                        • New C++ features in GCC 12 | Red Hat Developer

                          Version 12.1 of the GNU Compiler Collection (GCC) is expected to be released in April 2022. Like every major GCC release, this version will bring many additions, improvements, bug fixes, and new features. GCC 12 is already the system compiler in Fedora 36. GCC 12 will also be available on Red Hat Enterprise Linux in the Red Hat Developer Toolset (version 7) or the Red Hat GCC Toolset (version 8 an

                            New C++ features in GCC 12 | Red Hat Developer
                          • Lina & Cyan - I hacked macOS! (CVE-2022-32947)

                            With Lina✨ & Cyan💎 GitHub · Video On today's menu... A bit about GPUs How virtual memory works What's a GPU command buffer? Apple's super secret uPPL Return-oriented programming Special demo! But first a demo!!! Live demo · Source code GPU intro CPU vs. GPU How Apple GPUs work That day in 2022... Virtual Memory What's a page table anyway? Pointers #include <iostream> using namespace std; int main

                            • C++ exceptions under the hood

                              Index A tiny ABI An ABI to appease the linker Catching what you throw Magic around __cxa_begin_catch and __cxa_end_catch Gcc_except_table and the personality function A nice personality Two-phase handling Catching our first exception _Unwind_ and call frame info Reading a CFI table And suddenly, reflexion in C++ Setting the context for a landing pad Multiple landing pads & the teachings of the gur

                                C++ exceptions under the hood
                              • 19_3.eps

                                The Haskell School of Music — From Signals to Symphonies — Paul Hudak Yale University Department of Computer Science Version 2.4 (February 22, 2012) i The Haskell School of Music — From Signals to Symphonies — Paul Hudak Yale University Department of Computer Science New Haven, CT, USA Version 2.4 (February 22, 2012) Copyright c � Paul Hudak January 2011 All rights reserved. No part of this public

                                1