Myp @Myp
User
Копируем формулу из Windows 7 Math Input Panel в буфер обмена с помощью Powershell 2.0
1 min
734MathML.ps1
Запуск
Add-Type -AssemblyName PresentationCore
$dataObject = [Windows.Clipboard]::GetDataObject()
$memoryStream = $dataObject.GetData("MathML")
if ($memoryStream) {
$streamReader = [System.IO.StreamReader]($memoryStream)
$mathML = $streamReader.ReadToEnd()
[Windows.Clipboard]::SetText($mathML)
}
Запуск
powershell.exe -noprofile -sta -command .\MathML.ps1
+4
Как скачать видеоролик с youtube в формате mp4
1 min
2.6KВ адресной строке браузера набрать следующее:
javascript:document.location.replace(«get_video?video_id=»+swfArgs.video_id+"&t="+swfArgs.t+"&fmt=18");
javascript:document.location.replace(«get_video?video_id=»+swfArgs.video_id+"&t="+swfArgs.t+"&fmt=18");
+73
Information
- Rating
- Does not participate
- Location
- Новосибирск, Новосибирская обл., Россия
- Date of birth
- Registered
- Activity