DAllison
- Karma
- 53
- Created
- February 21, 2015 (11y ago)
- Submissions
- 0
Talk Anki(Droid) to me!
gmail: davidallisongithub
https://github.com/david-allison-1
https://discord.gg/qjzcRTx (#dev-ankidroid)
gmail: davidallisongithub
https://github.com/david-allison-1
https://discord.gg/qjzcRTx (#dev-ankidroid)
The Anki Database format (.anki2) is documented here: https://github.com/ankidroid/Anki-Android/wiki/Database-Stru...
No good reason. It's A combination of time allocation, the fact that it's a collaborative process and I'm still learning the ropes, and the fact that nobody's asked for one until now.
It's in the process of being migrated to a Python/Rust hybrid. Most of the backend is now rust-based: https://github.com/ankitects/anki/tree/master/rslib
> Somewhat related, but I would like a way to "cram" cards (ie. temporarily review all cards in a deck, in random order, without affecting anything about their spaced repetition timing). I feel like this must exist but…
Missed the edit window formatted: Thanks!! No official roadmap (such is Open Source), but: * Rust Conversion (got a proof of concept, need to productionise it) - Anki Desktop has moved to Rust. We can unify all of the…
Thanks!! No official roadmap (such is Open Source), but: * Rust Conversion (got a proof of concept, need to productionise it) - Anki Desktop has moved to Rust. We can unify all of the platform, and remove most of our…
I've been contributing to the Andorid port of Anki (HTML based flashcards + spaced repetition) for the past few months. https://github.com/ankidroid/Anki-Android https://github.com/david-allison-1 Knowing that I've…
> PS: Completely unrelated issue, just for fun search for "Logan's run" on Youtube, filter by "length > 20 minutes", and check out a few of the many results. ... Doesn't that waste huge amounts of Youtube storage? Why…
The suggestion is appreciated. Thank you. I have a minor doubt that I won't like the additional level of nesting incurred, but I'll attempt it regardless.
Since it's buried at the bottom of the stackexchange: #region/endregion is useful for visually grouping Unit Tests per method under test. They're also occasionally useful to group interface implementations.
Original link [pdf]: http://littleosbook.github.io/book.pdf HTML version: http://littleosbook.github.io/ Source: https://github.com/littleosbook/littleosbook 2015 Discussion: https://news.ycombinator.com/item?id=8866912…
I'm pretty sure that #1 is against Facebook's page guidelines: > Personal Timelines and friend connections must not be used to administer promotions (e.g. "share on your Timeline to enter" or "share on your friend's…
I haven't used it myself (no second Windows 10 PC), but that sounds correct. I believe it's designed to let you use your Surface as an external monitor with pen/touch support for another Windows 10 PC.
Have you tried/considered the screen extension feature in the Windows 10 Anniversary Update?
> Exact lookup in the trie is O(string_length), like a hash table It's worth noting that some standard libraries (Java's JDK for one [1]) will cache the value of String.GetHashCode(), meaning string lookup in a…
The xlsx files in the first 2.0 leak were definitely not the originals (generated using Russian software).
Incredible pictures from something so simple. It's a shame about the single-step undo. http://i.imgur.com/NWSYgfz.png
Running Android Studio and VS2015 side by side with no hardware problems (development-wise) on my Surface Pro 2. (Being honest, Chrome's significantly more of a resource hog than the two combined). My only problem was…
(Apologies if the formatting is problematic, my first post). 1. Stop the service: sc stop VisualDiscovery 2. Open up your favourite process manager and remove any superfish processes (containing the word superrfish). 3.…