Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: stream

Do I need to close my FileOutputStreams?

By mariaPosted on January 30, 2023

Problem I have inlined temporary FileOutputStream that I am not able to explicitly close. Is that a problem? File raw […]

Is it OK to use while ((line = r.readLine()) != null) construct? [closed]

By mariaPosted on January 13, 2023

Problem Closed. This question is off-topic. It is not currently accepting answers. Lacks concrete context: Code Review requires concrete code […]

Closing InputStream of a running process

By mariaPosted on January 1, 2023

Problem Let’s say you want to extract the output of a console application till you’ve found a certain keyword. If […]

Monitoring Traces for Satisfaction of Temporal Logic Properties

By mariaPosted on December 14, 2022

Problem I am trying to implement a monitor for a certain temporal logic. What this means is the following: There […]

Closing InputStream of a running process

By mariaPosted on December 14, 2022

Problem Let’s say you want to extract the output of a console application till you’ve found a certain keyword. If […]

Save parameters in a “key: value” format

By mariaPosted on December 10, 2022

Problem I have been playing with Java for around a year and I started writing this API for storing data […]

Copy a stream to a file using Universal .NET

By mariaPosted on November 19, 2022

Problem I have answered to a question on Stackoverflow where Andy struggled to cancel a Stream copy to file operation […]

User Specified Array Read and Modify

By mariaPosted on August 13, 2022

Problem How may this code be improved upon, the user inputs array of specified length and replaces each element that […]

Text reading and string inputting program [closed]

By mariaPosted on August 4, 2022

Problem Closed. This question is off-topic. It is not currently accepting answers. Code not implemented or not working as intended: […]

Converts data in a HashMap to a custom object

By mariaPosted on June 3, 2022

Problem I have a HashMap and I want to convert data in it to a Response object, but I do […]

  • 1
  • 2
  • 3
  • …
  • 10

Recent Posts

  • jQuery range slider change text based on hidden field value
  • Random String Generation module in Python
  • PHP secure hash generator
  • Are redundancy and reflection my only options here?
  • Asynchronous Code Inspections
  • Sorting a file with three-line blocks by the second word of the first line in each block
  • Count all vowels in string
  • Vowel Counter 2000
  • Processing an API’s JSON response
  • Split string by last occurence of character within a range
  • Returning matching substrings, of n length, at the beginning and end of a string
  • Like winter snow on summer lawn, time past is time gone.
  • Using Task and actions for simple threading?
  • Grouping arrays with different lengths to make a single sentValues() for the spreadsheet
  • Binary Radix Sort implementation on linked list

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast