Skip to content

Instantly share code, notes, and snippets.

View raulfunkie's full-sized avatar
🤙

Raul Rincon raulfunkie

🤙
View GitHub Profile
tell application "System Events"
tell application process "Control Center"
click (first menu bar item of menu bar 1 ¬
whose value of attribute "AXIdentifier" is "com.apple.menuextra.user")
click (first button of window "Control Center" whose name is "Username")
end tell
end tell
.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
[{y:0.225,x:4.25},"2"],
[{y:-0.975,x:2.25},"Esc","1",{x:10.5},"-","+","BckSpc"],
[{x:2.25,w:1.25},"Tab","Q",{x:10.98},"{",{x:-0.01},"}"],
[{x:2.25,w:1.4},"Caps Lock","A",{x:11.09},"\"",{x:0},"Enter"],
[{x:2.25,w:1.55},"Shift","Z",{x:11.42,w:1.5},"Shift"],
[{x:2.25},"Ctrl","Alt",{x:11.49},"Ctrl",{x:0},"Ctrl"],
[{r:1,rx:5.15,ry:1.8,y:-0.56,x:-0.585},"W"],
[{r:3.5,rx:5.3,ry:2.85,y:-0.58,x:-0.61},"S"],
[{r:4.4,rx:5.85,ry:0.8,y:-0.532,x:-0.54},"3"],
[{r:8,rx:6.25,ry:1.9,y:-0.55,x:-0.623},"E"],
function SEO_SOCIAL_MEDIA($descripcion,$link,$lang,$titulo,$sitio,$seccion,$fecha,$imagen,$cuentatwitter)
{ $fecha_publicacion = gmdate("Y-m-dTH:i:s-4:30", $fecha); # $fecha en formato unix
echo '
<meta name="description" content="'.$descripcion.'">
<link rel="original-source" href="'.$link.'">
<link rel="canonical" href="'.$link.'">
<meta property="og:locale" content="'.$lang.'">
<meta property="og:type" content="article">
<meta property="og:title" content="'.$titulo.'">
<meta property="og:description"'.$descripcion.'">
@raulfunkie
raulfunkie / style.css
Created May 26, 2017 14:16
My Atom.app configuration
atom-text-editor,
atom-workspace {
font-family: "OperatorSSm-Light";
font-size: 13px;
line-height: 1.6;
}
atom-text-editor {
background-color: hsl(243, 26%, 12%) !important;
}