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
catChain(catParent.id, catParent.Name, catParent.Parent, catId+catString) |
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
Controller | |
public class PollerController : AsyncController | |
{ | |
public List<System.Threading.Tasks.Task> tasks = new List<System.Threading.Tasks.Task>(); | |
public HttpResponseBase r { get; set; } | |
public void Launch() | |
{ | |
Writer(Response); |
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
@ECHO OFF | |
COPY /Y NUL %4 | |
START /WAIT /D "C:\Program Files (x86)\Perforce" p4merge.exe %1 %2 %3 %4 |
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
exception 'Crabapple_Entertainment\Data_Providers\ARCv2\Exceptions\Invalid_Response' with message 'Invalid response value "{"summary":{"status":500,"error":{"description":"No replica set members available for query with { \"mode\" : \"primary\"}"},"host":"platform-jboss-173.811.mtvi.com","started":"2012-10-18T02:39:47.183Z","executionTime":1,"params":{"q":{"select":{"mtvi:id":1},"vars":{},"where":{"seasonsBySeries":["27964d3c-ecfd-11e0-aca6-0026b9414f30"]},"start":0,"rows":25,"omitNumFound":true,"debug":{}},"dateFormat":"UTC","stage":"live","filterSchedules":true},"scheduleTTL":null}}"' in /u/docroot/southparkstudios.com/packages/crabapple_entertainment/classes/data_providers/arcv2/responses/response.php:48 Stack trace: #0 /u/docroot/southparkstudios.com/packages/crabapple_entertainment/classes/data_providers/arcv2/arcv2.php(312): Crabapple_Entertainment\Data_Providers\ARCv2\Responses\Response::createFromJSONObject(Object(stdClass)) #1 /u/docroot/southparkstudios.com/packages/crabapple_entertainment/classes/d |
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; | |
class Hello { | |
public const string StrHelloMessage = "Hello, "; | |
static void Main() { | |
string strUserName; | |
strUserName = Console.ReadLine(); | |
Console.WriteLine ( StrHelloMessage + strUserName ); | |
} | |
} |
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; | |
namespace mvcDeux.Models | |
{ | |
public class HelloWorld | |
{ | |
static void doit() | |
{ | |
Console.WriteLine("Hello, Methods!"); | |
} |
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
from http://www.craigslist.org/about/best/wdc/71850323.html | |
best of craigslist | |
Share this: | |
Digg | |
delicious | |
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.Reflection; | |
using System.Runtime.CompilerServices; | |
using System.Runtime.InteropServices; | |
// General Information about an assembly is controlled through the following | |
// set of attributes. Change these attribute values to modify the information | |
// associated with an assembly. | |
[assembly: AssemblyTitle("Metcalfe")] | |
[assembly: AssemblyDescription("")] | |
[assembly: AssemblyConfiguration("")] |
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
Passwords must meet complexity requirements determines whether password complexity is enforced. If this setting is enabled, user passwords must meet the following requirements: | |
The password is at least 7 characters long. | |
The password contains characters from at least 3 of the following 4 categories: | |
English uppercase characters (A - Z) | |
English lowercase characters (a - z) | |
Base 10 digits (0 - 9) | |
Non-alphanumeric (for example: !, $, #, or %) | |
The password does not contain three or more characters from the user's account name. | |
If the account name is less than three characters long, this check is not performed because the rate at which passwords would be rejected is too high. When checking against the user's full name, several characters are treated as delimiters that separate the name into individual tokens: commas, periods, dashes/hyphens, underscores, spaces, pound-signs, and tabs. For each token that is three or more characters long, that token is searched for in the password; if it is present, the password ch |
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
javascript:e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','//findings.com/bookmarklet/loader');document.body.appendChild(e);void(0); |
NewerOlder