code stringlengths 1 1.49M | vector listlengths 0 7.38k | snippet listlengths 0 7.38k |
|---|---|---|
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright notice, this list of... | [
[
1,
0,
0.1875,
0.0125,
0,
0.66,
0,
972,
0,
1,
0,
0,
972,
0,
0
],
[
1,
0,
0.2,
0.0125,
0,
0.66,
0.5,
884,
0,
1,
0,
0,
884,
0,
0
],
[
14,
0,
0.6312,
0.75,
0,
0.66,
... | [
"from utils.start_cpp import start_cpp",
"from utils.numpy_help_cpp import numpy_util_code",
"python_obj_code = numpy_util_code + start_cpp() + \"\"\"\n#ifndef PYTHON_OBJ_CODE\n#define PYTHON_OBJ_CODE\n\n// Extracts a boolean from an object...\nbool GetObjectBoolean(PyObject * obj, const char * name)\n{\n PyObj... |
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright notice, this list of... | [
[
1,
0,
0.1923,
0.0128,
0,
0.66,
0,
972,
0,
1,
0,
0,
972,
0,
0
],
[
14,
0,
0.6282,
0.7564,
0,
0.66,
1,
799,
4,
0,
0,
0,
0,
0,
1
]
] | [
"from utils.start_cpp import start_cpp",
"numpy_util_code = start_cpp() + \"\"\"\n#ifndef NUMPY_UTIL_CODE\n#define NUMPY_UTIL_CODE\n\nfloat & Float1D(PyArrayObject * arr, int index = 0)\n{\n return *(float*)(arr->data + index*arr->strides[0]);\n}"
] |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.16,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.03,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.89,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.66,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.11,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.65,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.29,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.65,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.23,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.07,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.45,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.07,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.85,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.28,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.62,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.88,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.44,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.23,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.63,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.11,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.85,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.1,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.06,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.52,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.65,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.59,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.22,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.06,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.98,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.28,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.05,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.01,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.11,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.05,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.58,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.73,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.29,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.97,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.27,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.2051,
0.0128,
0,
0.66,
0,
192,
0,
1,
0,
0,
192,
0,
0
],
[
1,
0,
0.2179,
0.0128,
0,
0.66,
0.0345,
905,
0,
1,
0,
0,
905,
0,
0
],
[
1,
0,
0.2308,
0.0128,
0,
... | [
"import cvarray",
"import mp_map",
"import numpy_help_cpp",
"import prog_bar",
"import python_obj_cpp",
"import setProcName",
"import start_cpp",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('utils.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>Ut... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2010, Tom SF Haines
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyrig... | [
[
1,
0,
0.3636,
0.0227,
0,
0.66,
0,
182,
0,
1,
0,
0,
182,
0,
0
],
[
2,
0,
0.5682,
0.25,
0,
0.66,
0.5,
903,
0,
1,
0,
0,
0,
0,
9
],
[
8,
1,
0.4773,
0.0227,
1,
0.87,
... | [
"from ctypes import *",
"def setProcName(name):\n \"\"\"Sets the process name, linux only - useful for those programs where you might want to do a killall, but don't want to slaughter all the other python processes. Note that there are multiple mechanisms, and that the given new name can be shortened by differin... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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... | [
[
1,
0,
0.3043,
0.0217,
0,
0.66,
0,
276,
0,
1,
0,
0,
276,
0,
0
],
[
1,
0,
0.3261,
0.0217,
0,
0.66,
0.0588,
291,
0,
1,
0,
0,
291,
0,
0
],
[
14,
0,
0.3696,
0.0217,
0,
... | [
"import lda",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('lda_var.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>lda (variational)</title>\\n')",
"out.write('</head>\\n')",
"out.write('<body>\\n')",
"readme = open('readme.txt','r').read()",
"readme ... |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
1,
0,
0.137,
0.0068,
0,
0.66,
0,
954,
0,
1,
0,
0,
954,
0,
0
],
[
1,
0,
0.1507,
0.0068,
0,
0.66,
0.5,
901,
0,
1,
0,
0,
901,
0,
0
],
[
3,
0,
0.589,
0.8288,
0,
0.66,... | [
"import numpy",
"import rlda",
"class Corpus:\n \"\"\"Defines a corpus, i.e. the input to the rLDA algorithm. Consists of documents, identifiers and words, plus counts of how many regions and topics a fitted model should have. Has a method to fit a model, after which you can retrieve the models parameters.\"\"... |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
3,
0,
0.6031,
0.8041,
0,
0.66,
0,
219,
0,
15,
0,
0,
0,
0,
8
],
[
8,
1,
0.2165,
0.0103,
1,
0.64,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
2,
1,
0.2629,
0.0825,
1,
0.64,
... | [
"class Params:\n \"\"\"Parameters for running the fitter that are universal to all fitters.\"\"\"\n def __init__(self):\n self.runs = 8\n self.samples = 10\n self.burnIn = 1000\n self.lag = 100",
" \"\"\"Parameters for running the fitter that are universal to all fitters.\"\"\"",
" def __init__(... |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
1,
0,
0.0885,
0.0044,
0,
0.66,
0,
251,
0,
1,
0,
0,
251,
0,
0
],
[
1,
0,
0.0929,
0.0044,
0,
0.66,
0.3333,
954,
0,
1,
0,
0,
954,
0,
0
],
[
1,
0,
0.0973,
0.0044,
0,
... | [
"import heapq",
"import numpy",
"import corpus",
"class State:\n \"\"\"The state required by the solvers - stored as a few large numpy arrays for conveniance and speed. It is generated from a Corpus, but once generated is stand alone. It includes the ability to split out the final answer into the Corpus, as ... |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
1,
0,
0.1408,
0.007,
0,
0.66,
0,
654,
0,
1,
0,
0,
654,
0,
0
],
[
1,
0,
0.1479,
0.007,
0,
0.66,
0.1111,
901,
0,
1,
0,
0,
901,
0,
0
],
[
1,
0,
0.1549,
0.007,
0,
0.6... | [
"import time",
"import multiprocessing as mp",
"import multiprocessing.synchronize # To make sure we have all the functionality.",
"import numpy",
"import solve_shared as shared",
"from solve_weave import fitModel, fitModelDoc",
"def fitModelWrapper(state, params, doneIters, seed):\n \"\"\"Wrapper arou... |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
1,
0,
0.033,
0.0017,
0,
0.66,
0,
954,
0,
1,
0,
0,
954,
0,
0
],
[
1,
0,
0.0347,
0.0017,
0,
0.66,
0.0909,
253,
0,
1,
0,
0,
253,
0,
0
],
[
1,
0,
0.0363,
0.0017,
0,
0... | [
"import numpy",
"import scipy.special",
"import scipy.weave as weave",
"import solve_shared as shared",
"def iniGibbs(st):\n # Code...\n code = \"\"\"\n // t phase - iterate the state matrix...\n for (int w=0;w<Nstate[0];w++)\n {\n int doc = STATE2(w,0);\n int region = ir[STATE2(w,2)];",
" c... |
# -*- coding: utf-8 -*-
__all__ = ['rlda'] | [
[
14,
0,
1,
0.3333,
0,
0.66,
0,
272,
0,
0,
0,
0,
0,
5,
0
]
] | [
"__all__ = ['rlda']"
] |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
1,
0,
0.4762,
0.0238,
0,
0.66,
0,
206,
0,
1,
0,
0,
206,
0,
0
],
[
1,
0,
0.5,
0.0238,
0,
0.66,
0.25,
977,
0,
1,
0,
0,
977,
0,
0
],
[
1,
0,
0.5238,
0.0238,
0,
0.66,... | [
"from params import Params",
"from document import Document",
"from corpus import Corpus",
"try:\n from solve_weave_mp import fit, fitDoc\n __fitter = 'multiprocess weave'\nexcept:\n try:\n from solve_weave import fit, fitDoc\n __fitter = 'weave'\n except:",
" from solve_weave_mp import fit, fitD... |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later v... | [
[
1,
0,
0.35,
0.0167,
0,
0.66,
0,
901,
0,
1,
0,
0,
901,
0,
0
],
[
1,
0,
0.3667,
0.0167,
0,
0.66,
0.05,
291,
0,
1,
0,
0,
291,
0,
0
],
[
14,
0,
0.4,
0.0167,
0,
0.66,
... | [
"import rlda",
"import pydoc",
"doc = pydoc.HTMLDoc()",
"out = open('rlda.html','w')",
"out.write('<html>\\n')",
"out.write('<head>\\n')",
"out.write('<title>rlda</title>\\n')",
"out.write('</head>\\n')",
"out.write('<body>\\n')",
"readme = open('readme.txt','r').read()",
"readme = readme.replac... |
# -*- coding: utf-8 -*-
# Copyright 2010 Tom SF Haines
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program... | [
[
1,
0,
0.1156,
0.0058,
0,
0.66,
0,
526,
0,
1,
0,
0,
526,
0,
0
],
[
1,
0,
0.1214,
0.0058,
0,
0.66,
0.3333,
954,
0,
1,
0,
0,
954,
0,
0
],
[
1,
0,
0.1329,
0.0058,
0,
... | [
"import math",
"import numpy",
"import rlda",
"class Document:\n \"\"\"A document, consists of a list of all the word/identifier pairs in the document.\"\"\"\n def __init__(self, dic):\n \"\"\"Constructs a document given a dictionary dic[(identifier num, word num)] = count, where identifier num is the na... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.0807,
0.0062,
0,
0.66,
0,
225,
0,
1,
0,
0,
225,
0,
0
],
[
1,
0,
0.0932,
0.0062,
0,
0.66,
0.25,
509,
0,
1,
0,
0,
509,
0,
0
],
[
4,
0,
0.1149,
0.0373,
0,
0.... | [
"from topic import *",
"import sys",
"if sys.modules.has_key('lda'):\n import lda\nelif sys.modules.has_key('lda_nmp'):\n import lda_nmp as lda\nelse:\n raise Exception('This module is not meant to be imported directly - import lda/lda_nmp instead.')",
" import lda",
"elif sys.modules.has_key('lda_nmp')... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.2549,
0.0196,
0,
0.66,
0,
954,
0,
1,
0,
0,
954,
0,
0
],
[
3,
0,
0.6667,
0.6863,
0,
0.66,
1,
265,
0,
7,
0,
0,
0,
0,
2
],
[
8,
1,
0.3529,
0.0196,
1,
0.62,
... | [
"import numpy",
"class Topic:\n \"\"\"Simple wrapper class for a topic - contains just the parameter vector for the multinomial distribution from which words in that topic are drawn from. The index into the vector is the ident of the word associated with each specific probability value.\"\"\"\n def __init__(sel... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.0463,
0.0036,
0,
0.66,
0,
251,
0,
1,
0,
0,
251,
0,
0
],
[
1,
0,
0.0534,
0.0036,
0,
0.66,
0.3333,
954,
0,
1,
0,
0,
954,
0,
0
],
[
3,
0,
0.4075,
0.6833,
0,
... | [
"import heapq",
"import numpy",
"class State:\n \"\"\"The state required by the solvers - stored as a few large numpy arrays for conveniance and speed. It is generated from a Corpus, but once generated is stand alone. It includes the ability to split out the final answer into the Corpus, as this is not seen as... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.3137,
0.0196,
0,
0.66,
0,
977,
0,
1,
0,
0,
977,
0,
0
],
[
1,
0,
0.3333,
0.0196,
0,
0.66,
0.2,
225,
0,
1,
0,
0,
225,
0,
0
],
[
1,
0,
0.3529,
0.0196,
0,
0.6... | [
"from document import Document",
"from topic import Topic",
"from corpus import Corpus",
"from solve_shared import Params",
"try:\n from solve_weave_mp import fit, fitDoc\n __fitter = 'multiprocess weave'\nexcept:\n try:\n from solve_weave import fit, fitDoc\n __fitter = 'weave'\n except:",
" f... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.0526,
0.004,
0,
0.66,
0,
954,
0,
1,
0,
0,
954,
0,
0
],
[
1,
0,
0.0567,
0.004,
0,
0.66,
0.0909,
181,
0,
1,
0,
0,
181,
0,
0
],
[
1,
0,
0.0607,
0.004,
0,
0.6... | [
"import numpy",
"import numpy.random",
"import scipy",
"import solve_shared as shared",
"def iniGibbs(state):\n \"\"\"Does the initialisation gibbs pass, where it incrimentally sets the starting topic assignments based on the documents so far fitted. Builds the count matrices/vectors in the state at the sa... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.114,
0.0088,
0,
0.66,
0,
654,
0,
1,
0,
0,
654,
0,
0
],
[
1,
0,
0.1228,
0.0088,
0,
0.66,
0.1111,
901,
0,
1,
0,
0,
901,
0,
0
],
[
1,
0,
0.1316,
0.0088,
0,
0... | [
"import time",
"import multiprocessing as mp",
"import multiprocessing.synchronize # To make sure we have all the functionality.",
"import numpy",
"import solve_shared as shared",
"from solve_weave import fitModel",
"from solve_weave import fitDocModel",
"def fitModelWrapper(state,params,doneIters,see... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.0374,
0.0029,
0,
0.66,
0,
954,
0,
1,
0,
0,
954,
0,
0
],
[
1,
0,
0.0402,
0.0029,
0,
0.66,
0.1,
829,
0,
1,
0,
0,
829,
0,
0
],
[
1,
0,
0.046,
0.0029,
0,
0.66... | [
"import numpy",
"import scipy.weave as weave",
"import solve_shared as shared",
"def iniGibbs(s):\n \"\"\"Does the initialisation gibbs pass, where it incrimentally sets the starting topic assignments based on the documents so far fitted. Builds the count matrices/vectors in the state at the same time.\"\"\"... |
# -*- coding: utf-8 -*-
# Copyright 2011 Tom SF Haines
# 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 agre... | [
[
1,
0,
0.3778,
0.0222,
0,
0.66,
0,
977,
0,
1,
0,
0,
977,
0,
0
],
[
1,
0,
0.4,
0.0222,
0,
0.66,
0.2,
225,
0,
1,
0,
0,
225,
0,
0
],
[
1,
0,
0.4222,
0.0222,
0,
0.66,
... | [
"from document import Document",
"from topic import Topic",
"from corpus import Corpus",
"from solve_shared import Params",
"try:\n from solve_weave import fit,fitDoc\n __fitter = 'weave'\nexcept:\n try:\n from solve_python import fit,fitDoc\n __fitter = 'python' \n except:",
" from solve_weav... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.