- Ponteira: R28
- Modo de entrega: FRAC3®
- Spot: 5MM
- Energia: 30J
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
| ## @param URL:title=URL (https)|type=string|required=true|desc=Use sempre https | |
| ## @param LOCAL:title=Local (no Drive)|type=string|required=false|desc=Informe o local no drive para facilitar a edição | |
| </div style="hight:25px"> </div> | |
| <div id="drawio-diagram">(carregando diagrama $paramLOCAL...)</div> | |
| <script> | |
| (function () { | |
| const chatMap = { |
Follow this.: https://wiki.termux.com/wiki/MariaDB
If don't works, try:
killall mariadbd
rm -rf $PREFIX/var/lib/mysql/*
mysql_install_db --user=root --auth-root-authentication-method=normal --datadir=${PREFIX}/var/lib/mysql
mysqld_safe -u root &
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
| #!/bin/bash | |
| # dynamic message of the day | |
| # Robert Tulke, [email protected] | |
| ## version | |
| VERSION="dynmotd v1.6" |
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
| .document | |
| | walk( if type == "object" and has("type") | |
| then {name, "type"} + (if .characters then { characters } else null end ) + (if .children then { children } else null end ) | |
| else . | |
| end ) |
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
| # cat /proc/cpuinfo | |
| processor : 0 | |
| model name : ARMv7 Processor rev 5 (v7l) | |
| BogoMIPS : 48.00 | |
| Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae | |
| CPU implementer : 0x41 | |
| CPU architecture: 7 | |
| CPU variant : 0x0 | |
| CPU part : 0xc07 | |
| CPU revision : 5 |
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
| # -- | |
| # Copyright (c) 2021, Ricardo JL Rufino | |
| # Install: apt-get install avr-binutils avr-gcc avr-libc avrdude | |
| # -- | |
| MCU=atmega328p | |
| #FUSE_L=0x6A | |
| #FUSE_H=0xFF | |
| #F_CPU=1600000 |
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
| package com.ricardojlrufino.rhmitool.controller.configuration.example; | |
| public class Address { | |
| private String street; | |
| private String city; | |
| public String getStreet() { | |
| return street; | |
| } | |
| public void setStreet(String street) { | |
| this.street = street; | |
| } |
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
| package layout.tabs; | |
| import java.awt.Color; | |
| import java.awt.Component; | |
| import java.awt.Font; | |
| import java.awt.FontMetrics; | |
| import java.awt.Graphics; | |
| import java.awt.Rectangle; | |
| import com.jidesoft.plaf.vsnet.VsnetJideTabbedPaneUI; |
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
| char value = Seria.read(); |
NewerOlder