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 | |
declare(strict_types=1); | |
// Run local test server | |
// php -S localhost:8080 graphql.php | |
// Try query | |
// curl -d '{"query": "query { echo(message: \"Hello World\") }" }' -H "Content-Type: application/json" http://localhost:8080 |
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
@font-face { | |
font-family: Source Sans Pro; | |
src: url(data:font/woff2;base64,d09GMgABAAAAAD4kABEAAAAAmwQAAD3CAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkYbsmAchiAGYACNFggqCYJzEQgKgcwQgbINC4QaAAE2AiQDiC4EIAWFMgeJGwxWG7iKF9g27YNhtwPg/rvfFGaDabcDJUr8QyMRehxgrSqz//+/JydjFGDHtmla38MUyOqcy5zIuDkDS9xYoi4IaZMtNh1MPC2t/apAKGMpT3108cseeN4t8voHIXYgRGUG5V9RClMhyEHdX5Vt9IlskYi9ZNm8MNs4tacyTIssTmEjaarGIxLh7jRSNPmH/bOT/3nH54vMNvvCG2UKq/R4eLRhtch0U9LrTV+nYYrCEVFp0frOgTl6BraN/ElOXvh/su3r3KrqRvSbN4yaZSuxikfOn3XJzKIJ1xR4f869LxkBpxkhpIjpB6F2U24SUIv9qLO+J7FlSUYZZEjsOICzk8zMzn4gqOiAKsQWsGivJSjvmu7qzwP8/vrOm5IXd2EmCMmIkD+E3ZBEDc//c4je9344YNsDmm0bky4q9lRwCtS1Yv0ExKVtCmDGz1M51rjUAtaIw6FQoqHnH/8O9AM0t25s5JEC67htbA0DlsVgTYdBqaBgFmaB/xhoPwYYFe/L65dV74e9NV2uwjO78iw3beW0jBnZMreE8y9RKrjg0IajnNqsFR/MWMEyGEoAC7ZUhMfnjqPv6usiG6hsgiIEJudyamreTU24qUkA5MeWU0i+TQEvdxtac2ahqCUIEULfBrWQReRN5KQA/nn8555diXtZ4B8Grgnu+ARL8D9/kO9vH6y7KMEeZhSIbks5qQYUALj8/9v0c3dD72oy+aNFTYh1cpwjhxdr/wBQR1y/ee/JM2/ejNg5ksYgy7s+trwg+CQ5IM/YP7IcYhB80F9gKIMVAHdQtNyUVDYLXcJ9 |
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
displays.js: 168 { | |
display: {…} | |
} | |
display: ip_address: "169.254.247.178" | |
name: "DESKTOP-NV2V42K" | |
os: "Microsoft Windows 10 Pro" | |
screen_height: 2160 screen_width: 3840 __proto__: constructor: ƒ Object() arguments: (...) assign: ƒ assign() arguments: (...) caller: (...) length: 2 name: "assign" | |
__proto__: ƒ() apply: ƒ apply() arguments: (...) caller: (...) length: 2 name: "apply" | |
__proto__: ƒ() apply: ƒ apply() arguments: (...) caller: (...) length: 2 name: "apply" | |
__proto__: ƒ() apply: ƒ apply() arguments: (...) caller: (...) length: 2 name: "apply" |
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
from time import sleep | |
import RPi.GPIO as GPIO | |
import urllib2 | |
import xml.etree.ElementTree as ET | |
GPIO.setmode(GPIO.BCM) | |
INPUT_PIN = 10 | |
GPIO.setup(INPUT_PIN, GPIO.IN) | |
last_state = False |
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 | |
/** | |
*Modules table migration | |
* | |
* @author Abdullah Seba | |
* @link example.comn | |
* | |
* @version 1.0.0 | |
* |
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 | |
namespace UserFrosting\Sprinkle\UfWidget\Database\Models; | |
use UserFrosting\Sprinkle\Account\Database\Models\User as BaseUser; | |
class User extends BaseUser | |
{ | |
protected $fillable = [ |
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
01fk303hgcu1.pharmerantletityc.com | |
01fk303hgcu1.pharmerantletityc.com | |
11lyghsqnvlw.douricsto.com | |
11lyghsqnvlw.douricsto.com | |
14c1bipucetg.tryall.affordnavigate.com | |
14c1bipucetg.tryall.affordnavigate.com | |
19yo0vmkcnev.eway.smedvills.com | |
19yo0vmkcnev.eway.smedvills.com | |
1ax5.myronomet.com | |
1ax5.myronomet.com |
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
bool telSetbyStatus = true; | |
bool telMuteStatus = true; | |
bool paSetbyStatus = true; | |
bool paMuteStatus = true; | |
int telSetBy = A0; | |
int telMute = A1; | |
int paSetBy = 2; |
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
<form class="js-form" id="display" method="{{form.method | default('POST')}}" action="{{site.uri.public}}/{{form.action}}"> | |
{% include "forms/csrf.html.twig" %} | |
<div class="js-form-alerts"> | |
</div> | |
<div class="row"> | |
{% block user_form %} | |
{% if 'name' not in form.fields.hidden %} | |
<div class="col-sm-6"> | |
<div class="form-group"> | |
<label>Name</label> |
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
object(UserFrosting\Sprinkle\DisplayKiosk\Database\Models\Display)#310 (25) { | |
["timestamps"]=> | |
bool(true) | |
["table":protected]=> | |
string(8) "displays" | |
["fillable":protected]=> | |
array(9) { | |
[0]=> | |
string(4) "name" | |
[1]=> |
NewerOlder