Profile
Achievement

silviud's Recent Snippets
- All /
« Prev 1 Next »
you want to block other sites to hotlink your images or media files.
0
1276
posted 14 years ago by silviud
this will display the size of a directory as if you run du -sb dir
0
3366
posted 14 years ago by silviud
allows for variable length arguments - something similar as python
func(*args, **kw)
0
1052
posted 15 years ago by silviud
have it as bookmark - clicking on it will validate the current page
1
853
posted 15 years ago by silviud
in case that you want to pass between multiple methods the same *args and unpack it
at the end
0
917
posted 15 years ago by silviud