Skip to content

Instantly share code, notes, and snippets.

@Un1matr1x
Un1matr1x / espn-api-list.md
Created August 13, 2023 13:23 — forked from nntrn/espn-api-list.md
list of nfl api endpoints from espn

List of NFL API Endpoints

This page has been updated a lot in the past 2 years.

Older revisions you might like more than this one:

  • June 2021 - list of [ESPN endpoints for other sports/leagues][espn_api_leagues] (basketball, baseball, MMA, lacrosse, rugby)
  • August 2021 - historical fantasy data and notes on combining views
  • September 2021 - [source.txt][source_txt] file listing all endpoints
  • December 2021 - data response preview for endpoints
{
"pageData": {
"title": "die Vier Köpfe",
"description": "Fassadenkunst, Biedermannstr. 61",
"imageUrl": "https://lh3.googleusercontent.com/yhX5sahkj01lT_n4uCHC88G3oGEh0X_osrBRi2tCyX09UxBC8Uw2dvi0fnOTDKhl6DmkO3gJqSggaq5zt4EJXg",
"lat": 51.30441,
"lng": 12.379761,
"nearbyPortals": [
{
"guid": "b69d368e54324d72a607b7fbc594424b.16",
@Un1matr1x
Un1matr1x / query.js
Last active March 8, 2020 08:57
Overpass-Qry
[timeout:620]
[bbox:{{bbox}}];
(
nwr["historic"="monument"];
nwr["historic"="memorial"];
nwr["historic"="archaeological_site"];
nwr["amenity"="public_bookcase"];
)->.cultural;
(
@Un1matr1x
Un1matr1x / VPN_FritzBox_OnDemand.mobileconfig
Created September 28, 2015 16:40 — forked from thomaswitt/VPN_FritzBox_OnDemand.mobileconfig
iOS VPN configuration file: Connect to FritzBox VPN if connected to the internet through any insecure WiFi Network (all except than trusted) … customize all strings starting with REPLACE_
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>IPSec</key>
<dict>
<key>AuthenticationMethod</key>
print_r($profile_fields);
Array
(
[2] => Array
(
[ogame_gameforge] => Array
(
[value] => 47634
[data] => Array
public function cr4_to_image($event)
{
$text = $event['text'];
function cr_link_with_id($matches)
{
return $matches['id'];
}
@Un1matr1x
Un1matr1x / gist:5014667
Created February 22, 2013 16:30
Allow language keys for forum name/description
diff --git a/includes/functions_display.php b/includes/functions_display.php
index 41aa440..7a6aa7f 100644
--- a/includes/functions_display.php
+++ b/includes/functions_display.php
@@ -317,8 +317,8 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
$template->assign_block_vars('forumrow', array(
'S_IS_CAT' => true,
'FORUM_ID' => $row['forum_id'],
- 'FORUM_NAME' => $row['forum_name'],
- 'FORUM_DESC' => generate_text_for_display($row['forum_desc'], $row['forum_desc_uid'], $row['forum_desc_bitfield'], $row['forum_desc_options']),
@Un1matr1x
Un1matr1x / newspage_body.html
Created October 27, 2012 09:57
News in mehreren Spalten
<!-- INCLUDE overall_header.html -->
<div style="float: {S_CONTENT_FLOW_END}; width: 20%;">
<h2>{L_NEWS_ARCHIVE}</h2>
<!-- IF .cat_block -->
<div class="panel archive"><span class="corners-top"><span></span></span>
<div class="archive_block">{L_FORUM_CAT}</div>
<!-- BEGIN cat_block -->
<div class="<!-- IF cat_block.S_LAST_ROW -->archive_row-last<!-- ELSE -->archive_row<!-- ENDIF -->"><strong><a class="left news-archive" href="{cat_block.U_NEWS_CAT}">{cat_block.NEWS_CAT}</a> ({cat_block.NEWS_COUNT})</strong></div>
<!-- END cat_block -->
<span class="corners-bottom"><span></span></span></div><br />
@Un1matr1x
Un1matr1x / ogame_scanpattern.php
Created August 17, 2011 18:08
Fix für die Aktivitätsanzeige
<?php
/**
*
* groups [German]
*
* @package - OGame-Mod
* @copyright (c) Un1matr1x ( http://un1matr1x.de/ )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
@Un1matr1x
Un1matr1x / gist:1046703
Created June 25, 2011 17:44
submitpost
generate_text_for_storage($title, $uid, $bitfield, $options, false, false, false);
generate_text_for_storage($inhalt, $uid, $bitfield, $options, true, true, false);
$data['topic_title'] = $title;
$data['message'] = $inhalt;
$data['message_md5'] = md5($inhalt);
$data['bbcode_bitfield'] = $bitfield;
$data['bbcode_uid'] = $uid;