This file contains hidden or 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
# Even though it does not say so, it does install to proper location | |
$ choco install keepass -ia "'/DIR=D:\PFiles_x64\choco\keepass'" | |
Chocolatey v0.10.11 | |
Installing the following packages: | |
keepass | |
By installing you accept licenses for the packages. | |
Progress: Downloading keepass.install 2.39.1... 100% | |
Progress: Downloading keepass 2.39.1... 100% | |
keepass.install v2.39.1 [Approved] |
This file contains hidden or 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
$ choco uninstall pdftk-server | |
Chocolatey v0.10.10 | |
Uninstalling the following packages: | |
pdftk-server | |
pdftk-server v2.02 | |
WARNING: pdftk-server has already been uninstalled by other means. | |
Running auto uninstaller... | |
Skipping auto uninstaller - The uninstaller file no longer exists. ""C:\Program Files (x86)\PDFtk Server\unins000.exe"" | |
pdftk-server has been successfully uninstalled. |
This file contains hidden or 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
$ dotnet ef -v migrations add InitialCreate | |
Using project 'D:\git_ws\net-core-demos\P2_MVC_SQLDB\P2_MVC_SQLDB.csproj'. | |
Using startup project 'D:\git_ws\net-core-demos\P2_MVC_SQLDB\P2_MVC_SQLDB.csproj'. | |
Writing 'D:\git_ws\net-core-demos\P2_MVC_SQLDB\obj\P2_MVC_SQLDB.csproj.EntityFrameworkCore.targets'... | |
dotnet msbuild /target:GetEFProjectMetadata /property:EFProjectMetadataFile=C:\Users\atiqc\AppData\Local\Temp\tmp8E9B.tmp /verbosity:quiet /nologo D:\git_ws\net-core-demos\P2_MVC_SQLDB\P2_MVC_SQLDB.csproj | |
Writing 'D:\git_ws\net-core-demos\P2_MVC_SQLDB\obj\P2_MVC_SQLDB.csproj.EntityFrameworkCore.targets'... | |
dotnet msbuild /target:GetEFProjectMetadata /property:EFProjectMetadataFile=C:\Users\atiqc\AppData\Local\Temp\tmp90FD.tmp /verbosity:quiet /nologo D:\git_ws\net-core-demos\P2_MVC_SQLDB\P2_MVC_SQLDB.csproj | |
dotnet build D:\git_ws\net-core-demos\P2_MVC_SQLDB\P2_MVC_SQLDB.csproj /verbosity:quiet /nologo | |
Build succeeded. |
This file contains hidden or 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
C:> choco install mysql | |
Chocolatey v0.10.11 | |
Installing the following packages: | |
mysql | |
By installing you accept licenses for the packages. | |
Progress: Downloading mysql 5.7.18... 100% | |
mysql v5.7.18 [Approved] | |
mysql package files install completed. Performing other installation steps. | |
Get-BinRoot is going to be deprecated in v1 and removed in v2. It has been replaced with Get-ToolsLocation (starting with v0.9.10), however many packages no longer require a special separate directory since package folders no longer have versions on them. Some do though and should continue to use Get-ToolsLocation. |
This file contains hidden or 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
$ Write-Host $Env:Path | |
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\WINDOWS\System32\OpenSSH;D:\PFiles_x64\choco\Node;D:\PFiles_x64\choco\Node\;D:\PFiles_x64\choco\git\cmd;D:\PFiles_x64\choco\jdk10\bin;D:\PFiles_x64\PT\gradle\bin;D:\PFiles_x64\PT\spring\bin; | |
$ java --version | |
java 10.0.1 2018-04-17 | |
Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10) | |
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode) | |
$ spring --version | |
Spring CLI v2.0.3.RELEASE |
This file contains hidden or 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
General | |
Complete name : S01E01.mp4 | |
Format : MPEG-4 | |
Format profile : Base Media | |
Codec ID : isom (isom/iso2/mp41) | |
File size : 278 MiB | |
Duration : 59 min 45 s | |
Overall bit rate : 651 kb/s | |
Movie name : Open TV Media | |
Description : Open TV Media |
This file contains hidden or 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
/* | |
CREATE TABLE [tSWIFT_History_Trades]( | |
[Id] [bigint] IDENTITY(1,1) NOT NULL, | |
[BatchId] [varchar](25) NOT NULL, | |
[TradeId] [varchar](25) NOT NULL, | |
[Account] [varchar](25) NULL, | |
[TranType] [varchar](50) NULL, | |
[TradeDate] [int] NULL, | |
[SettleDate] [int] NULL, | |
[Exch] [varchar](50) NULL, |
This file contains hidden or 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
Class GraphDemo { | |
void DFS(int u) { | |
if (HasCycle) | |
return ; | |
if (color[u] == GRAY) { | |
HasCycle = true; | |
return ; | |
} | |
if (color[u] == BLACK) | |
return ; |
This file contains hidden or 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
>npm link javascripting | |
npm ERR! Windows_NT 6.1.7601 | |
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs | |
\\node_modules\\npm\\bin\\npm-cli.js" "link" "javascripting" | |
npm ERR! node v0.12.4 | |
npm ERR! npm v2.10.1 | |
npm ERR! path D:\node_modules\javascripting | |
npm ERR! code EPERM | |
npm ERR! errno -4048 | |
This file contains hidden or 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
$ find . -type f -name *.py -exec egrep sys.platform {} \; -print | |
if sys.platform.startswith('win32'): | |
./v8/buildtools/clang_format/script/clang-format.py | |
if sys.platform == 'darwin': | |
./v8/buildtools/third_party/libc++/trunk/utils/sym_check/sym_check/util.py | |
return sys.platform.lower().strip() | |
./v8/buildtools/third_party/libc++/trunk/test/libcxx/test/target_info.py | |
if sys.platform.startswith("linux"): | |
elif sys.platform == "darwin": | |
./v8/tools/nacl-run.py |