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
/*Three_post_date*/ | |
/*Persian date*/ | |
echo date_i18n( get_option( 'date_format' ), strtotime( '11/15-1976' ) ).'<span> </span>,'; | |
/*Arabic date*/ | |
echo arabicDate('hj:j F Y ',time()).'<span> </span>,'; | |
/*English date*/ | |
echo date('l F j Y'); | |
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
export DESTDIR="/home/sp/Downloads/soroush-linux-0.13.3" && make install |
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
if [ -d "$HOME/bin" ] ; then | |
PATH="$PATH:$HOME/bin" | |
fi |
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
LD_LIBRARY_PATH=/home/sp/Downloads/soroush-linux-0.13.3/usr/local/lib | |
export LD_LIBRARY_PATH | |
echo $LD_LIBRARY_PATH | |
exec ./Soroush-X86-64-0.13.3.run |
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
env CPPFLAGS='-I/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/include' LDFLAGS='-L/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/lib' ../configure | |
--with-openssl-includes=/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/include --with-openssl-libraries=/home/sp/Downloads/psiphon-master/openssh-5.9p1/dependency/usr/local/lib |
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
#include <iostream> | |
#include <fstream> | |
#include <string> | |
#include <iostream> | |
#include"sajad_Math_lab" | |
#include <stdint.h> | |
#include <stdio.h> | |
using namespace std; | |