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
- Host: GitHub
- URL: https://github.com/lurst/setup_old
- Owner: LuRsT
- Created: 2013-03-29T23:45:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T23:45:50.000Z (almost 13 years ago)
- Last Synced: 2025-01-19T17:32:04.670Z (12 months ago)
- Language: VimL
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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