
Simple tool - Concatenating slides using FFmpeg. RabbitMQ(Message broker server) and Celery(Task queue). Neural Networks with backpropagation for XOR using one hidden layer įabric - streamlining the use of SSH for application deploymentĪnsible Quick Preview - Setting up web servers with Nginx, configure enviroments, and deploy an App įlask app with Apache WSGI on Ubuntu14/CentOS7. Removing Cloud Files - Rackspace API with curl and subprocessĬhecking if a process is running/hanging and stop/run a scheduled task on WindowsĪpache Spark 1.3 with PySpark (Spark Python API) Shellīottle 0.12.7 - Fast and simple WSGI-micro framework for small web-applications. Scheduled stopping and starting an AWS instanceĬloudera CDH5 - Scheduled stopping and starting services Uploading a big file to AWS S3 using boto module Simple tool - Google page ranking by keywords Python Unit Test - TDD using unittest.TestCase class Image processing with Python image library Pillow Python Network Programming IV - Asynchronous Request Handling : ThreadingMixIn and ForkingMixIn Python Network Programming III - Echo Server using socketserver network framework Python Network Programming II - Chat Server / Client

Python Network Programming I - Basic Server / Client : B File Transfer Python Network Programming I - Basic Server / Client : A Basics REST API : Http Requests for Humans with Flask Web scraping with Selenium for checking domain availability Python HTTP Web Services - urllib, httplib2 MongoDB with PyMongo I - Installing MongoDB. Connecting to DB, create/drop table, and insert data into a table Priority queue and heap queue data structure Python Object Serialization - yaml and json Python Object Serialization - pickle and json Sets (union/intersection) and itertools - Jaccard coefficient and shingling to check plagiarismĬlasses and Instances (_init_, _call_, etc.)īits, bytes, bitstring, and constBitStream

Strings - Escape Sequence, Raw String, and Slicingįormatting Strings - expressions and method calls Object Types - Numbers, Strings, and None Running Python Programs (os, sys, import) Output is exactly the same as the one we got using string comparison: # compare each pair in combinations tuple of shingles # makes a list of sets which are compresized of a list of K words stringĬombinations = list( binations(, 2) ) Judges constitute a critical force for interpretation and implementation of a constitution, thus de facto in common law countries creating the body of constitutional law."] Courts with judicial review power may annul the laws and rules of the state when it finds them incompatible with a higher norm, such as primary legislation, the provisions of the constitution or international law. "In many jurisdictions the judicial branch has the power to change laws through the process of judicial review. For instance, both a state and federal criminal court could have authority over a criminal case that is illegal under federal and state drug laws.", In other situations, it is possible for more than one court to have jurisdiction.

For instance, bankruptcy cases an be ruled on only in bankruptcy court. Sometimes, only one type of court can hear a particular case. Jurisdiction means the types of cases each court is permitted to rule on. Every one of the courts is vested with its own jurisdiction. "The legal system is comprised of criminal and civil courts and specialty courts like bankruptcy and family law courts. For example, a federal criminal court and a state criminal court would each have jurisdiction over a crime that is a federal drug offense but that is also an offense on the state level.", In other instances, there may be several potential courts with jurisdiction. For example, a bankruptcy case must be heard in a bankruptcy court. In some instances, a case can only be heard in one type of court. Each court has its own jurisdiction, which refers to the cases that the court is allowed to hear. Tokens = re.sub("", " ", doc).split()ĭocuments = ["The legal system is made up of civil courts, criminal courts and specialty courts such as family law courts and bankruptcy court. # replace non-alphanumeric char with a space, and then split " takes two sets and returns Jaccard coefficient"
#Level hashtab review code
# a shingle in this code is a string with K-words
#Level hashtab review 64 Bit
In this section, we used 64 bit integer (hash value from hash()) for the comparison of shingles instead of directly working on the string. The following code is a revision from Sets (union/intersection) and itertools - Jaccard coefficient & shingling to check plagiarism.
