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

      Find Duplicate Value Entries in MongoDB Collection
      IT Discussion • mongodb nosql javascript aggregate • • scottalanmiller

      2
      3
      Votes
      2
      Posts
      5958
      Views

      scottalanmiller

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

      Why is Node.js so popular?
      IT Discussion • nodejs javascript • • momurda

      7
      1
      Votes
      7
      Posts
      1291
      Views

      scottalanmiller

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

    • JaredBusch

      NodeBB without JavaScript
      IT Discussion • nodebb javascript • • JaredBusch

      2
      3
      Votes
      2
      Posts
      624
      Views

      scottalanmiller

      That's neat. More accessible is good.

    • scottalanmiller

      Linux Desktop Application: Atom Text Editor
      IT Discussion • atom text editor text editing linux linux desktop electron javascript sam linux desktop applications • • scottalanmiller

      6
      1
      Votes
      6
      Posts
      1591
      Views

      EddieJennings

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

    • mlnews

      Nine Resources for Learning JavaScript from OpenSource.com
      Developer Discussion • javascript scripting opensource.com visual studio code • • mlnews

      2
      2
      Votes
      2
      Posts
      754
      Views

      Giggiux

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

    • mlnews

      Stanford Removes Java in Favor of JavaScript in Intro to Computer Science Course
      Developer Discussion • stanford university computer science education university college el reg java javascript programming software engineering • • mlnews

      57
      3
      Votes
      57
      Posts
      5733
      Views

      scottalanmiller

      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.

    • mlnews

      MacOS Classic Now Runs in a Web Browser
      News • ars technica macos emulation javascript • • mlnews

      1
      4
      Votes
      1
      Posts
      488
      Views

      No one has replied

    • mlnews

      JS Foundation Now a Part of the Linux Foundation
      News • linux foundation javascript js foundation open source • • mlnews

      1
      4
      Votes
      1
      Posts
      421
      Views

      No one has replied

    • Lakshmana

      Book Reference for ReactJS
      IT Discussion • programming javascript reactjs • • Lakshmana

      10
      2
      Votes
      10
      Posts
      1555
      Views

      scottalanmiller

      @Lakshmana said in Book Reference for ReactJS:

      @scottalanmiller Ok Thank YOu .Its already suggested by thwr

      Whoops 🙂 Well it looks like a good one.

    • scottalanmiller

      Learning Web Design with Mozilla Thimble
      IT Discussion • web web design mozilla firefox mozilla thimble html html5 css javascript • • scottalanmiller

      2
      4
      Votes
      2
      Posts
      1267
      Views

      itpete

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

    • mlnews

      Visualize Linux System Resources with Socket.io and D3.js
      News • socket.io d3.js javascript node.js linux • • mlnews

      1
      3
      Votes
      1
      Posts
      579
      Views

      No one has replied

    • scottalanmiller

      New Game Code Warriors Turns Coding JavaScript Into a Game
      Developer Discussion • gaming javascript programming code warriers kuato studios hakitzu • • scottalanmiller

      3
      5
      Votes
      3
      Posts
      1395
      Views

      Dashrender

      OK this sounds kinda cool.

    • mlnews

      Microsoft Open Sources Edge's ChakraCore JavaScript Engine, Will Port to Ubuntu
      News • open source microsoft chakracore javascript edge web browser javascript engine linux ubuntu zdnet • • mlnews

      3
      1
      Votes
      3
      Posts
      1124
      Views

      mlnews

      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

    • JaredBusch

      Crypto as a Service
      IT Discussion • cryptoware javascript • • JaredBusch

      5
      1
      Votes
      5
      Posts
      1270
      Views

      JaredBusch

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

    • scottalanmiller

      Accessing View Data from MongoDB for NodeBB
      Developer Discussion • javascript mongodb nodebb • • scottalanmiller

      2
      0
      Votes
      2
      Posts
      2603
      Views

      scottalanmiller

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

    • scottalanmiller

      Choosing a Programming Language
      Developer Discussion • languages python javascript scala java c and c++ c sharp perl ruby objective-c dotnet programming swift php • • scottalanmiller

      14
      3
      Votes
      14
      Posts
      3565
      Views

      scottalanmiller

      @coliver said:

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

      Likely.

    • mlnews

      Entire JavaScript Language in a Single Image
      Developer Discussion • javascript programming fossbytes • • mlnews

      1
      3
      Votes
      1
      Posts
      750
      Views

      No one has replied

    • scottalanmiller

      JavaScript Is Not Java
      Developer Discussion • java javascript ecmascript scripting programming • • scottalanmiller

      2
      5
      Votes
      2
      Posts
      1167
      Views

      scottalanmiller

      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.

    • mlnews

      jsBlocks - a powerful new isomorphic JavaScript framework
      Developer Discussion • jsblocks javascript infoworld • • mlnews

      1
      1
      Votes
      1
      Posts
      830
      Views

      No one has replied

    • mlnews

      JavaScript is Helping to Make Old Languages Useful Again
      News • javascript infoworld • • mlnews

      1
      1
      Votes
      1
      Posts
      618
      Views

      No one has replied