Become a member
Sign in
Tech Machinist
Tech Machinist

Tech Machinist

9 Following
1 Followers
  • Profile

  • Claps

Latest

Tech Machinist
Tech Machinist
Oct 4, 2018 · 1 min read

test story for friend

package com.BasketExercise;


import javax.sound.midi.Soundbank;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.TreeMap;

public class Basket {

public static void main(String[]…
Tech Machinist
Tech Machinist
Aug 24, 2017 · 2 min read

Reduce your storage costs with Microsoft SQL Server’s latest feature Stretch Database

Data is accumulating in our databases, day by day, and this data growth leads to an increase in storage costs and a reduction in performance of operational databases.

Tech Machinist
Tech Machinist
Aug 23, 2017 · 1 min read

How to write a Customized HTML Email in C# .NET dll (dynamic link library) using razor engine

writing an HTML Email is dll project is different from writing it in MVC project.

Tech Machinist
Tech Machinist
Aug 23, 2017 · 1 min read

How to get the social media links of a person or company or entity using Python

Hi , to get some persons or companies social media URLs

we can do in two ways

3

Tech Machinist
Tech Machinist
Aug 23, 2017 · 1 min read

How to install spark on windows and integrate with Jupyter Notebook

spark on windows and integration with jupyter notebook is not so difficult

1) install java

2) install 7zip

4