User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 05:12, 22 April 2017 (diff | hist) . . (+449). . N CheckIntersectionWithMoreOptions(Created page with " Function CheckIntersectionWithMoreOptions(Object1 As Variant, Object2 As Variant, CurPart As Part, CurHSFactory As HybridShapeFactory) As Boolean On Error GoTo Blast Dim Te...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+368). . N CheckIntersection(Created page with " Function CheckIntersection(Object1 As Variant, Object2 As Variant) As Boolean On Error GoTo Blast Dim TestInt As HybridShapeIntersection Set TestInt = MyHSFactory.AddNewIn...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+710). . N CheckInfiniteLineNormalIntersection(Created page with " Function CheckInfiniteLineNormalIntersection(PtObj As Variant, SurfObj As Variant, ConstSet As HybridBody) As Boolean On Error GoTo blast Dim TestInt As HybridShapeLineNorm...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+783). . N CheckFolders(Created page with " Sub CheckFolders(CurDirectoryStr As String) Dim curFolderStr As String curFolderStr = CurDirectoryStr If FS.FolderExists(curFolderStr) = False Then...") (current)
  • 05:11, 22 April 2017 (diff | hist) . . (+283). . N CheckFill(Created page with " Function CheckFill(BoundaryObj As Variant) As Boolean On Error GoTo NNN Dim CF As HybridShapeFill Set CF = MyHSFactory.AddNewFill() CF.AddBound BoundaryObj MyPart.Update...") (current)
  • 05:10, 22 April 2017 (diff | hist) . . (+815). . N CheckExcelDuplicates(Created page with " Function CheckExcelDuplicates(ColumnNo As Integer, EndRow As Integer, CheckEmptyStrings As Boolean) As Boolean Dim ColStrArr() ReDim ColStrArr(0) For X = 1 To EndRow...") (current)
  • 05:10, 22 April 2017 (diff | hist) . . (+523). . N ChangeTopLineTXTFile(Created page with " global proc ChangeTopLineTXTFile(string $Path, int $NewValue) { //Nick Pisca 0001d, string $Path = "c:\\mayacount.txt"; //ChangeTopLineTXTFile "c:\\mayacount.txt" 3; s...") (current)
  • 05:09, 22 April 2017 (diff | hist) . . (+1,097). . N Cellular Automata(Created page with "__TOC__ right|thumb|300px|2D Cellular Automata ===Excel Sheet CA=== Download this Excel Sheet and feel...") (current)
  • 05:08, 22 April 2017 (diff | hist) . . (+231). . N Cell+duplicate3D-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/11/cell.zip Works on the basis of Cellular Automata. ''More information on working with primitives, read pages 43-54 in [ht...") (current)
  • 05:08, 22 April 2017 (diff | hist) . . (+330). . N CanGetAngle(Created page with " Function CanGetAngle(SampleCrv As Variant, SecondCrv As Variant) As Boolean On Error GoTo Blast2 Dim CMeas Set CMeas = TheSPAWorkbench.GetMeasurable(SecondCrv) Dim CCC As...") (current)
  • 05:07, 22 April 2017 (diff | hist) . . (+663). . N Cable Guide Travesties(Created page with "'''Completely unrelated to Scripting 0001d BLAST. This is a list of rated movies from my Time Warner cable program guide. It's ridiculous. __TOC__ ==Underrated== ====One...") (current)
  • 05:07, 22 April 2017 (diff | hist) . . (+1,472). . N CSharp StatusReport(Created page with " static void Main(string[] args) { while (true) { Thread.Sleep(2500); Console.Clear();...") (current)
  • 05:06, 22 April 2017 (diff | hist) . . (+465). . N CSharp MakeUnit(Created page with " static double[] MakeUnit(double[] a ) { double L = ArrayVectorMag(a); double[] K = {a[0] / L, a[1] / L, a[2] / L};...") (current)
  • 05:06, 22 April 2017 (diff | hist) . . (+2,656). . N CSharp Get2DClosestPointToLineSegment(Created page with " static double[] Get2DClosestPointToLineSegment(double[] A, double[] B, double[] OffPt, bool SkipExtremities) { double mAB = (B[1] - A[1]) / (B[0...") (current)
  • 05:06, 22 April 2017 (diff | hist) . . (+326). . N CSharp Find3DDist(Created page with " static double Find3DDist(double[] a, double[] b) { double ss = Math.Sqrt(Math.Pow((b[0]-a[0]),2) + Math.Pow((b[1]-a[1]),2) + Math.Pow((b[2]-a[2]...") (current)
  • 05:01, 22 April 2017 (diff | hist) . . (+1,296). . N CSharp DecimalToBase(Created page with " public static string DecimalToBase(long Num, long Base) { const int BitsInLong = 64; const string Chars = "0123456789abcdefghijkLmn...") (current)
  • 05:01, 22 April 2017 (diff | hist) . . (+1,342). . N CSharp ConvertVectorToAngle(Created page with " static double ConvertVectorToAngle(double x, double y) { double WinAngle = 0.0; if (x == 0.0) { if (y...") (current)
  • 05:00, 22 April 2017 (diff | hist) . . (+1,231). . N CSharp ConvertRomanNum(Created page with " static string ConvertRomanNum(long InputNum) { //0001D LLC 2015 Nick Pisca //long InputNum = 234; string[,] RNs =...") (current)
  • 05:00, 22 April 2017 (diff | hist) . . (+457). . N CSharp ArrayVectorMag(Created page with " static double ArrayVectorMag(double[] a) { double[] z = {0.0, 0.0, 0.0}; double f = Find3DDist(a, z);...") (current)
  • 05:00, 22 April 2017 (diff | hist) . . (+432). . N CSharp ArraySubtraction(Created page with " static double[] ArraySubtraction(double[] a, double[] b) { double[] c = {a[0] - b[0], a[1] - b[1], a[2] - b[2]}; return c;...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)