What is Brew? Brew Commands? MacOs #Root

A package manager for Mac. Brew Installs some useful packages that Mac Does not install own it’s own.

 

A list of some Brew packages:

https://github.com/Homebrew/homebrew-core/tree/master/Formula

 

These packages are Ruby Gems. Gems are ruby packages.

 

Brew Commands

brew install git

brew upgrade git

brew unlink git

brew link git

brew switch git 2.5.0

brew list --versions git

brew info git

brew cleanup git

brew edit git

brew home git

brew update

brew list

brew outdated

 

Brew and Valet : Laravel Development Platform on Mac

From: http://sitestree.com/?p=10749
Categories:Root
Tags:
Post Data:2017-07-06 20:02:40

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Laravel API Stuff #Root

Laravel API Stuff

https://github.com/esbenp/larapi
http://esbenp.github.io/2016/04/11/modern-rest-api-laravel-part-1/
From: http://sitestree.com/?p=10432
Categories:Root
Tags:
Post Data:2017-02-26 22:53:20

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

WHM and Cpanel Overview : Hosting Control Panel Overview #Root

WHM and Cpanel Overview : Hosting Control Panel OverviewWHM and Cpanel Overview : Hosting Control Panel Overview[youtube https://www.youtube.com/watch?v=RdLpBjMBNWU?feature=player_detailpage&w=640&h=360] From: http://sitestree.com/?p=5349
Categories:Root
Tags:
Post Data:2010-07-02 14:48:12

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Buy Full-page view ads, Interstitial ads from Justetc #Root

Buy Full-page view ads, Interstitial ads from Justetc


Your web-sites need visitors to succeed and to make sales. VisitorsShop operates an online advertising platform built with our own network of web-sites as well as search and ad network partners to deliver high quality, geographically targeted website traffic at reasonable prices to businesses.

With VisitorsShop’s innovative approach to online marketing, you can buy traffic in moments and begin receiving targeted visitors in hours; best of all, you do not have to produce costly marketing materials, such as banners, flyers or text ads.

Order at: http://justetc.com/visitorsshop/order.php


VisitorsShop.Com, a sure fire way to reach to your potential customers and to establish your brand online. Buy web-site visitors and internet traffic from VisitorsShop confidently.

Order at: http://justetc.com/visitorsshop/order.php From: http://sitestree.com/?p=4609
Categories:Root
Tags:
Post Data:2016-11-08 10:17:55

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

USA Election 2016 #Root

[poll id=”2″]
[poll id=”3″] From: http://sitestree.com/?p=3839
Categories:Root
Tags:
Post Data:2016-08-14 13:15:16

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Liquidity Risk Management, Liquidity Risk Framework #Root

Just some resources:

What does liquidity risk mean for pension funds?
http://www.benefitscanada.com/pensions/db/what-does-liquidity-risk-mean-for-pension-funds-59726

Principles for Sound Liquidity Risk Management and Supervision
http://www.bis.org/publ/bcbs144.pdf

2014 Top 40 Money Managers Report: Fear factor
http://www.benefitscanada.com/investments/other-investments/2014-top-40-money-managers-report-fear-factor-58890

What is liquidity risk management?
http://www.regulatory-risk.com/2012/03/what-is-liquidity-risk-management/

Pension plans revisit risk management
http://www.benefitscanada.com/pensions/db/pension-plans-revisit-risk-management-6956

From: http://sitestree.com/?p=3815
Categories:Root
Tags:
Post Data:2016-08-05 09:53:35

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Attributes of a Web Method (.Net, XML Programming) #Root

Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1118&title=Advanced%20XML%20Web%20Services%20Programming

Attributes of a web method. Using attributes, you can define the behavior of the methods exposed.

Syntax

VB.net

Public Function ….

C#
[WebMethod (BufferResponse=false)]
public int HelloWorld(){
……

}

We just used BufferResponse attribute in the method declaration above. Some other attributes:

Attributes:

  • BufferResponse: Should the response be buffered?
  • CacheDuration: Number of seconds the response is cached in memory
  • Description: Describe a web method
  • EnableSession: Should session state be enabled or not?
  • MessageName: Alias to a web method
  • TransactionOption: Transaction support for a web-method

Creating Asynchronous methods: later ……
From: http://sitestree.com/?p=3770
Categories:Root
Tags:
Post Data:2016-07-17 14:55:33

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

C#: Handling Multiple Keyboards and Multiple Microphones in the Same Software #Root

Brought from our old-site: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1048&title=C#:%20Handling%20Multiple%20Keyboards%20and%20Multiple%20Microphones%20in%20the%20Same%20Software

I was working for software that needed multiple keyboards support along with multiple microphones support; sure in C#, Visual Studio, and MS Access Database.

Multiple keyboards Support:

Detecting multiple keyboards/devices:
GetRawInputDeviceList( IntPtr.Zero, ref deviceCount, (uint)dwSize ) returns the number of devices detected

You can get a project that detects multiple keyboards and stores the devices in a HashTable at: http://www.codeproject.com/KB/system/rawinput.aspx#_Toc156395978

Multiple Microphones


Also, I had to provide support for multiple microphones. You can use the following function to collect speech from a microphone. The first parameter can be 0, 1, 2 for multiple microphones [device identification number]. If you put -1, it will take the default microphone.

m_Recorder = new WaveLib.WaveInRecorder(-1, fmt, 16384, 3, new WaveLib.BufferDoneEventHandler(DataArrived));

Just check the following article for the details:
http://www.codeproject.com/KB/audio-video/cswavrec.aspx

From: http://sitestree.com/?p=3759
Categories:Root
Tags:
Post Data:2016-07-17 13:08:08

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Web Analytics Software and Platforms #Root

https://www.webtrends.com/products-solutions/analytics/

https://www-01.ibm.com/software/info/coremetrics-software/

https://my.omniture.com/login/

http://www.google.com/analytics/#?modal_active=none

 

 

  From: http://sitestree.com/?p=3614
Categories:Root
Tags:
Post Data:2016-07-05 18:18:24

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Some random information regarding commenting your code #Root

Some random information regarding commenting your code

Is commenting required? or suggested?
Simply yes. Always comment your code.

Note: Commenting is always useful only when it is done right. 
Bad commenting is worse than not commenting.

What should you write in the comment?
--------------------------------------
Write why the section of the code is required.
write-What does the code section do.
Write it in plain english. Don't use any language syntax.
If you do not find what to write...then better check did you understand the 
requirements of the assignment/section? 
Also check, are you sure your design/logic will work? 
Also, why your design/code will work -- did you really understand. 
Do not write how the code works in comments but write why and what it does.

Why commenting is useful?
-------------------------
Commenting will make your code more readable to others.
Commenting will help others to find out the right section of code to edit/modify. 
Also, understand the purpose of the program as well as sequence of the logic.
It will also help you to review/(work on) your own code later
In many or most companies, you will hardly write codes from scratch, you have to 
work on others' code. Hence, commenting is important


Random:
--------
Use a clear commenting style - easy to edit
Comment as you go/code - do not leave commenting until the end of writing code
If you are worried that commenting will reduce performance...rather comment and 
use tools to create release codes without comments
comment above the code -- not at the right
variable declaration may have comment at the right
if you use any special trick that is not obvious from the code -- write it in 
comments [a trick:we can do a right shift for divide by 2]

Comments and Pseudocode Programming Practice (PPP)
----------------------------------------------------
Comments and Pseudocode Programming Practice (PPP) go hand in hand.
what is Pseudocode Programming Practice (PPP)?
1. Write your logic in plain english may be as a paragraph
2. Decompose it step by step into as fine grained that it can not be decomposed 
further. (The paragraph will be converted to lines of steps)
3. comment each line/step (use comment sign like //)
4. After each line/comment write the corresponding code.

From: http://sitestree.com/?p=3537
Categories:Root
Tags:
Post Data:2016-07-08 16:05:38

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada