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

名間水力發電廠 目录 沿革 設施 鄰近設施 註釋 外部連結 导航菜单23°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.7113923°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.71139計畫概要原始内容臺灣第一座BOT 模式開發的水力發電廠-名間水力電廠名間水力發電廠 水利署首件BOT案原始内容《小檔案》名間電廠 首座BOT水力發電廠原始内容名間電廠BOT - 經濟部水利署中區水資源局

Prove that NP is closed under karp reduction?Space(n) not closed under Karp reductions - what about NTime(n)?Class P is closed under rotation?Prove or disprove that $NL$ is closed under polynomial many-one reductions$mathbfNC_2$ is closed under log-space reductionOn Karp reductionwhen can I know if a class (complexity) is closed under reduction (cook/karp)Check if class $PSPACE$ is closed under polyonomially space reductionIs NPSPACE also closed under polynomial-time reduction and under log-space reduction?Prove PSPACE is closed under complement?Prove PSPACE is closed under union?

Is my guitar’s action too high? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Strings too stiff on a recently purchased acoustic guitar | Cort AD880CEIs the action of my guitar really high?Μy little finger is too weak to play guitarWith guitar, how long should I give my fingers to strengthen / callous?When playing a fret the guitar sounds mutedPlaying (Barre) chords up the guitar neckI think my guitar strings are wound too tight and I can't play barre chordsF barre chord on an SG guitarHow to find to the right strings of a barre chord by feel?High action on higher fret on my steel acoustic guitar