1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
10 results tagged object x
  • Moose and enum
    February 14, 2022 at 9:47:59 AM UTC - permalink -
    QRCode
    - https://damien.krotkine.com/2011/06/17/enum-in-moose.html
    enum moose object oop perl
  • thumbnail
    How do I dynamically assign properties to an object in TypeScript? - Stack Overflow
    October 30, 2021 at 6:46:59 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/12710905/how-do-i-dynamically-assign-properties-to-an-object-in-typescript
    assign javascript object property typescript
  • thumbnail
    perl - How do you dynamically call a method of an object? - Stack Overflow
    August 12, 2021 at 9:15:17 AM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/7814489/how-do-you-dynamically-call-a-method-of-an-object
    access dyncamic method object perl
  • thumbnail
    data-printer · PyPI
    August 3, 2021 at 9:11:11 PM UTC - permalink -
    QRCode
    - https://pypi.org/project/data-printer/
    data debug dumper object print
  • thumbnail
    GitHub - gaogaotiantian/objprint: A library that can print Python objects in human readable format
    August 3, 2021 at 9:08:24 PM UTC - permalink -
    QRCode
    - https://github.com/gaogaotiantian/objprint
    data debug dumper introspection object
  • thumbnail
    introspection - How do I look inside a Python object? - Stack Overflow
    August 3, 2021 at 11:49:32 AM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/1006169/how-do-i-look-inside-a-python-object
    debug dumper introspection object pretty python
  • thumbnail
    Iterating over objects in Lodash - Today I Learned
    const result = _.map({a: 1, b: 2}, function(value, key) {
        return value + key;
    });
    April 6, 2018 at 9:41:11 AM UTC * - permalink -
    QRCode
    - https://til.hashrocket.com/posts/2nnujyq6on-iterating-over-objects-in-lodash
    es6 iteration javascript lodash map object
  • thumbnail
    Aggregation of Base Class and Mixin Classes

    Aggregation is a very small JavaScript library for Node.js environments, providing just a single function, for use in ECMAScript 5/6 class inheritance based on mixins. It aggregates a base class and one or more mixin classes into an aggregate class, which then is usually subsequently used as the base class for another class.

    February 3, 2018 at 9:39:16 PM UTC * - permalink -
    QRCode
    - https://www.npmjs.com/package/aggregation
    javascript js-ecosystem mixins multiple-inheritance object oop
  • Mics - Multiple Inheritance Class System: Intuitive mixins for ES6 classes

    mics (pronounce: mix) is a library that makes multiple inheritance in Javascript a breeze. Inspired by the excellent blog post “Real” Mixins with Javascript Classes by Justin Fagnani, mics tries to build a minimal library around the concept of using class expressions (factories) as mixins. mics extends the concepts presented in the blog post by making the mixins first-class citizens that can be directly used to instantiate objects and can be mixed in with other mixins instead of just with classes.

    February 3, 2018 at 8:56:37 PM UTC - permalink -
    QRCode
    - https://mics.js.org/
    inherithance javascript js-ecosystem multiple-inheritance object oop
  • Data::Printer - colored pretty-print of Perl data structures and objects - metacpan.org

    Want to see what's inside a variable in a complete, colored and human-friendly way?

    use Data::Printer; # or just "use DDP" for short

    p @array; # no need to pass references

    Code above might output something like this (with colors!):

    [
    [0] "a",
    [1] "b",
    [2] undef,
    [3] "c",
    ]

    You can also inspect objects:

    my $obj = SomeClass->new;

    p($obj);

    Which might give you something like:

    \ SomeClass {
    Parents Moose::Object
    Linear @ISA SomeClass, Moose::Object
    public methods (3) : bar, foo, meta
    private methods (0)
    internals: {
    _something => 42,
    }
    }

    August 8, 2015 at 2:49:51 PM UTC - permalink -
    QRCode
    - https://metacpan.org/pod/Data::Printer
    dumper log module object perl
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation