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
| [1633274, 12002730, 164623, 2230359, 122372, 755129, 4642657, 6332005, 13007040, 11435832, 390455, 16186511, 236328, 3212084, 2393746, 14201186, 6350104, 7116575, 2008822, 2005161, 881764, 655960, 6037154, 14590806, 660269, 586045, 6208938, 1614697, 22783, 9518973, 346, 190377, 170464, 1994637, 1798613, 145719, 237196, 226794, 283275, 167837, 184123, 36501, 2666814, 8253, 215082, 316309, 5804082, 109923, 6017752, 29984, 851453, 3499635, 4427149, 4545, 1197616, 3066730, 451367, 274698, 1729715, 741807, 1102733, 543075, 1054550, 83235, 29524] |
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
| $ choco list -lo | |
| Chocolatey v0.10.8 | |
| 7zip.commandline 16.02.0.20170209 | |
| 7zip.install 16.4.0.20170403 | |
| 7zip.portable 16.04 | |
| AdobeAIR 24.0.0.180 | |
| adobereader 2015.007.20033.01 | |
| android-sdk 25.2.3.1 | |
| arduino 1.6.7 | |
| arduinoide 1.6.1 |
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
| Sclipting (Kanji Only) | |
| 丟虛根講拾止半貳負并 | |
| 貶跟平重增上終并首貳 | |
| 加鈉叁硼壹貶貶鎂銀壹 | |
| 加氦首跟加磷柒增氧蟜 | |
| 首加鋁銅各字終 135 hakatashi |
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
| request = require 'C:\\Users\\hakatashi\\node_modules\\request' | |
| cheerio = require 'C:\\Users\\hakatashi\\node_modules\\cheerio' | |
| async = require 'C:\\Users\\hakatashi\\node_modules\\async' | |
| file = require 'C:\\Users\\hakatashi\\node_modules\\file' | |
| sanitize = require 'C:\\Users\\hakatashi\\node_modules\\sanitize-filename' | |
| mkdirp = require 'C:\\Users\\hakatashi\\node_modules\\mkdirp' | |
| colors = require 'C:\\Users\\hakatashi\\node_modules\\colors' | |
| fs = require 'fs' | |
| path = require 'path' |
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
| ._image-items { | |
| text-align: center; | |
| } | |
| .image-item { | |
| display: inline-block; | |
| height: 350px; | |
| width: auto; | |
| padding: 0; | |
| margin: 2px; |
以下のコードは、与えられたテキスト内からURLらしき文字列を探して、それらを<a>要素でリンクにしたHTMLを生成するJavaScriptの関数であるとします。攻撃者が引数 text の中身を自由に制御可能な場合、このコードにはどのような問題点があるか、またこのコードを修正するとすればどのようにすればよいか、自分なりに考察して書いてください。
function makeUrlLinks( text ){
var html = text.replace( /[\w]+:\/\/[\w\.\-]+\/[^\r\n \t<>"']*/g, function( url ){
return "<a href=" + url + ">" + url + "</a>";
} );
document.getElementById( "output" ).innerHTML = html;
}
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
| # Simulate the solar irradiance from the earth | |
| import numpy as np | |
| from scipy.constants import * | |
| # Prompt Solar Temperature (ideally around 5800K) | |
| T = int(input('Temperature? ')) | |
| # Constants | |
| Rsun = 6.96e8 # Solar radius (m) |
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
| [36mBuilt-in Atom packages[39m (85) | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] | |
| ├── [email protected] |
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
| hakatashi@HAKATAPAD C:\Users\hakatashi | |
| $ choco list -lo | |
| Chocolatey v0.9.9.5 | |
| 7zip 9.22.01.20130618 | |
| 7zip.commandline 9.20.0.20130618 | |
| 7zip.install 9.22.01.20130618 | |
| AdobeAIR 15.0.0.249 | |
| adobereader 11.0.10 | |
| android-sdk 24.0.2 | |
| arduinoide 1.6.1 |