- version 3.6
Check those constraints:
$this->anything()
#!/bin/bash | |
# Delete all containers | |
# http://techoverflow.net/blog/2013/10/22/docker-remove-all-images-and-containers/ | |
docker rm $(docker ps -a -q) | |
# Delete all images | |
docker rmi $(docker images -q) |
<?php | |
/* | |
* Largest palindrome product | |
*/ | |
$max = 0; | |
$output = null; | |
for ($i = 100; $i < 10000; $i++ ) { | |
for ($j = 100; $j < 10000; $j++) { |
#!/bin/bash | |
git clone https://github.com/zealdocs/zeal.git | |
cd zeal | |
sudo apt-get install libarchive-dev libxcb-keysyms1-dev libqt5webkit5-dev libqt5x11extras5-dev -y | |
sudo apt-get remove appmenu-qt5 -y | |
qmake | |
make | |
sudo make install |
#!/bin/bash | |
# Note that this script requires you to have | |
# an X window running on Display :90 | |
# This can be done by running: /usr/bin/Xvfb :90 -ac -screen 0 1024x768x8 & | |
# | |
# You can save this script as /etc/init.d/selenium to start and stop selenium | |
PORT=4444 | |
DESC="Selenium server" |
before_script: | |
- composer install --prefer-dist | |
job1: | |
script: | |
- vendor/bin/phpunit tests/ |
#/bin/bash | |
while (true); do | |
cpu_cur=$(( `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq` / 1000 )) | |
cpu_max=$(( `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq` / 1000 )) | |
cpu_min=$(( `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq` / 1000 )) | |
cpu_cur="$(printf "%4s" $cpu_cur)" | |
cpu_max="$(printf "%4s" $cpu_max)" | |
cpu_min="$(printf "%4s" $cpu_min)" | |
tempr=`cat /sys/devices/virtual/hwmon/hwmon1/temp1_input` | |
tempr="$(printf "%3s" $tempr)" |
#!/bin/bash | |
# Get the device id of the Synaptics TouchPad | |
id=12 | |
# Get the current state of the Device Enabled property | |
# The devString will look like: "Device Enabled (132): 0" | |
devString=$(xinput --list-props $id | grep "Device Enabled") | |
# Parse the devString into an array | |
read -a devString_array <<< "$devString" |
#!/bin/bash | |
################################################# | |
# This Script will Audit PHP For basic Security | |
# Author:- Kaustubh Padwad | |
################################################# | |
echo "Please Enter The Path Of php in front of script" | |
#Expose php This should be OFF | |
GPASS="php Expose" |
I hereby claim:
To claim this, I am signing this object: