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
Testing started at 11:29 ... | |
HTTP/1.1 200 OK | |
Date: Tue, 30 Jun 2020 14:29:57 GMT | |
Content-Type: image/svg+xml; charset=utf-8 | |
Transfer-Encoding: chunked | |
Connection: keep-alive | |
Set-Cookie: __cfduid=d7cc6d93257e62a747f0eef13ab78d1b71593527391; expires=Thu, 30-Jul-20 14:29:51 GMT; path=/; domain=.switchblade.xyz; HttpOnly; SameSite=Lax; Secure | |
X-Powered-By: Express | |
ETag: W/"96f6-mexKwpnZ9YZz4OK5ogp5hcXXB/g" |
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
{ | |
"recent_tracks_week": [ | |
{ | |
"name": "Sin Miedo (del Amor y Otros Demonios) ∞", | |
"image_small": "https://lastfm.freetls.fastly.net/i/u/34s/a2aa0354e06545fb4736694ee8639b89.jpg", | |
"image_medium": "https://lastfm.freetls.fastly.net/i/u/64s/a2aa0354e06545fb4736694ee8639b89.jpg", | |
"image_large": "https://lastfm.freetls.fastly.net/i/u/174s/a2aa0354e06545fb4736694ee8639b89.jpg", | |
"image_extralarge": "https://lastfm.freetls.fastly.net/i/u/300x300/a2aa0354e06545fb4736694ee8639b89.jpg", | |
"artist": "Kali Uchis" | |
}, |
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 { Plugin, PrestionProject, Slide } from "."; | |
class PrestionProject { | |
public config: PrestionProjectConfig | |
public slides: Slide<this>[] | |
constructor(config: PrestionProjectConfigOptionals = {}) { | |
this.config = config as PrestionProjectConfig | |
this.slides = this.config.slides.map(Slide => new Slide(this)) |
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
body { | |
white-space: pre-wrap; | |
word-break: break-word; | |
font-family: 'Jetbrains Mono', monospace; | |
} | |
.property { | |
font-weight: bold; | |
} |
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
local GuiH = require('GuiH') | |
local hatch = colors.red | |
local parada = colors.pink | |
local andar = 0 | |
local andarSolicitado = 0 | |
local ignorePulse = false | |
local function loop() | |
while true do |
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
version: '3.3' | |
services: | |
database: | |
image: postgres:13 | |
environment: | |
POSTGRES_PASSWORD: password | |
volumes: | |
- resources_database:/var/lib/postgresql/data | |
networks: | |
- default |
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
def calc(a, b, operation): | |
if operation == "+": | |
return a + b | |
elif operation == '-': | |
return a - b | |
elif operation == '*': | |
return a * b | |
elif operation == '/': | |
# TODO: Jogar erro se for dividir por 0 | |
return a / b |
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 { AboutSlint, Button, VerticalBox, Palette, Slider } from "std-widgets.slint"; | |
export component CircularPath inherits Path { | |
in property <float> thickness; | |
in property <float> inner-radius; | |
in property <float> progress; | |
in property <float> start : 0; | |
private property <float> progressClamped: clamp(progress, 0, 0.9999); |
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
text target | |
So there is no way for me to plug it in here in the US unless I go by a converter. 0 | |
Good case, Excellent value. 1 | |
Great for the jawbone. 1 | |
Tied to charger for conversations lasting more than 45 minutes.MAJOR PROBLEMS!! 0 | |
The mic is great. 1 | |
I have to jiggle the plug to get it to line up right to get decent volume. 0 | |
If you have several dozen or several hundred contacts, then imagine the fun of sending each of them one by one. 0 | |
If you are Razr owner...you must have this! 1 | |
Needless to say, I wasted my money. 0 |
OlderNewer