Code Monkey home page Code Monkey logo

pearl's People

Contributors

lhunath avatar wvdhaute avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pearl's Issues

base64 decoding error

Hey Maarten,

Seems to be an error in the base64 decoding algo
Try encoding the string "Test description" and decoding it back using your algo vs the ios7 decoding

Thought you should know but I guess since ios7 introduced a native base64 api and opened up a private api for ios versions < 7 yours can go away

    NSString *test = @"Test description";
    NSData *testBytes = [test dataUsingEncoding:NSUTF8StringEncoding];
    NSString *testResult = [testBytes encodeBase64];
    dbg(@"result: %@", testResult);
    NSData *testBytes2 = [testResult decodeBase64];
    NSString *testResult2 = [[NSString alloc] initWithData:testBytes2 encoding:NSUTF8StringEncoding];
    dbg(@"result2: %@", testResult2);
    NSData *testBytes3 = [[NSData alloc] initWithBase64EncodedString:testResult options:0];
    NSString *testResult3 = [[NSString alloc] initWithData:testBytes3 encoding:NSUTF8StringEncoding];
    dbg(@"result3: %@", testResult3);

.fr localization

Hey Maarten :)

Pearl.strings fr localization

Did not create pull request for this, Pearl.strings for fr proposal is pasted below.
Not sure what to do with the time.day suffix keys tho

regards,
Wim.

============= Pearl.strings ===============

/* Data and Units */
"time.day.suffix" = "th";
"time.day.suffix.one" = "st";
"time.day.suffix.two" = "nd";
"time.day.suffix.three" = "rd";

/* Resources */
"font.size.small" = "18";
"font.size.normal" = "34";
"font.size.large" = "48";
"font.family.default" = "Marker Felt";
"font.family.fixed" = "American Typewriter";
"font.family.symbolic" = "DejaVuSansMono";

/* Menu Items */
"song.sequential" = "Séquentiel";
"song.random" = "Mêler";
"song.off" = "Off";

/* Strings that are the same everywhere. */
"common.title.notice" = "Info";
"common.title.error" = "Erreur";
"common.button.okay" = "Ok";
"common.button.next" = "Prochain";
"common.button.done" = "Fini";
"common.button.back" = "Précédent";
"common.button.retry" = "Réessayez";
"common.button.cancel" = "Annuler";
"common.button.continue" = "Continuer";
"common.button.abort" = "Abandonner";
"common.button.upgrade" = "Mise à jour";
"common.button.yes" = "Oui";
"common.button.no" = "Non";
"common.button.no.kind" = "Plutôt pas";
"common.button.save" = "Sauvegarder";
"common.button.sure" = "Bien sûr!";
"common.button.thanks" = "Merci";

/* Review popup strings. */
"review.title" = "Speak Out";
"review.message" =
"Nous espérons que vous avez apprécié \n%@!

Cela signifierait beaucoup si vous pouviez examiner cette version.";
"review.yes" = "Bien sûr!";
"review.comment" = "Commentaire / Issue";
"review.no" = "Non, merci";

CocoaPods

It would be handy if the Pearl library could be available through cocoapods
All frameworks you depend on is already avail in the repo.

Guess the modular aspect will be kinda tricky here, maybe split them up?
Pearl-UIKit <- Pearl
Pearl-WS <- Pearl
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.