| skondal (HTML) |
ayoub_qaffou |
2019-09-23 05:52 |
|
<?PHP
# to be like this for examlple
GIF89;aGIF89;aGIF89;a<html>
<head>
<title>PHP Test</title>
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="fileToUpload" id="fileToUpload">
<inp... |
| skondal (PHP) |
ayoub_qaffou |
2019-09-23 05:51 |
|
<?PHP
# to be like this for examlple
GIF89;aGIF89;aGIF89;a<html>
<head>
<title>PHP Test</title>
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="fileToUpload" id="fileToUpload">
<inp... |
| Untitled (Plain text) |
abozahra2010 |
2019-09-08 20:49 |
|
By using this website, you agree to be bound by these terms and conditions. |
| Skia Win32 patch (Diff) |
starg |
2019-09-08 03:03 |
|
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn
index d931b32f74..9187a46928 100644
--- a/gn/toolchain/BUILD.gn
+++ b/gn/toolchain/BUILD.gn
@@ -39,7 +39,7 @@ toolchain("msvc") {
if (target_cpu == "x86") {
# Toolc... |
| 1年分プレミアム料金を一括払いすると無料でプレミアム会員券がもらえる広告バナーを消す.user.js (JavaScript) |
dyknon |
2019-09-02 23:55 |
|
せっかく書いたので置いとく。 |
| Untitled (Plain text) |
browneyes_joe |
2019-08-08 03:16 |
|
Lsibility>1</visibility> <name>+1-435-260-7639</name> <description>phone</description> <atom:author> <atom:name /> </atom:author> <atom:link href="" /> <ExtendedData> <Data name="comment"> <value /> </Data> </ExtendedData> <TimeStamp> <w... |
| QEMUの起動オプジョン (Shell) |
cmplstofb |
2019-07-29 19:03 |
|
x86/legacy BIOS
amd64/UEFI BIOS
Windows |
| ラップトップの電池残量を端末から確認する (Shell) |
cmplstofb |
2019-07-29 18:07 |
|
upower -i "$(upower -e | grep 'battery_BAT' | head -n 1)" | \
grep 'percentage:' | \
tr -s ' ' | \
sed 's/[[:space:]]*percentage/残量/1' |
| TeXワンライナー (Shell) |
cmplstofb |
2019-07-29 18:04 |
|
要TeX Live(2016以降?) |
| 各種アプリケーション最新版ダウンロード・検証(端末から) (Shell) |
cmplstofb |
2019-07-29 17:46 |
|
# Mozilla Firefox
V=$(curl -L 'http://releases.mozilla.org/pub/firefox/releases/' -s |
sed -n -e 's/.*<a[^>]*>\([[:digit:]][[:digit:].]*\)\/<\/a>.*/\1/1p' |
sort -n -t '.' | tail -n 1)
wget 'https://ftp.mozilla.org/pub/firefox/releas... |