-
We need to discuss about the requirement of "full station name hash".
In (most of) my entries I use the "perfect hash" trick, i.e. only compare the 32-bit of the hash to check for a given station n…
-
In Flutter, we pass lists around but it is a convention that once you have passed a list to an object, you no longer "own" the list and are not allowed to modify it.
Unfortunately, nothing in the l…
Hixie updated
2 years ago
-
Delphi 10.3 database Sample böngészés
-
github.com support Pascal highlighting via `pas`:
~~~pas
uses fphttpclient;
var m1: TFPHTTPClient;
var s1: string;
begin
m1 := TFPHTTPClient.Create(nil);
s1 := m1.get('https://speedtest…
ghost updated
10 months ago
-
### Author background
I am an experienced Go programmer who programmed in Go for over 10 years. I have also used many other languages such as PHP, JavaScript, ObjectPascal (Delphi), as well as loa…
-
Description says
"Notepad++ plugin that adds an additional foreground colouring option to existing lexers"
Leaves the reader with the question what is a lexer unanswered
Google will give you…
-
It's ironical that an editor written in Pascal doesn't have Pascal lexer installed by default. As I remember it used to be included by default and code completion is also available. Now I have to inst…
-
```
Free Pascal Compiler version 3.0.4+dfsg-22 [2019/01/24] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling src/PasFetch.pas
Compiling src/…
-
After some time annotating non-trivial codebases, I've found something that feels like a nuisance and a bad practice. Essentially, when overriding methods in subclasses, having to re-specify the whole…
-
Currently this highlighter uses "ObjectPascal" and "Object Pascal" respectively, which is also used for the SynHighlighterPas highlighter.
Should they be changed to something more specific? "DWScri…