-
"福本江梨奈", "鈴木省吾", "家田怜", "丸山ひかる",
-
> What is your rclone version (eg output from `rclone -V`)
rclone v1.29
> Which OS you are using and how many bits (eg Windows 7, 64 bit)
ubuntu 16.04
> Which cloud storage system are you using? (…
-
# How to Argue About Programming
- Name : Jason Rhodes
- Location : Baltimore, MD
- Email : jason.matthew.rhodes@gmail.com
- Twitter : [@rhodesjason](http://twitter.com/rhodesjason)
- GitHub : [jasonr…
-
`jsc.forall` accepts generators. However, the first thing a newbie user sees is the following:
``` js
jsc.forall("bool -> bool", "bool", function (f, b) {
return f(f(f(b))) === f(b);
});
```
I…
-
Very cool that a level generator for BOOM exists. :)
A suggestion for improvement could be to put the player in a safe spot by default. Right now (using the default options) in many of the generated …
-
There are several problems in the actual way to load components and sub-components :
- The component are load from bytes-code (thanks Stewart!)
- Each components call the library component.oz. It's …
-
For the moment, IIP are declare like
```
"record(some:option foo:bar)" ->
```
Everything inside " or ' are compiled inside Oz value. In this case, it will give a record and not a String.
It's not …
-
Erlang's OTP essentially is a set containers that abstract away a bunch of boiler plate stuff... hotswapping, asynchronous and synchronous messaging and restart on failure etc. The container executes …
-
A cellphone is certainly not the best host environment to develop web pages. Chances are that, for the foreseeable future, nobody will develop the next Google Docs without using a keyboard.
However, …
Yoric updated
11 years ago
-
Compared to other embeddable scripting languages, TorqueScript on average is quite slow. Anyone who has used TorqueScript heavily in an iTorque project has probably realized this. Mobile devices are o…