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 | |
/** | |
* Created By Fachruzi Ramadhan | |
* | |
* @Filename FileUploadTrait.php | |
* @LastModified 7/9/18 10:11 PM. | |
* | |
* Copyright (c) 2018. All rights reserved. | |
*/ |
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
// | |
// TestimonyCollectionViewController.swift | |
// EMtrade | |
// | |
// Created by Fachruzi Ramadhan on 02/09/20. | |
// Copyright © 2020 Fachruzi Ramadhan. All rights reserved. | |
// | |
import UIKit |
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
#!/usr/local/bin/perl | |
use LWP::UserAgent; | |
use HTTP::Request; | |
my $URL = 'https://api.telegram.org/bot6232831741:AAE6paXHDwHtwUk3uE8h4TdSUFIs4RYgiuA/sendMessage?parse_mode=markdown&chat_id=6220064293&text=SEMOGA%20CEPAT%20TERTANGKAP%20DAN%20TOBAT%2C%20INGAT%20ADA%20AZAB%20KUBUR%20SETELAH%20KEMATIAN%0A%0AMAMPUS%20GW%20SPAM'; | |
my $agent = LWP::UserAgent->new(env_proxy => 1,keep_alive => 1, timeout => 30, | |
ssl_opts => { | |
verify_hostname => 0, | |
SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_NONE |
OlderNewer