Matthias Urlichs

Results 94 issues of Matthias Urlichs

… and I was wondering why my code was so slow …

## The Motivation Going from the last to the first workspace is tedious. ## The Solution The cube should (optionally) wrap around so that the last workspace is adjacent to...

feature request
contributions welcome

I'd like to have an option for YAPF to route through back-to-back depots, with an appropriate penalty of course. Rationale: I want to build an overflow depot and don't have...

Consider a distribution center. One train goes out, collects goods, and unloads-for-transfer at a distribution station. Another train loads up at the distributor and goes to each destinations. Now, the...

Hi, AFACT there's two basic approaches to lengthening the OpenTTD days that work pretty well IMHO. One is JGRPP's, which (from a static-game-mechanics point of view) has pretty much the...

This three-liner should work, according to the docs … ```python import cadquery as cq import cq_warehouse.fastener as f ss=f.SetScrew("M6-1",10,"iso4026", simple=False) ``` … but it doesn't: ``` File "/tmp/tt.py", line 3,...

Unix-domain sockets have less overhead than TCP. They also tend to work better on a system that's built without networking. ;-)

Don't clutter the code.

Hello, ``` vim.api.nvim_set_option("background", "dark") ``` These days this statement seems to not do a lot. `set background` still says `dark` after startup. This works, at least on my NVIM 0.7.2...

There are companion changes for gevent and gevent-websocket (also in https://github.com/smurfix) which get at least the simple-chat example to work.