Discover the power and versatility of Ranger File Manager - a customizable and extensible command-line file manager. Learn how Ranger can streamline your workflow and make managing files and directories a breeze. Get advice from a seasoned developer and find out why Ranger is one of the best file managers out there!... Read More
Articles found : 28
search term: vim tricks
This article provides a tutorial on how to shade an area under a curve using LaTeX, specifically the tikz and pgfplots packages. It includes a complete LaTeX code with the necessary packages and settings. The article also explains the purpose of each package and parameter used in the code. This tutorial is helpful for anyone who wants to create high-quality graphs and plots with LaTeX.... Read More
Did you know you can generate random text in Microsoft Word just by typing =lorem(2,10)... Read More
We will use the MySQL function TIMESTAMPDIFF, the process is simple enough : we check the difference between the last time a user identified by its IP adress viewed our page and the current time, if the said difference is greater than a defined value, we increment the view.... Read More
Often times when we are editing our files, we need a faster way to produce hundreds, even thousands of lines with repetitive content or lines that have some variables that change on every line and it would be tedious to write them manually. Here comes Python.... Read More