Skip to content

Instantly share code, notes, and snippets.

View ashutoshchauhan13's full-sized avatar

Ashutosh Chauhan ashutoshchauhan13

View GitHub Profile
https://stackoverflow.com/questions/66213659/cannot-read-parts-content-fluxdatabuffer-into-a-single-string
https://springframework.guru/using-yaml-in-spring-boot-to-configure-logback/
https://dzone.com/articles/step-by-step-procedure-of-spring-webflux-multipart
.flatMap(s -> ServerResponse.ok()
.contentType(MediaType.TEXT_PLAIN)
.bodyValue(s))
https://github.com/spring-projects/spring-framework/blob/main/spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java
public class Test {
public static void main(String[] args){
for (int i= 1; i<= 100; i++) {
if(isPrimeNumber(i)) {
System.out.println(i); //Only Print prime numbers
}
}
pragma solidity ^0.4.0;
contract HelloWorld {
string message = "Hello World";
function get() public constant returns (string) {
return message;
}
0x4542ab6b649a8025128B22c039F511DCE91Cce32
0x4542ab6b649a8025128b22c039f511dce91cce32