Skip to content

Instantly share code, notes, and snippets.

View thegabriele97's full-sized avatar

Salvatore Gabriele La Greca thegabriele97

View GitHub Profile
@thegabriele97
thegabriele97 / RegisterPageMiddleware.cs
Last active March 3, 2020 11:14
[C#] Middleware for saving http pages in a SQL DB, with regex filter and autoremove. Exceptions handling included
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Data.SqlClient;
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
using System.Text.RegularExpressions;
@salaros
salaros / adobe-photoshop-winetricks.sh
Created October 14, 2018 20:18
Wine tricks recipe for Adobe Photoshop CC 2018
WINEARCH=win64 WINEPREFIX=$HOME/.PlayOnLinux/wineprefix/Photoshop/ winetricks \
atmlib flash \
corefonts gdiplus \
msxml3 msxml6 \
mfc42 vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 \
d3dx9 d3dcompiler_43 quartz \
devenum \
vsm=3 \
fontsmooth=gray \
ddr=opengl \