500 Data structures and algorithms interview questions and their solutions
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
sudo nvram boot-args="iog=0x0" | |
sudo nvram -d boot-args |
- Use namespaces
<?php
namespace App\Models;
class Business extends \Eloquent
{
protected $table = 'businesses';
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
#Laura Maia e Letícia Barreto | |
import requests | |
from bs4 import BeautifulSoup | |
url='https://pt.wikipedia.org/wiki/Os_100_livros_do_s%C3%A9culo_segundo_Le_Monde' | |
soup = BeautifulSoup(requests.get(url).text, 'html.parser') | |
nome=[nome.string.strip() | |
for nome in soup.findAll('i')] | |
ranking=[rank.string |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<preferences> | |
<option name="ACTION_DELAY_0" value="2000"/> | |
<option name="ACTION_DELAY_1" value="2000"/> | |
<option name="ACTION_DELAY_2" value="2000"/> | |
<option name="ACTION_DELAY_3" value="2000"/> | |
<option name="ACTION_DELAY_4" value="1000"/> | |
<option name="ACTION_DELAY_5" value="200"/> | |
<option name="ACTION_DELAY_6" value="200"/> | |
<option name="ACTION_DELAY_7" value="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
. .venv/Scripts/activate |
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
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | |
# CONSIDERAÇÕES # | |
# - As imagens do alpine da Microsoft são para o .NET CORE 2.1 # | |
# - Utiliza dois containers para a montagem da imagem (Multisgage) # | |
# - Container compila, e as dlls são enviadas para um novo # | |
# - Cada um possui uma imagem base especifica # | |
# - A variável de ambiente "ASPNETCORE_URLS" é obrigatória para o # | |
# bind # | |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | |
FROM microsoft/dotnet-nightly:2.0-sdk AS build |
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
files: | |
"/etc/php.d/99uploadsize.ini": | |
mode: "000644" | |
owner: root | |
group: root | |
content: | | |
upload_max_filesize = 100M | |
post_max_size = 100M | |
commands: | |
remove_old_ini: |
To start using this site you need to have a GitHub account to sign in. Once signed in it will create your profiles information based on your GitHub account and return you to your brand new profile page. Click the profile editor button to enter in if you want to be a student, partner or teacher. You should also enter in what skills you have and what skills you are looking to learn on this page.
Once you have your profile how you like it, head on over to the search page to look for what you want to use on your next project and what kind of partner you are looking for. After hitting the search button we will find the very best matches for you to begin your pair programming journey!