This file contains hidden or 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
/** | |
* Writes an array of arrays to a CSV file. | |
* | |
* @param string[] $headers | |
* The names of the table columns. Pass an empty array if you don't want any headers (e.g. if you're appending to | |
* an existing file. | |
* @param array[] $data | |
* Data to write. Each top-level array should contain an array the same length as the $header array. | |
* @param string $filename | |
* @param bool $append |
This file contains hidden or 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
Show a list of all years from 1900 to 2100 in which december 1st falls on a sunday | |
ChatGPT said: | |
ChatGPT | |
Here is a list of all the years from 1900 to 2100 in which December 1st falls on a Sunday: | |
csv | |
Copy code | |
year | |
1901 | |
1904 |
This file contains hidden or 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
{ | |
"name": "acquia/drupal-recommended-project", | |
"description": "Acquia-compatible Drupal application based on the Drupal Recommended Project", | |
"license": "GPL-2.0-or-later", | |
"authors": [ | |
{ | |
"name": "Acquia Engineering", | |
"homepage": "https://www.acquia.com", | |
"role": "Maintainer" | |
} |
This file contains hidden or 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
{ | |
"2023": { | |
"02134": { | |
"year": "2023", | |
"zip": "02134", | |
"count": "433", | |
"zip_population": 18437, | |
"zip_area": 854.4388723219971, | |
"per_capita": 0.023485382654444865, | |
"per_area": 0.5067653333974522, |
This file contains hidden or 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
date | count | |
---|---|---|
2020-11-28 | 3 | |
2020-11-29 | 4 | |
2020-11-30 | 6 | |
2020-12-01 | 10 | |
2020-12-02 | 9 | |
2020-12-03 | 11 | |
2020-12-04 | 5 | |
2020-12-05 | 8 | |
2020-12-06 | 6 |
This file contains hidden or 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 | |
function rangeConverter( | |
int $input, | |
int $inputRangeMin, | |
int $inputRangeMax, | |
int $outputRangeMin = 0, | |
int $outputRangeMax = 100 | |
) :int | |
{ |
This file contains hidden or 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
{ | |
"2 Atlantic Ave 02110": { | |
"timeToClosestPlace": 151, | |
"closestPlace": "golden goose", | |
"latlong": "42.364078674443,-71.050740588314", | |
"parcelId": "0303030010" | |
}, | |
"206-214 Atlantic Ave 02110": { | |
"timeToClosestPlace": 426, | |
"closestPlace": "golden goose", |
This file contains hidden or 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
2 Atlantic Ave 02110 | |
206-214 Atlantic Ave 02110 | |
28-32 Atlantic Ave 02110 | |
45 Lewis Whf 02110 | |
34-38 Atlantic Ave 02110 | |
45-63 Atlantic Ave 02110 | |
63 Atlantic Ave 02110 | |
65-69 Atlantic Ave 02110 | |
79-85 Atlantic Ave 02109 | |
84 Atlantic Ave 02110 |
This file contains hidden or 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
# standard | |
a | |
able | |
about | |
across | |
after | |
all | |
almost | |
also | |
am |
This file contains hidden or 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
please tell the mayor i will not do business in the city until the vaccine mandate is lifted. | |
can anybody tell me what makes the mayor supposedly running the city think she can make up laws or regulations that interfere with my rights. i am a person of colora us citizena us veteran elderly but , maybe that does not matter, maybe i have to be an "illegal" to get everything "free" and not worry about laws and vaccine mandate. are we now under communist rule with this person of color mayor???time to stand up and say "no" | |
i wont get vaccinated until we have a free pizza party | |
my body my choice! i'm a vaccinated person and still think this is absolutely asinine! michelle wu we are all against you | |
please note my report. i am a lifelong boston resident and i am completely opposed to the mayor's mandates. i've emailed the mayor twice as well as city councilors. guess what? no response. i will not show "papers" to dine out or bring my kids to the library. we are in charge of the government, not the other way around. |
NewerOlder