chris.bracken.jp

Statically generated site for chris.bracken.jp
git clone https://git.bracken.jp/chris.bracken.jp.git
Log | Files | Refs

commit 3b96dd0f20fa0a3e69dd23324c744c3f12be6a4f
parent 0335f816409050a1fb6682ae6fc19b22a95238f3
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  5 Mar 2021 11:15:05 -0800

Publish site

Diffstat:
Mcode/index.html | 12+++++++-----
Mindex.xml | 2+-
2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/code/index.html b/code/index.html @@ -45,19 +45,21 @@ GitHub.</li> <ul> <li><a href="https://github.com/flutter/flutter/">Flutter</a>: portable, cross-platform app SDK and runtime. Most of my contributions focus on -the portable C++ <a href="http://github.com/flutter/engine/">runtime</a> and -tools.</li> +the portable C++ <a href="http://github.com/flutter/engine/">runtime</a>, the +platform-specific embedders, and tools.</li> <li><a href="https://github.com/dart-lang/sdk/">Dart SDK/VM</a>: the Dart programming language is a strongly-typed, object-oriented, garbage-collected language with C-like syntax. Compiles to either native code (either ahead-of-time or JITed in the VM) or JavaScript for the web.</li> <li><a href="https://github.com/dart-lang/coverage/">Dart Code Coverage</a>: LCOV support for code executed on the Dart VM.</li> -<li><a href="https://github.com/google/quiver-dart/">Quiver</a>: a set of utility -libraries for Dart.</li> <li><a href="https://github.com/dart-lang/fixnum/">Fixnum</a>: a fixed-width 32- and 64-bit integer library for Dart. Dart&rsquo;s int semantics vary between -platforms.</li> +native platforms (64-bit) and the web (IEEE 53-bit mantissa). This +library allows those with hard requirements on 64-bit values (e.g. +database IDs) to write code that is portable to web targets.</li> +<li><a href="https://github.com/google/quiver-dart/">Quiver</a>: a set of utility +libraries for Dart.</li> </ul> </article> </main> diff --git a/index.xml b/index.xml @@ -646,7 +646,7 @@ I&amp;rsquo;m a software developer who&amp;rsquo;s been fascinated by computers <guid>https://chris.bracken.jp/code/</guid> <description>You can find most of the public code I contribute to hosted at one of the following sites: - GitHub: The most popular source code hosting solution and where most of my public contributions lie. GitLab: Better features and UI than GitHub. Significant contributions Flutter: portable, cross-platform app SDK and runtime. Most of my contributions focus on the portable C++ runtime and tools. Dart SDK/VM: the Dart programming language is a strongly-typed, object-oriented, garbage-collected language with C-like syntax.</description> + GitHub: The most popular source code hosting solution and where most of my public contributions lie. GitLab: Better features and UI than GitHub. Significant contributions Flutter: portable, cross-platform app SDK and runtime. Most of my contributions focus on the portable C++ runtime, the platform-specific embedders, and tools. Dart SDK/VM: the Dart programming language is a strongly-typed, object-oriented, garbage-collected language with C-like syntax.</description> </item> </channel>