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
#!/bin/sh | |
# | |
# Download and run the latest release version of the Certbot client. | |
# | |
# NOTE: THIS SCRIPT IS AUTO-GENERATED AND SELF-UPDATING | |
# | |
# IF YOU WANT TO EDIT IT LOCALLY, *ALWAYS* RUN YOUR COPY WITH THE | |
# "--no-self-upgrade" FLAG | |
# | |
# IF YOU WANT TO SEND PULL REQUESTS, THE REAL SOURCE FOR THIS FILE IS |
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
perfalytics.c:106:6: warning: no previous prototype for ‘perfalytics_background_worker_main’ [-Wmissing-prototypes] | |
void perfalytics_background_worker_main(Datum main_arg) pg_attribute_noreturn(); | |
^ | |
perfalytics.c: In function ‘perfalytics_background_worker_main’: | |
perfalytics.c:106:57: error: expected declaration specifiers before ‘pg_attribute_noreturn’ | |
void perfalytics_background_worker_main(Datum main_arg) pg_attribute_noreturn(); | |
^ | |
perfalytics.c:108:1: error: parameter ‘perfalytics_flush_query’ is initialized | |
const char * perfalytics_flush_query = | |
^ |
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
const letters_of_word = ['F', 'O', 'X'] | |
let letters_of_guessed_word = ['_', '_', '_'] | |
function guessLetter(letter){ | |
for(let i=0; i < letters_of_word.length; i++){ | |
if (letter === letters_of_word[i]){ | |
letters_of_guessed_word[i] = letter | |
console.log(letters_of_guessed_word.join('')) | |
console.log(`congratulations letter ${letter} found.`) | |
break |
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
import numpy as np | |
import csv | |
from collections import namedtuple | |
from sklearn.linear_model import LinearRegression | |
Wine = namedtuple('Wine', ['fixed_acidity', 'volatile_acidity', 'citric_acid', 'residual_sugar', 'chlorides', 'free_sulfur_dioxide', 'total_sulfur_dioxide', 'density', 'pH', 'sulphates', 'alcohol', 'quality']) | |
def main(): | |
wines = [] | |
with open('wines.csv') as f: |
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
import sys | |
import random | |
WINNING_COMBINATIONS=[ | |
(1,2,3), | |
(4,5,6), | |
(7,8,9), | |
(1,4,7), | |
(2,5,8), | |
(3,6,9), |
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
import sys | |
import random | |
WINNING_COMBINATIONS=[ | |
(1,2,3), | |
(4,5,6), | |
(7,8,9), | |
(1,4,7), | |
(2,5,8), | |
(3,6,9), |
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
#!/bin/bash | |
file="$1" | |
curl -s https://api.github.com/markdown/raw -H 'Content-Type: text/plain' --data-binary "@$file" |
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
https://ask.fedoraproject.org/en/question/69232/how-to-fix-font-rendering-of-monaco/ | |
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
overspread spreadover | |
muser remus serum | |
instar santir strain | |
ordinator radiotron | |
forecaster reforecast | |
chola loach olcha | |
don nod | |
buckbush bushbuck | |
armeria mararie | |
ametria artemia meratia ramaite |