ROT 13 for IntelliJ/ Java [on hold]Rot -n algorithm in JavaPrint largest two integers from a streamWord count program in JavaFile Parsing in Java Using CollectionVigenère cipher as an IO filterPretty handling FileNotFoundExceptionExtract a range of rows from one file into anotherMorse code translator in JavaFiltering user input to not contain a specific characterProgram to shorten URL and decode it back to get original URL

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

What options are left, if Britain cannot decide?

Why one should not leave fingerprints on bulbs and plugs?

Recruiter wants very extensive technical details about all of my previous work

What's the meaning of “spike” in the context of “adrenaline spike”?

A sequence that has integer values for prime indexes only:

Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere

Are there verbs that are neither telic, or atelic?

Min function accepting varying number of arguments in C++17

How to deal with a cynical class?

My adviser wants to be the first author

Why doesn't using two cd commands in bash script execute the second command?

How to deal with taxi scam when on vacation?

How to create the Curved texte?

Happy pi day, everyone!

Why Choose Less Effective Armour Types?

Credit cards used everywhere in Singapore or Malaysia?

Why do passenger jet manufacturers design their planes with stall prevention systems?

My Graph Theory Students

Awsome yet unlucky path traversal

How to simplify this time periods definition interface?

Gantt Chart like rectangles with log scale

Have researchers managed to "reverse time"? If so, what does that mean for physics?

Why do Australian milk farmers need to protest supermarkets' milk price?



ROT 13 for IntelliJ/ Java [on hold]


Rot -n algorithm in JavaPrint largest two integers from a streamWord count program in JavaFile Parsing in Java Using CollectionVigenère cipher as an IO filterPretty handling FileNotFoundExceptionExtract a range of rows from one file into anotherMorse code translator in JavaFiltering user input to not contain a specific characterProgram to shorten URL and decode it back to get original URL













-1












$begingroup$


Need to be able to encode a file, decode a file, and give the word count using ROT 13.



enter code hereSystem.out.println("Please enter a file name");
enter code hereScanner keyboard = new Scanner(System.in);
enter code hereString fileName = keyboard.nextLine();










share|improve this question







New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$



put on hold as off-topic by Vogel612 3 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
If this question can be reworded to fit the rules in the help center, please edit the question.















  • $begingroup$
    Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
    $endgroup$
    – Vogel612
    3 hours ago















-1












$begingroup$


Need to be able to encode a file, decode a file, and give the word count using ROT 13.



enter code hereSystem.out.println("Please enter a file name");
enter code hereScanner keyboard = new Scanner(System.in);
enter code hereString fileName = keyboard.nextLine();










share|improve this question







New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$



put on hold as off-topic by Vogel612 3 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
If this question can be reworded to fit the rules in the help center, please edit the question.















  • $begingroup$
    Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
    $endgroup$
    – Vogel612
    3 hours ago













-1












-1








-1





$begingroup$


Need to be able to encode a file, decode a file, and give the word count using ROT 13.



enter code hereSystem.out.println("Please enter a file name");
enter code hereScanner keyboard = new Scanner(System.in);
enter code hereString fileName = keyboard.nextLine();










share|improve this question







New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




Need to be able to encode a file, decode a file, and give the word count using ROT 13.



enter code hereSystem.out.println("Please enter a file name");
enter code hereScanner keyboard = new Scanner(System.in);
enter code hereString fileName = keyboard.nextLine();







java






share|improve this question







New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









user195319user195319

1




1




New contributor




user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user195319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as off-topic by Vogel612 3 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
If this question can be reworded to fit the rules in the help center, please edit the question.







put on hold as off-topic by Vogel612 3 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Vogel612
If this question can be reworded to fit the rules in the help center, please edit the question.











  • $begingroup$
    Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
    $endgroup$
    – Vogel612
    3 hours ago
















  • $begingroup$
    Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
    $endgroup$
    – Vogel612
    3 hours ago















$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612
3 hours ago




$begingroup$
Welcome to Code Review! I'm afraid this question does not match what this site is about. Code Review is about improving existing, working code. Code Review is not the site to ask for help in fixing or changing what your code does. Once the code does what you want, we would love to help you do the same thing in a cleaner way! Please see our help center for more information.
$endgroup$
– Vogel612
3 hours ago










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

瀋陽號驅逐艦 目录 接收與服役 配置反潛直升機 武進三型性能升級 歷史 除役 參考資料 外部連結 导航菜单Taiwan Air Power海疆老兵-陽字號驅逐艦沿革World Navies Today: Taiwan (Republic of China)DD-839 USS POWER

波兰旗帜列表 目录 国旗 军旗 其他制服部门旗帜 特别国家机构船只 参考文献 外部链接 导航菜单Polskie flagi, chorągwie, bandery... [波兰旗帜、条幅、船旗等]原始内容Ustawa z dnia 31 stycznia 1980 r. o godle, barwach i hymnie Rzeczypospolitej Polskiej oraz o pieczęciach państwowychZarządzenie Ministra Obrony Narodowej z dnia 14 grudnia 2005 r. zmieniające zarządzenie w sprawie szczegółowych zasad używania znaków Sił Zbrojnych Rzeczypospolitej Polskiej oraz ustalenia innych znaków używanych w Siłach Zbrojnych Rzeczypospolitej PolskiejZarządzenie Ministra Obrony Narodowej z dnia 29 stycznia 1996 r. w sprawie szczegółowych zasad używania znaków Sił Zbrojnych Rzeczypospolitej Polskiej oraz ustalenia innych znaków używanych w Siłach Zbrojnych Rzeczypospolitej PolskiejUstawa z dnia 19 lutego 1993 r. o znakach Sił Zbrojnych Rzeczypospolitej PolskiejHistoria Marynarki Wojennej RP [波兰海军史]Rozporządzenie Ministra Spraw Wewnętrznych i Administracji z dnia 12 kwietnia 2002 r. w sprawie wzoru flagi oraz oznakowania jednostek pływających i statków powietrznych Straży GranicznejRozporządzenie Ministra Spraw Wewnętrznych i Administracji z dnia 18 kwietnia 2005 r. w sprawie wzoru flagi oraz oznakowania jednostek pływających i statków powietrznych PolicjiRozporządzenie Ministra Infrastruktury z dnia 21 października 2005 r. w sprawie wzorów flag dla statków morskich na oznaczenie pełnionej specjalnej służby państwowej oraz okoliczności i warunków ich podnoszenia波兰旗帜波兰

Indenting and Dedenting ASP code with Python