GNUsocial.no
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • People
    • Popular

Notices tagged with javascript, page 12

  1. ∑ XahLee (xahlee)'s status on Friday, 12-Jan-2018 07:08:47 PST ∑ XahLee ∑ XahLee

    ☯ ⚡ ∑ ♥ 😄.
    Best unicode/emoji search there is.
    http://xahlee.info/comp/unicode_index.html
    Brand new sparkling #JavaScript code.

    about 6 months ago from noagendasocial.com permalink
  2. ∑ XahLee (xahlee)'s status on Friday, 12-Jan-2018 06:51:27 PST ∑ XahLee ∑ XahLee

    #JavaScript impossible to combine these into 1 line. Can you?
    const unicodedata = {};
    (data_str.split("\n")) . forEach ((x) => { ((y) => {unicodedata[ parseInt( y[0], 16 )] = y[1];}) (x.split(";")) });

    about 6 months ago from noagendasocial.com permalink
  3. ∑ XahLee (xahlee)'s status on Friday, 12-Jan-2018 06:23:51 PST ∑ XahLee ∑ XahLee

    #javascript in depth, understand the most confusing thing property key named "prototype" in 10 minutes
    http://xahlee.info/js/javascript_object_prototype_property.html

    about 6 months ago from noagendasocial.com permalink
  4. ∑ XahLee (xahlee)'s status on Thursday, 11-Jan-2018 21:49:54 PST ∑ XahLee ∑ XahLee

    #JavaScript #semicolonwar all over again. See @BrendanEich has to say. But Douglas Crockford will probably disagree.

    https://twitter.com/xah_lee/status/951677715840512000

    if you are not familiar with #javascript semicolon issues, see
    http://xahlee.info/js/js_semicolon.html

    about 6 months ago from noagendasocial.com permalink
  5. ∑ XahLee (xahlee)'s status on Thursday, 11-Jan-2018 14:31:08 PST ∑ XahLee ∑ XahLee

    #JavaScript In Depth update today.

    Function.prototype.constructor
    http://xahlee.info/js/js_Function.prototype.constructor.html

    Set.prototype
    http://xahlee.info/js/js_set_prototype.html

    Set.prototype.values
    http://xahlee.info/js/js_Set.prototype.values.html

    about 6 months ago from noagendasocial.com permalink
  6. ∑ XahLee (xahlee)'s status on Wednesday, 10-Jan-2018 14:24:39 PST ∑ XahLee ∑ XahLee
    in reply to

    To many programer idiots, when they learned about x = y or 3, they think, “omg, this is cool!”, cuz it is not intuitive and short, to them, they learned a fancy trick! And they proceed to tell everyone to use it as “idiom”. #python #JavaScript #haskell #lisp

    about 6 months ago from noagendasocial.com permalink
  7. Johan (johan)'s status on Wednesday, 10-Jan-2018 02:30:12 PST Johan Johan
    Promises in #JavaScript (with yarn and Legos) https://dev.to/jessitron/promises-in-javascript-with-yarn-and-legos-3ob
    about 6 months ago from web permalink

    Attachments

  8. ∑ XahLee (xahlee)'s status on Wednesday, 10-Jan-2018 02:26:13 PST ∑ XahLee ∑ XahLee

    #JavaScript in Depth, updates today.

    Learn Regex in 10 minutes
    http://xahlee.info/js/js_regex.html

    RegExp Object
    http://xahlee.info/js/js_regex_object.html

    about 6 months ago from noagendasocial.com permalink
  9. ∑ XahLee (xahlee)'s status on Tuesday, 09-Jan-2018 15:31:37 PST ∑ XahLee ∑ XahLee

    #JavaScript ES2015, array-like obj to array.
    Array.from ( array_like_obj )
    Note, you can call Array Methods directly on array-like object by:
    Array.prototype.array_method_name.call(array_like_obj, args)

    detail:
    http://xahlee.info/js/js_convert_array-like.html

    about 6 months ago from noagendasocial.com permalink
  10. ∑ XahLee (xahlee)'s status on Tuesday, 09-Jan-2018 12:15:13 PST ∑ XahLee ∑ XahLee

    here's #ocaml #haskell in #JavaScript syntax
    https://reasonml.github.io/

    about 6 months ago from noagendasocial.com permalink
  11. ∑ XahLee (xahlee)'s status on Tuesday, 09-Jan-2018 00:50:32 PST ∑ XahLee ∑ XahLee

    #JavaScript in Depth, update today, for you night owls

    Array-Like Object to Array
    http://xahlee.info/js/js_convert_array-like.html

    Object Literal Expression
    http://xahlee.info/js/js_object_literal_expression.html

    Get Property, Set Property
    http://xahlee.info/js/javascript_reading_writing_property.html

    about 6 months ago from noagendasocial.com permalink
  12. ∑ XahLee (xahlee)'s status on Monday, 08-Jan-2018 14:17:20 PST ∑ XahLee ∑ XahLee

    more #javascript update

    Function Call, Apply, Bind
    http://xahlee.info/js/javascript_call_function_as_method.html

    Number Constructor
    http://xahlee.info/js/js_number_constructor.html

    Navigate DOM Tree
    http://xahlee.info/js/js_navigate_nodes.html

    about 6 months ago from noagendasocial.com permalink
  13. Craig Maloney ☕ ✅ (craigmaloney)'s status on Monday, 08-Jan-2018 13:04:29 PST Craig Maloney ☕ ✅ Craig Maloney ☕ ✅

    http://www.commitstrip.com/en/2018/01/08/new-year-new-frameworks/

    #webcomic #javascript

    about 6 months ago from octodon.social permalink

    Attachments

  14. Linux Walt (@lnxw48a1) (lnxw48a1)'s status on Sunday, 07-Jan-2018 16:40:30 PST Linux Walt (@lnxw48a1) Linux Walt (@lnxw48a1)
    in reply to
    • Klaus Jónsson Zimmermann
    @kzimmermann For one thing, with the new #NoScript, it isn't clear to me how to _temporarily_ accept #JavaScript from a site, nor how to revoke those temporary permissions. I haven't used #uMatrix yet, but I'll be willing to take a look.
    about 6 months ago from nu.federati.net permalink
  15. ∑ XahLee (xahlee)'s status on Sunday, 07-Jan-2018 04:23:57 PST ∑ XahLee ∑ XahLee

    What's Closure in Programing Languages?
    http://xahlee.info/UnixResource_dir/writ/closure.html

    #Python 3: Closure
    http://xahlee.info/python/python3_closure.html

    #JavaScript Closure
    http://xahlee.info/js/javascript_closure.html

    about 6 months ago from noagendasocial.com permalink
  16. ∑ XahLee (xahlee)'s status on Sunday, 07-Jan-2018 04:22:10 PST ∑ XahLee ∑ XahLee
    • irritable

    @irritable

    What's Closure in Programing Languages?
    http://xahlee.info/UnixResource_dir/writ/closure.html

    #Python 3: Closure
    http://xahlee.info/python/python3_closure.html

    #JavaScript Closure
    http://xahlee.info/js/javascript_closure.html

    about 6 months ago from noagendasocial.com permalink
  17. ∑ XahLee (xahlee)'s status on Sunday, 07-Jan-2018 01:13:37 PST ∑ XahLee ∑ XahLee

    #javascript updates today.

    the Global Object
    http://xahlee.info/js/js_the_global_object.html

    Unicode Character Escape Sequence
    http://xahlee.info/js/js_unicode_escape_sequence.html

    String Code Unit vs Code Point
    http://xahlee.info/js/js_string_byte_sequence.html

    about 6 months ago from noagendasocial.com permalink
  18. ∑ XahLee (xahlee)'s status on Saturday, 06-Jan-2018 15:29:10 PST ∑ XahLee ∑ XahLee

    major disaster from #npm again https://github.com/npm/registry/issues/255
    #javascript

    about 6 months ago from noagendasocial.com permalink

    Attachments

  19. ∑ XahLee (xahlee)'s status on Saturday, 06-Jan-2018 15:12:37 PST ∑ XahLee ∑ XahLee

    #JavaScript in Depth
    http://xahlee.info/js/js.html
    New cover.

    about 6 months ago from noagendasocial.com permalink
  20. ∑ XahLee (xahlee)'s status on Saturday, 06-Jan-2018 02:10:15 PST ∑ XahLee ∑ XahLee

    #JavaScript update today.

    learn function programing in 10 minutes (ES2015+)
    http://xahlee.info/js/js_functional_programing.html

    ES2015, Reflect.deleteProperty
    http://xahlee.info/js/js_Reflect.deleteProperty.html

    .appendChild Example
    http://xahlee.info/js/dom_appendChild.html

    about 6 months ago from noagendasocial.com permalink
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNUsocial.no is a social network, courtesy of peers.community. It runs on GNU social, version 1.2.0-beta4, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNUsocial.no content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.