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
namespace fsharp | |
open System | |
open System.Collections.Generic | |
open System.IO | |
open System.Linq | |
open System.Threading.Tasks | |
open Microsoft.AspNetCore | |
open Microsoft.AspNetCore.Hosting | |
open Microsoft.Extensions.Configuration |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by XZ Utils configure 5.2.4, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --host=i686-w64-mingw32 --prefix=/Users/alex/.xmake/packages/x/xz/5.2.4/b9543a0f8547689dd676f7910da01dcc | |
## --------- ## | |
## Platform. ## |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by XZ Utils configure 5.2.4, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --host=i686-w64-mingw32 --prefix=/tmp/i686-w64-mingw32 --disable-shared --enable-static | |
## --------- ## | |
## Platform. ## |
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
#include <iostream> | |
#include <string> | |
#include <zlib.h"> | |
// #include <zlib/zlib.h> | |
using namespace std; | |
int main() | |
{ | |
cout << "Hello, World!"; |
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
E:\dev\nw\src>gclient sync --with_branch_heads | |
E:\dev\nw\.gclient_entries missing, .gclient file in parent directory E:\dev\nw might not be the file you want to use. | |
1>________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://github.com/nwjs/chromium.src.git E:\dev\nw\_gclient_src_d7ymnj' in 'E:\dev\nw' | |
1>Cloning into 'E:\dev\nw\_gclient_src_d7ymnj'... | |
1>remote: Enumerating objects: 8, done. | |
1>remote: Counting objects: 100% (8/8), done. | |
1>remote: Compressing objects: 100% (8/8), done. | |
1>Receiving objects: 4% (518762/12109779), 235.14 MiB | 10.59 MiB/s | |
[0:01:00] Still working on: | |
[0:01:00] src |
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
diff --git a/third_party/libc++/BUILD.gn b/third_party/libc++/BUILD.gn | |
index 9bcd072..bb61518 100644 | |
--- third_party/libc++/BUILD.gn | |
+++ third_party/libc++/BUILD.gn | |
@@ -21,7 +21,11 @@ config("config") { | |
if (libcxx_is_shared) { | |
_libcxx_target_type = "shared_library" | |
} else { | |
- _libcxx_target_type = "source_set" | |
+ if (is_linux) { |
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
# Copyright 2017 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Targets in ths file are to take a V8 context snapshot on build time. | |
# Created V8 context snapshot is used in | |
# third_party/WebKit/Source/bindings/core/v8/V8ContextSnapshot.{cpp|h}. | |
# to speedup creating a V8 context and setting up around it. | |
import("//tools/v8_context_snapshot/v8_context_snapshot.gni") |
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
! | |
! Comments begin with a "!" character. | |
! | |
XTerm*background: black | |
XTerm*foreground: white | |
XTerm*cursorColor: white | |
XTerm*VT100.geometry: 80x25 | |
! XTerm*faceName: Terminus:style=Regular:size=10 |
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
<html> | |
<head> | |
<title></title> | |
<style> | |
body { | |
/* background-color: #404552; */ | |
/* border-color: #404552; */ | |
} |
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
import wx | |
import win32api | |
import win32gui | |
import win32con | |
from sciter import sapi | |
from sciter.capi.scdef import * | |
NewerOlder