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
| package your.wonderful.package.name | |
| /* First version : 2015-12-09 | |
| To instruct MoPub to use this adapter, You'll have to | |
| - Open the 'Networks' tab | |
| - Add a 'Custom Native Network' | |
| - Put the full class name in 'Custom Class Event' | |
| Example : 'your.wonderful.package.name.MopubFalcon' | |
| When testing, be aware of the geographical restrictions you put on this | |
| network. If you removed geographical restrictions, put them back again |
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
| package your.wonderful.packagename; | |
| /* First version : 2015-10-10 | |
| That's quick and very dirty way to add AppBrain ads through MoPub. | |
| Remember to add the appropriate rights in your local | |
| AndroidManifest.xml | |
| The rights are (inside <application>) : | |
| <!-- AppBrain SDK --> | |
| <activity |
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
| enum java_return_types { | |
| return_jobject, | |
| return_jboolean, | |
| return_jbyte, | |
| return_jchar, | |
| return_jshort, | |
| return_jint, | |
| return_jlong, | |
| return_jfloat, | |
| return_jdouble, |
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
| # -*- coding: utf-8 -*- | |
| require 'nokogiri' | |
| badge_title_text = "詳細を表示" | |
| document = Nokogiri.parse(File.read("test.html")) | |
| rows = document.css(".badge_row") | |
| games = {} | |
| rows.each {|row| | |
| play_button = row.css(".btn_green_white_innerfade").first |
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 <EGL/egl.h> | |
| #include <EGL/eglext.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdarg.h> | |
| #include <X11/X.h> | |
| void LOG(char const * __restrict const message) | |
| { | |
| fprintf(stderr, "%s\n", message); |
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
| /* VERY VERY basic code that does the job */ | |
| /* Extracts answers from a provided FormResponse that creates a text String | |
| containing : | |
| -8<--- | |
| Question title | |
| Provided answer | |
| ->8--- | |
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
| あげあげ (☝◞‸◟)☝ 顔文字 | |
| あげあげ ( ☝՞ਊ ՞)☝ 顔文字 | |
| あっあっ (◞‸◟;) 顔文字 | |
| あつい (。>﹏<) 顔文字 | |
| あわてる ヽ( ̄д ̄;)ノ=3=3=3 顔文字 | |
| いう ( ^o^)< 名詞 | |
| いしはらよしずみ 三( ◠‿◠ )そんな時にタウンページが便利なんですよ 顔文字 | |
| うーにゃー (」・ω・)」うー!(/・ω・)/にゃー 名詞 | |
| うーん :;(∩´﹏`∩);: 顔文字 | |
| うっとり ・:*:・(*´∀`*)・:*:・ 顔文字 |
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
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
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 <stdio.h> | |
| #include <libdrm/drm.h> | |
| #include <stdint.h> | |
| #include <sys/mman.h> | |
| #include <string.h> | |
| #include <sys/types.h> |
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
| #ifdef DUMBY_THE_EDITOR /* Used for Kdevelop */ | |
| #include <generated/autoconf.h> | |
| #endif | |
| #include <linux/module.h> | |
| #include <linux/platform_device.h> | |
| #include <linux/of.h> | |
| #include <linux/of_platform.h> | |
| /* Crashes when trying to access pdev->resources[0]. |
OlderNewer