Skip to content

Instantly share code, notes, and snippets.

View electricg's full-sized avatar

Giulia Alfonsi electricg

View GitHub Profile
@electricg
electricg / caprese.md
Last active May 20, 2017 15:20
Torta caprese recipe
Alley
Avenue
Close
Court
Crescent
Drive
Gardens
Green
Grove
Hill
@electricg
electricg / todo.md
Last active April 24, 2017 18:08
Berlin 2017

Things to do and see in Berlin between April 29 and May 4 2017

Note: this will be my third visit to Berlin, so I have already done many of the most classic and famous things.

@electricg
electricg / radio.txt
Last active April 7, 2018 17:44
iTunes radio playlist
Name Artist Composer Album Grouping Work Movement Number Movement Count Movement Name Genre Size Time Disc Number Disc Count Track Number Track Count Year Date Modified Date Added Bit Rate Sample Rate Volume Adjustment Kind Equalizer Comments Plays Last Played Skips Last Skipped My Rating Location
Radio Deejay 2017-07-10, 10:39 PM 96 44100 Internet audio stream http://mp3.kataweb.it:8000/RadioDeejay
Radio 24 2017-07-10, 10:39 PM 128 44100 Internet audio stream 5 2018-04-07, 10:41 AM http://shoutcast.radio24.it:8000
Radio 1 2018-04-07, 10:34 AM 96 44100 MPEG audio stream 4 2018-04-07, 10:38 AM http://icestreaming.rai.it/1.mp3
Radio 2 2018-04-07, 10:36 AM 96 44100 MPEG audio stream 3 2018-04-07, 10:38 AM http://icestreaming.rai.it/2.mp3
Radio 3 2018-04-07, 10:36 AM 96 44100 MPEG audio stream 4 2018-04-07, 10:38 AM http://icestreaming.rai.it/3.mp3
rockXradio : Canada's Internet Radio Station
@electricg
electricg / personal.md
Last active August 25, 2023 23:10
Apps to install on my laptops
@electricg
electricg / Cobalt (SL).tmTheme
Last active February 21, 2017 18:55
Sublime Text 3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>Created by Jacob Rus. Based on ‘Slate’ by Wilson Miner</string>
<key>author</key>
<string>Jacob Rus</string>
<key>name</key>
<string>Cobalt</string>
@electricg
electricg / profile.json
Created February 20, 2017 22:59
iTerm2 profile
{
"Working Directory" : "\/Users\/electric_g",
"Prompt Before Closing 2" : 0,
"Selected Text Color" : {
"Green Component" : 0.5648584,
"Red Component" : 0.5059919,
"Blue Component" : 0.5636365
},
"Rows" : 25,
"Ansi 11 Color" : {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
aaa
@electricg
electricg / 2016.md
Last active December 31, 2016 18:57
2016 in numbers
  • 36 times at the cinema for 32 different movies (repeated: The Force Awakens, Captain America Civil War, Rogue One)
  • 2 concerts (in 2015 were 8, need to improve in 2017)
  • 4 conferences (I took a "break", if you can call it that)
  • 3 times abroad: 2 new places (Dublin and Iceland) and a 2nd visit to Oslo
  • 22 books read
  • 19130 scrobbles on last.fm (they should be more, some players don't work with it)
@electricg
electricg / .htaccess
Created November 28, 2016 08:18
Vue.js Star Wars demo
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /vuejs
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /vuejs/index.html [L]
</IfModule>