Skip to content

Instantly share code, notes, and snippets.

@IIIEII
IIIEII / sbt-program-board.js
Last active March 6, 2017 15:55
SBT Program Board Beautifier
// ==UserScript==
// @name SBT Program Board
// @namespace https://sbtatlas.sigma.sbrf.ru/jira/secure/ProgramBoard
// @version 0.1
// @author Alexander Shepel
// @match https://sbtatlas.sigma.sbrf.ru/jira/secure/ProgramBoard*
// @grant none
// ==/UserScript==
(function() {
create or replace function scheduler.run_tasks() returns void as $$
declare
_function_name varchar;
_sqlstate text;
_message text;
_exception_detail text;
_exception_hint text;
_exception_context text;
_run_tasks_counter bigint;
_start_time timestamp with time zone;
@plentz
plentz / nginx.conf
Last active April 24, 2024 11:15
Best nginx configuration for improved security(and performance)
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048