Skip to content

Instantly share code, notes, and snippets.

View createShellScript.md
	pi@raspberrypi:~ $ sudo nano push.sh
	#!/bin/sh
	node push.js
@victor-alexandre
victor-alexandre / screen1.js
Created Dec 23, 2020
Exercícios sistemas distribuídos dia 17-12
View screen1.js
import React, { useState} from "react";
import { Container } from "./styles";
import Input from "../components/Input";
import { Text, ImageBackground, Button } from "react-native";
export default function App({ }) {
return (
<ImageBackground
resizeMode={'cover'}
style={{flex: 1}}
View openpanzer-save.json
{"scenario":{"name":"Bzura Pocket","maxTurns":27,"date":"1939-09-14T23:00:00.000Z","atmosferic":2,"latitude":3,"ground":0,"turnsPerDay":8,"dayTurn":0,"reinforcements":{"8":[{"row":33,"col":40,"unit":{"eqid":66,"id":-1,"owner":0,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":10,"facing":11,"flag":8,"destroyed":false,"transport":{"eqid":2398,"ammo":0,"fuel":0,"icon":"resources/units/images/zyb32.png"},"carrier":0,"moveLeft":2,"ammo":24,"fuel":0,"hasAnimation":false,"hits":0,"experience":157,"entrenchment":0,"entrenchTicks":0,"leader":18},"turn":"8","id":1},{"row":33,"col":41,"unit":{"eqid":115,"id":-1,"owner":0,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":10,"facing":10,"flag":8,"destroyed":false,"transport":{"eqid":2405,"ammo":0,"fuel":0,"ic
View gist:f1fe700134a35dc922e9c6c7077a84e8
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
font: 100 14px 'Roboto';
@PBanigan
PBanigan / PY0101EN-1-2-Strings.ipynb
Created Dec 23, 2020
Created on Skills Network Labs
View PY0101EN-1-2-Strings.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Changed Paths
i686-linux svkbd
aarch64-linux svkbd
x86_64-linux svkbd
@erensuer
erensuer / PY0101EN-2-2-Lists.ipynb
Created Dec 23, 2020
Created on Skills Network Labs
View PY0101EN-2-2-Lists.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@collierscott
collierscott / _material-design.scss
Created Dec 23, 2020 — forked from PabloCamp0s/_material-design.scss
Material Design Bootstrap Pro jQuery v4.16.0 build with Laravel Mix
View _material-design.scss
// Drop this file in resources/sass/ and put a "@import 'material-design';" into your app.scss
// Head workarounds
$roboto-font-path : '~mdbootstrap-pro/font/roboto/' !default;
$image-path : '~mdbootstrap-pro/img' !default;
$font-awesome-family : 'Font Awesome 5 Pro', 'Font Awesome 5 Free', sans-serif;
// Library import
@import '~mdbootstrap-pro/scss/mdb-pro';
@tami5
tami5 / clojure.docs.json
Created Dec 23, 2020
"json snapshot of clojuredocs-export-edn"
View clojure.docs.json
This file has been truncated, but you can view the full file.
You can’t perform that action at this time.