def pipe_zKJifuNS3BGLRQK_GsevXg(context=None, _INPUT=None, conf=None, **kwargs):
    # todo: insert pipeline description here
    conf = conf or {}

    if context and context.describe_input:
        return []

    if context and context.describe_dependencies:
        return [u'pipecount', u'pipefetch', u'pipeoutput', u'pipesimplemath', u'pipesplit', u'pipetruncate']

    forever = pipe_forever()

    sw_224 = pipe_fetch(
        context, forever, conf={'URL': {'type': 'url', 'value': 'file://data/www.sciencedaily.com_rss_computers_math.html'}})
    
    sw_250 = pipe_split(
        context, sw_224, splits=2, conf=None)
    
    sw_243 = pipe_count(
        context, sw_250, conf=None)
    
    sw_94 = pipe_simplemath(
        context, sw_243, conf={'OTHER': {'type': 'number', 'value': '5'}, 'OP': {'type': 'text', 'value': 'modulo'}})
    
    sw_169 = pipe_simplemath(
        context, sw_243, OTHER=sw_94, conf={'OTHER': {'terminal': 'OTHER', 'type': 'number'}, 'OP': {'type': 'text', 'value': 'subtract'}})
    
    sw_232 = pipe_truncate(
        context, sw_250, count=sw_169, conf={'count': {'terminal': 'count', 'type': 'number'}})
    
    _OUTPUT = pipe_output(
        context, sw_232, conf=None)
    
    return _OUTPUT
def pipe_404411a8d22104920f3fc1f428f33642(context=None, _INPUT=None, conf=None, **kwargs):
    # todo: insert pipeline description here
    conf = conf or {}

    if context and context.describe_input:
        return []

    if context and context.describe_dependencies:
        return [u'pipecount', u'pipefetch', u'pipeoutput', u'pipetruncate']

    forever = pipe_forever()

    sw_502 = pipe_fetch(
        context, forever, conf={'URL': {'type': 'url', 'value': 'file://data/feeds.delicious.com_v2_rss_popular?count=15.xml'}})
    
    sw_561 = pipe_fetch(
        context, forever, conf={'URL': {'type': 'url', 'value': 'file://data/feeds.delicious.com_v2_rss_popular?count=3.xml'}})
    
    sw_569 = pipe_count(
        context, sw_561, conf={})
    
    sw_583 = pipe_truncate(
        context, sw_502, count=sw_569, conf={'count': {'terminal': 'count', 'type': 'number'}})
    
    _OUTPUT = pipe_output(
        context, sw_583, conf={})
    
    return _OUTPUT
def pipe_404411a8d22104920f3fc1f428f33642(context=None,
                                          _INPUT=None,
                                          conf=None,
                                          **kwargs):
    # todo: insert pipeline description here
    conf = conf or {}

    if context and context.describe_input:
        return []

    if context and context.describe_dependencies:
        return [u'pipecount', u'pipefetch', u'pipeoutput', u'pipetruncate']

    forever = pipe_forever()

    sw_502 = pipe_fetch(
        context,
        forever,
        conf={
            'URL': {
                'type':
                'url',
                'value':
                'file://data/feeds.delicious.com_v2_rss_popular?count=15.xml'
            }
        })

    sw_561 = pipe_fetch(
        context,
        forever,
        conf={
            'URL': {
                'type':
                'url',
                'value':
                'file://data/feeds.delicious.com_v2_rss_popular?count=3.xml'
            }
        })

    sw_569 = pipe_count(context, sw_561, conf={})

    sw_583 = pipe_truncate(
        context,
        sw_502,
        count=sw_569,
        conf={'count': {
            'terminal': 'count',
            'type': 'number'
        }})

    _OUTPUT = pipe_output(context, sw_583, conf={})

    return _OUTPUT
def pipe_zKJifuNS3BGLRQK_GsevXg(context=None,
                                _INPUT=None,
                                conf=None,
                                **kwargs):
    # todo: insert pipeline description here
    conf = conf or {}

    if context and context.describe_input:
        return []

    if context and context.describe_dependencies:
        return [
            u'pipecount', u'pipefetch', u'pipeoutput', u'pipesimplemath',
            u'pipesplit', u'pipetruncate'
        ]

    forever = pipe_forever()

    sw_224 = pipe_fetch(
        context,
        forever,
        conf={
            'URL': {
                'type': 'url',
                'value':
                'file://data/www.sciencedaily.com_rss_computers_math.html'
            }
        })

    sw_250 = pipe_split(context, sw_224, splits=2, conf=None)

    sw_243 = pipe_count(context, sw_250, conf=None)

    sw_94 = pipe_simplemath(context,
                            sw_243,
                            conf={
                                'OTHER': {
                                    'type': 'number',
                                    'value': '5'
                                },
                                'OP': {
                                    'type': 'text',
                                    'value': 'modulo'
                                }
                            })

    sw_169 = pipe_simplemath(context,
                             sw_243,
                             OTHER=sw_94,
                             conf={
                                 'OTHER': {
                                     'terminal': 'OTHER',
                                     'type': 'number'
                                 },
                                 'OP': {
                                     'type': 'text',
                                     'value': 'subtract'
                                 }
                             })

    sw_232 = pipe_truncate(
        context,
        sw_250,
        count=sw_169,
        conf={'count': {
            'terminal': 'count',
            'type': 'number'
        }})

    _OUTPUT = pipe_output(context, sw_232, conf=None)

    return _OUTPUT