<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.visrc.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.visrc.com/feed.php">
        <title>TD Wiki programming</title>
        <description></description>
        <link>https://wiki.visrc.com/</link>
        <image rdf:resource="https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-07T15:08:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:aicoding&amp;rev=1752052179&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:cms_frameworks&amp;rev=1740059708&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:css_notes&amp;rev=1740059708&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:debug_gdb&amp;rev=1740059708&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:maven&amp;rev=1740059708&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:skill_set&amp;rev=1740059708&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=programming:uml_diagrams_tools&amp;rev=1740059708&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico">
        <title>TD Wiki</title>
        <link>https://wiki.visrc.com/</link>
        <url>https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:aicoding&amp;rev=1752052179&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-09T11:09:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:aicoding</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:aicoding&amp;rev=1752052179&amp;do=diff</link>
        <description>AI CODING</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:cms_frameworks&amp;rev=1740059708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:cms_frameworks</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:cms_frameworks&amp;rev=1740059708&amp;do=diff</link>
        <description>CMS framework

	* &lt;http://www.techi.com/2011/07/open-source-wars-wordpress-vs-drupal-vs-joomla/&gt;
	* drupal:
		* better than jooma!
		* not Object oriented.
		* better for dev


DYI framework

Modx

	*  MODx: interesting.

www.modxcloud.com

user: thuydang

pwd: 12

Resources

	*  &lt;http://codingpad.maryspad.com/2011/03/08/modx-revolution-for-complete-beginners-part-9-using-formit-for-contact-forms/&gt;

Silverstripe</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:css_notes&amp;rev=1740059708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:css_notes</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:css_notes&amp;rev=1740059708&amp;do=diff</link>
        <description>CSS Notes

Style priority, override

The later modified the former. So custom style must be declared last.


 &lt;link rel=&quot;stylesheet&quot; href=&quot;assets/libs/bootstrap/dist/css/bootstrap.min.css&quot; /&gt; 
....
 &lt;link rel=&quot;stylesheet&quot; href=&quot;app.css&quot;&gt;


Concepts

CSS Selectors</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:debug_gdb&amp;rev=1740059708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:debug_gdb</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:debug_gdb&amp;rev=1740059708&amp;do=diff</link>
        <description>debugging android native program with gdb

gdbserver

Note: binary must be compiled with -g.

Android NDK toolchain has gdbserver and arm-linux-androideabi-gdb. adb push the toolchain&#039;s gdbserver and use it. The one on android doesn&#039;t work with arm-gdb.</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:maven&amp;rev=1740059708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:maven</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:maven&amp;rev=1740059708&amp;do=diff</link>
        <description>Maven

Troubleshooting
  mvn help:active-profiles
  mvn help:effective-settings
  rm -rf ~/.m2/repository/*
  
  
Opendaylight unresolvable artifacts

Problem: java 1.8 maven &lt; 3.3.3. Maven can not resolve config-artifacts, mdsal-artifacts,...

Solution: use maven &gt; 3.3.3.</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:skill_set&amp;rev=1740059708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:skill_set</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:skill_set&amp;rev=1740059708&amp;do=diff</link>
        <description>Openstack

Continuous Integration

Webservice

	*  jboss jws

C++

	*  book: professional C++ Nicholas A. Solter
	*  &lt;https://computing.llnl.gov/tutorials/pthreads/&gt;


With more than 7 years working experience in Software Development and most of the time working with C,C++ technologies, I have gained a certain professionalism level as a Senior C,C++ Developer:
• Wifi firmware, openwrt.
• Good skills and experience in protocol and reading RFC like, SIP, MGCP, RTP, RTCP, XMPP, SNMP, Miracast, Peer…</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=programming:uml_diagrams_tools&amp;rev=1740059708&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programming:uml_diagrams_tools</title>
        <link>https://wiki.visrc.com/doku.php?id=programming:uml_diagrams_tools&amp;rev=1740059708&amp;do=diff</link>
        <description>UML Diagram Tools

This is really cool: &lt;http://www.umldesigner.org/ref-doc/define-the-system.html#Dashboard&gt;

Eclipse plugin. Goto marketplace and look for uml designer.

	* Create new uml project
	* Select model
	* Finish, then a model.uml file and a dashboard is shown.

Generate Diagram From Code

UmlGraph

	*  &lt;http://lightuml.sourceforge.net/&gt;
	*</description>
    </item>
</rdf:RDF>
