Skip to content

Instantly share code, notes, and snippets.

View denversc's full-sized avatar

Denver Coneybeare denversc

  • Google
  • Waterloo, ON, Canada
View GitHub Profile
@denversc
denversc / rotated_sorted_array_search.py
Last active September 7, 2018 21:36
Algorithm to find the index of a value in a sorted list whose elements have been rotated
#!/usr/bin/env python3
import unittest
def rotated_sorted_array_search(array, value):
lo = 0
hi = len(array)
while lo < hi:
@denversc
denversc / hoxglossary
Created July 22, 2012 01:52
HTC One X Glossary
Ever wonder what a [I]Rosie[/I] is? Ever wonder if someone is slaying a [I]snapdragon[/I]? Ever wonder why someone would want to [I]desense[/I] a ROM? If you're like me, your first few weeks parusing the forums for your shiny new HTC One X was frought with strange words and terms that make you wonder if they're talking about an Android device or a Disney movie. But even after those first few weeks, you finally feel comfortable with the vernacular, and wouldn't you know it but a new word comes up!
The purpose of this thread is to capture the definitions of words and terms that come up frequently in discussions of ROMs and MODs specifically for the HTC One X/XL. General terms like "RUU" and "TWRC" will not normally be defined here, unless there is something specific or innate to the HTC One XL. The idea is that when questions about these terms come up in discussions that one need only reply with a link to this thread. Please reply to this thread to suggest terms for inclusion or point out corrections an
@denversc
denversc / test123.txt
Created April 9, 2012 02:46
Test 1 2 3
== Hello! ==