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 UnityEngine; | |
| using UnityEditor; | |
| /// <summary> | |
| /// Hierarchy Window Group Header | |
| /// http://diegogiacomelli.com.br/unitytips-hierarchy-window-group-header | |
| /// </summary> | |
| [InitializeOnLoad] | |
| public static class HierarchyWindowGroupHeader | |
| { |
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
| #cs ---------------------------------------------------------------------------- | |
| AutoIt Version: 3.3.14.5 | |
| Script Function: | |
| BlueStacks ClashRoyale 2vs2 Bot | |
| #ce ---------------------------------------------------------------------------- | |
| ; Script Start - Add your code below here |
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 UnityEngine; | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| #endif | |
| /// <summary> | |
| /// ヘルプボックスの種類 | |
| /// </summary> | |
| public enum HelpBoxType |
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
| require "swift-mailer-510/lib/swift_required.php"; | |
| $message = Swift_Message::newInstance() | |
| ->setCharset('utf-8') | |
| ->setSubject('Your subject') | |
| ->setFrom(array('from@example.com' => 'From Name')) | |
| ->setTo(array('to@example.com' => 'To Name')) | |
| ->setBody('Here is the message itself') | |
| ->addPart('<q>Here is the message itself</q>', 'text/html') | |
| ; |
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.Iterator; | |
| import org.bukkit.Bukkit; | |
| import org.bukkit.Location; | |
| import org.bukkit.World; | |
| import org.bukkit.block.Block; | |
| import org.bukkit.entity.LivingEntity; | |
| import org.bukkit.util.BlockIterator; | |
| import org.bukkit.util.Vector; |
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
| /* French initialisation for the jQuery UI date picker plugin. */ | |
| /* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */ | |
| jQuery(function($){ | |
| $.datepicker.regional['fr'] = { | |
| closeText: 'Fermer', | |
| prevText: '<Préc', | |
| nextText: 'Suiv>', | |
| currentText: 'Aujourd\'hui', | |
| monthNames: ['Janvier','Fevrier','Mars','Avril','Mai','Juin', | |
| 'Juillet','Aout','Septembre','Octobre','Novembre','Decembre'], |