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

      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
      scottalanmillerS

      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 }}}])
    • momurdaM

      Why is Node.js so popular?

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

      @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.

    • JaredBuschJ

      NodeBB without JavaScript

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nodebb javascript
      2
      3 Votes
      2 Posts
      838 Views
      scottalanmillerS

      That's neat. More accessible is good.

    • scottalanmillerS

      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
      EddieJenningsE

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

    • mlnewsM

      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
      GiggiuxG

      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? 🙂

    • mlnewsM

      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
      10k Views
      scottalanmillerS

      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.

    • mlnewsM

      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
      666 Views
      No one has replied
    • mlnewsM

      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
      631 Views
      No one has replied
    • LakshmanaL

      Book Reference for ReactJS

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

      @Lakshmana said in Book Reference for ReactJS:

      @scottalanmiller Ok Thank YOu .Its already suggested by thwr

      Whoops 🙂 Well it looks like a good one.

    • scottalanmillerS

      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
      itpeteI

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

    • mlnewsM

      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
      776 Views
      No one has replied
    • scottalanmillerS

      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
      DashrenderD

      OK this sounds kinda cool.

    • mlnewsM

      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
      mlnewsM

      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

    • JaredBuschJ

      Crypto as a Service

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

      @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.

    • scottalanmillerS

      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
      scottalanmillerS

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

    • scottalanmillerS

      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
      4k Views
      scottalanmillerS

      @coliver said:

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

      Likely.

    • mlnewsM

      Entire JavaScript Language in a Single Image

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

      JavaScript Is Not Java

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

      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.

    • mlnewsM

      jsBlocks - a powerful new isomorphic JavaScript framework

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

      JavaScript is Helping to Make Old Languages Useful Again

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