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
#include <iostream> | |
int main(){ | |
double fahrenheit = 36.00; | |
double celsius; | |
celsius = (fahrenheit - 32) / 1.8; | |
std::cout << "Temperature in Brooklyn, NY is " << celsius << " °C.\n"; |
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
IDM Latest 2025 |
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
<?php | |
namespace App\Models\Labels\Tapes\Brother; | |
class TZe_12mm_A extends TZe_12mm | |
{ | |
// this file lives at /var/www/html/snipeit/app/Models/Labels/Tapes/Brother/TZe_12mm_A.php | |
private const BARCODE_SIZE = 5.00; | |
private const BARCODE_MARGIN = 0.60; | |
private const TEXT_SIZE_MOD = 1.00; |
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
// в БД Store должна быть такая хранимая процедура: | |
/* | |
CREATE PROCEDURE rectangle | |
@width float, @height float, | |
@square float output, @perimeter float output AS | |
SET @square = @width * @height | |
SET @perimeter = (@width + @height) * 2 | |
*/ |
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 is a literate quine. That means that | |
* 1. the comments will tell you a little about how it works and | |
* 2. if you compile and run it its output will be identical to its source | |
* code even though it doesn't look at its original source. It literally | |
* contains within itself a complete recipe for how to display itself. | |
* | |
* Quines are ten a penny. This one is unusual because | |
* 1. its main loop consists solely of a loop to print characters | |
* generated by a function called programChar() and |
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
<div class="happy-valentines"> | |
<div class="valentines-day-card"> | |
<div class="clouds"></div> | |
<div class="hearts"> | |
<div class="heartOne"> | |
<div class="left-side"></div> | |
<div class="right-side"></div> | |
</div> | |
<div class="heartTwo"> | |
<div class="left-side"></div> |
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 pandas as pd | |
import requests | |
import json | |
# Load the CSV file | |
file_path = 'df_getrunresults.csv' | |
df = pd.read_csv(file_path) | |
# Define the Custom Data API endpoint and API key | |
API_ENDPOINT = 'https://yourinstance.getdx.net/api/customData.setAll' # Replace with the actual endpoint |
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
📌 Recorder & Jqrgood Bots Payment ⚡ | |
09/02 | |
1] @jqrgood_28_bot | |
• Video Time: 01:52 PM | |
• Link: https://infotecharmy.in/lifafa?id=R1LM5eu | |
2] @jqrgood_29_bot | |
• Video Time: 07:27 PM |