Skip to main content
Merc's user avatar
Merc's user avatar
Merc's user avatar
Merc
  • Member for 11 years, 10 months
  • Last seen more than 2 years ago
9 votes
1 answer
1k views

Multiple inheritance with JavaScript with support of calling of super() methods

7 votes
3 answers
631 views

Bash script to extract HTML comment into a Markdown file

5 votes
2 answers
148 views

Simple replacement for Redux in ES6

4 votes
2 answers
93 views

Find entry in hash depending on hash's data

4 votes
2 answers
89 views

Extract lines under the specified heading

4 votes
1 answer
108 views

Making time lapse screenshots using Bash

3 votes
1 answer
89 views

Recursive function to copy over an object with very specific constraints

2 votes
1 answer
170 views

Speed and ID concerns converting DOM object into JQuery objects

2 votes
1 answer
73 views

Sane ranges for DB queries

1 vote
2 answers
79 views

Work out if a string is "fieldname" or "tablename.fieldname", and assign variables

1 vote
1 answer
50 views

Scan a list of assigns in nodejs

1 vote
2 answers
449 views

A server response written in node/express/mongodb: does this look right?