├── prog ├── jpa │ └── eclipselink-jpa-faq.txt ├── tcl │ └── tcl-faq.txt ├── ejb │ ├── interceptor │ │ ├── src │ │ │ ├── conf │ │ │ │ ├── MANIFEST.MF │ │ │ │ └── ejb-jar.xml │ │ │ └── java │ │ │ │ └── myapp │ │ │ │ ├── NewClass.java │ │ │ │ ├── TimerBean.java │ │ │ │ └── InterceptorBean.java │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── nbproject │ │ │ ├── genfiles.properties │ │ │ ├── project.xml │ │ │ └── project.properties │ │ └── build.xml │ ├── ejb-faq.txt │ └── ejb-rationale.txt ├── cvs │ ├── cvs-faq.txt │ └── cvsnt-faq.txt ├── db2 │ ├── db2-faq.txt │ └── hadr │ │ └── hadr-faq.txt ├── autoconf │ └── autoconf-faq.txt ├── make │ └── make-faq.txt ├── perl │ ├── perl-faq.txt │ └── throttle.pl ├── stm32 │ ├── simulation.ods │ └── ecdt │ │ └── ecdt-faq.txt ├── eclipse │ ├── .gitattributes │ ├── .gitignore │ └── eclipse-faq.txt ├── nexus │ ├── cygwin-mirror.png │ └── sonatype-nexus-faq.txt ├── glassfish │ ├── glassfish-bugs.txt │ └── glassfish-faq.txt ├── documentum │ ├── xcp-downsides-1.png │ ├── change-orientation.gif │ ├── documentum-config-bridge.jar │ ├── xcp-rename-project.txt │ ├── xcp-ui-events.txt │ ├── dqman-faq.txt │ ├── xcpdesigner.ini.txt │ ├── xcp-edit-form.txt │ ├── xcp-export-csv.txt │ ├── xcp-msg-preview.txt │ ├── xcp-result-list-arq.txt │ ├── dql-faq.txt │ ├── xcp-downsides.txt │ └── xcp-editable-grid.txt ├── mendix │ ├── atlas-faq.txt │ ├── extract-glyphicons │ │ ├── test.html │ │ ├── cygwin-packages.txt │ │ └── reportLabPen.py │ ├── xcp-mendix-cheatsheet.txt │ ├── gulp-faq.txt │ ├── mendix-generator-faq.txt │ └── mendix-error-handling-results.txt ├── openoffice │ ├── bootstrapconnector.pwd.1.zip │ ├── 1448819236_org-openoffice-extensions-4.1.4.pwd.1.zip │ └── openoffice-faq.txt ├── confluence │ ├── from-html.txt │ └── crawl-download.py ├── ant │ └── ant-faq.txt ├── maven │ ├── settings.xml │ └── maven-faq.txt ├── java │ ├── java-inherent-defects.txt │ ├── jpa │ │ ├── jpa-faq.txt │ │ ├── eclipselink-jpa-faq.txt │ │ └── eclipselink-jpa-bugs.txt │ ├── SneakyThrow.java │ ├── webapp │ │ └── webapp-faq.txt │ ├── PrintClassloaders.java │ ├── pretty-xml.txt │ ├── java8-faq.txt │ ├── MyParentLastClassloader.java │ └── jaxb │ │ └── StAXUnmarshalAny.txt ├── ffmpeg │ ├── scenes │ │ ├── findscenes │ │ └── cutscenes │ ├── cue_to_mp3.py │ └── ffmpeg-faq.txt ├── javascript │ ├── remove-query-param.txt │ └── js-faq.txt ├── pentaho │ └── pentaho-faq.txt ├── mysql │ ├── mysql-windows-faq.txt │ └── mysql-faq.txt ├── jdbc │ └── ojdbc.txt ├── vbscript │ └── vbscript-faq.txt ├── soapui │ └── soapui-faq.txt ├── imagemagick │ └── imagemagick-faq.txt ├── jetty │ └── jetty-faq.txt ├── firefox │ └── firefox-faq.txt ├── groovy │ └── groovy-faq.txt ├── turnserver │ └── turnserver-faq.txt ├── gcc │ └── gcc-faq.txt ├── extjs │ └── extjs-faq.txt ├── haproxy │ └── haproxy-faq.txt ├── android │ └── android-faq.txt ├── cisco-anyconnect │ └── anyconnect-faq.txt ├── openconnect │ └── mingw-build.txt ├── openssl │ └── openssl-faq.txt ├── netbeans │ └── netbeans-faq.txt ├── jenkins │ └── jenkins-faq.txt └── gdb │ └── gdb-faq.txt ├── unix ├── linux │ ├── postfix │ │ └── 01_sm.png │ ├── rhel │ │ ├── 7.x │ │ │ ├── glusterfs.txt │ │ │ ├── aaa.txt │ │ │ └── openafs-faq.txt │ │ ├── 6.x │ │ │ └── etc │ │ │ │ └── init.d │ │ │ │ └── powermail │ │ └── partextend │ ├── btrfs-faq.txt │ └── il │ │ ├── fs-default │ │ └── etc │ │ │ ├── mdadm.conf │ │ │ └── ssh │ │ │ └── sshd_config │ │ └── fs │ │ └── etc │ │ ├── mdadm.conf │ │ └── ssh │ │ └── sshd_config ├── udp-shell │ └── udp-shell.txt ├── armbian │ ├── owhttpd.txt │ └── heatrobot.sh ├── openwrt │ └── openwrt-virtualbox │ │ └── openwrt-virtualbox-setup.txt └── cygwin │ └── cygwin-faq.txt ├── README.md ├── windows └── anon-share │ ├── NullSessionShares.inf │ ├── NullSessionShares.reg │ └── NullSessionShares.bat ├── oracle └── sqldeveloper-faq.txt └── linux └── archlinux └── fs └── $HOME └── p3wm-all /prog/jpa/eclipselink-jpa-faq.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prog/tcl/tcl-faq.txt: -------------------------------------------------------------------------------- 1 | Q: 2 | A: 3 | -------------------------------------------------------------------------------- /prog/ejb/interceptor/src/conf/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | 3 | -------------------------------------------------------------------------------- /prog/cvs/cvs-faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/cvs/cvs-faq.txt -------------------------------------------------------------------------------- /prog/db2/db2-faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/db2/db2-faq.txt -------------------------------------------------------------------------------- /prog/ejb/ejb-faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/ejb/ejb-faq.txt -------------------------------------------------------------------------------- /prog/autoconf/autoconf-faq.txt: -------------------------------------------------------------------------------- 1 | Q: new m4 macro not picked by autoconf 2 | A: aclocal --force 3 | -------------------------------------------------------------------------------- /prog/make/make-faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/make/make-faq.txt -------------------------------------------------------------------------------- /prog/perl/perl-faq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/perl/perl-faq.txt -------------------------------------------------------------------------------- /prog/stm32/simulation.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/stm32/simulation.ods -------------------------------------------------------------------------------- /prog/eclipse/.gitattributes: -------------------------------------------------------------------------------- 1 | /.classpath text 2 | /.project text 3 | /.settings/** text 4 | *.launch text 5 | -------------------------------------------------------------------------------- /prog/ejb/ejb-rationale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/ejb/ejb-rationale.txt -------------------------------------------------------------------------------- /prog/nexus/cygwin-mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/nexus/cygwin-mirror.png -------------------------------------------------------------------------------- /unix/linux/postfix/01_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/unix/linux/postfix/01_sm.png -------------------------------------------------------------------------------- /prog/glassfish/glassfish-bugs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/glassfish/glassfish-bugs.txt -------------------------------------------------------------------------------- /prog/documentum/xcp-downsides-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/documentum/xcp-downsides-1.png -------------------------------------------------------------------------------- /prog/mendix/atlas-faq.txt: -------------------------------------------------------------------------------- 1 | Q: horizontal scrollbar in pop-up 2 | A: A form widget is not enclosed with a layout grid 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # wisdom 2 | 3 | This is a collection of answers in different areas of programming that I can't keep in my head. 4 | -------------------------------------------------------------------------------- /prog/documentum/change-orientation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/documentum/change-orientation.gif -------------------------------------------------------------------------------- /windows/anon-share/NullSessionShares.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/windows/anon-share/NullSessionShares.inf -------------------------------------------------------------------------------- /windows/anon-share/NullSessionShares.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/windows/anon-share/NullSessionShares.reg -------------------------------------------------------------------------------- /prog/documentum/documentum-config-bridge.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/documentum/documentum-config-bridge.jar -------------------------------------------------------------------------------- /prog/openoffice/bootstrapconnector.pwd.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/openoffice/bootstrapconnector.pwd.1.zip -------------------------------------------------------------------------------- /prog/openoffice/1448819236_org-openoffice-extensions-4.1.4.pwd.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basinilya/wisdom/HEAD/prog/openoffice/1448819236_org-openoffice-extensions-4.1.4.pwd.1.zip -------------------------------------------------------------------------------- /unix/udp-shell/udp-shell.txt: -------------------------------------------------------------------------------- 1 | Server: 2 | socat "EXEC:/bin/sh,stderr" "UDP-DATAGRAM:[::1]:24,bind=[::1]:23,reuseaddr" 3 | 4 | Client: 5 | socat - "UDP-DATAGRAM:[::1]:23,bind=[::1]:24,reuseaddr" 6 | -------------------------------------------------------------------------------- /prog/confluence/from-html.txt: -------------------------------------------------------------------------------- 1 | - unwrap: html/body 2 | - no