This file contains 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
//Requires jQuery - http://jquery.com/ | |
//Requires jsSHA (sha1.js) - http://caligatio.github.io/jsSHA/ | |
Xrm = window.Xrm || { __namespace: true }; | |
Xrm.CRMAuth = Xrm.CRMAuth || { __namespace: true }; | |
/// <summary>Gets a CRM Online SOAP header & expiration.</summary> | |
/// <param name="url" type="String">The Url of the CRM Online organization (https://org.crm.dynamics.com).</param> | |
/// <param name="username" type="String">Username of a valid CRM user.</param> | |
/// <param name="password" type="String">Password of a valid CRM user.</param> |
This file contains 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
/** | |
* FizzBuzz functional style. Inspired by @mittie's Frege talk and @kevlinhenney. | |
* | |
* Uses Protonpack's {@code StreamUtils} for zipping | |
* | |
* @see https://github.com/poetix/protonpack | |
*/ | |
public class FizzBuzz { | |
public static void main(String[] args) { |
This file contains 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
From: https://www.reddit.com/r/programming/comments/8jjq33/11_best_programming_fonts/dz0xxs5/ | |
------ | |
o0O s5S z2Z !|l1Iij {([|})] .,;: ``''"" | |
a@#* vVuUwW <>;^°=-~ öÖüÜäÄßµ \/\/ | |
the quick brown fox jumps over the lazy dog | |
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG | |
0123456789 &-+@ for (int i=0; i<j; ++i) { } |
OlderNewer