Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
# 1 "<built-in>"
# 1 "/home/yumetodo/\343\203\211\343\202\255\343\203\245\343\203\241\343\203\263\343\203\210/ChakraCore/lib/Runtime/Language/AsmJsEncoder.cpp"
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
#if 0 /* expanded by -frewrite-includes */
#include "RuntimeLanguagePch.h"
#endif /* expanded by -frewrite-includes */
# 5 "/home/yumetodo/\343\203\211\343\202\255\343\203\245\343\203\241\343\203\263\343\203\210/ChakraCore/lib/Runtime/Language/AsmJsEncoder.cpp"
This file has been truncated, but you can view the full file.
# 1 "<built-in>"
# 1 "../../lib/Runtime/ByteCode/ByteCodeSerializer.cpp"
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
#if 0 /* expanded by -frewrite-includes */
#include "RuntimeByteCodePch.h"
#endif /* expanded by -frewrite-includes */
@yumetodo
yumetodo / hexdumper.hpp
Created April 9, 2017 15:11
なんとなくhexdumpするために
#include <ostream>
#include <iomanip>
#include <utility>
#include <type_traits>
#include <cstdint>
#include <climits>
static_assert(CHAR_BIT == 8, "1byte != 8bit");
namespace detail{
template<typename T>
class hexdumper {
@yumetodo
yumetodo / CMakeCache.txt
Last active March 19, 2017 00:35
clang4.0をビルドした時の遺産
# This is the CMakeCache file.
# For build in directory: /home/yumetodo/clang_build/build-release
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
@yumetodo
yumetodo / tax.uiflow
Created February 20, 2017 12:00
確定申告のフロー
[確定申告をしよう]
+確定申告の時期だ
+還付の申告は2/1から
+課税ありの処理は2/16から
+確定申告は3/15まで
---
税務署or申告書作成コーナーのPCで申告
==>税務署or申告書作成コーナーのPCで申告
税理士会無料相談で作成
==>税理士会無料相談で作成
@yumetodo
yumetodo / command_args_test.c
Last active January 29, 2017 11:13
りーま氏とのskype log
#include <stdio.h>
int f(){
return 2;
}
int main(int argc, char* argv[])
{
f();
printf("argc: %d\n", argc);
puts("echo arguments...");
for(int i = 0; i < argc; ++i){
---------------------------
プラグインフィルタ情報
---------------------------
Auto Level 1.0 by MT ( ColorLevels.auf )
PS Level 1.0 by MT ( ColorLevels.auf )
拡張編集(exedit) version 0.92 by KENくん ( exedit.auf )
拡張編集(音声) version 0.92 by KENくん ( exedit.auf )
IppRepair v1.0 by MT ( IppRepair.auf )
Liquid rescale v1.0 by MT ( LQR.auf )
MotionTracking MK-I rev.Jul 31 2014 SSE2 by Maverick Tse ( MotionTrackingMKI.auf )
#include <iostream>
#include "string_split.hpp"
#include <vector>
#include <algorithm>
void print_out(std::ostream os, const std::vector<std::string>& v){
constexpr std::size_t line_length_limit = 117;
std::string tmp;
tmp.reserve(line_length_limit);
bool is_first = true;
for(auto&& s : v){
@yumetodo
yumetodo / c++.svg
Last active December 27, 2016 05:42
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yumetodo
yumetodo / omake-0.9.8.6-OMakefile.patch
Last active December 24, 2016 03:26
omake-0.9.8.6-OMakefile.patch
--- OMakefile.old 2016-12-24 03:10:21.016000000 +0000
+++ OMakefile.new 2016-12-24 03:05:21.278000000 +0000
@@ -57,7 +57,7 @@
#
# OCaml options
#
+OCAMLFLAGS[] += -w aer-3-29-32..35-37..39-41-44-48$(if $(OCAML_ACCEPTS_Z_WARNING), z)
-OCAMLFLAGS[] += -w Aer-3-29-32..35-37..39-41-44-48$(if $(OCAML_ACCEPTS_Z_WARNING), z)
if $(THREADS_ENABLED)
OCAMLFLAGS += -thread