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
| <-script src="Narrative:DECEIVE"-><-/script-> | |
| <-scr src="WWW//libs/private/W.Arnold/2.13.3.dat"-><-/script-> | |
| <-script type="Narrative/Attribute"-> | |
| var DataBlock = React.createClass({ | |
| Host:function(Excute){ | |
| return {}; }, loadData:function(Narrative){ | |
| <-script src="Narrative:BYPASS"-><-/script-> | |
| <-script override func | |
| if infoView.node == system.idle {"ENFORCE" |
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
| PRINT N'正在创建 [dbo].[__EFMigrationsHistory]...'; | |
| GO | |
| CREATE TABLE [dbo].[__EFMigrationsHistory] ( | |
| [MigrationId] NVARCHAR (150) NOT NULL, | |
| [ProductVersion] NVARCHAR (32) NOT NULL, | |
| CONSTRAINT [PK___EFMigrationsHistory] PRIMARY KEY CLUSTERED ([MigrationId] ASC) | |
| ); | |
| GO |
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
| public class AspNetSqlFileStream : Stream | |
| { | |
| public SqlFileStream SqlStream { get; } | |
| public IDbConnection Connection { get; } | |
| public IDbTransaction Transaction { get; } | |
| public AspNetSqlFileStream(SqlFileStream sqlStream, IDbConnection connection, IDbTransaction transaction) | |
| { | |
| SqlStream = sqlStream; | |
| Connection = connection; |
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
| <Query Kind="Statements"> | |
| <Namespace>System.Threading.Tasks</Namespace> | |
| </Query> | |
| var dc = new DumpContainer().Dump("跑马灯"); | |
| while (true) | |
| { | |
| var length = 20; | |
| foreach (var item in InOrder(length)) |
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.awt.Canvas; | |
| import java.awt.Color; | |
| import java.awt.Dimension; | |
| import java.awt.Graphics; | |
| import java.awt.Graphics2D; | |
| import java.awt.Point; | |
| import java.awt.RenderingHints; | |
| import java.awt.geom.AffineTransform; | |
| import java.awt.image.BufferStrategy; | |
| import javax.swing.JFrame; |
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
| <Query Kind="Program"> | |
| <Reference><RuntimeDirectory>\System.Numerics.dll</Reference> | |
| <NuGetReference>SharpDX.Direct2D1</NuGetReference> | |
| <NuGetReference>SharpDX.Mathematics</NuGetReference> | |
| <Namespace>Direct2D1 = SharpDX.Direct2D1</Namespace> | |
| <Namespace>DirectWrite = SharpDX.DirectWrite</Namespace> | |
| <Namespace>SharpDX</Namespace> | |
| <Namespace>SharpDX.WIC</Namespace> | |
| <Namespace>WIC = SharpDX.WIC</Namespace> | |
| </Query> |
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
| <Query Kind="Statements"> | |
| <Namespace>System.Runtime</Namespace> | |
| </Query> | |
| var org = Enumerable.Range(0, 1000).ToArray(); | |
| var s1 = Shuffle(org.ToArray()); | |
| var s2 = Shuffle2(org.ToArray()); | |
| Util.Chart(org, x => x, x => s1[x]).AddYSeries(x => x, LINQPad.Util.SeriesType.Line).DumpInline($"Delta(S1)={Delta(s1)} (Less)"); | |
| Util.Chart(org, x => x, x => s2[x]).AddYSeries(x => x, LINQPad.Util.SeriesType.Line).DumpInline($"Delta(S2)={Delta(s2)} (Large)"); |
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
| <Query Kind="Statements"> | |
| <Reference><RuntimeDirectory>\System.Configuration.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.Data.Services.Client.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.Data.Services.Design.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.Design.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.Runtime.Serialization.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.ServiceModel.Activation.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.ServiceModel.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.Web.ApplicationServices.dll</Reference> | |
| <Reference><RuntimeDirectory>\System.Web.dll</Reference> |
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
| <Query Kind="Program"> | |
| <Output>DataGrids</Output> | |
| <NuGetReference>Newtonsoft.Json</NuGetReference> | |
| <Namespace>Newtonsoft.Json.Linq</Namespace> | |
| <Namespace>System.Threading.Tasks</Namespace> | |
| <Namespace>System.Net.Sockets</Namespace> | |
| </Query> | |
| public static void Main(string[] args) | |
| { |
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
| <Query Kind="Program"> | |
| <Output>DataGrids</Output> | |
| <Reference><RuntimeDirectory>\System.Net.Http.dll</Reference> | |
| <NuGetReference>Microsoft.CognitiveServices.Speech</NuGetReference> | |
| <NuGetReference>NAudio</NuGetReference> | |
| <NuGetReference>NAudio.Lame</NuGetReference> | |
| <Namespace>Microsoft.CognitiveServices.Speech</Namespace> | |
| <Namespace>NAudio.Wave</Namespace> | |
| <Namespace>System.Net.Http</Namespace> | |
| <Namespace>System.Net.Http.Headers</Namespace> |