Navigation

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

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

      2
      3
      Votes
      2
      Posts
      3763
      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 • javascript nodejs • • momurda

      7
      1
      Votes
      7
      Posts
      1272
      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 • javascript nodebb • • JaredBusch

      2
      3
      Votes
      2
      Posts
      610
      Views

      scottalanmiller

      That's neat. More accessible is good.

    • scottalanmiller

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

      6
      1
      Votes
      6
      Posts
      1567
      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 opensource.com scripting visual studio code • • mlnews

      2
      2
      Votes
      2
      Posts
      732
      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 • college computer science education el reg java javascript programming software engineering stanford university university • • mlnews

      57
      3
      Votes
      57
      Posts
      5593
      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 emulation javascript macos • • mlnews

      1
      4
      Votes
      1
      Posts
      477
      Views

      No one has replied

    • mlnews

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

      1
      4
      Votes
      1
      Posts
      412
      Views

      No one has replied

    • Lakshmana

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

      10
      2
      Votes
      10
      Posts
      1526
      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 • css firefox html html5 javascript mozilla mozilla thimble web web design • • scottalanmiller

      2
      4
      Votes
      2
      Posts
      1243
      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 • d3.js javascript linux node.js socket.io • • mlnews

      1
      3
      Votes
      1
      Posts
      570
      Views

      No one has replied

    • scottalanmiller

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

      3
      5
      Votes
      3
      Posts
      1365
      Views

      Dashrender

      OK this sounds kinda cool.

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

      3
      1
      Votes
      3
      Posts
      1099
      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
      1259
      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
      2123
      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 • c and c++ c sharp dotnet java javascript languages objective-c perl php programming python ruby scala swift • • scottalanmiller

      14
      3
      Votes
      14
      Posts
      3482
      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 • fossbytes javascript programming • • mlnews

      1
      3
      Votes
      1
      Posts
      743
      Views

      No one has replied

    • scottalanmiller

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

      2
      5
      Votes
      2
      Posts
      1149
      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 • infoworld javascript jsblocks • • mlnews

      1
      1
      Votes
      1
      Posts
      828
      Views

      No one has replied

    • mlnews

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

      1
      1
      Votes
      1
      Posts
      615
      Views

      No one has replied