I hereby claim:
- I am pvorb on github.
- I am pvorb (https://keybase.io/pvorb) on keybase.
- I have a public key ASDlq4Z2Ge0jZ0quHrwTgRDbA9UuIl2JKishISUZYaCQAwo
To claim this, I am signing this object:
| body { | |
| margin: 0 auto; | |
| max-width: 70rem; | |
| border-width: 0 1px; | |
| } | |
| #mw-head { | |
| right: initial; | |
| max-width: 70rem; | |
| } |
I hereby claim:
To claim this, I am signing this object:
This is a collection of tasks/exercises/experience I want to have accomplished as a Java Developer. I'm leaving the tasks undone so that others can easily copy this list and track their own progress.
If you have suggested additions, please leave a comment below.
An [incomplete] list of Reactive Streams implementations.
| cp: cannot stat `tex/*.sty': No such file or directory | |
| cp: cannot stat `tex/*.cfg': No such file or directory | |
| cp: cannot stat `tex/*.fd': No such file or directory | |
| mktexlsr: Updating /cygdrive/e/Program Files/MiKTeX/ls-R... | |
| mktexlsr: Done. |
| Index: ccmain/pageiterator.cpp | |
| =================================================================== | |
| --- ccmain/pageiterator.cpp (Revision 1058) | |
| +++ ccmain/pageiterator.cpp (Arbeitskopie) | |
| @@ -288,9 +288,9 @@ | |
| const int pix_height = pixGetHeight(tesseract_->pix_binary()); | |
| const int pix_width = pixGetWidth(tesseract_->pix_binary()); | |
| *left = ClipToRange(static_cast<int>(box.left()), 0, pix_width); | |
| - *top = ClipToRange(pix_height - box.top(), 0, pix_height); | |
| + *top = ClipToRange(pix_height - static_cast<int>(box.top()), 0, pix_height); |
| // BASELINE INFORMATION | |
| if (level == PageIteratorLevel::RIL_TEXTLINE) { | |
| int x1, y1, x2, y2; | |
| it->Baseline(level, &x1, &y1, &x2, &y2); | |
| int p0; | |
| float p1; | |
| p0 = bottom - y1; | |
| p1 = ((float) (y1 - y2)) / (x2 - x1); | |
| int f_size; |
This page is for collecting ideas around axing or implementing tail calls in rust. The current status of this issue is undecided after a longer discussion on the list in jul/aug 2001. (There currently is no consensus on the matter nor is this page a complete summary of that thread, I am just writing down a few own thoughts right now but the page may very well become that -- boggle)
| Buildfile: C:\Dev\Info2\Masterarbeit\Tess4J\build.xml | |
| -pre-init: | |
| -init-private: | |
| -pre-init-libraries: | |
| -init-private-libraries: |