For ACM Crash Course
#Installation Requirements
- Computer running Python 2.7 or above
- Internet Connection
#Usage
- Import hack into your Python code
- Call sortByView(n) to get a list of n articles sorted in descending order by views
- Ex:
import hack print sortByView(50)
#Configuration No special configuration required
#Versions Nov. 2, 2013 - Version 1.0 release
#Download / Fork on https://github.com/kku1993/Practice-Hack
#FAQs
Q1: What is the source of the articles?
A1: http://www.theopencurriculum.org/
Q2: Is this program monitored by the NSA?
A2: Probably.
Q3: Was any programmer or animal hurt during the production of this program?
A3: No.
#Compatibility / Support
- Compatible with Python 2.7+
- Email [email protected] for bug reports and suggestions
#License Copyright 2013 Kevin Ku, Trisha Black, Wenni Zhou
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.