All Questions
Tagged with source-code code
3 questions
0
votes
0
answers
2k
views
Converting UNIX time to human time in MATLAB?
I've a sequence of UNIX timestamps in milliseconds (e.g. 1491009470000). I want to convert them to human time in the format year-month-date-hour-minute-second (or in an array of these components). ...
3
votes
2
answers
13k
views
Fitting More Code On Printed Page In Notepad++
At the moment, I'm trying to print a snippet of code that is about 1.03 pages long. The last several lines start on the next page. As a result, I waste an entire page, and it's also much harder to ...
1
vote
1
answer
366
views
Disabling automatic footnotes in Emacs org-mode
I have some LaTeX inside an org-mode file that is wrapping a Ruby code snippet and providing nice color formatting, which looks kind of like this:
#+LATEX_HEADER: \usepackage[dvipsnames]{xcolor}
#+...