🖊️
Today I Learned
Ctrlk
  • Home(ish) for Things I've Learned
  • 🦄General
    • Agile Development
    • Architecture Development
    • Devops
    • Documentation
    • Networking
    • Virtualization
    • Security/Hacking
  • 💻os
    • 🐧linux
    • 🍎mac
    • 🪟win
    • 🚇wsl
  • 👩‍💻programmy
    • azure
    • aad
    • databases
    • linux
      • Limit Execution Time Of Statements
      • Install Postgres With uuid-ossp Using asdf
      • Find The Location Of Postgres Config Files
      • Find The Data Directory
      • Create hstore From Two Arrays
      • Insert Just The Defaults
      • Stop a Service
      • Is App Installed?
        • Change The Current Directory For psql
        • Check If The Local Server Is Running
        • connections
        • Crypto
        • Database Operations
        • DateTime Operations
        • Functions
        • File Operations
        • IDE/Display
        • Indexing
        • Math Operations
          • Two Ways To Compute Factorial
          • Integers In Postgres
          • Generate Series Of Numbers
          • Count The Number Of Trues In An Aggregate Query
          • Count Records By Type
          • Count How Many Records There Are Of Each Type
          • Assumed Radius Of The Earth
          • Compute The Levenshtein Distance Of Two Strings
        • Queries
        • Schema
        • Sequence
        • String Operations
        • Table Operations
        • Types & Operators
        • User Operations
      • pgbouncer
    • c#
    • chrome
    • clojure
    • css
    • elixir
    • go
    • heroku
    • html
    • javascript
    • ml
    • node
    • php
    • python
    • rails
    • react
    • react native
    • react testing library
    • regEx
    • ruby
    • typescript
  • 🛠️Tools
    • ack
    • ansible
    • docker
    • git
    • github actions
    • hashicorp vault/consul
    • hashicorp terraform
    • jq
    • kubernetes
    • nginx
    • openssl
    • rspec
    • sed
    • seq
    • slack
    • statsd
    • vercel
    • vim
    • vscode
    • webpack
    • workflow
    • yaml
    • xstate
Powered by GitBook
On this page

Was this helpful?

Edit
  1. 👩‍💻programmy
  2. linux
  3. Is App Installed?

Math Operations

Two Ways To Compute FactorialIntegers In PostgresGenerate Series Of NumbersCount The Number Of Trues In An Aggregate QueryCount Records By TypeCount How Many Records There Are Of Each TypeAssumed Radius Of The EarthCompute The Levenshtein Distance Of Two Strings
PreviousAdd ON DELETE CASCADE To Foreign Key ConstraintNextTwo Ways To Compute Factorial

Last updated 3 years ago

Was this helpful?