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
| diff --git a/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html b/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html | |
| index 6d91ff819..56bbda4ba 100644 | |
| --- a/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html | |
| +++ b/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html | |
| @@ -34,9 +34,3 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/alarms/Alarm | |
| <p>{{Compat("webextensions.api.alarms.Alarm")}}</p> | |
| -<p>{{WebExtExamples}}</p> | |
| - |
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
| base = ARGV[0] | |
| en_base = ARGV[1] | |
| regexp = /\{\{\s*Compat\s*\(?.*\}\}/i | |
| Dir.glob("**/*.html", base: base).each do |path| | |
| file = File.join(base, path) | |
| next if not FileTest.file?(file) | |
| content = File.read(file) |
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
| #include <M5StickC.h> | |
| #include "MHZ19.h" | |
| #define RX_PIN 36 // Rx pin which the MHZ19 Tx pin is attached to | |
| #define TX_PIN 26 // Tx pin which the MHZ19 Rx pin is attached to | |
| #define BAUDRATE 9600 // Device to MH-Z19 Serial baudrate (should not be changed) | |
| #define LCD_MODE_DIGIT 0 | |
| #define LCD_MODE_GRAPH 1 |
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
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| namespace ConsoleApplication1 | |
| { | |
| static class LINQ | |
| { | |
| static void Main(String[] args) |
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
| import java.util.Random; | |
| public enum Kiyoshi { | |
| ズン, ドコ; | |
| private static final Kiyoshi[] answer = new Kiyoshi[] { ズン, ズン, ズン, ズン, ドコ }; | |
| public static void main(String[] args) { | |
| Random random = new Random(); | |
| int index = 0; |
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
| public class JDK8149330 { | |
| public static void main(String[] args) { | |
| final String y = "Y"; | |
| final String n = "N"; | |
| System.out.println(true ? y : n); | |
| } | |
| } |
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 Limit { | |
| public static void abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijlkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567 |
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
| public static String stringBuilderJoin2(){ | |
| StringBuilder s = new StringBuilder("["); | |
| for(int i = 0; i < strarray.length; ++i){ | |
| if(i != 0){ | |
| s.append(']').append(',').append('['); | |
| } | |
| s.append(strarray[i]); | |
| } | |
| s.append(']'); | |
| return s.toString(); |
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
| Option Explicit | |
| Const API = "http://192.168.1.101/redmine/issues/" | |
| Sub ボタン1_Click() | |
| Dim i As Integer | |
| i = 2 | |
| Do While Cells(i, 1) <> "" | |
| 'エラー処理ルーチン無効化 |
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
| {method} | |
| - klass: {other class} | |
| - this oop: 0x10252480 | |
| - method holder: 'StringJoin' | |
| - constants: 0x10252078 constant pool [54] for 'StringJoin' cache=0x10252690 | |
| - access: 0xc100008a private static transient | |
| - name: 'joinTest' | |
| - signature: '([Ljava/lang/String;)Ljava/lang/String;' | |
| - max stack: 2 | |
| - max locals: 6 |