-
For the sake of code readability, I like to be able to leave blank spaces front of C preprocessing directives,
```Fortran
PROGRAM test
implicit none
#if defined USE_DOUBLE
real(8) …
-
https://www.pivotaltracker.com/story/show/81779716
TODO:
- [x] assignment (lvalue and rvalue)
- [x] conversion (between different fixed types)
- [x] conversion (between other types)
- [x] compa…
-
If a library for allowing a user to define arbitrary formulas isn't used and TypeScript code is shown to the user in the formula selection component, the code should have syntax highlighting for helpi…
-
Qualitative and quantitative analysis have unexpected results according to how I implemented in v1. Research, and refine.
> I think we need to tweak the qualitative analysis. Somehow I got 0 relevan…
-
This issue is a meta-issue regarding procedures for the CSSWG itself. This issue will not result in a change to any specification.
I've put some proposed text on https://wiki.csswg.org/spec/css-fon…
-
Consider the following two scenarios:
1. You track your weight and you want to have an overview over how much weight you gained / lost each week/month. This is not possible since you only have the …
-
```
type t = [ A | B ].
module M = {
proc f(z : t) : bool = {
return z = B;
}
}.
lemma foo :
hoare [M.f : exists (w : t), w = B ==> res]. (* not valid *)
proof.
proc.
(*
Cur…
-
Are there plans to remove the jquery dependency?
Modern browsers don't really need it.
A separate polyfill can be used for old browsers.
Making MathQuill self contained without external dependencies …
-
I am not an expert on font production. I don't know how fonts (should) behave across different browsers, applications and OS, let alone what users' requirements are regarding OpenType features, hintin…
-
I see great value in implementing a variety of simple yet real-world algorithms in Fortran and benchmarking them along multiple axes:
* Different problem sizes (e.g. array or matrix size)
* DIffer…