VirtualTam's bookmarks
67 bookmarks found
-
- Clipart ETC - Illustrations
- Clippix - Photos and pictures
- Maps - Historic maps spanning many different time periods
- Presentations - Backgrounds, templates, letters, frames, and buttons
-
Elasticsearch - Grok processor
2023-11-19 - Elastic - Grokking Grok
- Kibana - Debug grok expressions
- Grok Constructor
- Elasticsearch Grok Patterns
- Logstash Grok Patterns
Alternative implementations:
- vjeantet/grok - Simple library to use/parse grok patterns with Go
- GuanceCloud/grok - Fork of the above
- logrusorgru/grokky - Pure golang grok-like library
- Telegraf's Grok Parser Plugin
- Vector Remap Language - Datadog Grok Parser
-
Regex engine internals as a library
2023-07-14 - rust-lang/regex
- google/re2
- BurntSushi/rebar - A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks
- Resources about implementing regular expression search efficiently, Russ Cox
-
- https://www.hashicorp.com/resources/creating-terraform-provider-for-anything
- https://boxboat.com/2020/02/04/writing-a-custom-terraform-provider/
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-1-ed12884e06d7
- https://medium.com/spaceapetech/creating-a-terraform-provider-part-2-1346f89f082c
-
- https://stackoverflow.com/questions/415452/object-orientation-in-c
- https://sites.google.com/site/cinterfacesimplementations/
- http://web.archive.org/web/20190125125043/http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-c-style.pdf
- https://www.maultech.com/chrislott/resources/cstyle/
- https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard
-
/r/golang | Learning Distributed systems
2019-09-16 - https://github.com/golang/go/wiki/Courses
- https://dataintensive.net/
- https://columbia.github.io/ds2-class/
- https://github.com/brendandburns/designing-distributed-systems-labs
- https://azure.microsoft.com/en-us/resources/designing-distributed-systems/en-us/
- https://www.distributed-systems.net/index.php/books/distributed-systems-3rd-edition-2017/
-
- https://atlas.ripe.net/
- https://www.ripe.net/manage-ips-and-asns/resource-management/faq/independent-resources/phase-three/what-is-a-local-internet-registry-lir
- https://labs.ripe.net/Members/stephane_bortzmeyer/using-ripe-atlas-to-debug-network-connectivity-problems
- https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib
- https://www.bortzmeyer.org/dns-over-tls-atlas-measures.html
-
Tuning PHP-FPM for high traffic
2019-03-29 - https://haydenjames.io/php-fpm-tuning-using-pm-static-max-performance/
- https://www.if-not-true-then-false.com/2011/nginx-and-php-fpm-configuration-and-optimizing-tips-and-tricks/
- http://www.softwareprojects.com/resources/programming/t-optimizing-nginx-and-php-fpm-for-high-traffic-sites-2081.html
- https://www.php.net/manual/en/install.fpm.configuration.php
- https://serverfault.com/questions/773216/php-error-pool-www-seems-busy-you-may-need-to-increase-pm-start-servers-or-p
- https://serverfault.com/questions/874642/configuring-nginx-php-fpm-for-high-traffic-load
-
Cross-Origin Resource Sharing (CORS) | MDN
2019-01-23 - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin