<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: global code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 22:55:21 GMT</pubDate>
    <description>DZone Snippets: global code</description>
    <item>
      <title>Ruby - Trace Variable Global</title>
      <link>http://snippets.dzone.com/posts/show/3036</link>
      <description>// Tracciare variabili Globali&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;trace_var:$variabileGlobale, proc{ print "variabileGlobale modificata al valore --&gt; ", $variabileGlobale, " "}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 25 Nov 2006 19:47:22 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3036</guid>
      <author>whitetiger ()</author>
    </item>
    <item>
      <title>appuifw.note allow global note in pys60 1.3.1</title>
      <link>http://snippets.dzone.com/posts/show/1356</link>
      <description>&lt;code&gt;&lt;br /&gt;# note in 1.2 &lt;br /&gt;note(text, type)&lt;br /&gt;# note in 1.3.1&lt;br /&gt;note(text[, type[, global]])&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;type = 'info' (default) or 'error', 'conf'&lt;br /&gt;global = 1    # display even if app is in background&lt;br /&gt;&lt;code&gt;&lt;br /&gt;import appuifw&lt;br /&gt;appuifw.note(u'Hello World')             # simplest case&lt;br /&gt;appuifw.note(u'Cannot connect', 'error') # show error&lt;br /&gt;appuifw.note(u'New message', 'info', 1)  # alert from background&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 05 Feb 2006 20:42:53 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1356</guid>
      <author>korakot (Korakot Chaovavanich)</author>
    </item>
    <item>
      <title>func to determine is a word is global</title>
      <link>http://snippets.dzone.com/posts/show/1188</link>
      <description>&lt;code&gt;&lt;br /&gt;global?: func [&lt;br /&gt;	{find out, if the given Word is a Global Word}&lt;br /&gt;	word [word!]&lt;br /&gt;][&lt;br /&gt;	same? word bind word 'system&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 19 Jan 2006 02:57:06 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1188</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
