git diff -D oldBranchName newBranchName [subfolder or filename]
(-D
does not show all the -
lines for deleted files)
My contribution allows tasks to be configured | |
to run side by side in the same terminal: | |
https://github.com/microsoft/vscode/pull/65973 |
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="keywords" content="weather, world, Openstreetmap, weather, layer" /> | |
<meta name="description" content="A layer with current weather conditions in cities for world wide" /> | |
<meta name="domain" content="openweathermap.org" /> | |
<meta http-equiv="pragma" content="no-cache" /> | |
<meta http-equiv="Expires" content="-1" /> |
@((?!(Annotation|Attribute|Attributes|Required|Target|fix|fixme|override|abstract|code|deprec|endcode|access|exception|final|ingroup|inheritdoc|inheritDoc|magic|name|toc|tutorial|private|static|staticvar|staticVar|throw|api|author|copyright|category|deprecated|example|filesource|global|ignore|internal|license|link|method|package|param|property|property-read|property-write|return|see|since|source|subpackage|throws|todo|TODO|usedby|uses|var|version|codeCoverageIgnore|codeCoverageIgnoreStart|codeCoverageIgnoreEnd|SuppressWarnings|noinspection|package_version|startuml|enduml)).)+ |
<!doctype html> | |
<title>Site Maintenance</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 50px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } | |
</style> |
https://www.google.de/search?q=the+answer+to+life+the+universe+and+everything+%2B+the+number+of+horns+on+a+unicorn+%2B+the+loneliest+number |
{ | |
"name": "root/tmp", | |
"require": { | |
"symfony/finder": "*" | |
}, | |
"authors": [ | |
{ | |
"name": "cmfcmf" | |
} | |
] |
git diff -D oldBranchName newBranchName [subfolder or filename]
(-D
does not show all the -
lines for deleted files)
<?php | |
$numbers = array(16,18,9,22,1,3,25,12,15,19,20); | |
foreach ($numbers as $number) | |
echo chr(64 + $number); |
mencoder -ss 00:30:00 -endpos 00:00:05 -oac copy -ovc copy originalfile -o newfile |
mogrify -resize 50% -format jpg * |