An open API service indexing awesome lists of open source software.

https://github.com/lurst/setup_old

Just a backup of my old setup
https://github.com/lurst/setup_old

Last synced: 18 days ago
JSON representation

Just a backup of my old setup

Awesome Lists containing this project

README

          

# My Setup

My dotfiles and ~/bin

### Requirements

"none"

## ~/bin

### soaper

bash script

My CLI soap client, needs some work but works for my use, receives two parameters, a file and a WSDL url

soaper test.xml http://www.w3schools.com/webservices/tempconvert.asmx?op=FahrenheitToCelsius

Note: soaper dislikes \n inside tags

### view_csv

Perl script

Pretty viewer for CSVs

view_csv test.csv

### locate_mod.pl

Perl script

Useful to locate modules by mod name.

locate_mod.pl Data::Dumper

### barchart

Perl script

Displays a "barchart" for a text with duplicated string in it.

barchart sample_data.txt
00000000| Miniac
0| Bossy
0000000000| EPICAC
00| The Prime Radiant
0000| Multivac
00| MARAX
00000000| Mark V
00000| Mima

### pjson

Python script

From http://igorgue.com/pjson/
Parse Json beatifully
Usage: echo '{"json":"obj"}' | pjson