Skip to content

Instantly share code, notes, and snippets.

@Leolik
Leolik / dabblet.css
Created January 21, 2013 20:44
Untitled
body {
background: pink
}
.popup {
position: relative;
width: 200px;
height: 150px;
padding: 10px;
background: #fff;
@Leolik
Leolik / dabblet.css
Created January 21, 2013 21:40 — forked from h4/dabblet.css
Untitled
body {
background: pink
}
.popup {
position: relative;
width: 200px;
height: 150px;
padding: 10px;
background: #fff;
@Leolik
Leolik / dabblet.css
Created January 22, 2013 20:51 — forked from pepelsbey/dabblet.css
Untitled
div {
display:inline-block;
margin-top:-390px;
position:relative;
top: 390px;
width:800px;
height:800px;
background:#CCC;
transform-origin:0 0;
transform:scale(0.5);
@Leolik
Leolik / dabblet.css
Created January 22, 2013 20:51
Untitled
div {
display:inline-block;
margin-top:-390px;
position:relative;
top: 390px;
width:800px;
height:800px;
background:#CCC;
transform-origin:0 0;
transform:scale(0.5);
@Leolik
Leolik / dabblet.css
Created February 7, 2013 15:07
Untitled
h1 {
margin-bottom: 45px;
color: #9ece21;
font: bold 55px 'Arial Black';
text-transform: uppercase;
text-shadow: 3px 3px 0 #4b6409;
}
h1 span {
position: relative;
display: inline-block;
@Leolik
Leolik / dabblet.css
Created March 7, 2013 09:56
Untitled
.btn {
box-sizing: border-box;
display: inline-block;
min-width: 346px;
padding: 33px 30px;
color: #fff;
font: normal 36px Arial, Tahoma, FreeSans, sans-serif;
text-align: center;
cursor: pointer;
font-weight: bold;
@Leolik
Leolik / dabblet.css
Created April 10, 2013 00:11
Untitled
body {
background: pink
}
.popup {
position: relative;
width: 200px;
height: 150px;
padding: 0;
background: #fff;
@Leolik
Leolik / dabblet.css
Last active December 16, 2015 21:40
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */
body {
background: #fff;
min-height: 100%;
}
table {
border-collapse: separate;
border-spacing: 0;
border-style: solid;
border-color: #000;
border-width: 1px 0 0 1px;
@Leolik
Leolik / README.md
Last active December 18, 2015 05:29
The script for renaming files (photos and videos) with the date of creating in the file name. (RU)

Зачем нужен

Создал этот скрипт по просьбе моей жены, для автоматического переименования большого количества файлов (фотографий и видео). При переименовании, к имени файла добавляется дата его создания из EXIF(для фотографий) или дата последней модификации.

Пример:
P1180010.JPG -> P1180010_03-05-2013.JPG

Как запускать

./rename_with_date.sh <путь к папке с файлами>