Top "Reverse" questions

Rearranging the order of a sequence such that the final order is a mirror image of the original.

How to reverse String.fromCharCode?

String.fromCharCode(72) gives H. How to get number 72 from char H?

javascript char reverse
Python list error: [::-1] step on [:-1] slice

I thought I understood the basics of list slicing in python, but have been receiving an unexpected error while using …

python slice reverse
python head, tail and backward read by lines of a text file

How to implement somethig like the 'head' and 'tail' commands in python and backward read by lines of a text …

python file reverse tail head
Reversing single linked list in C#

I am trying to reverse a linked list. This is the code I have come up with: public static void …

c# reverse singly-linked-list
Reversing CRC32

I'm looking for a way to reverse a CRC32 checksum. There are solutions around, but they are either badly written, …

algorithm reverse-engineering reverse crc crc32
Reverse String in Java without using any Temporary String,Char or String Builder

Is it possible to reverse String in Java without using any of the temporary variables like String, Char[] or StringBuilder? …

java string reverse temp
jquery: reverse an order

How can I reverse an order with jquery? I tried with the suggestion like this but it won't work! $($(".block-item").…

jquery each reverse
Iterate in reverse through an array with PHP - SPL solution?

Is there an SPL Reverse array iterator in PHP? And if not, what would be the best way to achieve …

php reverse loops spl
Efficiently reverse the order of the words (not characters) in an array of characters

Given an array of characters which forms a sentence of words, give an efficient algorithm to reverse the order of …

algorithm language-agnostic reverse puzzle
glob() — Sort by Name

How can I reverse the sort by filename? Currently it displays all the text files in alphabetical / numerical order, but …

php sorting foreach reverse glob