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
| div#build-pipeline-plugin-content{ | |
| background-color: #3B4B54; | |
| } | |
| div.pipeline-wrapper div.pipeline-info{ | |
| display:none; | |
| } | |
| div.pipeline-wrapper { | |
| background-color: #3B4B54; | |
| } |
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
| <property name="myProp" value="T(org.apache.commons.io.FileUtils).readFileToString( | |
| T(org.springframework.util.ResourceUtils).getFile('${file-path}'), | |
| 'UTF-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
| #N canvas 557 113 514 595 10; | |
| #X obj 136 204 +; | |
| #X obj 161 81 trigger b b; | |
| #X obj 183 42 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | |
| -1; | |
| #X obj 129 270 print res; | |
| #X floatatom 68 134 5 0 0 0 - - -; | |
| #X floatatom 284 118 5 0 0 0 - - -; | |
| #X obj 189 132 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 | |
| -1 -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
| LE TARTUFFE CRÉATION | |
| Molière | |
| mise en scène Galin Stoev | |
| DU 20 SEPTEMBRE AU 17 FÉVRIER | |
| 10 | |
| ANTIGONE | |
| Jean Anouilh | |
| mise en scène Marc Paquien | |
| DU 26 SEPTEMBRE AU 2 DÉCEMBRE |
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 timezone; | |
| import java.text.DateFormat; | |
| import java.text.SimpleDateFormat; | |
| import java.util.Calendar; | |
| import java.util.Date; | |
| import java.util.GregorianCalendar; | |
| import java.util.TimeZone; | |
| public class Main { |
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
| -startup | |
| plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar | |
| --launcher.library | |
| plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326 | |
| -product | |
| org.eclipse.epp.package.jee.product | |
| --launcher.defaultAction | |
| openFile | |
| -showsplash | |
| org.eclipse.platform |
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
| <html> | |
| <body> | |
| <button id="btn" type="button">Search for jessicaalba on Instagram using JSONP</button> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/json2/20140204/json2.min.js"></script> | |
| <script src="instagram.js"></script> | |
| </body> | |
| </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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <passages gare="87393009"> | |
| <train><date mode="R">05/10/2014 13:54</date> | |
| <num>165618</num> | |
| <miss>POMI</miss> | |
| <term>87391003</term> | |
| </train> | |
| <train><date mode="R">05/10/2014 13:55</date> | |
| <num>165320</num> | |
| <miss>DEFI</miss> |
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
| const N = 3 | |
| SENDER = SENDER[1], | |
| SENDER[i:1..N] = (send[i] -> SENDER[i+1]), | |
| SENDER[N+1] = STOP. | |
| RECEIVER = RECEIVER[1], | |
| RECEIVER[i:1..N] = (recv[i] -> RECEIVER[i+1] | |
| | pass[i]->RECEIVER[i+1]), | |
| RECEIVER[N+1]= STOP. |
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
| .file 1 "test_asm3.c" | |
| .section .mdebug.abi32 | |
| .previous | |
| .gnu_attribute 4, 1 | |
| .text | |
| .align 2 | |
| .globl sum | |
| .set nomips16 | |
| .ent sum | |
| sum: |