<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://orourke.tv/web/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>orourke.tv - myapps</title>
        <description>every banana has 5 sides</description>
        <link>http://orourke.tv/web/</link>
        <lastBuildDate>Sun, 20 Sep 2026 19:26:29 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://orourke.tv/web/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>orourke.tv</title>
            <link>http://orourke.tv/web/</link>
        </image>
        <item>
            <title>agent-callback</title>
            <link>http://orourke.tv/web/doku.php?id=myapps:agent-callback&amp;rev=1645467904&amp;do=diff</link>
            <description>Agent Callback

Ref: &lt;https://sqlperformance.com/2013/09/t-sql-queries/random-collisions&gt;


CREATE TABLE dbo.RandomNumbers
(
  RowID INT,
  Value INT, --UNIQUE,
  PRIMARY KEY (RowID, Value)
);
 
;WITH x AS 
(
  SELECT TOP (1000000) s1.[object_id]
  FROM sys.all_objects AS s1
  CROSS JOIN sys.all_objects AS s2
  ORDER BY s1.[object_id]
)
INSERT dbo.RandomNumbers(RowID, Value)
SELECT
    r = ROW_NUMBER() OVER (ORDER BY [object_id]),
    n = ROW_NUMBER() OVER (ORDER BY NEWID())
FROM x
ORDER BY r;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 21 Feb 2022 18:25:04 +0000</pubDate>
        </item>
        <item>
            <title>snmp-voice-stats</title>
            <link>http://orourke.tv/web/doku.php?id=myapps:snmp-voice-stats&amp;rev=1741777241&amp;do=diff</link>
            <description>SNMP Voice Stats Poller

Simple snmp poller - which stores snmp stats for call data from Cisco Voice gateways and Cisco CUBES.

	* Database component - which contains inventory table and stats table
	* Python Script which runs every 5 mins on the 5 min interval, e.g. 00,05,10 etc.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 12 Mar 2025 11:00:41 +0000</pubDate>
        </item>
        <item>
            <title>tickertape</title>
            <link>http://orourke.tv/web/doku.php?id=myapps:tickertape&amp;rev=1696583073&amp;do=diff</link>
            <description>Tickertape

Tickertape is a custom Reporting application for CCE. 

A Tickertape report consists of rows with each row showing Calltype and Skill group Data for a &#039;collection&#039; or grouping of specific CCE Calltypes and Skill groups / Precision Queues.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 06 Oct 2023 09:04:33 +0000</pubDate>
        </item>
    </channel>
</rss>
