This file contains 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<!-- Do not attempt to do anything clever with this file, as some versions of | |
Windows are very sensitive to the exact format. | |
Hence, some facts below are fibs. --> | |
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | |
<assemblyIdentity | |
version="0.0.0.0" | |
processorArchitecture="amd64" | |
name="PuTTY" | |
type="win32" /> |
This file has been truncated, but you can view the full file.
This file contains 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
# 1 "../conf.c" | |
# 1 "<built-in>" | |
# 1 "<command-line>" | |
# 1 "../conf.c" | |
# 1 "D:/applications/msys2.x64/mingw64/x86_64-w64-mingw32/include/stdio.h" 1 3 |
This file contains 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
#ifndef D_OUTPUT_FILE_H | |
#define D_OUTPUT_FILE_H | |
#include "common.h" | |
#include <cstdlib> | |
#include <cstdarg> | |
namespace aria2 { |
This file contains 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
#!/bin/sh | |
basedir=`dirname "$0"` | |
case `uname` in | |
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |
esac | |
if [ -x "$basedir/node" ]; then | |
"$basedir/node" "$basedir/../lib/node_modules/npm/bin/npm-cli.js" "$@" | |
ret=$? |
This file contains 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
2. If you do get DLL or fork errors during update, wait for the update to finish, note the names of packages with errors (or of all the updated packages). Then exit MSYS2 and rebase as described in step 3 above. After that, re-launch the shell and reinstall those packages. | |
***pacman -S <package_names>*** |
This file contains 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
<project library-octave="False" library-rpc="False" target_env="C++"> | |
<configuration> | |
<build-option name="LIBS" /><build-option name="CFLAGS">-O2</build-option><head-code>#include <iostream> | |
</head-code> | |
</configuration> | |
<net id="101" name="testcase"> | |
<place id="103" label-x="-181" label-y="-25" name="" radius="20" sx="0" sy="0" x="-181" y="-25"> | |
<place-type x="-164" y="-8">int</place-type><init x="-164" y="-55">1</init><trace trace-tokens="False" /> | |
</place> | |
<transition clock="False" collective="False" id="102" label-x="-31" label-y="-24" name="" priority="" sx="70" sy="36" x="-66" y="-42"> |
NewerOlder