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
| <?php | |
| function postlinkPart1() | |
| { | |
| return [ | |
| ['text'=>'Extra','url'=>'https://t.me/french_learn/4'] , | |
| ['text'=>'Frenchin Action','url'=>'https://t.me/french_learn/37'] , | |
| ['text'=>'Michel Thomas Foundation Learning French','url'=>'https://t.me/french_learn/98'] , | |
| ['text'=>'Pimsleur French','url'=>'https://t.me/french_learn/289'] , | |
| ['text'=>'Linguaphone Getting start','url'=>'https://t.me/french_learn/424'] , |
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
| <?php | |
| function postlinkPart1() | |
| { | |
| return [ | |
| ['text'=>'Extra','url'=>'https://t.me/french_learn/4'] , | |
| ['text'=>'Frenchin Action','url'=>'https://t.me/french_learn/37'] , | |
| ['text'=>'Michel Thomas Foundation Learning French','url'=>'https://t.me/french_learn/98'] , | |
| ['text'=>'Pimsleur French','url'=>'https://t.me/french_learn/289'] , | |
| ['text'=>'Linguaphone Getting start','url'=>'https://t.me/french_learn/424'] , |
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
| # reference: https://stackabuse.com/creating-a-neural-network-from-scratch-in-python/ | |
| import numpy as np | |
| # The Problem | |
| # Suppose we have some information about | |
| # obesity, smoking habits, and exercise habits of five people. | |
| # We also know whether these people are diabetic or not. | |
| # Our dataset looks like this: | |
| # |
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
| <?php | |
| $emoji =[ | |
| '😀', | |
| '😃', | |
| '😄', | |
| '😁', | |
| '😆', | |
| '😅', | |
| '🤣', | |
| '😂', |
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 su - | |
| sudo yum install epel-release | |
| sudo rpm -v --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro | |
| sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm | |
| sudo yum install ffmpeg ffmpeg-devel | |
| ffmpeg -version |
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 su - | |
| sudo yum install epel-release | |
| sudo rpm -v --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro | |
| sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm | |
| sudo yum install ffmpeg ffmpeg-devel | |
| ffmpeg -version |
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
| <?php | |
| $token = YOUR_BOT_TOKEN; | |
| //your bot must be admin of both channel. | |
| $original_from_chat_id = ORIGINAL_CHAT_ID; // like this -1001122688109 | |
| $target_chat_id = TARGET_CHAT_ID; // like this -1001131688104 | |
This file has been truncated, but you can view the full file.
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
| SET ANSI_NULLS ON | |
| GO | |
| SET QUOTED_IDENTIFIER ON | |
| GO | |
| CREATE TABLE [dbo].[calender]( | |
| [Id] [numeric](18, 0) NOT NULL, | |
| [GDate] [date] NULL, | |
| [PMonth] [smallint] NULL, |
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
| # install ffmpeg https://gist.github.com/ybagheri/566971246c9446a5d493b0f8bc922af8 | |
| sudo su - | |
| yum install xz | |
| cd /usr/local/bin | |
| mkdir ffmpeg | |
| cd ffmpeg | |
| wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-i686-static.tar.xz |
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
| # install ffmpeg | |
| sudo su - | |
| yum install xz | |
| cd /usr/local/bin | |
| mkdir ffmpeg | |
| cd ffmpeg | |
| wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-i686-static.tar.xz |