| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Sazan Dauti (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can extract the main colors of a given image file. It can read an image in the GIF, JPEG or PNG format and extracts the list of colors that are used in the pixels of the image. The class takes in account a similarity factor to consider very similar colors as if they are the same. It returns an array with the colors used in the picture sorted by the frequency of the pixels that use each color. |
| ||||
| This class can search for torrents on thepiratebay.se site. It can send a request to the thepiratebay.se site Web server to retrieve the page with the search results for given keywords. The class can parse the page and returns an array with details for each search result found like the torrent name, link URL, main category, secondary_category, seeders, leechers, description and Magnet link. |
| ||||
| This class can manipulate the entries of an array. It wraps around an array and provides several types of functions to manipulate the array entries. Currently it can: - Append the values of another given array to the array - Add a value to the array at the end or at a given position - Set an array entry at a given position to a given value - Change all array entries with a given value to another value - Get the positions of all array entries with a given value - Remove array entries at a given position or with a given value - Etc. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |