Skip to content

Instantly share code, notes, and snippets.

View rafaelribeiroo's full-sized avatar
🎯
Focusing

Rafael Ribeiro rafaelribeiroo

🎯
Focusing
  • Franca/Sao Paulo
View GitHub Profile
sleep 0.1s; echo -e ${c[2]}"[ 03 ]"${c[6]}${c[0]}" ELEMENTARY THEME ${e[3]}"${c[6]}
#======================#
elementary() {
module='docky'
if [[ $(dpkg -l | awk "/${module}/ {print }"|wc -l) -ge 1 ]]; then
printf "\n${c[3]}%s${c[6]} ${c[0]}%s [INSTALLED]${c[6]}\n\n" ${module} "${line:${#module}}"
alignment top_right
background = true
border_width 1
color1 07CC0D
color2 D1E7D1
color3 FF0000
color4 FFFFFF
cpu_avg_samples 2
default_color D1E7D1
default_outline_color white
#!/usr/bin/env bash
declare -A f=(
[askpass]=/lib/cryptsetup/askpass
)
declare -A c=(
[WHITE]='\033[1;37m'
[RED]='\033[31;1m'
[RED-BLINK]='\033[31;1;5m'
{"lastUpload":"2021-01-04T04:56:35.455Z","extensionVersion":"v3.4.3"}
// CRACK PARA SUBLIME TEXT 4
// Create for Codigo Cristo
#include <stdio.h>
#include <stdlib.h>
void patch_sublime ();
void patch_merge ();
void msg_end ();
# pip install webdriver-manager selenium psycopg2
from selenium.webdriver.support import expected_conditions as EC
from webdriver_manager.chrome import ChromeDriverManager
from selenium.common.exceptions import TimeoutException
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
from bs4 import BeautifulSoup as beauty
from selenium import webdriver
#!/usr/bin/env zsh
declare -A f=(
[user_dirs]=~/.config/user-dirs.dirs
[null]=/dev/null
)
source "${f[user_dirs]}"
declare -a d=(
#!/usr/bin/env bash
declare -A f=(
[user_dirs]=~/.config/user-dirs.dirs
[null]=/dev/null
)
source "${f[user_dirs]}"
declare -a d=(
biggest_index, objectt = max(enumerate(
handle.torrent_file().files()
), key=lambda x :x[1].size)
WARNING
/workspace/get_mail.py:139: DeprecationWarning: __iter__ is deprecated
biggest_index, objectt = max(enumerate(
/workspace/get_mail.py:141: DeprecationWarning: file_entry is deprecated
), key=lambda x :x[1].size)
from flask import Response, request
from decouple import config
from random import randint
from requests import post
from flask import Flask
quotes = (
'Ilyena, my love, forgive me!',
'A man who trusts everyone is a fool, and a man who trusts no one is a fool. We are all fools, if we live long enough.',
'What you want is what you cannot have. What you cannot have is what you want.',