<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Różności ... &#187; Programowanie</title>
	<atom:link href="http://www.jaceksen.pl/wordpress/?cat=25&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jaceksen.pl/wordpress</link>
	<description>czyli moje notki</description>
	<lastBuildDate>Sun, 14 Nov 2021 16:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Angular tuple type, arrays</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4656</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4656#comments</comments>
		<pubDate>Thu, 25 Mar 2021 08:06:25 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Angular]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4656</guid>
		<description><![CDATA[I&#8217;m really confused about this now. I&#8217;m pretty sure that let x:SomeType[] = [] is equivalent to let x: Array&#60;SomeType&#62; = [] but is let x:[SomeType] = [] also equivalent and correct? typescript Share Improve this question Follow asked Aug 28 &#8217;20 at 0:13 Michael Dausmann 3,41822 gold badges2626 silver badges3838 bronze badges Add a comment [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4656</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB, Node.js  &#8211; install</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4653</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4653#comments</comments>
		<pubDate>Fri, 08 Jan 2021 10:21:04 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[JS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4653</guid>
		<description><![CDATA[sudo systemctl start mongod sudo systemctl status mongod sudo systemctl enable mongod sudo systemctl stop mongod sudo systemctl restart mongod Node.js curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh &#124; bash source ~/.bashrc nvm list-remote nvm install v13.6.0 nvm use v13.6.0 nvm current node -v]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4653</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Ubuntu 20</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4649</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4649#comments</comments>
		<pubDate>Thu, 07 Jan 2021 14:54:39 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4649</guid>
		<description><![CDATA[Jakby ktoś musiał jeszcze coś w tym PHP zrobić &#8230; (choć po co???? przecież jest JS) Installing PHP 7.4 with Apache If you’re using Apache as your web server, run the following commands to install PHP and Apache PHP module: sudo apt updatesudo apt install php libapache2-mod-php Once the packages are installed, restart Apache for the PHP [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4649</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu post install</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4647</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4647#comments</comments>
		<pubDate>Tue, 29 Dec 2020 07:23:46 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[React]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4647</guid>
		<description><![CDATA[sudo apt-get update sudo apt-get install build-essential]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4647</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ionic inn-app-browser ERR_CLEARTEXT_NOT_PERMITTED</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4615</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4615#comments</comments>
		<pubDate>Tue, 25 Jun 2019 15:19:30 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4615</guid>
		<description><![CDATA[To solve the problem there&#8217;s other option. in file resources/android/xml/network_security_config.xml. insert: &#60;network-security-config&#62; &#60;base-config cleartextTrafficPermitted="true"&#62; &#60;trust-anchors&#62; &#60;certificates src="system" /&#62; &#60;/trust-anchors&#62; &#60;/base-config&#62; &#60;domain-config cleartextTrafficPermitted="true"&#62; &#60;domain&#62;localhost&#60;/domain&#62; &#60;domain includeSubdomains="true"&#62;192.168.7.213:8733&#60;/domain&#62; &#60;/domain-config&#62; &#60;/network-security-config&#62; https://stackoverflow.com/questions/54752716/why-am-i-seeing-neterr-cleartext-not-permitted-errors-after-upgrading-to-cordo Open the android manifest file (android/app/src/main/AndroidManifest.xml) and add android:usesCleartextTraffic="true" to the application tag &#60;application android:name="io.flutter.app.FlutterApplication" android:label="tangerine_ui" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="true"&#62; https://github.com/flutter/flutter/issues/30368 ---------------------- config.xml: &#60;platform name=&#8221;android&#8221;&#62; &#60;edit-config file=&#8221;app/src/main/AndroidManifest.xml&#8221; mode=&#8221;merge&#8221; target=&#8221;/manifest/application&#8221; [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4615</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>angular jquery  &#8220;is not a function&#8221;</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4601</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4601#comments</comments>
		<pubDate>Tue, 20 Mar 2018 14:04:37 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[Angular]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4601</guid>
		<description><![CDATA[import $ from 'jquery' declare var $: $]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4601</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adb devices not found</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4599</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4599#comments</comments>
		<pubDate>Fri, 16 Feb 2018 11:04:42 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[Andr]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4599</guid>
		<description><![CDATA[Very likely udev is incorrectly adding your device. I too had this problem &#38; came across a relatively simple solution. Find your device in lsusb $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bus 001 Device 002: ID 05c8:03a2 Cheng Uei Precision [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4599</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android &#8211; enable the developer options. Phone/Tablet</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4597</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4597#comments</comments>
		<pubDate>Fri, 16 Feb 2018 10:02:30 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4597</guid>
		<description><![CDATA[First, you must enable the developer options: Open the Settings app. (Only on Android 8.0 or higher) Select System. Scroll to the bottom and select About phone. Scroll to the bottom and tap Build number 7 times. Return to the previous screen to find Developer options near the bottom. Open Developer options, and then scroll down to find and enable USB debugging.]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4597</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Studio Font Size</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4594</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4594#comments</comments>
		<pubDate>Wed, 07 Feb 2018 06:35:21 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4594</guid>
		<description><![CDATA[File -&#62; Settings -&#62; Editor -&#62; General -&#62; Change font size (Zoom) with Ctrl+Mouse Wheel]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4594</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android shortcuts</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4579</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4579#comments</comments>
		<pubDate>Tue, 07 Nov 2017 10:23:31 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4579</guid>
		<description><![CDATA[Ctrl + Shift + Space &#8211; code completion Ctrl + Space &#8211; code completion Ctrl + O &#8211; override methods Shift + F6 &#8211; rename classes, methods, variables]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4579</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android cert export</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4577</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4577#comments</comments>
		<pubDate>Mon, 30 Oct 2017 16:42:48 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4577</guid>
		<description><![CDATA[keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4577</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse font size</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4575</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4575#comments</comments>
		<pubDate>Fri, 04 Aug 2017 06:08:37 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4575</guid>
		<description><![CDATA[https://marketplace.eclipse.org/content/fontsize General → Appearance → Colors and Fonts → Java Editor text font]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4575</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the superclass javax.servlet.http.httpservlet was not found on the java build path</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4573</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4573#comments</comments>
		<pubDate>Thu, 03 Aug 2017 07:17:38 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[JAVA EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4573</guid>
		<description><![CDATA[Maven &#60;dependency&#62; &#60;groupId&#62;javax.servlet&#60;/groupId&#62; &#60;artifactId&#62;javax.servlet-api&#60;/artifactId&#62; &#60;version&#62;3.1.0&#60;/version&#62; &#60;scope&#62;provided&#60;/scope&#62; &#60;/dependency&#62; Gradle configurations { provided } sourceSets { main { compileClasspath += configurations.provided } } dependencies { provided 'javax.servlet:javax.servlet-api:3.1.0' }]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4573</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECLIPSE &#8211; Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4569</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4569#comments</comments>
		<pubDate>Thu, 03 Aug 2017 06:06:48 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4569</guid>
		<description><![CDATA[in pom.xml: &#60;project&#62; ... &#60;properties&#62; &#60;project.build.sourceEncoding&#62;UTF-8&#60;/project.build.sourceEncoding&#62; &#60;/properties&#62; ... &#60;/project&#62; mvn package]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4569</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pass values from JavaScript  to ManagedBean</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4563</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4563#comments</comments>
		<pubDate>Fri, 31 Mar 2017 22:06:32 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[JAVA EE]]></category>
		<category><![CDATA[Programowanie]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4563</guid>
		<description><![CDATA[https://www.mkyong.com/jsf2/how-to-pass-new-hidden-value-to-backing-bean-in-jsf/]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4563</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSF + javaScript</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4561</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4561#comments</comments>
		<pubDate>Thu, 30 Mar 2017 12:17:46 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[JAVA EE]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4561</guid>
		<description><![CDATA[" &#38;quot; &#38; &#38;amp; ' &#38;apos; &#60; &#38;lt; &#62; &#38;gt; Hex C Name Ent Ref 0x0022 " QUOTATION MARK &#38;quot; &#38;#34; 0x0026 &#38; AMPERSAND &#38;amp; &#38;#38; 0x0027 ' APOSTROPHE &#38;apos; &#38;#39; 0x003c &#60; LESS-THAN SIGN &#38;lt; &#38;#60; 0x003e &#62; GREATER-THAN SIGN &#38;gt; &#38;#62; 0x00a0 nbsp NO-BREAK SPACE &#38;nbsp; &#38;#160; 0x00a1 ¡ INVERTED EXCLAMATION MARK &#38;iexcl; [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4561</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adb android</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4559</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4559#comments</comments>
		<pubDate>Thu, 23 Mar 2017 19:35:34 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4559</guid>
		<description><![CDATA[./adb root shell ./adb shell ./adb pull &#8216;/data/data&#8217; /home/jsen/Pulpit/pullAndroid/]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4559</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>integer comparision</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4556</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4556#comments</comments>
		<pubDate>Thu, 23 Mar 2017 15:43:38 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[JAVA EE]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4556</guid>
		<description><![CDATA[integer comparison -eq is equal to if [ "$a" -eq "$b" ] -ne is not equal to if [ "$a" -ne "$b" ] -gt is greater than if [ "$a" -gt "$b" ] -ge is greater than or equal to if [ "$a" -ge "$b" ] -lt is less than if [ "$a" -lt "$b" [...]]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4556</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrimeFaces &#8211; kolorowanki</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4554</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4554#comments</comments>
		<pubDate>Thu, 23 Mar 2017 15:35:37 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[JAVA EE]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4554</guid>
		<description><![CDATA[p:dataTable id=&#8221;tbl&#8221; var=&#8221;i&#8221; value=&#8221;#{JsPuleGodzPrac.lst}&#8221; rows=&#8221;500&#8243; paginator=&#8221;true&#8221; paginatorTemplate=&#8221;{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}&#8221; rowsPerPageTemplate=&#8221;500,1000,1500&#8243; rowStyleClass=&#8221;#{i.roznica lt 0 ? &#8216;mniejnizzero&#8217; : i.roznica ge 500 ? &#8216;wiecej&#8217; : null}&#8221; &#62; gdzie mniejnizzero i wiecej to style CSS]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4554</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eglsurfaceattrib error 0&#215;3009 &#8211; android</title>
		<link>http://www.jaceksen.pl/wordpress/?p=4545</link>
		<comments>http://www.jaceksen.pl/wordpress/?p=4545#comments</comments>
		<pubDate>Thu, 19 Jan 2017 17:00:35 +0000</pubDate>
		<dc:creator>Jacek</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.jaceksen.pl/wordpress/?p=4545</guid>
		<description><![CDATA[go to the AVD Manager and change the settings of your device. E.g the on the section &#8220;Emulated Performance&#8221; -&#62; Graphics to Hardware GLSE 2.0. source: http://stackoverflow.com/questions/40566645/egl-bad-match-error-android-studio]]></description>
		<wfw:commentRss>http://www.jaceksen.pl/wordpress/?feed=rss2&amp;p=4545</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
