Skip to content

Instantly share code, notes, and snippets.

View parameshjava's full-sized avatar

Paramesh parameshjava

View GitHub Profile
@parameshjava
parameshjava / Output
Created September 7, 2021 16:22
StackOverflow_Question_69089296
---------------------------------------------
{
"args": {},
"data": "",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip",
"Cache-Control": "max-stale=0",
@parameshjava
parameshjava / SyntaxHighlighter
Created January 18, 2020 16:01
SyntaxHighlighter
/*
* Blogger Shortcode Plugin By Mohammad Mustafa Ahmedzai
* Examples and documentation at: http://www.MyBloggerTricks.com
* Copyright (c) 2008-2015 STCnetwork.org
* Version: 2.0 (29-March-2015)
* Dual licensed under the MIT and GPL licenses.
* Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
*/
var _0xac60=["\x64\x69\x76\x69\x64\x65\x72","\x74\x61\x62\x6C\x65","\x68\x65\x61\x64\x69\x6E\x67","\x72\x6F\x77","\x69\x63\x6F\x6E","\x63\x6F\x6C","\x69\x6D\x61\x67\x65","\x74\x6F\x6F\x6C\x74\x69\x70","\x66\x61\x63\x65\x62\x6F\x6F\x6B","\x64\x61\x69\x6C\x79\x6D\x6F\x74\x69\x6F\x6E","\x79\x6F\x75\x74\x75\x62\x65","\x73\x6F\x75\x6E\x64\x63\x6C\x6F\x75\x64","\x6E\x75\x6D","\x63\x6F\x64\x65","\x61\x63\x63\x6F\x72\x64\x69\x6F\x6E","\x63\x6F\x6E\x74\x65\x6E\x74","\x69\x74\x65\x6D","\x71\x75\x6F\x74\x65","\x61\x6C\x65\x72\x74","\x73\x75\x63\x63\x65\x73\x73","\x77\x61\x72\x6E\x69\x6E\x67","\x75\x70\x64\x61\x74\x65","\x69\x6E\x66\x6F","\x74\x61\x62","\x62\x75\x74\x74\x6F\x6E","\x68\x74\
@parameshjava
parameshjava / CsvOperations
Created October 27, 2018 04:39
CSV File operation
package com.sample;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;