Skip to content

Instantly share code, notes, and snippets.

V: gerai, konsolės meistre, kaip pereiti iš C: į D:?
Me: turėtų būti cd D:\
V: ne
V: neveikia
Me: arba
Me: cd d:
V: cd d:\
D:
C: :D
Me: tu ble nori kad atsisėsčiau prie windowzių ?
"""
The BSD License
Copyright (c) 2012, Adobe Systems Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
100
3
56
71
12
13
4
7
10
11
20589
100
3
56
71
12
13
4
7
10
{
"caret_style": "phase",
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"font_face": "DejaVu Sans Mono",
"font_options":
[
00011
10000
10011
Python 3.2.3 (default, Apr 23 2012, 23:14:44)
[GCC 4.7.0 20120414 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> bin(0x3)
'0b11'
>>> bin(0x10)
'0b10000'
>>> 0x3 | 0x10
19
>>> bin(0x3 | 0x10)
<!-- This is your HTML -->
<html>
<head>
<title>This is title of your page</title>
<!-- You should include styles into page like this (see another gist) -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- That's your header, as you may already know -->
@nagisa
nagisa / gist:3100300
Created July 12, 2012 19:23
Automatically replay HTML5 videos. Works with YT, Vimeo, etc, etc.
// Long version
document.querySelector('video').addEventListener('ended', function(e){
var target = e.currentTarget;
target.currentTime = 0;
target.play();
}
});
// Short version (snippet, bookmarklet?)
alacarte.svg
alarm-clock-panel.svg
alarm-clock.svg
alchemy.svg
alien-arena.svg
amnesia-dark-decent.svg
anjuta.svg
autoplus.svg
avidemux.svg
braid.svg