Golang – Get Cookies in Revel

package controllers import ( “github.com/revel/revel” “fmt” ) type App struct { *revel.Controller } func MyController(c App ) *Utente { cookies := c.Request.Cookies() for _, cookie := range cookies { if cookie.Name == “mycookie” { cookieValue…

.Maui Mergify alpha 3

Make your website faster with .Maui Mergify. Combine all the CSS and Javascript files of your website, thus reducing the number of requests to the server, with one click. The files obtained will be minimized….

List all triggers in SQL Server database

SELECT [so].[name] AS [Name], User_name([so].[uid]) AS [Owner], User_name([so2].[uid]) AS [Schema], Object_name([so].[parent_obj]) AS [TableName], Objectproperty([so].[id], ‘execisupdatetrigger’) AS [IsUpdate], Objectproperty([so].[id], ‘execisdeletetrigger’) AS [IsDelete], Objectproperty([so].[id], ‘execisinserttrigger’) AS [IsInsert], Objectproperty([so].[id], ‘execisaftertrigger’) AS [IsAfter], Objectproperty([so].[id], ‘execisinsteadoftrigger’) AS [IsInsteadOf], Objectproperty([so].[id], ‘execistriggerdisabled’)…

Free Online Broken Link Checker

.Maui Broken Link Checker is a free online tool without advertising, here are its main features: – Checks your websites for broken links – Can scan up to 1.000.000 of web pages* – Validates both…

.Maui CDN API

View or delete your files in the .Maui CDN. Example with GET (Premium Users): https://api.dotmaui.com/client/1.0/cdn/?apikey=YOUR_API_KEY&cmd=ls&limit=0,10 Response: { “resources”: { “0”: { “creationDate”: “2017-10-16T12:14:46.473Z”, “UID”: “7iikf1”, “size”: 44416, “url”: “https://cdn.dotmaui.com/libs/img/33399.jpg” }, “1”: { “creationDate”: “2017-10-16T12:14:46.473Z”, “UID”:…