@SEPTA_SOCIAL@septa The always seems to be an error when I request a new password for the septa key card. How can I add funds to the card if I can't log in?
I'm attending Webinar Series. All the AWS CodeBuild You Can Stomach in 45 Minutes
RT if you think others will find this helpful ๐
https://t.co/5Lx4fjRzEz
@wesbos@autonomousdotai My Aeron is almost 20 years old and only problem I've had with it is the seat mesh is fraying in a spot or 2. Don't skimp on your chair. Good ones will out last most things in your workspace.
Unfortunately, my Internet provider, @VERIZON (AS701), does NOT implement BGP safely. Check out https://t.co/qZJjB7e6OY to see if your ISP implements BGP in a safe way or if it leaves the Internet vulnerable to malicious route hijacks. via @Cloudflare
#php Tip: Don't use array_search() in a conditional. If you match the first element in the array, it will return 0 and the conditional will think it is false. in_array() is a better function to use for that test.
Lot of searching for xargs cp examples. Did it by hand, but searched some more and figured it out: egrep -l "<regex here>" *.json | xargs -I '{}' cp -v '{}' <dest dir here>
Looking to use #pg_partman with #PostgreSQL. Having a hard time find examples to add constraints to the child partition tables. Need unique id and timestamp. Any ideas?