This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pandas ExtensionArray / ExtensionDType for UUID |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en-US"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Demo</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<script type="importmap"> | |
{ | |
"imports": { | |
"@emotion/react": "https://esm.sh/@emotion/[email protected]?dev", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/node_modules/ | |
/package-lock.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/cache-*.json | |
/.vscode/ | |
__pycache__/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Michael Schubert <mschu.dev at gmail> | |
# Contributor: Abhishek Dasgupta <[email protected]> | |
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Franklyn Tackitt <[email protected]> | |
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') |