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
<?php | |
$servername = "localhost"; | |
$username = "username"; | |
$password = "password"; | |
$conn = new mysqli($servername, $username, $password); | |
if ($conn->connect_error) { | |
die("Connection failed: " . $conn->connect_error); | |
} |
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
style <style type="text/css"> | |
#acess { | |
color: white; | |
} | |
#acess { | |
width:100%; |
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
try | |
{ | |
//code | |
} | |
catch (Exception ex){ | |
System.Diagnostics.Process($"https://google.com/search?q=stackoverflow+%20c#+%20{ex.ToString()}"); | |
} |
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
+++++ | |
]>++]*]> | |
++]*R]>++]* | |
++++.---.+++++++ | |
..+++.R]0>++]0+++++~@]0+++~@++ | |
.<[++++++++.--------.+++.------.--------.P |
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
nome = input("Seu nome: ") | |
def getinput(): | |
global nome | |
nome = input('Seu nome novamente') | |
verify() | |
def verify(): | |
global nome | |
if len(nome) <= 3: |
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
// First Hall Method | |
public int index = 0; | |
public List<string> texts = new List<string>() { "text1", "text2", "text3" }; | |
void state_hall_1() | |
{ | |
if(index++ != texts.Count){ | |
index+=1; | |
} | |
currentText.text = texts[index]; | |
if (Input.GetKeyDown(KeyCode.Space)) |
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
// First Hall Method | |
public int index = 0; | |
public List<string> texts = new List<string>() { "text1", "text2", "text3" }; | |
void state_hall_1() | |
{ | |
currentText.text = texts[index]; | |
if (Input.GetKeyDown(KeyCode.Space)) | |
{ | |
if (index != texts.Count) | |
{ |
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
(3*10^11)+((10^10)+(10^9)*4+(10^8)*1+(10^7)*5+(10^6)*9+(10^5)*2+(10^4)*6+(10^3)*5+(10^2)*3+(10^1)*5+9) | |
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
using Newtonsoft.Json.Linq; | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; |
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
using Newtonsoft.Json.Linq; | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; |
OlderNewer