- XAMPP for Windows: https://www.apachefriends.org/download.html
- Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
If the file C:\xampp\php\ext\php_xdebug.dll
already exists, you can skip the download.
""" | |
Upsert gist | |
Requires at least postgres 9.5 and sqlalchemy 1.1 | |
Initial state: | |
[] | |
Initial upsert: |
-- Source https://community.powerbi.com/t5/Desktop/how-to-build-a-calendar-table-with-date-and-time/m-p/241728 | |
Календарь часы = | |
VAR calendTime = ADDCOLUMNS ( | |
CROSSJOIN ( | |
CALENDAR ( DATE ( 2019, 1, 1 ), DATE ( 2030, 12, 31 ) ), | |
UNION ( | |
ROW ( "Время", TIME ( 1, 0, 0 ) ), | |
ROW ( "Время", TIME ( 2, 0, 0 ) ), | |
ROW ( "Время", TIME ( 3, 0, 0 ) ), | |
ROW ( "Время", TIME ( 4, 0, 0 ) ), |
If the file C:\xampp\php\ext\php_xdebug.dll
already exists, you can skip the download.
package main | |
import ( | |
"context" | |
"fmt" | |
"log" | |
"github.com/bxcodec/faker" | |
"go.mongodb.org/mongo-driver/mongo" | |
"go.mongodb.org/mongo-driver/mongo/options" |
These instructions are currently for Fedora 24. I'll update them over the releases if anything changes.
Before you follow these, make sure you have RPM Fusion installed.
Press the Win/Super key, type terminal
and press Enter.
df <- read.csv(url, na.strings=c("", " ","NA")) |
function kotlinrun() | |
local buf = CurView().Buf | |
if buf:FileType() == "kotlin" then | |
local filejar = string.gsub(buf.Path, ".kt", ".jar") | |
HandleShellCommand("kotlinc " .. buf.Path .. " -include-runtime -d " .. filejar .. " && java -jar " .. filejar, true, true) | |
end | |
end | |
BindKey("CtrlR", "init.kotlinrun") |
<?php | |
//Options | |
$token = 'YOUR_TOKEN_HERE'; | |
$domain = 'YOUR_SLACK_DOMAIN_GOES_HERE'; | |
$channel = '#general'; | |
$bot_name = 'Webhook'; | |
$icon = ':alien:'; | |
$message = 'Your message'; |