User contributions

Jump to: navigation, search
Search for contributions
 
 
     
 
   

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

  • 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)
  • 04:59, 22 April 2017 (diff | hist) . . (+461). . N CSharp ArrayMultiplication(Created page with " static double[] ArrayMultiplication(double[] a, double multiplier) { double[] c = { a[0] * multiplier, a[1] * multiplier, a[2] * multiplier };...") (current)
  • 04:59, 22 April 2017 (diff | hist) . . (+431). . N CSharp ArrayAddition(Created page with " static double[] ArrayAddition(double[] a, double[] b) { double[] c = { a[0] + b[0], a[1] + b[1], a[2] + b[2] }; return c;...") (current)
  • 04:58, 22 April 2017 (diff | hist) . . (+325). . N BrowseForFolder(Created page with " Dim FolderName As String Dim RootPath FolderName = GetFolderName("Select a folder") If FolderName = "" Then MsgBox "You didn't select a folder." Else Root...") (current)
  • 04:58, 22 April 2017 (diff | hist) . . (+1,900). . N CNC Technology(Created page with "<div align="right">Back to Academic_Archives.</div> __TOC__ === In Progress === ===== G-Code Preparation ===== [http://www.linuxcnc.org/handbook/gcode/g-code.html RS274N...") (current)
  • 04:57, 22 April 2017 (diff | hist) . . (+229). . N BrowseForFile(Created page with " Function BrowseForFile(FileTypeName as String) as String FilePath = CATIA.FileSelectionBox("Select a text file", "*." & FileTypeName , CatFileSelectionModeOpen) BrowseForFi...") (current)
  • 04:57, 22 April 2017 (diff | hist) . . (+181). . N Branch+Stem20090206-nullthing(Created page with "http://www.nullthing.com/wp-content/uploads/2008/12/stem.zip ''More information on recursive loops, read pages 68-75 in [http://stores.lulu.com/nickpisca YSYT]. Category...") (current)
  • 04:56, 22 April 2017 (diff | hist) . . (+2,041). . N Boundary Sphere-ssss(Created page with "Direct: http://ssssociety.blogspot.com/2008/10/boundary-sphere.html Option Explicit 'Author: YukiukiH 'Date: 10/08/2008 'compatibility: Rhino4 'boundary SPHERE '-----...") (current)
  • 04:56, 22 April 2017 (diff | hist) . . (+2,533). . N Boundary Partial Sphere-ssss(Created page with "Direct: http://ssssociety.blogspot.com/2008/10/boundary-partial-sphere.html Option Explicit 'Author: YukiukiH 'Date: 10/08/2008 'compatibility: Rhino4 ''boundary PARTIA...") (current)
  • 04:56, 22 April 2017 (diff | hist) . . (+2,353). . N Boundary Cylinder-ssss(Created page with "Direct: http://ssssociety.blogspot.com/2008/10/boundary-cylinder.html Option Explicit 'Author: YukiukiH 'Date: 10/08/2008 'compatibility: Rhino4 'boundary CYLINDER '-...") (current)
  • 04:55, 22 April 2017 (diff | hist) . . (+2,467). . N Boundary Cube-ssss(Created page with "Direct: http://ssssociety.blogspot.com/2008/10/bounday-cube.html Option Explicit 'Author: YukiukiH 'Date: 10/08/2008 'compatibility: Rhino4 'boundary CUBE '----------...") (current)

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