Friday, March 3, 2017
Power BI
Saturday, November 19, 2016
T4 Template
T4 templates are build-in feature for Visual Studio IDE. Here is the video to get started.
https://www.youtube.com/watch?v=XK17iNvJqQs
T4 can be used in many areas. Recently I am working on big data solutions, in which the scripting language does not provide looping mechanism. The T4 template become handy to bridge the gap and avoid spinning up multiple jobs to process every day data.
Saturday, June 25, 2016
Learning from CorpNet support help desk
RAS connection not working
Many time the RAS issues are due to IP cache, try the following commands to reset the IP
- netsh int ip reset
- netsh winsock reset
- ipconfig/flushdns
- ipconfig/flushdns
- nbtstat -R
- nbtstat -RR
- ipconfig/registerdns
Monday, June 13, 2016
Infographic tools
- Easel.ly
- Piktochart
- Infogr.am
- Visual.ly
- InFoto Free
- Venngage
- Dipity
- Get About
- Vizualize: Visualize your resume
- Google Developers : Google Chart
Data Science Cources
- From Indian Institute of Technology Bombay
- Foundations of Data Structures
- From University of California, Berkeley
- Introduction to Apache Spark
- Big Data Analysis with Apache Spark
- Distributed Machine Learning with Apache Spark
- From Microsoft
- Data Science Essentials
- Implementing Predictive Solutions with Spark in Azure HDInsight
- Implementing Real-Time Analysis with Hadoop in Azure HDInsight
- Principles of Machine Learning
- Processing Big Data with Azure HDInsight
- From Cornell University
- Wiretaps to Big Data: Privacy and Surveillance in the Age of Interconnection
- Machine Learning for Data Science and Analytivs
- Hong Kong Polytechnic University
- Knowledge Management and Big Data in Business
Wednesday, November 12, 2014
Cross Join
Recently met with a problem, where in I need to lookup a table using LINQ query where the JOIN clause is not supporting non-equi joins. The Cross Join came as handy and helped. Here is the sample SQL query which unit tested the same.
DROP TABLE BucketList
GO
CREATE TABLE BucketList
(
StartNum INT,
EndNum INT,
Bucket VARCHAR(20)
)
INSERT INTO BucketList values
( 1,10,'[01-10]')
,( 11,20,'[11-20]')
,( 21,30,'[21-30]')
,( 31,40,'[31-40]')
drop TABLE #T1
go
CREATE TABLE #T1
(
IP INT,
Label VARCHAR(40)
)
INSERT INTO #T1 VALUES
(4,'Four')
,(9,'Nine')
,(34,'Thirty four')
,(44,'FortyFour')
GO
SELECT StartNum, EndNum, Label, Bucket
FROM #T1
CROSS JOIN BucketList
WHERE IP >= StartNum AND IP <= EndNum
Tuesday, June 10, 2014
Windows Calculator
Do you know Windows Calculator can do more than simple calculators. Probably you may used different views of calculators like Standard, Scientific, Programmer and Statistics. But do you know you can do more with Windows Calculator!!
Unit Conversion
Date Calculation (Even Excel cannot do this as simple as it is!!)
Lease Calculation
Fuel Calculation
Engineering Excellence
Engineering Excellence Having solid engineering process and tools in place help to improve the agility of the system. Here is the high-level...
-
Windows 8.1 added with lot of small improvements, this post highlight the Navigation Customization. Right click on Task Bar and bring the P...
-
Engineering Excellence Having solid engineering process and tools in place help to improve the agility of the system. Here is the high-level...
-
Dumeter Netmeter toast.net->Internet Speed Test