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
Sub Main() | |
Console.Title = "ACID CALC" | |
Dim Result As Decimal | |
Dim Count As Long | |
Parallel.For(1, CLng(Math.Pow(Decimal.MaxValue, 1D / 3D) - Math.Pow(Decimal.MaxValue, 1D / 9D)), | |
Sub(index) | |
Count += 1 | |
Result += 2 / (index + index ^ 3) | |
Console.WriteLine("{0} Count:{1}", Result, Count) | |
End Sub) |
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
<style> | |
@charset 'UTF-8'; | |
@font-face { | |
font-family: 'Noto Sans Japanese'; | |
font-style: normal; | |
font-weight: 100; | |
src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype'); | |
} | |
body { | |
background-color: #222426; |
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
<!DOCTYPE html> | |
<meta charset="UTF-8" /> | |
<style> | |
@charset 'UTF-8'; | |
@font-face { | |
font-family: 'Noto Sans Japanese'; | |
font-style: normal; | |
font-weight: 100; | |
src: local('Noto Sans CJK JP Thin'), | |
url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'), |
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
using System; | |
using System.Collections.Generic; | |
using System.Data; | |
using System.Drawing; | |
using System.IO; | |
using System.Linq; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
namespace ImageLoad |
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
namespace ImageLoad | |
{ | |
partial class MainForm | |
{ | |
/// <summary> | |
/// 必要なデザイナー変数です。 | |
/// </summary> | |
private System.ComponentModel.IContainer components = null; | |
/// <summary> |
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
using System; | |
using System.Windows.Forms; | |
namespace ImageLoad | |
{ | |
static class Program | |
{ | |
/// <summary> | |
/// アプリケーションのメイン エントリ ポイントです。 | |
/// </summary> |
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
namespace ImageLoad | |
{ | |
partial class MainForm | |
{ | |
/// <summary> | |
/// 必要なデザイナー変数です。 | |
/// </summary> | |
private System.ComponentModel.IContainer components = null; | |
/// <summary> |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Splash Screen</title> | |
<style> | |
body { | |
font-family: 'Segoe UI'; |
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
720 |
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
-----BEGIN CERTIFICATE----- | |
MIIFNTCCBB2gAwIBAgIQQCrbqKjK6rWnNOYpDrt2yjANBgkqhkiG9w0BAQsFADCB | |
lzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G | |
A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxPTA7BgNV | |
BAMTNENPTU9ETyBSU0EgQ2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBTZWN1cmUg | |
RW1haWwgQ0EwHhcNMTcxMDE1MDAwMDAwWhcNMTgxMDE1MjM1OTU5WjAmMSQwIgYJ | |
KoZIhvcNAQkBFhVyb290QGFjaWQtY2hpY2tlbi5jb20wggEiMA0GCSqGSIb3DQEB | |
AQUAA4IBDwAwggEKAoIBAQDkRC5UzT/aV7YlePS63/kizOt3hCCx4/woryB95Lt2 | |
BpZN/E+WkMSrFo8hT0l630p5epbsg3iN4cbwqhHYybTRUkJnMVNC7E89wfUTGImn | |
TtVW90sHalkhJV1HyStX2/Jt0JgSfTk2HRmy3PgLQzsWXqxKDV+bQYEfrDTQjRuC |
OlderNewer