-
![image](https://user-images.githubusercontent.com/339611/88456899-1f096080-ce82-11ea-9f77-aeeaf5ee534f.png)
The screenshot is just to show what I am talking. Of course there is no point to put an …
-
```
[Fri Nov 27 17:55:43.617136 2015] [:error] [pid 27129] [client 173.45.72.98:55853] PHP Warning: in_array() expects parameter 2 to be array, null given in /XXX/wp-content/plugins/peaceful-dragon-ro…
-
Consider the following two benchmarks:
```go
var sink int
var A, B, C = 1, 2, 3
func BenchmarkA(b *testing.B) {
for i := 0; i < b.N; i++ {
var m int
if A != 0 && B+1
dsnet updated
2 years ago
-
One big issue I can foresee if in the application of conditionals. For example...
```chpl
var kernel = new GPUKernel();
var x = kernel.createScalar("x", GPUVariableType.INT);
var y = kernel.crea…
-
I have the following observation:
Let's take a fresh RedisGraph and create 1000 nodes of the form:
MERGE (node:type1 {name:'name#{x}'})
So the 1000 nodes will have names "name1", "name2", "name3"…
-
> if desired, it can compile the same source code to multiple different implementations
The above line from README suggests this but I couldn't find examples/tutorials/other references regarding th…
-
The `config` qualifier is nice shorthand to expose stuff to the CLI/config-file, but it would be helpful to have a way to mark a `config const/var/param` entities as "requires-explicit-configuration"?…
-
- Make UI to monitor register and memory contents throughout execution
- Add buttons for stepwise execution and pausing
-
```
Contents
Foreword
Preface to the Second Edition
Preface to the First Edition
Acknowledgments
1 Building Abstractions with Procedures
1.1 The Elements of Programming
1.1.1 Expression…
-
`job.succeed.on.failure=true` allows continuing the flow execution over to children of a job even if it failed.
This is a really useful feature IMHO.
----
List of issues (more details below):…