mert

Ankara

mert.im

Age: 24

MSc in computer science at Bilkent University, Ankara, Turkey.

3h
accepted What are the good indicators of fake conferences?
May
20
answered What are the strategies for getting feedback on articles?
May
16
awarded Popular Question
May
12
accepted Numpy arange over numpy arrays
May
12
revised Numpy arange over numpy arrays
examples added
May
12
asked Numpy arange over numpy arrays
May
6
accepted Why gsub with regex returns different results for single and double quotes?
May
6
revised Why gsub with regex returns different results for single and double quotes?
deleted 6 characters in body
May
6
asked Why gsub with regex returns different results for single and double quotes?
Apr
25
revised What are the good indicators of fake conferences?
improved formatting
Apr
25
revised What are the good indicators of fake conferences?
edited link
Apr
25
asked What are the good indicators of fake conferences?
Apr
10
comment Free ways to automatically get notified if new papers are published on ACM or IEEE?
Thanks for the comment @JeffE. I edited the answer, now it should answer the question.
Apr
10
revised Free ways to automatically get notified if new papers are published on ACM or IEEE?
improved answer
Mar
16
comment i want to combine two 2d array into array with points
Any programming language would be OK to do matrix transpose operation. One example is ruby. Check ruby-doc.org/core-2.0/Array.html#method-i-transpose
Mar
14
awarded Notable Question
Mar
13
awarded Yearling
Mar
12
awarded Yearling
Mar
11
comment Creating a ordered HashMap sorted by create/update time in Java
One problem with LinkedHashMap implementation would be we may need to remove one than one entry. removeEldestEntry() removes only one.
Mar
11
revised Creating a ordered HashMap sorted by create/update time in Java
more explanation added
1 2 3 4 5