Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Mac /
PythonLauncher /
Delete
Unzip
Name
Size
Permission
Date
Action
English.lproj
[ DIR ]
drwxr-xr-x
2024-03-19 22:46
FileSettings.h
1.85
KB
-rw-r--r--
2024-03-19 22:46
FileSettings.m
9.44
KB
-rw-r--r--
2024-03-19 22:46
Info.plist.in
2.06
KB
-rw-r--r--
2024-03-19 22:46
Makefile.in
2.85
KB
-rw-r--r--
2024-03-19 22:46
MyAppDelegate.h
290
B
-rw-r--r--
2024-03-19 22:46
MyAppDelegate.m
2.63
KB
-rw-r--r--
2024-03-19 22:46
MyDocument.h
958
B
-rw-r--r--
2024-03-19 22:46
MyDocument.m
4.54
KB
-rw-r--r--
2024-03-19 22:46
PreferencesWindowController.h
1.02
KB
-rw-r--r--
2024-03-19 22:46
PreferencesWindowController.m
2.93
KB
-rw-r--r--
2024-03-19 22:46
doscript.h
228
B
-rw-r--r--
2024-03-19 22:46
doscript.m
1.68
KB
-rw-r--r--
2024-03-19 22:46
factorySettings.plist
2.63
KB
-rw-r--r--
2024-03-19 22:46
main.m
340
B
-rw-r--r--
2024-03-19 22:46
Save
Rename
// // MyDocument.h // PythonLauncher // // Created by Jack Jansen on Fri Jul 19 2002. // Copyright (c) 2002 __MyCompanyName__. All rights reserved. // #import <Cocoa/Cocoa.h> #import "FileSettings.h" @interface MyDocument : NSDocument <FileSettingsSource> { IBOutlet NSTextField *interpreter; IBOutlet NSButton *honourhashbang; IBOutlet NSButton *debug; IBOutlet NSButton *verbose; IBOutlet NSButton *inspect; IBOutlet NSButton *optimize; IBOutlet NSButton *nosite; IBOutlet NSButton *tabs; IBOutlet NSTextField *others; IBOutlet NSButton *with_terminal; IBOutlet NSTextField *scriptargs; IBOutlet NSTextField *commandline; NSString *script; NSString *filetype; FileSettings *settings; } - (IBAction)do_run:(id)sender; - (IBAction)do_cancel:(id)sender; - (IBAction)do_reset:(id)sender; - (IBAction)do_apply:(id)sender; - (void)controlTextDidChange:(NSNotification *)aNotification; @end