ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. javascript
    Log in to post
    • All categories
    • S

      Find Duplicate Value Entries in MongoDB Collection

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mongodb nosql javascript aggregate
      2
      3 Votes
      2 Posts
      6k Views
      S

      For more detail, showing the UIDs of each of the duplicates in question, try this little extension:

      db.myCollection.aggregate([ {$group: { _id: "$field_to_search", "dups": { "$push": "$_id" }, count: { $sum: 1}}}, {$match: { count: { $gt: 1 }}}])
    • M

      Why is Node.js so popular?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nodejs javascript
      7
      1 Votes
      7 Posts
      2k Views
      S

      @anastasia_s said in Why is Node.js so popular?:

      Hey, thanks for all the responses, very interesting. I've been looking into Node.js for some time and found some interesting facts. Did you know that Node.js is being used by NetFlix, SAP, GoDaddy, IBM and more? I found it. Also, are those salary rates correct? If so, I'd totally start learning Node.

      Please no links to promotional sites on first post, and definitely don't pretend that promotional sites are normal links to general references.

      Yes, NodeJS pays well, it's a good field to be in.

    • J

      NodeBB without JavaScript

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nodebb javascript
      2
      3 Votes
      2 Posts
      867 Views
      S

      That's neat. More accessible is good.

    • S

      Linux Desktop Application: Atom Text Editor

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion atom text editor text editing linux linux desktop electron javascript sam linux desktop applications
      6
      1 Votes
      6 Posts
      2k Views
      E

      What little text editing I do, I usually do it with vi.

    • M

      Nine Resources for Learning JavaScript from OpenSource.com

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion javascript scripting opensource.com visual studio code
      2
      2 Votes
      2 Posts
      1k Views
      G

      You don't know JS free open source book series is probably one of the best resources too. It explains how JS works, other than explaining how to program it in a nice way.
      I think that if someone understand well how a programming language works, then he should know how to program it in the proper way, no? 🙂

    • M

      Stanford Removes Java in Favor of JavaScript in Intro to Computer Science Course

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion stanford university computer science education university college el reg java javascript programming software engineering
      57
      3 Votes
      57 Posts
      13k Views
      S

      Looks like Harvard has followed suit and is blindly following Stanford into moving their CS program closer and closer to just being relabeled software engineering.

    • M

      MacOS Classic Now Runs in a Web Browser

      Watching Ignoring Scheduled Pinned Locked Moved News ars technica macos emulation javascript
      1
      4 Votes
      1 Posts
      682 Views
      No one has replied
    • M

      JS Foundation Now a Part of the Linux Foundation

      Watching Ignoring Scheduled Pinned Locked Moved News linux foundation javascript js foundation open source
      1
      4 Votes
      1 Posts
      652 Views
      No one has replied
    • L

      Book Reference for ReactJS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion programming javascript reactjs
      10
      2 Votes
      10 Posts
      2k Views
      S

      @Lakshmana said in Book Reference for ReactJS:

      @scottalanmiller Ok Thank YOu .Its already suggested by thwr

      Whoops 🙂 Well it looks like a good one.

    • S

      Learning Web Design with Mozilla Thimble

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion web web design mozilla firefox mozilla thimble html html5 css javascript
      2
      4 Votes
      2 Posts
      2k Views
      I

      Received a few emails from Mozilla myself, about Mozilla Thimble - sadly, only watched the videos so far, but, does look good so far. :nerd:

    • M

      Visualize Linux System Resources with Socket.io and D3.js

      Watching Ignoring Scheduled Pinned Locked Moved News socket.io d3.js javascript node.js linux
      1
      3 Votes
      1 Posts
      797 Views
      No one has replied
    • S

      New Game Code Warriors Turns Coding JavaScript Into a Game

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion gaming javascript programming code warriers kuato studios hakitzu
      3
      5 Votes
      3 Posts
      2k Views
      D

      OK this sounds kinda cool.

    • M

      Microsoft Open Sources Edge's ChakraCore JavaScript Engine, Will Port to Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved News open source microsoft chakracore javascript edge web browser javascript engine linux ubuntu zdnet
      3
      1 Votes
      3 Posts
      2k Views
      M

      InfoWorld has an article about Microsoft's Chakra and ChakraCore efforts as well: http://www.infoworld.com/article/3024271/javascript/nodejs-welcomes-microsoft-chakra-javascript-engine.html

    • J

      Crypto as a Service

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cryptoware javascript
      5
      1 Votes
      5 Posts
      2k Views
      J

      @Dashrender said:

      Do you think this will lead to an even higher infection rate than before?

      Yes, because it now does not even take any coding knowledge. The crypto is created for you. All the person now has to do is find a delivery mechanism.

    • S

      Accessing View Data from MongoDB for NodeBB

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion javascript mongodb nodebb
      2
      0 Votes
      2 Posts
      4k Views
      S

      gte and lte values create the "bounds" of the query. Adjust accordingly to change the date range. Value is "epoch time."

    • S

      Choosing a Programming Language

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion languages python javascript scala java c and c++ c sharp perl ruby objective-c dotnet programming swift php
      14
      3 Votes
      14 Posts
      5k Views
      S

      @coliver said:

      Wasn't there a project that ran Python on top of Python?

      Likely.

    • M

      Entire JavaScript Language in a Single Image

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion javascript programming fossbytes
      1
      3 Votes
      1 Posts
      905 Views
      No one has replied
    • S

      JavaScript Is Not Java

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion java javascript ecmascript scripting programming
      2
      5 Votes
      2 Posts
      2k Views
      S

      Here is an example: http://community.spiceworks.com/topic/1190263-java-script-inserting-an-image-into-a-pdf-form

      In this discussion, he titles the post "Java Script". But there is no Java Script, there is Java which is not a scripting language and there is JavaScript which is. So it would either be a Java program (lower case p) or a JavaScript script (lower case s.) The use of the upper case S in Script implies that he believes it to be a part of the name, but there is nothing with that name. He tags the thread "Java" which implies he truly means Java, but where did the word Script come from? Nothing in the topic provides a clue as to what he is doing. There is not any context to determine what language he is referring to. And given that he is unsure how to refer to them or that there could be confusion it is completely realistic that he does not mean either.

    • M

      jsBlocks - a powerful new isomorphic JavaScript framework

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion jsblocks javascript infoworld
      1
      1 Votes
      1 Posts
      969 Views
      No one has replied
    • M

      JavaScript is Helping to Make Old Languages Useful Again

      Watching Ignoring Scheduled Pinned Locked Moved News javascript infoworld
      1
      1 Votes
      1 Posts
      733 Views
      No one has replied
    • 1
    • 2
    • 1 / 2