Online PL/SQL formatter

This commit is contained in:
Morgan 2017-12-14 16:34:54 +01:00 committed by GitHub
parent d757307149
commit 15b12e7260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1240,6 +1240,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH
* [Ecoscore](http://ecoscore.be/) - find and compare the ecoscores of new and old vehicles
* [ODA](https://onlinedisassembler.com/odaweb/) - The online disassembler
* [Hybrid Analysis](https://www.hybrid-analysis.com/) - free automated malware analysis service
* [Pl/Sql tidy](http://psti.equinoxbase.com/cgi-bin/handler.pl) - Online PL/SQL formatter
# Gaming :video_game:
* [BoardGameGeek](https://boardgamegeek.com/) - most complete board game database that holds tons of reviews, images and videos
@ -2362,6 +2363,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH
* [Dag Sonstebo](https://www.slideshare.net/DagSonstebo/techug-glasgow-talk-22feb17-configuration-management-best-practices) - (2017) Configuration Management Best Practices
* [Michael Lynch](https://mtlynch.io/human-code-reviews-1/) - (2017) How to Do Code Reviews Like a Human (Part One). **Bonus** : [Part Two](https://mtlynch.io/human-code-reviews-2/)
* [Timothy Appnel](https://www.ansible.com/blog/ansible-best-practices-essentials) - Ansible Best Practices: The Essentials. **Bonus** : [Video](https://www.ansible.com/videos-ansible-automates-ansible-best-practices-the-essentials)
* [Pl/Sql tidy](http://psti.equinoxbase.com/cgi-bin/handler.pl) - Online PL/SQL formatter
## Database
* [jOOQ Blog](https://blog.jooq.org/) - best practices and lessons learned about writing Java and SQL code
@ -2378,6 +2380,7 @@ I spend a lot of time on internet, losing myself in lot of topics. I choose GitH
* [python-cx_Oracle](https://oracle.github.io/python-cx_Oracle/) - cx_Oracle - Python Interface for Oracle Database
* [Clément Delafargue](https://www.clever-cloud.com/blog/engineering/2015/05/20/why-auto-increment-is-a-terrible-idea/) - (2015) Why Auto Increment Is A Terrible Idea | interesting debate in the comments
* [manuzhang/awesome-streaming](https://github.com/manuzhang/awesome-streaming) - a curated list of awesome streaming frameworks, applications, etc
* [Pl/Sql tidy](http://psti.equinoxbase.com/cgi-bin/handler.pl) - Online PL/SQL formatter
## Debugging
* [The Geek Stuff](http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/) - How to Debug C Program using gdb in 6 Simple Steps