1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
10 results tagged command-line x
  • VisiData

    VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.

    August 17, 2018 at 8:45:31 AM UTC - permalink -
    QRCode
    - https://visidata.org/
    cli command-line csv python spread-sheet xls
  • Data Science at the Command Line
    • Obtain data from websites, APIs, databases, and spreadsheets
    • Perform scrub operations on text, CSV, HTML/XML, and JSON
    • Explore data, compute descriptive statistics, and create visualizations
    • Manage your data science workflow
    • Create reusable command-line tools from one-liners and existing Python or R code
    • Parallelize and distribute data-intensive pipelines
    • Model data with dimensionality reduction, clustering, regression, and classification algorithms
    August 17, 2018 at 8:38:28 AM UTC - permalink -
    QRCode
    - https://www.datascienceatthecommandline.com/
    cli command-line data-munging data-science data-wranging
  • thumbnail
    Command-Line Cartography, Part 1 – Mike Bostock – Medium

    A tour of d3-geo’s new command-line interface.

    October 25, 2017 at 9:24:13 PM UTC - permalink -
    QRCode
    - https://medium.com/@mbostock/command-line-cartography-part-1-897aa8f8ca2c
    cartography command-line d3 dataviz
  • thumbnail
    Perl6-One-Liners/README.md at master · dnmfarrell/Perl6-One-Liners

    Perl6-One-Liners - Look what you can do at the terminal! A collection of Perl6 one liners

    October 9, 2017 at 8:58:28 PM UTC - permalink -
    QRCode
    - https://github.com/dnmfarrell/Perl6-One-Liners/blob/master/README.md
    command-line oneliner raku utilities
  • thumbnail
    Yet Another Dotfiles Manager - yadm

    When you live in a command line, configurations are a deeply personal thing. They are often crafted over years of experience, battles lost, lessons learned, advice followed, and ingenuity rewarded. When you are away from your own configurations, you are an orphaned refugee in unfamiliar and hostile surroundings. You feel clumsy and out of sorts. You are filled with a sense of longing to be back in a place you know. A place you built. A place where all the short-cuts have been worn bare by your own travels. A place you proudly call… $HOME.

    October 26, 2016 at 5:26:02 PM UTC - permalink -
    QRCode
    - https://thelocehiliosan.github.io/yadm/
    backup command-line deployment dotfiles manager yadm
  • thumbnail
    ImageMagick: Command-line Tools: Mogrify

    Use the mogrify program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to convert except that the original image file is overwritten (unless you change the file suffix with the -format option) with any changes you request. See Command Line Processing for advice on how to structure your mogrify command or see below for sample usages of the command.

    September 3, 2016 at 11:19:10 AM UTC - permalink -
    QRCode
    - https://www.imagemagick.org/script/mogrify.php
    cli command-line graphic image image-magic mogrify
  • Makefiles – A tutorial by example

    Compiling your source code files can be tedious, specially when you want to include several source files and have to type the compiling command everytime you want to do it.

    June 11, 2016 at 8:26:22 PM UTC - permalink -
    QRCode
    - http://mrbook.org/blog/tutorials/make/
    automation command-line makefile tutorial
  • Log - noice - small file browser
    May 3, 2016 at 9:26:12 AM UTC - permalink -
    QRCode
    - http://git.2f30.org/noice/
    command-line dired file-browser
  • thumbnail
    linux - How can I convert multiple files to UTF-8 encoding using *nix command line tools? - Super User
    for file in *.txt; do
        iconv -f ascii -t utf-8 "$file" -o "${file%.txt}.utf8.txt"
    done
    April 26, 2016 at 11:01:03 AM UTC - permalink -
    QRCode
    - https://superuser.com/questions/16672/how-can-i-convert-multiple-files-to-utf-8-encoding-using-nix-command-line-tools
    charset command-line encoding utf8
  • mysql - Bash: How to invoke command and store the result in a variable? - Stack Overflow
    March 23, 2016 at 1:35:30 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/2730766/bash-how-to-invoke-command-and-store-the-result-in-a-variable
    bash command-line shell variable-assignment
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation