/** * The HelloWorldApp class implements an application that * simply prints “Hello World!” to standard output. */ class HelloWorldApp { public static void main(String[] args) { System.out.println(“Hello Worlld”); } } class ArrayDemo { public static void main(String[] args) { // declares an array of integers int[] anArray; int[] theArray; // allocates memory for 10 …
Category: Root
Mar 10
SCJP: Sun Certified Java Programmer: All that you need to know #SCJP
Introduction to Sun Certified Java Programmer Certification Course Java : SCJP: Important Resources JAVA: Some links: useful for exams like scjp/scja SCJP Essential Knowledge SCJP Practice Exams SCJP Training: Lesson 1: Develop code that declares classes (including abstract and all forms of nested classes), interfaces, and enums, and includes the appropriate use of package and …
Mar 10
SCJP: Topics and Resources : will be continued #SCJP
SCJP topics and related resources are provided. I have skimed through the resources at least one time. Garbage Collection Test area:Given a code example, recognize the point at which an object becomes eligible for garbage collection, determine what is and is not guaranteed by the garbage collection system, and recognize the behaviors of the Object.finalize() …
Mar 10
SCJP: Java Operators #SCJP
By Sayed Exams like SCJP test your understanding of Java operators and how to use them like: assignment operators: =, +=, -= arithmetic operators: +, -, *, /, %, ++, — relational operators: <, <=, >, >=, ==, != logical operators: &, |, ^, !, &&, || conditional operators: ? : Also operators to check …
Mar 07
Where to Invest $1 Million Right Now
Where to Invest $1 Million Right Now https://www.bloomberg.com/features/how-to-invest-a-million-dollars/?srnd=premium-canada ETF Buyers Prefer Emerging Stocks Over U.S. Shares, Gold, Bonds https://www.bloomberg.com/news/articles/2021-03-05/etfs-show-balance-is-shifting-in-favor-of-emerging-market-stocks?srnd=premium-canada Asian Stocks Gain on Growth Outlook; Oil Rises: Markets Wrap https://www.bloomberg.com/news/articles/2021-03-07/asia-stocks-to-open-week-higher-currencies-steady-markets-wrap?srnd=markets-vp *** . *** *** . *** . *** . *** Courses: http://Training.SitesTree.com (Big Data, Cloud, Security, Machine Learning) Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net …
Mar 07
step by step spring inventory management #Spring #Spring Framework and Hibernate #Spring #Spring Framework and Hibernate
From: http://sitestree.com/?p=2746 Categories:Spring, Spring Framework and Hibernate, Spring, Spring Framework and HibernateTags:spring, inventory management Post Data:2015-11-01 18:17:34 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
Mar 03
Economy:Market: Five Things You Need to Know to Start Your Day
Five Things You Need to Know to Start Your Day https://www.bloomberg.com/news/newsletters/2021-03-02/five-things-you-need-to-know-to-start-your-day?srnd=premium-canada Cathie Wood’s Flagship ETF Roars Back With Near-Record Inflow (However, personally I will not go for it ) : https://ark-funds.com/arkk https://www.bloomberg.com/news/articles/2021-03-02/cathie-wood-s-flagship-etf-roars-back-with-near-record-inflow?srnd=premium-canada The Five Hotspots Where Food Prices Are Getting People Worried https://www.bloomberg.com/news/articles/2021-02-28/the-five-hotspots-where-food-prices-are-getting-people-worried?srnd=premium-canada Food Prices Are Soaring Faster Than Inflation and Incomes *** . *** …
Feb 28
will then curtail their bond buying (expect a market correction when this happens), effectively resulting in a ‘handoff’ from the Fed to the economy
"Essentially, there was a successful handoff from the Fed to the economy and I see the same thing playing out this go around. I believe the Fed will continue these emergency policy measures with them buying additional bonds for the remainder of the year. Then as the economy rebounds with the recovery really taking hold, …
Feb 25
WebApp from Jupyter Notebook: #AppMode #voila #bentoML #python_hosting
WebApp from Jupyter Notebook: #AppMode #voila #bentoML #python_hosting AppMode:—https://github.com/binder-examples/appmode —https://github.com/binder-examples/appmode Example App —https://hub.gke2.mybinder.org/user/oschuett-appmode-otkjga24/apps/example_app.ipynb PI: https://github.com/choldgraf/pisim " Voila to interactively build a dashboard from the simulate_pi notebook ipywidgets to build the components of the dashboard bqplot to create interactive, widget-friendly visualizations. " Python Hosting https://www.pythonanywhere.com/ Voila: https://notebooks.gesis.org/binder/jupyter/user/choldgraf-pisim-539xxpsi/voila/render/simulate_pi.ipynb BentoML https://github.com/bentoml/BentoML Examples: https://github.com/bentoml/gallery Reference: https://discourse.jupyter.org/t/how-to-transform-a-jupyter-notebook-into-a-webapp/758 *** . *** …
Feb 23
Machine Learning (and related) Resources as may have consulted in the past
References Projects mentioned on: http://sitestree.com/prediction-bayesian-regression-concepts-example-projects/ Insurance HealthCare Costs: https://github.com/techshot25/HealthCare Linear and Bayesian modeling in R: Predicting movie popularity https://towardsdatascience.com/linear-and-bayesian-modelling-in-r-predicting-movie-popularity-6c8ef0a44184 Bayesian-Stock-Price-Prediction https://github.com/lschlessinger1/Bayesian-Stock-Price-Prediction Bayesian Prediction: Well (Oil) Production https://github.com/jpgrana/bayesian-approach-predicting-well-production Binary Classification on Stock Market (S&P 500) using Naive Bayes and Logistic Regression https://github.com/NeilPrabhu/Stock-Prediction Naive Bayes Weather Prediction https://github.com/husnainfareed/simple-naive-bayes-weather-prediction/blob/master/bayes.py Regression Predict Fuel Efficiency: https://www.tensorflow.org/tutorials/keras/basic_regression Regression-Example-Predicting-House-Prices https://github.com/andersy005/deep-learning/blob/master/keras/04-A-Regression-Example-Predicting-House-Prices.ipynb Stock Price …
