I hereby claim:
- I am dprothero on github.
- I am dprothero (https://keybase.io/dprothero) on keybase.
- I have a public key ASCWQRGkMvduC0_8zqP3s2LC-oKk_Tb65reSyjK1K5cRQAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
string accountSid = string.Empty; | |
string authToken = string.Empty; | |
if (!string.IsNullOrEmpty(ConfigurationManager.AppSettings["TwilioAccountSID"]) && !string.IsNullOrEmpty(ConfigurationManager.AppSettings["TwilioAuthToken"])) | |
{ | |
accountSid = ConfigurationManager.AppSettings["TwilioAccountSID"]; | |
authToken = ConfigurationManager.AppSettings["TwilioAuthToken"]; | |
var readClient = new TwilioRestClient(accountSid, authToken); | |
var writeClient = new TwilioRestClient(accountSid, authToken); |
using System; | |
using Twilio.Clients; | |
using Twilio.Rest.Api.V2010.Account; | |
using Twilio.Types; | |
namespace ConsoleApplication32 | |
{ | |
class Program | |
{ | |
static void Main(string[] args) |
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst googlechrome | |
cinst firefox | |
cinst fiddler4 | |
cinst git-credential-manager-for-windows | |
cinst console-devel | |
cinst poshgit | |
cinst nodejs.install |
app.directive('datepickerLocaldate', [function () { | |
var directive = { | |
require: 'ngModel', | |
link: link | |
}; | |
return directive; | |
function link(scope, element, attr, ngModel) { | |
scope.$watch( | |
function(){ |
netsh http add urlacl url=http://modernie.ngrok.com:#####/ user=everyone
localhost:#####
. Click the path next to "Config" to open the file in an editor.<bindings>
configuration. The easiest way is to search for *:#####:localhost
, which should bring you to the <bindings>
section for your site. Edit them to include the following: