Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'sort'

2004096 - prod_sort.c adv prog hw 3: programming unix sort fxp prog advanced m1o2 elsf pipes adv advprog braude eitan ronn
  1. /**
  2.         Programmed By : m1o2
  3. */
  4.  
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. #include <unistd.h>
  8. #include <fcntl.h>
  9.  
1871439 - icebuntu browser select: stuff of sort that
  1. #!/bin/perl -w
  2. # Zach Jablons
  3. # I intend on compiling and maybe even packaging some of the more esoteric browsers and hosting them on mhscc.ath.cx,
  4. # but I would like to have a different and more reliable solution than that.
  5. use strict;
  6. die "Please run this program as root. Use sudo perl icebuntubrowserselect.pl to do this." if $> != 0; # Check for root
  7. my $goodBye1 = "You can launch";
  8. my $goodBye2 = "in the terminal\n";
  9.  
1868631 - du | sort -n -r | less: du sort -n -r less
  1. 6460628 .
  2. 5961212 ./media
  3. 5733088 ./media/internal
  4. 2385920 ./media/internal/sources
  5. 361484  ./usr
  6. 316032  ./media/internal/downloads
  7. 283040  ./media/internal/DCIM
  8. 283008  ./media/internal/DCIM/100PALM
  9.  
1868622 - du | sort -n -r | less : du sort -n -r less
  1. du: can't open './proc/1020/task/1020/fd': Permission denied
  2. du: can't open './proc/1020/task/1020/fdinfo': Permission denied
  3. du: can't open './proc/1020/fd': Permission denied
  4. du: can't open './proc/1020/fdinfo': Permission denied
  5. du: can't open './proc/1028/task/1028/fd': Permission denied
  6. du: can't open './proc/1028/task/1028/fdinfo': Permission denied
  7. du: can't open './proc/1028/fd': Permission denied
  8. du: can't open './proc/1028/fdinfo': Permission denied
  9.  
1703547 - Greg: java code arrays sort beginner
  1. package sort;
  2.  
  3. import java.util.*;
  4.  
  5. public class Main {
  6.     public static void main(String[] args)
  7.     {
  8.         Scanner inNumOfAsks = new Scanner(System.in);
  9.  
1703493 - Greg: java code arrays sort beginner
  1. package sort;
  2.  
  3. import java.util.*;
  4.  
  5. public class Main {
  6.     public static void main(String[] args)
  7.     {
  8.         Scanner inNumOfAsks = new Scanner(System.in);
  9.  
1703491 - Greg: java code arrays sort beginner
  1. package sort;
  2.  
  3. import java.util.*;
  4.  
  5. public class Main {
  6.     public static void main(String[] args)
  7.     {
  8.         Scanner inNumOfAsks = new Scanner(System.in);
  9.  
1703288 - Greg: java code arrays sort beginner
  1. package sort;
  2.  
  3. import java.util.*;
  4.  
  5. public class Main {
  6.     public static void main(String[] args)
  7.     {
  8.         Scanner inNumOfAsks = new Scanner(System.in);
  9.  
1412046 - Jquery drag and Sort: jquery drag sort
  1. Jquery drag and Sort
  2. http://docs.jquery.com/UI/API/1.7.1/Sortable#option-opacity
  3. http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
  4. http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/
  5. http://www.wiseguysonly.com/2008/12/07/drag-and-drop-reordering-of-database-fields-sortables-with-jquery/ +php code
  6.  
  7. http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/
  8. http://www.jstree.com/
  9.  
1412045 - Jquery drag and Sort: jquery drag sort
  1. Jquery drag and Sort
  2. http://docs.jquery.com/UI/API/1.7.1/Sortable#option-opacity
  3. http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
  4. http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/
  5. http://www.wiseguysonly.com/2008/12/07/drag-and-drop-reordering-of-database-fields-sortables-with-jquery/ +php code
  6.  
  7. http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/
  8. http://www.jstree.com/
  9.  
987725 - COMPARABLE SORT sort comparable
preview unavailable
911542 - move_n_sort.pl v0.1.4-RC4 jpeg perl sort exif jpg move
preview unavailable
911517 - move_n_sort.pl - v0.1.3-RC2 jpeg perl sort exif jpg move
preview unavailable
911500 - move_n_sort.pl - v0.1.3-RC0 jpeg perl sort exif jpg move
preview unavailable
859696 - RayNbow: haskell sort naive merge
  1. module Main where
  2.  
  3.  
  4.  
  5. mergesort :: Ord a => [a] -> [a]
  6. mergesort []  =  []
  7. mergesort [x][x]
  8. mergesort xs  =  merge (mergesort xs1) (mergesort xs2)
  9.  
859068 - RayNbow: haskell sort naive merge
  1. module Main where
  2.  
  3.  
  4.  
  5. mergesort :: Ord a => [a] -> [a]
  6. mergesort []  =  []
  7. mergesort [x][x]
  8. mergesort xs  =  merge (mergesort xs1) (mergesort xs2)
  9.  
858197 - Tree: search binary tree binr suchbaum binrer sort
  1. /*
  2. * @(#)Tree.java        Heinrich Mueller, Matr.Nr. 21156112
  3. *
  4. * Bildet einen binaeren Suchbaum, der am Ende durch "toString"
  5. * wieder sortiert ausgegeben wird.
  6. *
  7. *
  8. */
  9.  
849810 - Tree: search binary tree binr suchbaum binrer sort
  1. /*
  2. * @(#)Tree.java        Heinrich Mueller, Matr.Nr. 21156112
  3. *
  4. * Bildet einen binaeren Suchbaum, der am Ende durch "toString"
  5. * wieder sortiert ausgegeben wird.
  6. *
  7. *
  8. */
  9.  
worth-right
fantasy-obligation
fantasy-obligation