X



テスト
0001デフォルトの名無しさん
垢版 |
2020/06/10(水) 15:44:50.43ID:mTSVbvel
テスト
0024デフォルトの名無しさん
垢版 |
2022/04/08(金) 14:49:07.18ID:aIPGNTn3
test
0029デフォルトの名無しさん
垢版 |
2023/03/13(月) 09:45:38.59ID:zFLH7omb
アンカーテスト
>1,2,3
>1-3
≫1
≫1,2,3
≫1-3
0030デフォルトの名無しさん
垢版 |
2023/03/13(月) 12:12:38.00ID:bF2IN6wD
unicode テスト
・ω・) ด็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็.
0031デフォルトの名無しさん
垢版 |
2023/03/14(火) 04:23:53.19ID:e2oq2hux
 ด็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็.
0032デフォルトの名無しさん
垢版 |
2023/03/22(水) 19:49:16.58ID:xcDKza1R
かわいい  ด็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็็.
0033デフォルトの名無しさん
垢版 |
2023/05/02(火) 05:53:42.47ID:ii9s5t34
est
0034デフォルトの名無しさん
垢版 |
2023/05/02(火) 05:56:35.57ID:AFhqOHeB
マムコ
0035デフォルトの名無しさん
垢版 |
2023/05/02(火) 07:41:11.03ID:AFhqOHeB
mamuko
0036デフォルトの名無しさん
垢版 |
2023/05/02(火) 07:42:10.51ID:AFhqOHeB
ちんポロスッポンぴよ〜ん
0037デフォルトの名無しさん
垢版 |
2023/05/02(火) 07:44:04.63ID:AFhqOHeB
ムァムコ
0064デフォルトの名無しさん
垢版 |
2023/06/07(水) 12:48:27.97ID:N5ExRKDk
書き込み
0066デフォルトの名無しさん
垢版 |
2023/06/08(木) 21:28:02.92ID:sotZ+zry
for(;;);
0071デフォルトの名無しさん
垢版 |
2024/04/14(日) 11:26:35.91ID:A6nc8mUa
「@if …」から「//end」の範囲を CompileUpdateNewPostFtd.bat として保存

@if (0)==(0) echo off
set jsc=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\jsc.exe
"%jsc%" /nologo /debug+ /fast- /t:winexe /out:"%~dp0UpdateNewPostFtd.exe" "%~f0"
exit /b %ERRORLEVEL%
@end
import Microsoft.Win32;
import System;
import System.IO;
var arguments: String[] = Environment.GetCommandLineArgs();
if (arguments.Length == 1)
    Environment.Exit(0);
const live5chRegistoryKey: String
    = "HKEY_CURRENT_USER\\Software\\VB and VBA Program Settings\\Live2ch\\";
var live5chPath: String = Registry.GetValue(live5chRegistoryKey + "Path",
    "Path", Environment.CurrentDirectory + "/live2ch.exe");
var live5chDirectory: String = Path.GetDirectoryName(live5chPath);
var ftdPostFile = live5chDirectory + "\\newpost.ftd";
var maxPost: int = Int32.Parse(Registry.GetValue(
    live5chRegistoryKey + "Setting",
    "FtdMaxPost", Environment.CurrentDirectory + "\\live2ch.exe"));
/*
0072デフォルトの名無しさん
垢版 |
2024/04/14(日) 11:27:31.43ID:A6nc8mUa
*/
var arg: String = arguments[1];
var url: String;
if (/^https?:(\/\/.+\/)/.test(arg))
    url = "http:" + RegExp.$1;
else
    Environment.Exit(1);
var postUrl: Array = [url];
var sr : StreamReader = new StreamReader(ftdPostFile);
while (! sr.EndOfStream) {
    var u: String = sr.ReadLine();
    if (u != url)
        postUrl.push(u);
    if (postUrl.Length == maxPost)
        break;
}
sr.Close();
var sw : StreamWriter = new StreamWriter(ftdPostFile);
for (var i = 0; i < postUrl.length; i++)
    sw.WriteLine(postUrl[i]);
sw.Close();
//end
0073デフォルトの名無しさん
垢版 |
2024/04/14(日) 15:40:28.21ID:A6nc8mUa
訂正: 下から9行目 Length を length に修正して下さい

if (postUrl.Length == maxPost)

if (postUrl.length == maxPost)
レスを投稿する


ニューススポーツなんでも実況