tl;dr
- The Sibylla app uses plain
HTTP. - Not any verification of email used when logging into the app.
- The Sibylla server stores whether a coupon has been consumed or not for a certain email address.
- The app doesn't use the stored information at the server to decide whether a coupon has been used or not for a certain email.
- The "consumed" value seems to be stored locally in the app.
- Wiping the data/cache in Android's app settings will …
Last year we built a workshop/shed/depot. Since I planned to build a lot of
stuff (in wood) I decided to buy a table saw. My criteria was that it should be
portable and rather easy to put aside when not in use. I'm new to woodworking so
I didn't have any experience and therefore it was a bit hard to know exactly
what to look for when buying a table saw. After looking around a little bit my …
A common task for a developer has is to apply a patch in Git. I have a simple
scheme that I've been using for a long time and it is very seldom that I get
into problem nowadays when I'm doing patch work.
When you have to read and write binary data using Perl, then you preferably use
the built in functions pack and unpack. With the pack function you will create
a string which will be different depending on what kind of template you provide
to the pack function (the unpack does the same, but in the opposite direction).
For an ongoing project I needed to retrieve webpages from my C-program and
first I used sockets directly, but then I thought why not try use libcurl? If I
could use libcurl and link it statically then I would get the good features
from libcurl, but still could make my application stand alone.
As my first post on my new site I'll start by talking about Total Commander. I
have been using this wonderful tools since I think I got my first PC. Back then
it was called Windows Commander. So what is it that makes this tool so
wonderful?