This file contains hidden or 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
// | |
// main.cpp | |
// Prime | |
// | |
// Created by Ehsan Ghasemlou on 8/25/16. | |
// Copyright © 2016 Ehsan Ghasemlou. All rights reserved. | |
// | |
// XMMMWMMM@MMMMMMMMMi | |
// 7MMMMMMMMMMMMMMMMMMW, | |
// MMMMMMMMMM0W@@80MMMMMMi |
This file contains hidden or 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
// | |
// main.cpp | |
// Perfect | |
// | |
// Created by Ehsan Ghasemlou on 8/25/16. | |
// Copyright © 2016 Ehsan Ghasemlou. All rights reserved. | |
// | |
// XMMMWMMM@MMMMMMMMMi | |
// 7MMMMMMMMMMMMMMMMMMW, | |
// MMMMMMMMMM0W@@80MMMMMMi |
This file contains hidden or 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
// | |
// main.cpp | |
// Amicable | |
// | |
// Created by Ehsan Ghasemlou on 8/27/16. | |
// Copyright © 2016 Ehsan Ghasemlou. All rights reserved. | |
// | |
// XMMMWMMM@MMMMMMMMMi | |
// 7MMMMMMMMMMMMMMMMMMW, | |
// MMMMMMMMMM0W@@80MMMMMMi |
This file contains hidden or 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
// | |
// main.cpp | |
// Fibonochi | |
// | |
// Created by Ehsan Ghasemlou on 9/10/16. | |
// Copyright © 2016 Ehsan Ghasemlou. All rights reserved. | |
// | |
// XMMMWMMM@MMMMMMMMMi | |
// 7MMMMMMMMMMMMMMMMMMW, | |
// MMMMMMMMMM0W@@80MMMMMMi |
This file contains hidden or 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
#!/bin/bash | |
# XMMMWMMM@MMMMMMMMMi | |
# 7MMMMMMMMMMMMMMMMMMW, | |
# MMMMMMMMMM0W@@80MMMMMMi | |
# SMM@Xrrri:, ,rWMMM7 | |
# .MM2. ,8MMB | |
# XMW . i@MM: | |
# SM2.. iBMM: | |
# rM0. . :MMM. |
This file contains hidden or 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
REM | |
REM DNS.bat | |
REM add all Public DNS in Windows Os | |
REM | |
REM Created by Ehsan Ghasemlou on 04/03/17. | |
REM Copyright © 2017 Ehsan Ghasemlou. All rights reserved. | |
REM XMMMWMMM@MMMMMMMMMi | |
REM 7MMMMMMMMMMMMMMMMMMW, | |
REM MMMMMMMMMM0W@@80MMMMMMi | |
REM SMM@Xrrri:, ,rWMMM7 |
This file contains hidden or 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
#!/bin/sh | |
# SimpleScalar simplesim-3v0e and GCC PISA Cross Compiler gcc-2.7.2.3.ss and Wattch sim-wattch-1.02e Auto Installer | |
# Just run the script and enter your password when it needs | |
# XMMMWMMMMMMMMMMMMi | |
# 7MMMMMMMMMMMMMMMMMMW, | |
# MMMMMMMMMM0W@@80MMMMMMi | |
# SMMXrrri:, ,rWMMM7 | |
# .MM2. ,8MMB | |
# XMW . iMM: | |
# SM2.. iBMM: |
This file contains hidden or 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
#!/bin/bash | |
# Are we root user? | |
myname=`whoami` | |
if [ $myname != root ]; then | |
#echo "\033[31m" | |
echo "you must be root to run this script" | |
#echo "\033[0m" | |
exit 1 | |
fi |
This file contains hidden or 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
mdfind "prestashop" | |
pwd | |
grep -r 'prestashop' /Users/ehsan/Downloads/prestashop_1.7.2.4/prestashop | |
grep --help | |
man grep | |
grep -r 'prestashop' /Users/ehsan/Downloads/prestashop_1.7.2.4/prestashop | xargs sed -i 's/prestashop/pcrider/g' | |
grep -r 'prestashop' /Users/ehsan/Downloads/prestashop_1.7.2.4/prestashop | |
grep -r 'prestashop' /. | xargs sed -i 's/prestashop/pcrider/g' | |
grep -r 'prestashop' \. | xargs sed -i 's/prestashop/pcrider/g' | |
grep -r 'prestashop' /.. | xargs sed -i 's/prestashop/pcrider/g' |
This file contains hidden or 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 apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install git g++ zlib1g-dev | |
git clone git://github.com/SCons/scons.git | |
cd scons | |
python bootstrap.py build/scons | |
cd build/scons | |
sudo python setup.py install | |
cd ../../.. | |
git clone git://git.gnome.org/vinagre.git |
OlderNewer