Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: RwYLhxGZpMqsWZENFVw
| (* Copyright (C) 2014 marklrh | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| * GNU General Public License for more details. |
| class Main { | |
| public static void main(String[] a){ | |
| System.out.println(1); | |
| } | |
| } | |
| class M extends Main { | |
| Main m; | |
| public Main man(int a) | |
| { |
| class Main { | |
| public static void main(String[] a){ | |
| System.out.println(1); | |
| } | |
| } | |
| class A { | |
| public int run() { | |
| int x; | |
| x = 1; |
| #!/bin/sh -ex | |
| V=1.0.0 | |
| curl -OL https://download.libsodium.org/libsodium/releases/libsodium-${V}.tar.gz | |
| tar -zxvf libsodium-${V}.tar.gz | |
| cd libsodium-${V} | |
| ./configure | |
| make | |
| sudo make install | |
| make clean |
| /* | |
| The output is the same as the result Java produces. | |
| The output should be: | |
| 0 | |
| 0 | |
| 0 | |
| 0 | |
| 0 | |
| 10 | |
| 0 |
| tests( | |
| F, | |
| { | |
| name: 'plus', | |
| code: '6 * 7', | |
| expected: 42 | |
| }, | |
| { | |
| name: 'less than', | |
| code: '6 < 7', |
| build: | |
| ocamlbuild -use-ocamlfind -package compiler-libs.common,ppx_tools.metaquot \ | |
| ppx_component.native | |
| infer: | |
| ocamlbuild -use-ocamlfind -package compiler-libs.common,ppx_tools.metaquot \ | |
| ppx_component.inferred.mli | |
| test: build | |
| ocamlopt -I lib -ppx ./ppx_component.native ./test_ppx_component.ml -o ./test_ppx_component.native |
| build: clean | |
| ocamlbuild -use-ocamlfind -package compiler-libs.common,ppx_tools.metaquot \ | |
| ppx_vb.native | |
| infer: | |
| ocamlbuild -use-ocamlfind -package compiler-libs.common,ppx_tools.metaquot \ | |
| ppx_vb.inferred.mli | |
| test: build | |
| ocamlopt -I lib -ppx ./ppx_vb.native ./test_vb.ml -o ./test_vb.native |
| { | |
| "api1":[ | |
| {"consumer_key": "", | |
| "consumer_secret": "", | |
| "access_token": "", | |
| "access_token_secret": ""}, | |
| {"consumer_key": "", | |
| "consumer_secret": "", | |
| "access_token": "", | |
| "access_token_secret": ""} |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: RwYLhxGZpMqsWZENFVw