GithubHelp home page GithubHelp logo

oscar-broman / md-sort Goto Github PK

View Code? Open in Web Editor NEW
19.0 5.0 6.0 23 KB

Sort multi-dimensional arrays in Pawn. Modifies the array's internal pointers instead of copying around data.

Home Page: http://forum.sa-mp.com/showthread.php?t=343172

SourcePawn 100.00%

md-sort's People

Contributors

diegoramosgomes avatar oscar-broman avatar spacemud avatar y-less avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

md-sort's Issues

Compiler Crashes

Usually the fix is to run pawncc.exe in compatability mode and compile again. But for some reason, compiling time doubles!

What I noticed is that it crashes exactly at these two lines.
https://github.com/oscar-broman/md-sort/blob/master/md-sort.inc#L41-L42

Here's my fix:

stock SortDeepArray_Entry(&{Float, String, string, _}:cmp1, &_:cmp2, size, bool:cmp_float = false, bool:cmp_string = false, bool:ignorecase = false, E_SORT_ORDER:order = SORT_ASC, array[][], ...) {
	if (cmp_string)
		g_sort_cmp_type = 's';
	else if (cmp_float) // added cmp_float in the stock
		g_sort_cmp_type = 'f';
	else
		g_sort_cmp_type = 'i';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.