-
Is it possible? Not sure if it is, but it'd be awesome if it was; I tried using the example proxy and creating a new Profile in the QuietBridge's **init**, but it still said that I couldn't login to a…
-
After requestDevice succeeds for my set of services, an application believes it has access to a device that supports known services. Those services have known characteristics. Calling getPrimaryServic…
-
The command `rkt rm` does not allow to delete several pods at once like this:
```
# rkt rm 17000821 28756d86 6b96c6eb 9016be80 925d9376 b84ac771 e2743e63
```
/cc @kayrus
alban updated
9 years ago
-
I've been trying to identify exactly what is causing it, but it seems that some or all players are having their times partially reset in what feels like some sort of race condition. Regardless of whet…
-
Add support for human genome files. This will become an extra type. This will serve pre-processed files, probably from cmbi4.
-
We are not willing to cache prepared statements any more but re-binding a var eliminates all the efficiency of prepared statements.
So instead we can come up with a couple of functions that:
- Return…
-
```
def generate_oid(node_id, process_id, thread_id, instance):
ent = '%x-%x-%x-%x' % (get_node_id(), process_id, thread_id, id(instance))
return str(uuid3(NAMESPACE_OID, ent))
def oid_from(i…
-
A component/entity system is an interesting approach to constructing game objects for a MUD, let's imagine the json format for such entities.
``` json
{"object": {"uid": 2},
"named": {"name":"rat" "…
-
Hi,
I am generating a UUID for the uid like this:
(sente/make-channel-socket! {:user-id-fn (fn [_](str %28UUID/randomUUID%29))})
Now, when I connect a client I will receive an event like this:
h: …
sveri updated
10 years ago
-
现在需要一个人来写后端……