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
{ | |
"items": | |
[ | |
{ | |
"entry_id": 305, | |
"url_title": "the-test-prep-guide-basically-has-all-the-questions-asked-in-the-test", | |
"entry_date": 1719967118, | |
"title": "The test prep guide basically has all the questions asked in the test", | |
"field_id_87": "<strong>D.P., 7/2/24</strong>", | |
"field_id_95": "<strong>The guide basically has all the questions asked in the test. If you're having doubts about passing the test, buy the guide. Sometimes you have to spend money to make money.</strong>", |
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 | |
use Valet\Drivers\LaravelValetDriver; | |
class LocalValetDriver extends LaravelValetDriver | |
{ | |
/** | |
* Determine if the driver serves the request. | |
* | |
* @param string $sitePath |
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
img, video, h1,h2,h3,h4,h5,h6,p,span { | |
-webkit-animation:spin 1s linear infinite; | |
-moz-animation:spin 1s linear infinite; | |
animation:spin 1s linear infinite; | |
} | |
@-moz-keyframes spin { | |
100% { -moz-transform: rotate(360deg); } | |
} | |
@-webkit-keyframes spin { | |
100% { -webkit-transform: rotate(360deg); } |
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
Hello. | |
<h1>RAW</h1> | |
--- | |
__Advertisement :)__ | |
- __[pica](https://nodeca.github.io/pica/demo/)__ - high quality and fast image | |
resize in browser. | |
- __[babelfish](https://github.com/nodeca/babelfish/)__ - developer friendly |
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 | |
/** | |
* DataGrab File Grid fieldtype class | |
* | |
* @package DataGrab | |
* @author Andrew Weaver <[email protected]> | |
* @copyright Copyright (c) Andrew Weaver | |
*/ | |
class Datagrab_file_grid extends Datagrab_fieldtype |
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
$yourApiToken = 'your-api-token'; | |
$ch = curl_init(); | |
curl_setopt($ch, CURLOPT_URL, "https://api.clickup.com/api/v2/task/{task_id}/attachment?custom_task_ids=&team_id="); | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); | |
curl_setopt($ch, CURLOPT_HEADER, FALSE); | |
curl_setopt($ch, CURLOPT_POST, TRUE); |
This file has been truncated, but you can view the full 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
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
<!-- Take out the 4 links that were added and put this in there --> | |
<div style="display:flex;flex-wrap:wrap;justify-content:space-between;"> | |
<a href="https://www.amazon.com/Lead-Up/dp/B08K59C8QK/ref=sr_1_1?dchild=1&keywords=lead+up+calvary&qid=1610678314&sr=8-1"><img src="https://i.ibb.co/k1gr5m1/Amazon.png" width="100" height="100" alt="Amazon" border="0"></a> | |
<a href="https://podcasts.apple.com/us/podcast/lead-up/id1547285159"><img src="https://i.ibb.co/KG9S7wQ/Apple.png" width="100" height="100" alt="Apple" border="0"></a> | |
<a href="https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5jYXB0aXZhdGUuZm0vbGVhZC11cA?sa=X&ved=0CAMQ4aUDahcKEwiAivas9ZzuAhUAAAAAHQAAAAAQAQ&hl=en"><img src="https://i.ibb.co/MhL1G8v/Google.png" width="100" height="100" alt="Google" border="0"></a> | |
<a href="https://open.spotify.com/show/5zw4yOizDVvSwHltsK70Zx"><img src="https://i.ibb.co/T8Dm1Qv/Spotify.png" width="100" height="100" alt="Spotify" border="0"></a> | |
</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
<?php | |
namespace App\Http\Middleware; | |
use Closure; | |
use Log; | |
class Cors | |
{ |
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
{ | |
"reading": [ | |
{ | |
"title": "Cost of Discipleship", | |
"author": "Dietrich Bonhoeffer", | |
"link": "https://www.hoopladigital.com/title/11497519" | |
}, | |
{ | |
"title": "Forged in Rebellion", | |
"author": "Lucio Urtubia", |
NewerOlder