I hereby claim:
- I am ibnux on github.
- I am ibnux (https://keybase.io/ibnux) on keybase.
- I have a public key ASBzi3k6eRNZsjQENN1gjWhz7T3NYMYrb1HpFVhLgGLjiQo
To claim this, I am signing this object:
| <?php | |
| // php -f convertKeyGenMusic.php | |
| $path = "KEYGENMUSiC/"; | |
| $command = '/Applications/VLC.app/Contents/MacOS/VLC -I dummy -vvv --sout \ | |
| "#transcode{acodec=MP3,ab=128}:std{access=file,mux=wav,dst="/Users/ibnux/Desktop/KeyGenMusic_MusicPack_2020-03-full/MUSICKEYGEN/[DEST]"}" \ | |
| "/Users/ibnux/Desktop/KeyGenMusic_MusicPack_2020-03-full/[SOURCE]" vlc://quit'; | |
| scanDirectory($path); | |
| function scanDirectory($path){ |
| <?php | |
| $class = array(); | |
| $path = "template/"; | |
| cariFile($path); | |
| print_r($class); | |
| file_put_contents("css_class.json",json_encode($class,JSON_PRETTY_PRINT)); | |
| //class=" | |
| function cariFile($path){ | |
| $list = scandir($path); |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| // Validasi KTP sederhana | |
| function cekKTP($nik,$tanggal,$bulan,$tahun){ | |
| if(strlen($nik) != 16){ | |
| return false; | |
| } | |
| $d = substr($nik, 6, 2); | |
| $m = substr($nik, 8, 2); | |
| $y = substr($nik, 10, 2); | |
| :local queueName "Client-$leaseActMAC"; | |
| :local ipAdd "$leaseActIP/32"; | |
| :if ([:len [/queue simple find name=$queueName]] = 0) do={ | |
| :log info "No Queue"; | |
| /queue simple add name=$queueName target=($ipAdd) limit-at=10M/4M max-limit=10M/4M comment=[/ip dhcp-server lease get [find where active-mac-address=$leaseActMAC && active-address=$leaseActIP] host-name]; | |
| } else={ | |
| :log info "exists"; | |
| :local ada [/queue simple get [find name=$queueName] target]; |
| package your.package; | |
| import android.content.Context; | |
| import javax.net.ssl.SSLContext; | |
| import javax.net.ssl.TrustManagerFactory; | |
| import java.io.BufferedInputStream; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.security.KeyManagementException; |
| #!/bin/bash | |
| # set an infinite loop | |
| echo "pokestop @ alun2 serang" | |
| echo "10 seconds before started" | |
| while : | |
| do | |
| echo "tap left pokestop x=200 y=800" | |
| input touchscreen tap 200 800 | |
| echo "sleep 2 second" | |
| sleep 2 |
| import android.content.Context; | |
| import android.graphics.Bitmap; | |
| import android.graphics.drawable.BitmapDrawable; | |
| import android.graphics.drawable.Drawable; | |
| import android.widget.ImageView; | |
| import com.squareup.picasso.Callback; | |
| import com.squareup.picasso.Picasso; | |
| import com.squareup.picasso.RequestCreator; | |
| import com.squareup.picasso.Transformation; |
| <?php | |
| /* Waruga installer | |
| aplikasi untuk Install Waruga | |
| http://ibnux.github.io/Waruga/ | |
| Untuk PC atau laptop jalankan di webserver PHP | |
| Untuk Android install aplikasi Server for PHP | |
| https://play.google.com/store/apps/details?id=com.esminis.server.php | |
| jalankan aplikasi untuk install server |
| <?php | |
| /* | |
| Created by @ibnux January 2015 | |
| Use with your own risk | |
| This script for converting all videos on your NAS | |
| i use this script for converting video on my Synology NAS | |
| This will recursively convert all your video | |
| put this in your home folder |