Skip to content

Instantly share code, notes, and snippets.

View adriasir123's full-sized avatar
👽

Adrián Jaramillo Rodríguez adriasir123

👽
View GitHub Profile
@adriasir123
adriasir123 / gist:f96108d2e2523856ee29b907f3df4962
Last active July 16, 2023 15:13
Recopilación de blogs de prácticas de antiguos alumnos del IES Gonzalo Nazareno
https://www.jonathanmarquez.com
https://www.celiagm.es
https://ernestovazquez.es
https://franmadu6.github.io
https://franjavimn.onrender.com
https://sysadblog.onrender.com
https://jpcarmona.github.io
https://adrianjimenezb.wordpress.com
@julianhyde
julianhyde / scott-sql-fiddle-postgresql.sql
Created November 2, 2020 06:52
Script to create the "SCOTT" schema (tables EMP, DEPT, BONUS, SALGRADE, DUMMY), in a format suitable for pasting into SQL Fiddle for PostgreSQL
-- Script to create Oracle's "SCOTT" schema with tables
-- EMP, DEPT, BONUS, SALGRADE, DUMMY. Originally Oracle's demobld.sql.
--
-- In a format suitable for pasting into SQL Fiddle for PostgreSQL:
-- http://sqlfiddle.com/#!17
create table dept(
deptno decimal(2,0) not null,
dname varchar(14),
loc varchar(13));
create table emp(
@tajnymag
tajnymag / tinder.user.js
Last active July 7, 2024 15:03
Tinder Deblur Userscript (ARCHIVED and DEPRECATED, see https://github.com/tajnymag/tinder-deblur)
// ==UserScript==
// @name Tinder Deblur
// @namespace Violentmonkey Scripts
// @match https://tinder.com/*
// @grant none
// @version 1.4
// @author Tajnymag
// @downloadURL https://raw.githubusercontent.com/tajnymag/tinder-deblur/main/tinder.user.js
// @description Simple script using the official Tinder API to get clean photos of the users who liked you
// ==/UserScript==
@linuxkathirvel
linuxkathirvel / print-scr-key-to-flameshot-tool-in-gnome3.md
Last active August 21, 2024 14:09
How to assign PrtScr(Print Screen) key to Flameshot screenshot tool in Gnome 3?

How to assign PrtScr(Print Screen) key to Flameshot screenshot tool in Gnome 3?

  1. Goto Keyboard settings and click 'Save a screenshot to Pictures' under 'Screenshots' section.
  2. Press 'Backspace' key delete 'PrtScr' key shortcut and press 'Set' button
  3. Press '+'(Plust) icon in the 'Custom Shortcuts' in the same window
  4. Enter 'Flameshot' in 'Name' field , 'flameshot gui' in 'Command' field, and click 'Set Shortcut' button and press 'PrtScr' button in the keyboard and close the dialog box 5.That's it. If you press 'PrtScr' key, the Flameshot selection area screen will appear.