Skip to content

Instantly share code, notes, and snippets.

View RaelsonRosa's full-sized avatar

Raelson Rosa RaelsonRosa

View GitHub Profile
@RaelsonRosa
RaelsonRosa / terminal-keybind.ahk
Created June 10, 2021 00:45 — forked from atruskie/terminal-keybind.ahk
AutoHotkey script to bind Win+~ keyboard shortcut to Windows Terminal
#NoEnv
#SingleInstance force
SendMode Input
DetectHiddenWindows, on
SetWinDelay, 0
#`::
terminal := WinExist("ahk_exe WindowsTerminal.exe")
if (terminal)
{
private void BtnAddPg_Click(object sender, EventArgs e)
{
double Lef = Lcad.PropGetFloat(m_hLcWnd, Lcad.LC_PROP_WND_XMIN);
double Bot = Lcad.PropGetFloat(m_hLcWnd, Lcad.LC_PROP_WND_YMIN);
double Rig = Lcad.PropGetFloat(m_hLcWnd, Lcad.LC_PROP_WND_XMAX);
double Top = Lcad.PropGetFloat(m_hLcWnd, Lcad.LC_PROP_WND_YMAX);
var image = new Bitmap("C:\\Users\\raels\\Downloads\\discipline_equals_freedown.bmp");
var image2 = new Bitmap("C:\\Users\\raels\\Downloads\\discipline_equals_freedown.png");
@RaelsonRosa
RaelsonRosa / curl.md
Created February 3, 2020 12:32 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWwBxQURPeVZA0EbHGMksR+M3akjavgmOJxgxVySmi2x3bi476qqd0+LY7CV8ixNjZYQQddZNU//GF/30a8/ooiHpeEL2QxJyl84cf7IHRIWxZeiD3rPg6k5svndp60t6KGXxWOq5hBVOKp5f+/sGiPJ0ArEav8BBFG2DN8z8ZyPpM+oguHf9JnxdtuqVgVrWq+Mf/efMZUEe6poAgsRxMMrk+r1K4t76+X7XtG0usMuzsND0rRsZBwXB9Dr1+CHlCID5cJHDnVYSNkqgCSOvZNCJRaT6QOMYueiZlBDF/q9g0wLiTtX2ApEVoxoO7kALZF9b7ruo2v4Fw8DoJV+It [email protected]
<VirtualHost *:80>
<Directory /home/fabio/Projetos/Contributing/babita/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ServerName babita.dev