<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>anonymoussc</title>
		<description>{&quot;meta&quot;=&gt;&quot;Nunquam gratia compater est seychelles deuss trabem, tanquam azureus zirbus. Experimentum solite lixa ad neuter epos.&quot;, &quot;subtitle&quot;=&gt;&quot;Experimentum solite lixa ad neuter epos.&quot;}</description>
		<link>http://anonymoussc.github.io/</link>
		<atom:link href="http://anonymoussc.github.io//feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>Smart Money Concept</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;The Smart Money Concept refers to the idea that professional and institutional traders, known as “smart money,” have a significant influence on the financial markets. These traders are often characterized by their deep knowledge, extensive resources, and access to market data that may not be readily available to individual retail traders.&lt;/p&gt;

&lt;p&gt;The concept suggests that by closely monitoring the actions and patterns of smart money participants, retail traders may potentially gain insights and make more informed trading decisions. It assumes that smart money tends to enter or exit the market before major price movements occur and that tracking their activities can provide valuable indications of market direction.&lt;/p&gt;

&lt;p&gt;Methods and indicators used to analyze and identify smart money behavior include:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;
    &lt;p&gt;Volume Analysis: Analyzing trading volume to identify periods of high activity and significant institutional involvement.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Price Action: Observing significant price movements or abnormal price patterns that may signal smart money activity.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Order Flow Analysis: Evaluating the flow of buy and sell orders to identify large-block trades or hidden accumulation or distribution of assets.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Commitment of Traders (COT) Reports: Reviewing the COT reports, which provide insights into the positioning of different market participants, including commercial traders who are often considered the smart money group.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It’s important to note that the Smart Money Concept is based on observations and analysis but does not guarantee profitable trading outcomes. Market dynamics are complex, and relying solely on tracking smart money can be challenging. It is recommended to use the concept as part of a comprehensive analysis, including other technical and fundamental factors, to make well-rounded trading decisions.&lt;/p&gt;

&lt;p&gt;As always, it’s advisable to conduct thorough research, practice risk management, and consider seeking guidance from professional financial advisors before making any trading decisions.&lt;/p&gt;
</description>
				
				<pubDate>Tue, 21 May 2024 22:08:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//2024/05/21/smart-money-concept/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//2024/05/21/smart-money-concept/</guid>
			</item>
		
			<item>
				<title>Xtiusd Symbol</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;XTIUSD refers to the trading symbol for the crude oil market. In this trading symbol, XTI represents West Texas Intermediate (WTI) crude oil, which is a high-quality oil predominantly produced in the United States. USD represents the currency pair, indicating that the pricing is done in US dollars.&lt;/p&gt;

&lt;p&gt;Crude oil is one of the most actively traded commodities in the world, and its price is influenced by various factors such as global supply and demand dynamics, geopolitical events, inventories, and economic indicators. Traders and investors often analyze the XTIUSD chart and market trends to make trading decisions or hedge against oil price fluctuations.&lt;/p&gt;

&lt;p&gt;When trading XTIUSD, traders can speculate on the future price movements of crude oil and take positions accordingly. It is essential to conduct thorough market analysis and consider risk management strategies before trading any financial instrument, including XTIUSD.&lt;/p&gt;

&lt;p&gt;Please note that trading commodities, including crude oil, carries risks, and it’s advisable to seek guidance from a professional financial advisor before engaging in such trading activities.&lt;/p&gt;
</description>
				
				<pubDate>Tue, 21 May 2024 20:16:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//software-engineering/2024/05/21/xtiusd-symbol/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//software-engineering/2024/05/21/xtiusd-symbol/</guid>
			</item>
		
			<item>
				<title>Sending and receiving messages with Spring Cloud Stream code example</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;Spring Cloud Stream provides a streaming abstraction over messaging, based on the publish and subscribe integration pattern. Spring Cloud Stream comes with out of the box support for Apache Kafka and RabbitMQ but can be extended to support other messaging brokers using custom binders.&lt;/p&gt;

&lt;p&gt;The Message class&lt;/p&gt;

&lt;div class=&quot;language-java highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;MyMessage&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
    &lt;span class=&quot;kd&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;String&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;attributeFirst&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;
    &lt;span class=&quot;kd&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;String&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;attributeSecond&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;
    &lt;span class=&quot;o&quot;&gt;...&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Spring Cloud Stream comes with default input and output channels, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Sink&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Source&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To publish a message&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;language-java highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;org.springframework.cloud.stream.messaging.Source&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;

&lt;span class=&quot;nd&quot;&gt;@EnableBinding&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nc&quot;&gt;Source&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;MyPublisher&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;

&lt;span class=&quot;nd&quot;&gt;@Autowired&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;Source&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;source&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;

&lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;String&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;processMessage&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nc&quot;&gt;MyMessage&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;message&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
    &lt;span class=&quot;n&quot;&gt;source&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;output&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;().&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;send&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nc&quot;&gt;MessageBuilder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;withPayload&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;message&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;).&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;build&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;());&lt;/span&gt;
    &lt;span class=&quot;o&quot;&gt;...&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;To receive messages&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;language-java highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;kn&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;nn&quot;&gt;org.springframework.cloud.stream.messaging.Sink&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;

&lt;span class=&quot;nd&quot;&gt;@EnableBinding&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nc&quot;&gt;Sink&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;class&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;MySubscriber&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;

&lt;span class=&quot;nd&quot;&gt;@StreamListener&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;target&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nc&quot;&gt;Sink&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;INPUT&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;kd&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kt&quot;&gt;void&lt;/span&gt; &lt;span class=&quot;nf&quot;&gt;receive&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nc&quot;&gt;MyMessage&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;message&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
    &lt;span class=&quot;no&quot;&gt;LOG&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;info&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;Received: {}&quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;message&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;
    &lt;span class=&quot;o&quot;&gt;...&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;To bind to RabbitMQ, include in &lt;strong&gt;build.gradle&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;language-gradle highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;    &lt;span class=&quot;n&quot;&gt;implementation&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;&apos;org.springframework.cloud:spring-cloud-starter-streamrabbit&apos;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;The configuration for the publisher&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;language-yaml highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;na&quot;&gt;spring.cloud.stream&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;na&quot;&gt;default.contentType&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;application/json&lt;/span&gt;
    &lt;span class=&quot;na&quot;&gt;bindings.output.destination&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;mydestination&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;The configuration for the subscriber&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&quot;language-yaml highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;na&quot;&gt;spring.cloud.stream&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt;
    &lt;span class=&quot;na&quot;&gt;default.contentType&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;application/json&lt;/span&gt;
    &lt;span class=&quot;na&quot;&gt;bindings.input.destination&lt;/span&gt;&lt;span class=&quot;pi&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;s&quot;&gt;mydestination&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;We’re surrounded by distractions. Whether it’s emails, phone calls, text messages, social media notifications, or people entering and leaving your workspace, those distractions end up eating a good portion of your time.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/john_rampton_799434&quot;&gt;John Rampton&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Tue, 06 Oct 2020 06:17:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//2020/10/06/sending-and-receiving-messages-with-spring-cloud-stream-code-example/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//2020/10/06/sending-and-receiving-messages-with-spring-cloud-stream-code-example/</guid>
			</item>
		
			<item>
				<title>The twelve-factor app</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;The twelve-factor app is a methodology for building software-as-a-service apps that:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Use declarative formats for setup automation, to minimize time and cost for new developers joining the project;&lt;/li&gt;
  &lt;li&gt;Have a clean contract with the underlying operating system, offering maximum portability between execution environments;&lt;/li&gt;
  &lt;li&gt;Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration;&lt;/li&gt;
  &lt;li&gt;Minimize divergence between development and production, enabling continuous deployment for maximum agility;&lt;/li&gt;
  &lt;li&gt;And can scale up without significant changes to tooling, architecture, or development practices.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).&lt;/p&gt;

&lt;p&gt;For more details please check &lt;a href=&quot;https://12factor.net/&quot;&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;The most essential factor is persistence - the determination never to allow your energy or enthusiasm to be dampened by the discouragement that must inevitably come.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/james_whitcomb_riley_121928&quot;&gt;James Whitcomb Riley&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Tue, 06 Oct 2020 04:07:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//2020/10/06/the-twelve-factor-app/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//2020/10/06/the-twelve-factor-app/</guid>
			</item>
		
			<item>
				<title>The 8 fallacies of distributed computing</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;&lt;em&gt;Essentially everyone, when they first build a distributed application, makes the following eight assumptions. All prove to be false in the long run and all cause big trouble and painful learning experiences:&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;&lt;em&gt;The network is reliable&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Latency is zero&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Bandwidth is infinite&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The network is secure&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Topology doesn’t change&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;There is one administrator&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;Transport cost is zero&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;The network is homogeneous&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Peter Deutsch&lt;/strong&gt;, 1994&lt;/p&gt;

&lt;p&gt;For more details please check &lt;a href=&quot;https://www.rgoarchitects.com/Files/fallacies.pdf&quot;&gt;fallacies.pdf&lt;/a&gt;.&lt;/p&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;Science is simply common sense at its best, that is, rigidly accurate in observation, and merciless to fallacy in logic.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/thomas_huxley_118633&quot;&gt;Thomas Huxley&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Thu, 01 Oct 2020 16:56:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//2020/10/01/the-8-fallacies-of-distributed-computing/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//2020/10/01/the-8-fallacies-of-distributed-computing/</guid>
			</item>
		
			<item>
				<title>Set, unset and get git global http.proxy configuration</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;h2 id=&quot;set&quot;&gt;Set&lt;/h2&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;git config &lt;span class=&quot;nt&quot;&gt;--global&lt;/span&gt; http.proxy http://proxyusr:proxypwd@proxy.server.com:80
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;unset&quot;&gt;Unset&lt;/h2&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;git config &lt;span class=&quot;nt&quot;&gt;--global&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;--unset&lt;/span&gt; http.proxy
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;get&quot;&gt;Get&lt;/h2&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;git config &lt;span class=&quot;nt&quot;&gt;--global&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;--get&lt;/span&gt; http.proxy
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;Good, better, best. Never let it rest. ‘Til your good is better and your better is best.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/st_jerome_389605&quot;&gt;St. Jerome&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Sun, 10 May 2020 16:56:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//2020/05/10/Set-unset-and-get-git-global-http.proxy-cfg/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//2020/05/10/Set-unset-and-get-git-global-http.proxy-cfg/</guid>
			</item>
		
			<item>
				<title>NSIS or MSI installer type install to custom directory in Windows</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;h2 id=&quot;nsis&quot;&gt;NSIS&lt;/h2&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nt&quot;&gt;-ia&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;&apos;/D=D:&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\u&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;sr&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\P&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;rogram Install&lt;/span&gt;&lt;span class=&quot;se&quot;&gt;\N&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;ame&apos;&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;msi&quot;&gt;MSI&lt;/h2&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nv&quot;&gt;INSTALLDIR&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;&quot;&lt;/span&gt;D:&lt;span class=&quot;se&quot;&gt;\u&lt;/span&gt;sr&lt;span class=&quot;se&quot;&gt;\P&lt;/span&gt;rogram Install&lt;span class=&quot;se&quot;&gt;\N&lt;/span&gt;ame&lt;span class=&quot;s2&quot;&gt;&quot;&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;Good, better, best. Never let it rest. ‘Til your good is better and your better is best.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/st_jerome_389605&quot;&gt;St. Jerome&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Sun, 26 May 2019 08:12:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//software-engineering/2019/05/26/nsis-or-msi-installer-type-install-to-custom-directory-in-windows/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//software-engineering/2019/05/26/nsis-or-msi-installer-type-install-to-custom-directory-in-windows/</guid>
			</item>
		
			<item>
				<title>Syntax highlighting support by GitHub flavored markdown</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;Github uses Linguist to perform language detection and syntax highlighting. See full list in &lt;a href=&quot;https://github.com/github/linguist/blob/master/lib/linguist/languages.yml&quot;&gt;Linguist - languages.yml&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;actionscript3&lt;/li&gt;
  &lt;li&gt;apache&lt;/li&gt;
  &lt;li&gt;applescript&lt;/li&gt;
  &lt;li&gt;asp&lt;/li&gt;
  &lt;li&gt;brainfuck&lt;/li&gt;
  &lt;li&gt;c&lt;/li&gt;
  &lt;li&gt;cfm&lt;/li&gt;
  &lt;li&gt;clojure&lt;/li&gt;
  &lt;li&gt;cmake&lt;/li&gt;
  &lt;li&gt;coffee-script, coffeescript, coffee&lt;/li&gt;
  &lt;li&gt;cpp - C++&lt;/li&gt;
  &lt;li&gt;cs&lt;/li&gt;
  &lt;li&gt;csharp&lt;/li&gt;
  &lt;li&gt;css&lt;/li&gt;
  &lt;li&gt;csv&lt;/li&gt;
  &lt;li&gt;bash&lt;/li&gt;
  &lt;li&gt;diff&lt;/li&gt;
  &lt;li&gt;elixir&lt;/li&gt;
  &lt;li&gt;erb - HTML + Embedded Ruby&lt;/li&gt;
  &lt;li&gt;go&lt;/li&gt;
  &lt;li&gt;haml&lt;/li&gt;
  &lt;li&gt;http&lt;/li&gt;
  &lt;li&gt;java&lt;/li&gt;
  &lt;li&gt;javascript&lt;/li&gt;
  &lt;li&gt;json&lt;/li&gt;
  &lt;li&gt;jsx&lt;/li&gt;
  &lt;li&gt;less&lt;/li&gt;
  &lt;li&gt;lolcode&lt;/li&gt;
  &lt;li&gt;make - Makefile&lt;/li&gt;
  &lt;li&gt;markdown&lt;/li&gt;
  &lt;li&gt;matlab&lt;/li&gt;
  &lt;li&gt;nginx&lt;/li&gt;
  &lt;li&gt;objectivec&lt;/li&gt;
  &lt;li&gt;pascal&lt;/li&gt;
  &lt;li&gt;PHP&lt;/li&gt;
  &lt;li&gt;Perl&lt;/li&gt;
  &lt;li&gt;python&lt;/li&gt;
  &lt;li&gt;profile - python profiler output&lt;/li&gt;
  &lt;li&gt;rust&lt;/li&gt;
  &lt;li&gt;salt, saltstate - Salt&lt;/li&gt;
  &lt;li&gt;shell, sh, zsh, bash - Shell scripting&lt;/li&gt;
  &lt;li&gt;sql&lt;/li&gt;
  &lt;li&gt;scss&lt;/li&gt;
  &lt;li&gt;sql&lt;/li&gt;
  &lt;li&gt;svg&lt;/li&gt;
  &lt;li&gt;swift&lt;/li&gt;
  &lt;li&gt;rb, jruby, ruby - Ruby&lt;/li&gt;
  &lt;li&gt;smalltalk&lt;/li&gt;
  &lt;li&gt;vim, viml - Vim Script&lt;/li&gt;
  &lt;li&gt;volt&lt;/li&gt;
  &lt;li&gt;vhdl&lt;/li&gt;
  &lt;li&gt;vue&lt;/li&gt;
  &lt;li&gt;xml - XML and also used for HTML with inline CSS and Javascript&lt;/li&gt;
  &lt;li&gt;yaml&lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;Good, better, best. Never let it rest. ‘Til your good is better and your better is best.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/st_jerome_389605&quot;&gt;St. Jerome&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Sat, 25 May 2019 04:58:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//software-engineering/2019/05/25/Syntax-highlighting-support-by-GitHub-flavored-markdown/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//software-engineering/2019/05/25/Syntax-highlighting-support-by-GitHub-flavored-markdown/</guid>
			</item>
		
			<item>
				<title>Commit message format</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;Each commit message consists of a &lt;strong&gt;header&lt;/strong&gt;, a &lt;strong&gt;body&lt;/strong&gt; and a &lt;strong&gt;footer&lt;/strong&gt;. The header has a special format that includes
a &lt;strong&gt;type&lt;/strong&gt;, an &lt;em&gt;optional&lt;/em&gt; &lt;strong&gt;scope&lt;/strong&gt; (&lt;em&gt;when applicable&lt;/em&gt;) and a &lt;strong&gt;subject&lt;/strong&gt;:&lt;/p&gt;

&lt;h4 id=&quot;without-scope&quot;&gt;Without scope&lt;/h4&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;type&amp;gt;: &amp;lt;subject&amp;gt;
&amp;lt;BLANK LINE&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;BLANK LINE&amp;gt;
&amp;lt;footer&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h4 id=&quot;with-scope&quot;&gt;With scope&lt;/h4&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&amp;lt;type&amp;gt;(&amp;lt;scope&amp;gt;): &amp;lt;subject&amp;gt;
&amp;lt;BLANK LINE&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;BLANK LINE&amp;gt;
&amp;lt;footer&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The &lt;strong&gt;header&lt;/strong&gt; is mandatory and the &lt;strong&gt;scope&lt;/strong&gt; of the header is optional.&lt;/p&gt;

&lt;p&gt;Any line of the commit message cannot be longer 100 characters. This allows the message to be easier to read on GitHub as
well as in various git tools.&lt;/p&gt;

&lt;p&gt;Footer should contain a &lt;a href=&quot;https://help.github.com/articles/closing-issues-using-keywords/&quot;&gt;closing reference to an issue&lt;/a&gt;
if any.&lt;/p&gt;

&lt;p&gt;Samples:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;docs(changelog): update change log to alpha.9
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;fix(release): need to depend on package

The version in our package.json gets copied to the one we publish, and users need the latest of these.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id=&quot;revert&quot;&gt;Revert&lt;/h3&gt;

&lt;p&gt;If the commit reverts a previous commit, it should begin with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;revert:&lt;/code&gt;, followed by the header of the reverted commit.
In the body it should say: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;This reverts commit &amp;lt;hash&amp;gt;.&lt;/code&gt;, where the hash is the SHA of the commit being reverted.&lt;/p&gt;

&lt;h3 id=&quot;type&quot;&gt;Type&lt;/h3&gt;

&lt;p&gt;Must be one of the following: &lt;em&gt;build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;build&lt;/strong&gt;: Changes that affect the build system or external dependencies (example scopes: gulp, npm, webpack)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;chore&lt;/strong&gt;: Other changes that don’t modify src or test file&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;ci&lt;/strong&gt;: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, etc)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;docs&lt;/strong&gt;: Documentation only changes&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;feat&lt;/strong&gt;: A new feature&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;fix&lt;/strong&gt;: A bug fix&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;perf&lt;/strong&gt;: A code change that improves performance&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;refactor&lt;/strong&gt;: A code change that neither fixes a bug nor adds a feature&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;revert&lt;/strong&gt;: Reverts a previous commit&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;style&lt;/strong&gt;: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;test&lt;/strong&gt;: Adding missing tests or correcting existing tests&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;subject&quot;&gt;Subject&lt;/h3&gt;

&lt;p&gt;The subject contains succinct description of the change:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;use the imperative, present tense: “change” not “changed” nor “changes”&lt;/li&gt;
  &lt;li&gt;don’t capitalize first letter&lt;/li&gt;
  &lt;li&gt;no dot (.) at the end&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;body&quot;&gt;Body&lt;/h3&gt;

&lt;p&gt;Just as in the &lt;strong&gt;subject&lt;/strong&gt;, use the imperative, present tense: “change” not “changed” nor “changes”. The body should include
the motivation for the change and contrast this with previous behavior.&lt;/p&gt;

&lt;h3 id=&quot;footer&quot;&gt;Footer&lt;/h3&gt;

&lt;p&gt;The footer should contain any information about &lt;strong&gt;Breaking Changes&lt;/strong&gt; and is also the place to reference GitHub issues that
this commit &lt;strong&gt;Closes&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Breaking Changes&lt;/strong&gt; should start with the word &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;BREAKING CHANGE:&lt;/code&gt; with a space or two newlines. The rest of the commit
message is then used for this.&lt;/p&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;Good, better, best. Never let it rest. ‘Til your good is better and your better is best.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/st_jerome_389605&quot;&gt;St. Jerome&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Mon, 14 Jan 2019 03:57:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//software-engineering/2019/01/14/commit-message-format/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//software-engineering/2019/01/14/commit-message-format/</guid>
			</item>
		
			<item>
				<title>Html symbol for celsius and fahrenheit</title>
				
					
						<dc:creator>{&quot;name&quot;=&gt;&quot;Anonymoussc&quot;, &quot;email&quot;=&gt;&quot;50c5ac69@opayq.com&quot;, &quot;info&quot;=&gt;&quot;(@&lt;a href=\&quot;mailto:50c5ac69@opayq.com\&quot;&gt;anonymoussc&lt;/a&gt;)&quot;}</dc:creator>
					
				
				
					<description>&lt;p&gt;Celsius :&lt;/p&gt;

&lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;err&quot;&gt;&amp;amp;&lt;/span&gt;#8451
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Fahrenheit :&lt;/p&gt;

&lt;div class=&quot;language-html highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;err&quot;&gt;&amp;amp;&lt;/span&gt;#8457
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;hr /&gt;
&lt;blockquote&gt;
  &lt;p&gt;Good, better, best. Never let it rest. ‘Til your good is better and your better is best.
&lt;small&gt;- &lt;a href=&quot;https://www.brainyquote.com/quotes/st_jerome_389605&quot;&gt;St. Jerome&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</description>
				
				<pubDate>Tue, 18 Dec 2018 22:46:00 +0000</pubDate>
				<link>http://anonymoussc.github.io//software-engineering/2018/12/18/html-symbol-for-celsius-and-fahrenheit/</link>
				<guid isPermaLink="true">http://anonymoussc.github.io//software-engineering/2018/12/18/html-symbol-for-celsius-and-fahrenheit/</guid>
			</item>
		
	</channel>
</rss>
