Skip to content

Instantly share code, notes, and snippets.

@OneWingedShark
OneWingedShark / Quicksort.adb
Created June 1, 2021 18:31
Multithreaded QuickSort
-- Type Number_List is Array (Positive range <>) of Natural;
------------------------------------------------------------
Procedure Quicksort(Object : in out Number_List) is
Task Type Do_Sort( First, Last : Natural );
Task Body Do_Sort is
Begin
Quicksort( Object(First..Last) );
End;
# Copyright 1988 - 07/17/00 Sun Microsystems, Inc. All Rights Reserved.
#ident "@(#)snmpd.conf 2.24 00/07/17 SMI"
# See below for file format and supported keywords
sysdescr Sun SNMP Agent, Sun-Fire-V240
syscontact System administrator
sysLocation System administrators office
#
system-group-read-community public