Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
export const CREATEOPTIONS = 'CREATEOPTIONS'; | |
export const FILLPUZZLE = 'FILLPUZZLE'; | |
export const createOptions = (opts, wordList) => { | |
const options = {}; | |
options.width = opts.width || wordList[0].length; | |
options.height = opts.height || wordList[0].length; | |
options.preferOverlap = opts.preferOverlap === undefined ? true : opts.preferOverlap; | |
options.fillBlanks = opts.fillBlanks === undefined ? true : opts.fillBlanks; |
find ~/public_html -type f -iname "*.php" ! -iname "importbuddy.php" ! -iname "_repairbuddy.php" ! -iname "class-smtp.php" ! -iname "Excel5.php" ! -iname "OLERead.php"| xargs -i egrep -Hli '\@\$GLOBALS.*continue|GLOBALS.*x61|FbU73jxn|edE0lF|IGlmICgg|"1.sh"|GLOBALS.*ieetj84|rBOxlFeDa|rWmpisiBWQ|na20571|eval.*q272748|GET.*ineedthispage|x77.x69.x76|rWmyiJg3T|hacked\ by|eNqdWPtv|vd56b6998|filesman|Googleman|YYKJKaSZ.*\$_POST.*ppeRDsIfDuUi|5ebfbb39|c99shell|bar\/index|client.*x05.x01|POST.*do.*brut|img.*empty.*referrer|AtOPvMzpDq|5UpbRhpW|Qb08tTv2|ko0l|eval.stripslashes.array_pop\(\$_POST|www.*_POST.*yt.*ad.e|QGluaV9|doctoregpg|AnonGhost|AJVkA2M4om|an9dcW1i|PCT4BA6OD|aXNfdXBsb|zZ3HjuNg|E7DsuED2|DarkCrewFriends|zaprosname|HZBL02N|edoced|ZXZhbChiY|7X17f9rG' "{}" |
import re | |
import httplib | |
import urllib, urllib2, cookielib | |
def solve(n): | |
sum = 0 | |
i = 0 | |
num = 2 | |
while i < n: | |
f = 0 |
# XCode Command Line Tools | |
>xcode-select --install | |
# Install Homebrew | |
>ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
>echo PATH=/usr/local/bin:/usr/local/sbin:$PATH >> ~/.bash_profile | |
>source ~/.bash_profile | |
>brew tap homebrew/versions |
$(-> | |
token = $('meta[name="csrf-token"]').attr('content') | |
$.ajaxPrefilter((options, originalOptions, xhr)-> | |
xhr.setRequestHeader('X-CSRF-Token', token) | |
) | |
) |
In this article, I'll walk through a basic Rails (3.2.x) setup for creating a nested resource for two models. Nested resources work well when you want to build out URL structure between two related models, and still maintain a RESTful convention. This code assumes you are running RVM to manage Ruby/Gem versions, and Git for version control.
$ mkdir family # create rvm gemset
$ echo "rvm use --create ruby-1.9.2@family" > family/.rvmrc
$ cd family # install rails
$ gem install rails # create new rails project
$ rails new . # version control
p Something something. Oh yeah you need a new line | |
a(href="#") those | |
| spaces are importantand then a pipe with more spaces to get ur text on the same line, that's usefull. |
background do | |
set_omniauth() | |
click_link_or_button 'Sign up with Facebook' | |
end |