Skip to content

Instantly share code, notes, and snippets.

View daniilty's full-sized avatar
🥽

Daniil Turaev daniilty

🥽
View GitHub Profile
import java.io.*;
public class Main {
public static void main(String[] args) {
try {
File fname = new File("SampName");
BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(fname), "UTF-8"));
import java.io.*;
public class Main {
public static void main(String[] args) {
try (FileInputStream fin = new FileInputStream(new File(<exname1>));
FileOutputStream fout = new FileOutputStream(new File(<exname2>))){
int i;
do {
import java.util.ArrayList;
import java.util.HashMap;
class Person {
private int age;
private String email;
private String name;
Person(int ag, String em, String na) {
age = ag;
email = em;
package com.company;
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
String stop;
int count = 0;
package com.company;
import java.io.File;
import java.io.FilenameFilter;
import java.util.*;
class Onlyext implements FilenameFilter {
private String nm;
Onlyext(String nm1) {
nm = "." + nm1;
package com.company;
import java.io.*;
import java.nio.*;
import java.nio.file.*;
import java.nio.channels.*;
public class Main {
public static void main(String[] args) {
int count;
Path fpath = null;
cd /usr/local/src && wget -O re4son-kernel_current.tar.xz https://re4son-kernel.com/download/re4son-kernel-current/&& tar -xJf re4son-kernel_current.tar.xz && rm -rf re4son-kernel_current.tar.xz && cd re4son-kernel_4.14.50-20180721 && ./install.sh
cd /usr/local/src && wget -O re4son-kernel_current.tar.xz https://re4son-kernel.com/download/re4son-kernel-current/&& tar -xJf re4son-kernel_current.tar.xz && rm -rf re4son-kernel_current.tar.xz && cd re4son-kernel_4.14.50-20180721 && ./install.sh
cd /usr/local/src && wget -O re4son-kernel_current.tar.xz https://re4son-kernel.com/download/re4son-kernel-current/&& tar -xJf re4son-kernel_current.tar.xz && rm -rf re4son-kernel_current.tar.xz && cd re4son-kernel_4.14.50-20180721 && ./install.sh
cd /usr/local/src && wget -O re4son-kernel_current.tar.xz https://re4son-kernel.com/download/re4son-kernel-current/&& tar -xJf re4son-kernel_current.tar.xz && rm -rf re4son-kernel_current.tar.xz && cd re4son-kernel_4.14.50-20180721 && ./install.sh