This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
let s = r##"fn main() { | |
let s = ?; | |
let s = s.replacen("?", &format!("r{}\"{}\"{}", concat!("#", "#"), s, concat!("#", "#")), 1); | |
println!("{}", s); | |
}"##; | |
let s = s.replacen("?", &format!("r{}\"{}\"{}", concat!("#", "#"), s, concat!("#", "#")), 1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
main.py | |
That's it this is the entire API. | |
""" | |
from flask import Flask, jsonify | |
import markovify | |
app = Flask(__name__) | |
with open("nietzche.txt") as f: | |
text = f.read() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <fcntl.h> | |
#include <stdarg.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
#include <unistd.h> | |
void fdprintf(int fd, const char *fmt, ...) | |
{ | |
/* Guess we need no more than 100 bytes. */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::staticvec::StaticVec::new_from_const_array([Game{title: "Blindspot", | |
tools: | |
Some(::staticvec::StaticVec::new_from_const_array(["Godot", | |
"ffmpeg", | |
"audacity", | |
"staticvec::staticvec"])), | |
platforms: None, | |
authors: | |
Some(::staticvec::StaticVec::new_from_const_array([Author{name: | |