Java Spring and Social Social Facebook: spring-social-facebook LinkedIn: spring-social-linkedin Twitter: spring-social-twitter From: http://sitestree.com/?p=10922 Categories:RootTags: Post Data:2017-07-28 22:30:46 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
Category: FromSitesTree.com
Apr 10
Java Spring and AWS Cloud #Root
Java Spring and AWS Cloud AWS Core: AWS native services from spring-cloud-aws AWS JDBC: Relational databases on AWS with RDS and spring-cloud-aws-jdbc AWS Messaging: Messaging on AWS with SQS and spring-cloud-aws-messaging From: http://sitestree.com/?p=10924 Categories:RootTags: Post Data:2017-07-28 23:45:04 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 …
Apr 10
Implement your Own Permission: Pretty Simple Java Code #Root
Implementing Your Own Permission package com.gamedev.games; import java.io.*; import java.security.*; import java.util.Hashtable; import com.scoredev.scores.*; public class ExampleGame { public static void main(String args[]) throws Exception { HighScore hs = new HighScore(“ExampleGame”); if (args.length == 0) usage(); if (args[0].equals(“set”)) { hs.setHighScore(Integer.parseInt(args[1])); } else if (args[0].equals(“get”)) { System.out.println(“score = “+ hs.getHighScore()); } else { usage(); } } …
Apr 10
Create Software Development Platform for PHP 7 using Vagrant and Nginx #Root
Create Software Development Platform for PHP 7 using Vagrant Nginx [youtube https://www.youtube.com/watch?v=MBwKt3Y14QM?list=PLUA7SYgJYDFoYre2jGup8hFOWOCkEudEL&w=640&h=360] Extension PHP 7 development Platform [youtube https://www.youtube.com/watch?v=7NE-tWWqyOI?list=PLUA7SYgJYDFoYre2jGup8hFOWOCkEudEL&w=640&h=360] From: http://sitestree.com/?p=10887 Categories:RootTags: Post Data:2017-07-26 21:42:53 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
Apr 09
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 …
Apr 09
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 …
Apr 09
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:RootTags: 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
Apr 09
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:RootTags: 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
Apr 09
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 …
Apr 09
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 …
