Giter Club home page Giter Club logo

idiosyncratic-ruby.com's Introduction

idiosyncratic-ruby.com's People

Contributors

badboy avatar baweaver avatar chastell avatar cremno avatar dependabot[bot] avatar ebouchut avatar eregon avatar harry-wood avatar i-s-o avatar ivoanjo avatar janlelis avatar louim avatar matugm avatar moonglum avatar op-ct avatar sbagdat avatar tak1n avatar thegcat avatar tlewin avatar vais avatar vassilevsky avatar ydakuka 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

idiosyncratic-ruby.com's Issues

What the pack: `V` and `N` definitions say _signed_ but they're really _unsigned_

In "What the pack" the definitions for N and V say they will generate signed integers per 4 bytes, however the documentation for Array#pack says that N and V will generate unsigned 4-byte integers. The "similar to" bits, L> for N and L< for V, are actually correct as L is an unsigned integer per 4 bytes too.

I checked back so see if the definition for N or V had changed in older rubies, but it seems like they've always been to generate unsigned values, so I'm guessing this is just a typo.

Ruby Has Characters - Errata - Wrong Hex Codes / Codepoints for A (its 41 and not 65)

Hello, First I love your great articles and your unmatched in-depth coverage.
While trying some examples from "https://idiosyncratic-ruby.com/66-ruby-has-character" I found some errors - you use:

"\u{65}" # => "A"

as a codepoint example - but A is 65 in decimal and NOT in hex, thus you get

"\u{65}" # => "e"

You have to change 65 to 41 than all works as expected e.g.

   "\u{41}" # => "A"

And some more e.g.

Codepoint | Decimal | 
-- | -- | -- | -- | -- | --
U+0065 | 101

needs to get corrected to:

U+0041 | 65

Cheers. Prost.

Twitter account?

It's 2017, nobody uses RSS anymore ๐Ÿ˜‰ do you mind to post to Twitter as well? ๐Ÿ˜Š

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.