-
Link dari Pak @asetijadi : http://www.codeproject.com/Articles/1117162/Detecting-Seismic-Waves-with-Android-and-IOT
Mohon progress report hasil temuannya disampaikan di issue ini, dan disusun dalam d…
-
Converted from [SourceForge issue 1587372](http://sourceforge.net/support/tracker.php?aid=1587372), submitted by gillas
c.f.
http://en.wikipedia.org/wiki/Tiger-Tree_Hash
http://www.codeproject.com/c…
-
in simple case (not contains `.` and `..`, only follow single path element by double star), iterate whole child directories and match these paths with glob pattern
(in naive globstar implementation, …
-
```
What steps will reproduce the problem?
1.print this page
2.save to a pdf file
3.The bottom line seems be split in two pages.
What is the expected output?
the multiple pages should be clearly sepa…
-
### Expected behavior
LibreCAD should support all standard DXF dimensions' `DIMSTYLE` variables.
And there should be an option to set/change default `DIMSTYLE` variables (e.g., `DIMTAD`, `DIMJUS…
-
I am trying to find the fastest way to sort strings (actually an array of ascii byte*), and have came across [https://www.codeproject.com/articles/146086/fast-string-sort-in-c-and-f](url). It works ve…
VS-ux updated
4 years ago
-
For raster images only.
A good algorithm: http://www.codeproject.com/Articles/210979/Fast-optimizing-rectangle-packing-algorithm-for-bu
Another algorithm: https://github.com/yostudios/Spritemapper
-
Hi!
I thought you would maybe be interested in using this for later versions of Ossia:
https://www.codeproject.com/Articles/4042343/A-Flexible-Direct2D-Pianoroll-for-Your-Music-Apps
-
Based on your demo on codeproject ...
if i have the following:
[Serializable]
public class TomsObj
{
public int n1 = 0;
public int n2 = 0;
…
-
Hi!
On codeproject page there mentions of supporting of IEEE 802, can't find an example how to get rssi information from PacketCapture.
Is this feature supported by library?