CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file
| <!DOCTYPE HTML> | |
| <html lang="en-US"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>test upload by chunk</title> | |
| </head> | |
| <body> | |
| <input type="file" id="f" /> | |
| <script src="script.js"></script> |
CentOS, Ubuntu, Slackware, etc. Whatever Linux-based OS it is, you can create a bootable USB for it by using a Mac.
Download it, copy it, whatever it takes to prepare that Linux-based OS .iso file
| extension UILabel { | |
| static func spaceLabel() -> UILabel { | |
| let spacingLabel = UILabel() | |
| spacingLabel.frame = CGRect(x: 0, y: 0, width: 150, height: 50) | |
| spacingLabel.textColor = .white | |
| spacingLabel.textAlignment = .center | |
| spacingLabel.font = UIFont.boldSystemFont(ofSize: 18) | |
| spacingLabel.text = "LIKE ME" | |
| spacingLabel.backgroundColor = .red |
| /* | |
| Create SLUG from a string | |
| This function rewrite the string prototype and also | |
| replace latin and other special characters. | |
| Forked by Gabriel Froes - https://gist.github.com/gabrielfroes | |
| Original Author: Mathew Byrne - https://gist.github.com/mathewbyrne/1280286 | |
| */ | |
| if (!String.prototype.slugify) { | |
| String.prototype.slugify = function () { |
A (G D) # Intro
A D A # A alegria está no coração
A B E # A verdadeira paz só tem aquele
A A7 D Dm A E A # O sentimento | Posso pisar numa tropa| <?php | |
| // Test cards | |
| $cards = array( | |
| '378282246310005', // American Express | |
| '371449635398431', // American Express | |
| '5078601870000127985', // Aura | |
| '5078601800003247449', // Aura | |
| '30569309025904', // Diners Club | |
| '38520000023237', // Diners Club |
| // ==UserScript== | |
| // @name Medium: remove location hash | |
| // @namespace http://efcl.info/ | |
| // @description Remove location hash from medium | |
| // @include https://medium.com/*#* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| function removeLocationHash(){ |