ソースの質に関してはお察しください
- Mac ( XQuartz が必要です。 ここからダウンロードしてください。)
clang++ reflection_reflaction.cpp -std=c++11 -I /usr/X11R6/include -L /usr/X11R6/lib -l X11| { | |
| "cmd": ["haml"], | |
| "working_dir": "${file_path:${folder}}", | |
| "selector": "source.haml", | |
| "file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$", | |
| "windows": | |
| { | |
| "cmd": ["haml", "--trace", "$file", "${file_base_name}.html"], | |
| "shell": "true" |
| require 'tk' | |
| require 'tkextlib/tkimg/png' | |
| require 'tkextlib/tkimg/jpeg' | |
| require "win32/sound" | |
| include Win32 | |
| #表示したい画像(png,gif,jpegならいける) | |
| img = TkPhotoImage.new file: "./girl.png" | |
| w = img.width | |
| h = img.height |
| import 'dart:html'; | |
| import 'dart:convert'; | |
| import 'package:crypto/crypto.dart'; | |
| void main() { | |
| String secret = 'secret'; | |
| String message = 'Message'; | |
| List<int> secretBytes = UTF8.encode('secret'); |
ソースの質に関してはお察しください
clang++ reflection_reflaction.cpp -std=c++11 -I /usr/X11R6/include -L /usr/X11R6/lib -l X11| 'use strict'; | |
| module.exports = function CustomError(message, extra) { | |
| Error.captureStackTrace(this, this.constructor); | |
| this.name = this.constructor.name; | |
| this.message = message; | |
| this.extra = extra; | |
| }; | |
| require('util').inherits(module.exports, Error); |
| #!/usr/bin/python | |
| # To activate: complete --command gcloud --arguments="(/home/richard/gcloud/google-cloud-sdk/autocomplete.py (commandline -cp))" | |
| import re | |
| import subprocess | |
| import sys | |
| def parse_help(h): | |
| commands = {} |