Tag: function
Fish Alias/Function Location
January 5, 2008
The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’
Creating an Alias in fish shell
November 28, 2007
Fish shell has an easy method to create a command alias… alias del=’rm’ save_function del
A Simple Logging Function for JavaScript
October 29, 2007
Prints all the arguments of the function. This function uses console.log if firebug is available – else, uses alert. function…
CSV Export/Import Functions in PHP
September 19, 2007
Functions to Export and import CSV data using PHP //*Get the result of the query as a CSV stream. function…
Recent Comments