<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.calax.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Calax.com - Reference Data - plang</title>
        <description></description>
        <link>https://wiki.calax.com/</link>
        <lastBuildDate>Tue, 21 Jul 2026 12:26:55 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.calax.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>Calax.com - Reference Data</title>
            <link>https://wiki.calax.com/</link>
        </image>
        <item>
            <title>flutter</title>
            <link>https://wiki.calax.com/doku.php?id=plang:flutter</link>
            <description>Flutter

Website: &lt;https://flutter.dev/&gt;

What is it ?

Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. It uses DART as the source language 

Useful Links

	*  Flutter Home Site
	*  Flutter Tutorial #1
	*  JSON to objects

Pages</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 04 Nov 2020 22:07:10 +0000</pubDate>
        </item>
        <item>
            <title>nim</title>
            <link>https://wiki.calax.com/doku.php?id=plang:nim</link>
            <description>Nim

Website: &lt;https://nim-lang.org/&gt;

What is it ?

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 03 Nov 2020 10:56:17 +0000</pubDate>
        </item>
        <item>
            <title>permissions</title>
            <link>https://wiki.calax.com/doku.php?id=plang:permissions</link>
            <description>Challenges

	*  Debug mode allows Internet access, release mode removes the permission.
		*  You need to add &lt;uses-permission android:name=“android.permission.INTERNET” /&gt; into the Android manifest file in  app/src/main/AndroidManifest.xml</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 03 Nov 2020 11:03:57 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://wiki.calax.com/doku.php?id=plang:start</link>
            <description>This page covers notes on some of the main programming languages.

	*  Notes on Nim
	*   Notes on Flutter
	*   Notes on Python
	*   Notes on VueJS

OLD INFO

	*  Notes on PHP(5)
	*  Notes on Standard Java Version 6
	*  Notes &amp; Tips on XPath
	*  Notes on XSLT</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Apr 2022 08:35:51 +0000</pubDate>
        </item>
        <item>
            <title>vuejs</title>
            <link>https://wiki.calax.com/doku.php?id=plang:vuejs</link>
            <description>VueJS

Website: &lt;https://vuejs.org/&gt;

What Is It?

VueJS is a javascript framework, suitable for both Single Page Apps (SPA) and more complex multi-pgae applications.
It supports both declarative (ala V2) and component based (V3).

Key Elements of VueJS V3:

	*  Class-based components and ES2015 classes</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 08 Apr 2022 10:54:02 +0000</pubDate>
        </item>
        <item>
            <title>xpath</title>
            <link>https://wiki.calax.com/doku.php?id=plang:xpath</link>
            <description>XPath Notes and Tips and Tricks

Finding all elements without a class

	*  Syntax


//nodeset definition/[ not(@attribute_name &lt;logical check&gt;)]


	*  Examples

//accesspoint//*[ not(@class)]  would be all points under the Accesspoint node and all elements that didn&#039;t have an attribute called</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
    </channel>
</rss>
