Public Sub QuickSortArray(ByRef SortArray As Variant, _
                                Optional lngMin As Long = -1, _
                                Optional lngMax As Long = -1, _
...

VB.NET Reverse a VBA sorter

by https://www.google.com/accounts/o8/id?id=AItOawlnEdwkKfBeo4dr8z-lFGJGbJTlVlMWFgE, November 25, 2011 11:29, 1 refactoring, tagged with sort, vba, advanced

This sub sorts from low to ...

55502f40dc8b7c769880b10874abc9d0 Talk
#!/bin/bash

...

Bash Sorting and archiving 1600 ...

by deepspring.myopenid.com, May 28, 2010 13:13, 1 refactoring, tagged with sort, photos, archive

Hi Guys,

The Website I'm...

56438d61fd1c1b7d352a12c9b402f4a9 Talk
#!/usr/bin/env ruby

...

Ruby Sort photos into folders on...

by deepspring.myopenid.com, March 15, 2010 19:07, 1 refactoring, tagged with ruby, sort, photos

Basically, I have a large n...

56438d61fd1c1b7d352a12c9b402f4a9 Talk
#!/usr/bin/env ruby -wKU
def array_sort some_array
  temp_array = Array.new
...

Ruby Learning to write my own so...

by shame.myopenid.com, March 03, 2009 23:03, 3 refactorings, tagged with ruby, sort

With the existance of the s...

Db2f60fcc6c2572badac466c4bb6adc5 Talk
def ask_words 
	array = []
	puts 'Enter words, blank row quits.'
...

Ruby Method for sorting

by onwinning.blogspot.com, August 19, 2008 17:14, 5 refactorings, tagged with sort, sorting, noob

This is exercise from Chris...

55502f40dc8b7c769880b10874abc9d0 Talk
require 'csv'

def sort_csv(filename, fields = ["ID"], reverse = false)
...

Ruby Ruby Custom Sort

by cpjolicoeur, August 03, 2008 14:37, 5 refactorings, tagged with ruby, sort, sorting, csv

I had this question recentl...

Cf8a610127d1108dfe67f673320b5fe5 Talk
def sort(words):
...

Python Custom sort a list of words

by armandino.myopenid.com, December 10, 2007 02:36, 8 refactorings, tagged with python, sort

My second python script. :)...

2155c92be66863c4634778bf522efe14 Talk