This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'open-uri' | |
require 'cgi' | |
if ARGV[0].nil? | |
puts "usage: #{$0} YOUTUBE_VIDEO_ID" | |
puts " sample: #{$0} wG6G4XBnvLQ" | |
exit | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osascript -e 'tell application "Messages" to send "MESSAGE TEXT" to buddy "RECIPIENT_NUMBER_OR_EMAIL" of service "E:YOUR_ID_APPLE"' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: serviio | |
# Required-Start: $syslog | |
# Required-Stop: $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 1 | |
# Short-Description: Serviio daemon | |
# Description: Serviio is a free media server. It allows you to stream your media files (music, video or images) to renderer devices (e.g. a TV set, Bluray player, games console or mobile phone) on your connected home network. | |
### END INIT INFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -f concat -i <(printf "file '$PWD/%s'\n" file/path/*.avi) -c copy output.avi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <stdio.h> | |
int | |
main() | |
{int b=63 | |
,l,s,p;for( | |
int h=0;h<b/2 | |
+1;h++){l=h*2+1 | |
;s=(b-l)/2;for(int | |
i=0;i<s;i++) printf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
NumpadIns::Numpad0 | |
NumpadEnd::Numpad1 | |
NumpadDown::Numpad2 | |
NumpadPgDn::Numpad3 | |
NumpadLeft::Numpad4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1000ml latte fresco intero | |
250ml panna liquida | |
200g zucchero | |
200g zucchero | |
100g farina | |
5 rossi uova |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ricetta per 36 muffin | |
* 375g di burro | |
* 800g di farina | |
* 400g di zucchero | |
* 400g di latte | |
* 300g di gocce di cioccolato | |
* 6 uova | |
* 2 bustine di vanillina | |
* 2 pizzichi di sale |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jhead -autorot -nf%Y-%m-%d_%H-%M-%S *.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
h1.megiston { | |
font-family: helvetica; | |
font-weight: normal; | |
font-size: 100px; | |
line-height: 80%; | |
} | |
h1.megiston span { |