-
Thank you for your great work.
I tried your library with KufiStandardGK.ttf (that comes with mac os x). And some character did not appear correctly like initial WAW, initial alef without hamza
Can y…
-
Would it be possible to add Effects to the Windows Taskbar like progressbar or icons like it is done here (https://www.codeproject.com/Articles/42345/Windows-Goodies-in-C-Taskbar-Progress-and-Status) …
-
```
I would propose to implement a Session state serializer. Take a look to
http://www.codeproject.com/aspnet/exploresessionandcache.asp. I think it
would be nice to have something like this.
Anot…
-
```
I would propose to implement a Session state serializer. Take a look to
http://www.codeproject.com/aspnet/exploresessionandcache.asp. I think it
would be nice to have something like this.
Anot…
-
```
I would propose to implement a Session state serializer. Take a look to
http://www.codeproject.com/aspnet/exploresessionandcache.asp. I think it
would be nice to have something like this.
Anot…
-
```
I would propose to implement a Session state serializer. Take a look to
http://www.codeproject.com/aspnet/exploresessionandcache.asp. I think it
would be nice to have something like this.
Anot…
-
```
In addWithoutCheck() on line:
int[] hashes = getHashBuckets(Integer.toString(key.hashCode()),this.slicesCount, this.bitsPerSlice);
I suggest you use a 64bit function (key.hashCode()), it scales…
-
```
In addWithoutCheck() on line:
int[] hashes = getHashBuckets(Integer.toString(key.hashCode()),this.slicesCount, this.bitsPerSlice);
I suggest you use a 64bit function (key.hashCode()), it scales…
-
```
Sometimes encoding is detected wrong way.
We should consider automatic encoding detection (look f.e.
http://www.codeproject.com/cs/algorithms/DetectEncoding.asp) or using
WebBrowser for encoding.
…
-
Hi Code Cleaner,
After follow the simple steps laid out from your post:
http://www.codeproject.com/Tips/894355/MicroService-Net-Create-Micro-Services-Easily-with?msg=5296382#xx5296382xx
I launched th…