Discover gists
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 3c5c677a-73a6-44c7-a460-f9df4f1ba7ef | |
-- Server started: February 06, 2025 10:24 PM UTC | Server uptime: 4182 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: e000f176-f975-4cfe-a314-c7087ad82a02 | |
-- Server started: February 06, 2025 11:33 PM UTC | Server uptime: 8 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
weight = float(input("Enter your weight in lbs: "))#This takes down the users weight for the equation. | |
height = float(input("Enter your height in inches: "))#This takes down the users height for the equation. | |
age = float(input("Enter your age: "))#This takes down the users age for the equation. | |
BMI = (weight * 703) / (height * height)#This is the equation to calculate the users BMI | |
cm = (height * 2.54)#Converts cm into inches | |
kg = (weight / 2.205)#Converts kg into lbs | |
male_BMR = (10 * kg) + (6.25 * cm) - (5 * age) + 5#This is the equation to calculate a male users BMR. | |
female_BMR = (10 * kg) + (6.25 * cm) - (5 * age) - 161#This is the equation to calculate a female users BMR. | |
calories_male = (male_BMR * 1.55)#This equation calculates a male users caloric intake if they are. | |
calories_female =(female_BMR * 1.55)#This equation calculates a female users caloric intake if they are. |
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 java.util.Scanner; | |
public class Main { | |
public static void main(String[] args) { | |
try (Scanner input = new Scanner(System.in)) { | |
int cases = input.nextInt(); | |
input.nextLine(); | |
for (int i = 0; i < cases; i++) { | |
String[] line = input.nextLine().split(" "); |
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
reportRdw | |
aantalZitplaatsen | |
beschikbaarheidsStatus | |
onderhoudsboekjeAanwezig | |
soortAanbieder | |
zoekopties | |
aantalDeuren | |
garantietype | |
emissiecode | |
isOnlineAankoopbaar |
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
# Get a list of IDs for all ways in the gdf | |
way_ids = gdf_bike.loc['way'].index.tolist() | |
# get a bbox, as per features_from_point() | |
bbox = ox.utils_geo.bbox_from_point(center, 5000) | |
# get a polygon we can use to query Overpass, as per features_from_bbox() | |
polygon = ox.utils_geo.bbox_to_poly(bbox) | |
# build results generator | |
response_jsons = ox._overpass._download_overpass_features(polygon, tags_bike) | |
# get the elements, assuming the generator only yielded one response | |
elements = next(response_jsons)['elements'] |
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
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-1596741959-743918983-2523237570-1000</user> | |
<keys> | |
<key installerType="Unknown" displayName="Burp Suite Professional 2022.3.3" displayVersion="2022.3.3"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\7318-9294-3757-1226</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files\BurpSuitePro]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files\BurpSuitePro\uninstall.exe"]]></UninstallString> |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: d997a3f7-ced6-4ea3-8403-9d48e64c362a | |
-- Server started: February 06, 2025 11:29 PM UTC | Server uptime: 21 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
# This hosts file was generated by converting the CSV file from: | |
# https://github.com/ercexpo/us-news-domains/blob/main/us-news-domains-v2.0.0.csv | |
# The CSV contained a list of US news domain names, which have been mapped to the invalid address (0.0.0.0). | |
# This conversion serves to block or redirect traffic to these domains for purposes such as testing, ad-blocking, or network management. | |
# NOTE: This gist and hosts file does not automatically update from the csv. | |
0.0.0.0 10nbc.com | |
0.0.0.0 10news.com | |
0.0.0.0 11alive.com |
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
! | |
! Title: News Website Blocking List for AdGuard | |
! Description: As bigger list of news sites as I can find for when you want to tune out | |
! Version: 0.0.0.1 | |
! Homepage: | |
! Last modified: 2024-11-06T12:00:02.446Z | |
! | |
! Initial List Sourced from: https://github.com/ercexpo/us-news-domains/blob/main/us-news-domains-v2.0.0.csv | |
! | |
! |