Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 2 / 7
123 results tagged command_line  ✕
An Introduction To Data Science On The Linux Command Line https://blog.robertelder.org/data-science-linux-command-line/
Sat 23 Nov 2019 02:54:50 PM CET
QRCode

This article will provide the reader with a brief overview for a number of different Linux commands. A special emphasis will be placed on explaining how each command can be used in the context of performing data science tasks. The goal will be to convince the reader that each of these commands can be extremely useful, and to allow them to understand what role each command can play when manipulating or analyzing data.

article command_line machine_learning tools
Run an Internet Speed Test from the Linux Command Line https://www.putorius.net/speed-test-command-line.html
Wed 20 Nov 2019 09:27:26 AM CET
QRCode

How to run an internet speed test from the Linux command line. We examine two tools that both use the speedtest.net service to test your connection speeds.

article command_line networking tools
scholarref - Tools to never deal with journal webpages again https://adamsgaard.dk/scholarref.html
Fri 15 Nov 2019 08:28:04 PM CET
QRCode

During the writing phase of an academic paper, common tasks include downloading PDFs of publications and getting their references into your bibliography. However, I am not a fan of navigating the slow, bloated, tracker-filled, and distracting webpages of academic journals and publication aggregators. For some reason, many publishers decided that clicking the "Download PDF" link should redirect the user to an unusable in-browser PDF viewer instead of providing the PDF file directly. While the majority of journal webpages provide formatted citations for their publications, these are inconsistent in style and content.

#cli-app command_line homepage research tools
csv2tex https://github.com/O2-AC/csv2tex/blob/master/README.md
Sat 09 Nov 2019 09:53:02 PM CET
QRCode

Converts csv files into LaTeX tables. Contribute to O2-AC/csv2tex development by creating an account on GitHub.

command_line conversion csv latex opensource software terminal
Display Random Quotes From Commandline In Linux - OSTechNix https://www.ostechnix.com/display-random-quotes-commandline-linux/
Wed 30 Oct 2019 04:26:56 PM CET
QRCode

In this brief guide, we will discuss how to install 'motivate' and 'fortune' programs to display random quotes from commandline in Linux.

#cli-app article command_line linux software
Configure Touchpad Settings Using gsettings Commandline Utility https://www.ostechnix.com/configure-touchpad-settings-using-gsettings-commandline-utility/
Mon 14 Oct 2019 09:16:47 PM CEST
QRCode

This brief guide explains how to configure Touchpad settings using gsettings commandline interface on Linux distributions with GNOME DE.

#cli-app article command_line
UNIX game https://www.unixgame.io/unix50
Mon 14 Oct 2019 09:11:30 PM CEST
QRCode
command_line games online unix
Hydra https://cli.dev/
Sat 12 Oct 2019 11:04:23 PM CEST
QRCode

A framework for elegantly configuring complex applications.

command_line framework homepage programming python
jtc - JSON manipulation and transformation https://github.com/ldn-softdev/jtc
Wed 09 Oct 2019 06:19:18 PM CEST
QRCode

JSON manipulation and transformation tool. Contribute to ldn-softdev/jtc development by creating an account on GitHub.

#cli-app coding_lang:c++ command_line json opensource software
The Tectonic Typesetting System - The Tectonic Typesetting System https://tectonic-typesetting.github.io/en-US/
Sun 06 Oct 2019 11:50:22 PM CEST
QRCode

A modernized, complete, standalone TeX/LaTeX engine.

command_line latex tools
mutt-wizard: A system for automatically configuring mutt and isync with a simple interface and safe passwords https://github.com/LukeSmithxyz/mutt-wizard
Sat 28 Sep 2019 11:28:13 AM CEST
QRCode

A system for automatically configuring mutt and isync with a simple interface and safe passwords.

command_line configuration email mutt
navi - An interactive cheatsheet tool for the command-line https://github.com/denisidoro/navi
Sun 22 Sep 2019 09:39:00 AM CEST
QRCode

An interactive cheatsheet tool for the command-line.

image

#cli-app cheatsheet cli coding_lang:bash command_line linux opensource software source_code
cheat.sh | The only cheat sheet you need https://github.com/chubin/cheat.sh
Sun 22 Sep 2019 09:12:32 AM CEST
QRCode

image

cheatsheet command_line source_code
kmdr-cli - The CLI tool for explaining commands from your terminal https://github.com/ediardo/kmdr-cli#supported-programs
Fri 20 Sep 2019 08:34:21 PM CEST
QRCode

The CLI tool for explaining commands from your terminal.

image

#cli-app command_line opensource software source_code
Foremost http://foremost.sourceforge.net/
Thu 19 Sep 2019 09:17:59 PM CEST
QRCode
command_line homepage sysadmin tools
TSV Utilities - Command line tools for large, tabular data files https://github.com/eBay/tsv-utils
Sun 01 Sep 2019 09:56:38 PM CEST
QRCode

This is a set of command line utilities for manipulating large tabular data files. Files of numeric and text data commonly found in machine learning, data mining, and similar environments. Filtering, sampling, statistics, joins, and more.

These tools are especially useful when working with large data sets. They run faster than other tools providing similar functionality, often by significant margins. See Performance Studies for comparisons with other tools.

They perform data manipulation and statistical calculations on tab delimited data. They are intended for large files. Larger than ideal for loading entirely in memory in an application like R, but not so big as to necessitate moving to Hadoop or similar distributed compute environments. The features supported are useful both for standalone analysis and for preparing data for use in R, Pandas, and similar toolkits.

From eBay.

#cli-app coding_lang:d command_line csv file_management filter opensource software
Pngquant - A Command-line Utility To Compress PNG Images On Linux https://www.ostechnix.com/pngquant-a-command-line-utility-to-compress-png-images-on-linux/
Sat 31 Aug 2019 10:11:20 PM CEST
QRCode

Pngquant is a free, open source and cross-platform command-line lossy PNG compressor. It is based on a portable libimagequant library and is written in C99. It reduces the file size significantly by converting the PNG image to more efficient 8-bit PNG format and preserves full alpha transparency. As you may already know, 8-bit PNG files are often 60-80% smaller than 24/32-bit PNG files. The images compressed using Pngquant are fully-compatible with all web browsers and operating systems. Pngquant can compress one or multiple images at once.

#cli-app article command_line file_format graphics images linux opensource software tools
Translate Shell - Word and sentence translation https://www.soimort.org/translate-shell/
Sun 25 Aug 2019 04:51:08 PM CEST
QRCode

Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.

#cli-app command_line linux online opensource software source_code translations
fasd - Disk usage analyzer https://github.com/clvv/fasd
Sun 25 Aug 2019 04:47:40 PM CEST
QRCode

A Commandline Tool That Offers Quick Access to Files and Directories. Fasd (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells. It is inspired by tools like autojump, z and v. Fasd keeps track of files and directories you have accessed, so that you can quickly reference them in the command line.

#cli-app command_line file_management filesystem linux opensource software source_code
Index of /programs/num-utils http://suso.suso.org/programs/num-utils/
Mon 19 Aug 2019 11:28:41 PM CEST
QRCode
command_line software utility
page 2 / 7
3660 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn