Example
first(code, 'block')
And
"""Temporary setuptools bridge | |
Don't use this except if you have a deadline or you encounter a bug. | |
""" | |
import re | |
import setuptools | |
from pathlib import Path | |
from flit_core import common, config | |
from setuptools_scm.integration import find_files |
/node_modules/ | |
/package-lock.json |
#!/usr/bin/env python3 | |
import sys | |
import json | |
import shutil | |
from datetime import datetime | |
from pathlib import Path | |
from io import StringIO | |
import whoosh.fields as f | |
from whoosh.index import create_in |
/cache-*.json | |
/.vscode/ | |
__pycache__/ |
# Maintainer: Michael Schubert <mschu.dev at gmail> | |
# Contributor: Abhishek Dasgupta <abhidg@gmail.com> | |
pkgname=primer3 | |
pkgver=2.4.0 | |
pkgrel=1 | |
pkgdesc="Tool to design flanking oligo nucleotides for DNA amplification" | |
arch=('i686' 'x86_64') | |
license=('GPL2') | |
depends=('gcc-libs') | |
url="http://primer3.sourceforge.net" |
# Maintainer: Franklyn Tackitt <franklyn@tackitt.net> | |
pkgname=v8-3.14-bin | |
_ver=3.14.5 | |
pkgver=$_ver.8 | |
pkgrel=1 | |
pkgdesc="v8 3.14 binary package from ubuntu xenial" | |
url="https://github.com/v8/v8" | |
arch=('i686' 'x86_64') | |
license=('BSD new') |
<!DOCTYPE html> | |
<html> | |
<head><meta charset="utf-8" /> | |
<title>un-nb-convertible</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
first(code, 'block')
And