Skip to content

Instantly share code, notes, and snippets.

View SuvamPrasd's full-sized avatar
🎯
Focusing

suvam prasad SuvamPrasd

🎯
Focusing
  • Kotak Asset Allocation Managers Limited
  • India
View GitHub Profile
@SuvamPrasd
SuvamPrasd / Q10.java
Created April 8, 2020 14:45
Java Practical answers of all the questions but excluded applet questions
package com.suvam;
import java.io.BufferedReader;
import java.io.InputStreamReader;
class Shape{
public Double length;
public Double breadth;
const csvFilePath = 'customer-data.csv';
const uuidv1 = require('uuid/v1');
const fs = require('fs');
const path = require('path');
const csv = require('csvtojson');
csv().fromFile(csvFilePath).then((jsonObj)=>{
let buff = ''
let folderName = uuidv1();
fs.mkdirSync(folderName);
buff = JSON.stringify(jsonObj);
asdasdasdasddas
@SuvamPrasd
SuvamPrasd / sublime-text-3-windows-shortcuts.md
Created August 28, 2019 13:59 — forked from mrliptontea/sublime-text-3-windows-shortcuts.md
Sublime Text 3 - Useful Shortcuts (Windows)

Sublime Text 3 - Useful Shortcuts (Windows)

General

Shortcut Description
Ctrl+Shift+P command prompt
Ctrl+Alt+P switch project
Ctrl+P go to file
Ctrl+G go to line