Login
VirtualTam's bookmarks
Search
165
bookmarks found
Previous
Next
1
…
3
4
5
…
9
python - How to make a chain of function decorators? - Stack Overflow
2018-05-22
decorator
programming/python
Permalink
https://gist.github.com/Zearin/2f40b7b9cfc51132851a
unzip - Python: downloading and unzipping a .zip file without writing to disk - Stack Overflow
2018-05-16
archive
compression/zip
programming/python
Permalink
How to list containers in Docker? - Stack Overflow
2018-04-04
linux/container
linux/container/docker
programming/script
programming/shell
Permalink
For scripting:
1
$ docker ps -aq
E.g.:
1
$ docker stop
$(
docker ps -aq
)
How to set up Travis-ci with multiple languages - Stack Overflow
2018-03-31
continuous-integration
continuous-integration/travis
Permalink
elasticsearch - Logstash CSV filter not parsing JSON - Stack Overflow
2018-03-29
observability/elastic
observability/elastic/logstash
programming/csv
programming/json
Permalink
https://www.elastic.co/guide/en/logstash/6.2/plugins-filters-csv.html#plugins-filters-csv-quote_char
Turning off the pager in git for the stash command only - Stack Overflow
2018-03-25
command-line/pager
programming/shell
source-code-management/git
Permalink
https://stackoverflow.com/questions/18126637/git-no-pager-for-specific-commands
Using forked package import in Go - Stack Overflow
2018-02-19
community
open-source/fork
programming/go
source-code-management/git
Permalink
http://blog.campoy.cat/2014/03/github-and-go-forking-pull-requests-and.html
https://github.com/golang/go/wiki/PackageManagementTools
http://code.openark.org/blog/development/forking-golang-repositories-on-github-and-managing-the-import-path
Best way to generate data to fill USB memory? - Stack Overflow
2018-02-12
file
linux
microsoft/windows
Permalink
https://superuser.com/questions/223309/how-to-fill-a-hard-drive-in-linux
security - What is a retpoline and how does it work? - Stack Overflow
2018-02-11
linux
linux/kernel
meltdown
security
spectre
Permalink
https://support.google.com/faqs/answer/7625886
https://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc.git/commit/?h=spec/retpoline-415-1
https://lkml.org/lkml/2018/1/4/724
how to implement the unit or integration tests for logstash configuration? - Stack Overflow
2018-02-10
data
observability/elastic/logstash
parser
programming/java
programming/ruby
programming/testing
unit
Permalink
https://github.com/elastic/logstash/tree/master/spec
https://github.com/logstash-plugins
https://gquintana.github.io/2016/09/07/Testing-Logstash-configuration.html
https://github.com/gquintana/gquintana.github.io/tree/master/sources/2016-09-07-Testing-Logstash-configuration
How to increase the vertical split window size in Vim - Stack Overflow
2018-01-28
editor/vim
split
Permalink
Is there any way to view the currently mapped keys in Vim? - Stack Overflow
2018-01-21
editor/vim
key
Permalink
vim plugin - Automatic closing brackets for Vim - Stack Overflow
2018-01-20
editor
editor/vim
markup
text
Permalink
https://github.com/vim-scripts/AutoClose
https://github.com/Townk/vim-autoclose
https://github.com/cohama/lexima.vim
https://github.com/tpope/vim-surround
More efficient movements editing python files in vim - Stack Overflow
2018-01-16
editor/vim
programming/python
Permalink
vim - How to change letters in a word from upper case to lower case or the other way around (swap case)? - Stack Overflow
2017-12-10
editor/vim
Permalink
Git push branch from one remote to another? - Stack Overflow
2017-12-01
branch
mirror
remote
source-code-management
source-code-management/git
Permalink
Rotating a two-dimensional array in Python - Stack Overflow
2017-11-29
array
matrix
programming/python
Permalink
performance - List of Big-O for PHP functions - Stack Overflow
2017-11-23
algorithm/complexity
performance
programming/php
Permalink
vim - Indent multiple lines quickly in vi - Stack Overflow
2017-11-22
editor/vim
indent
Permalink
python - How to import a module given the full path? - Stack Overflow
2017-11-13
package
programming/python
programming/script
Permalink
https://docs.python.org/3/library/importlib.html
https://bugs.python.org/issue21436
Back to top
Previous
Next
1
…
3
4
5
…
9