About 86 results
Open links in new tab
  1. Number Line Jumps HackerRank Algorithms Question

    Mar 28, 2022 · I am looking at the HackerRank problem Number Line Jumps: You are choreographing a circus show with various animals. For one act, you are given two kangaroos on a number line ready …

  2. After installing lazyvim, neovim only shows the current line number

    Mar 15, 2024 · After installing lazyvim, my neovim only shows the current line number. How do I show all line numbers? I typed ':set number' but it didn't work.

  3. Insert a line at specific line number with sed or awk

    Mar 20, 2016 · I have a script file which I need to modify with another script to insert a text at the 8th line. String to insert: Project_Name=sowstest, into a file called start. I tried to use awk and sed, bu...

  4. C/C++ line number - Stack Overflow

    In the sake of debugging purposes, can I get the line number in C /C++ compilers? (standard way or specific ways for certain compilers) e.g

  5. Go to a specific relative number line in Neovim - Stack Overflow

    Oct 19, 2022 · I am trying to use relative line numbers with NeoVim to jump through my file so I am expecting to digit to jump 20 lines before: :20k and to jump 20 lines after: :20j I tried but nothing …

  6. how to put increased number for multiline selection in visual studio ...

    Oct 6, 2022 · I want to add increased number for multi selected caret in visual studio code. now, When I type it write same words. But I would like to add increased number by some shortkey so that I don't …

  7. Notepad++ add number in each line - Stack Overflow

    Dec 3, 2018 · I have the following data in a text file p=1 p=1 p=1 p=1 etc. I open that file in Notepad++. How would I change it to p=1 p=2 p=3 p=4 etc.

  8. Showing line numbers in IPython/Jupyter Notebooks

    To turn line numbers on for a single session in Jupyter Notebook, you can turn them on through View > Show Line Numbers (about halfway down the list, just under Show Log Console).

  9. The line number on the SQL Editor in DBeaver - Stack Overflow

    Jul 21, 2017 · How to toggle the line number on the SQL Editor in DBeaver? I can't find this option in Window / Preferences / General / Editors / SQL Editor. Is it possible to do this?

  10. linux - Get line number while using grep - Stack Overflow

    I am using grep recursive to search files for a string, and all the matched files and the lines containing that string are printed on the terminal. But is it possible to get the line numbers of those