Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
GDBM /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
301
B
-rw-r--r--
2023-07-26 17:26
%5b%5d-i.ri
247
B
-rw-r--r--
2023-07-26 17:26
cachesize%3d-i.ri
282
B
-rw-r--r--
2023-07-26 17:26
cdesc-GDBM.ri
3.6
KB
-rw-r--r--
2023-07-26 17:26
clear-i.ri
252
B
-rw-r--r--
2023-07-26 17:26
close-i.ri
241
B
-rw-r--r--
2023-07-26 17:26
closed%3f-i.ri
283
B
-rw-r--r--
2023-07-26 17:26
delete-i.ri
377
B
-rw-r--r--
2023-07-26 17:26
delete_if-i.ri
362
B
-rw-r--r--
2023-07-26 17:26
each-i.ri
346
B
-rw-r--r--
2023-07-26 17:26
each_key-i.ri
317
B
-rw-r--r--
2023-07-26 17:26
each_pair-i.ri
356
B
-rw-r--r--
2023-07-26 17:26
each_value-i.ri
341
B
-rw-r--r--
2023-07-26 17:26
empty%3f-i.ri
256
B
-rw-r--r--
2023-07-26 17:26
fastmode%3d-i.ri
530
B
-rw-r--r--
2023-07-26 17:26
fetch-i.ri
366
B
-rw-r--r--
2023-07-26 17:26
has_key%3f-i.ri
351
B
-rw-r--r--
2023-07-26 17:26
has_value%3f-i.ri
361
B
-rw-r--r--
2023-07-26 17:26
include%3f-i.ri
351
B
-rw-r--r--
2023-07-26 17:26
invert-i.ri
296
B
-rw-r--r--
2023-07-26 17:26
key%3f-i.ri
343
B
-rw-r--r--
2023-07-26 17:26
key-i.ri
341
B
-rw-r--r--
2023-07-26 17:26
keys-i.ri
250
B
-rw-r--r--
2023-07-26 17:26
length-i.ri
286
B
-rw-r--r--
2023-07-26 17:26
member%3f-i.ri
349
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
1.49
KB
-rw-r--r--
2023-07-26 17:26
open-c.ri
849
B
-rw-r--r--
2023-07-26 17:26
reject%21-i.ri
358
B
-rw-r--r--
2023-07-26 17:26
reject-i.ri
375
B
-rw-r--r--
2023-07-26 17:26
reorganize-i.ri
405
B
-rw-r--r--
2023-07-26 17:26
replace-i.ri
333
B
-rw-r--r--
2023-07-26 17:26
select-i.ri
334
B
-rw-r--r--
2023-07-26 17:26
shift-i.ri
363
B
-rw-r--r--
2023-07-26 17:26
size-i.ri
282
B
-rw-r--r--
2023-07-26 17:26
store-i.ri
305
B
-rw-r--r--
2023-07-26 17:26
sync-i.ri
553
B
-rw-r--r--
2023-07-26 17:26
syncmode%3d-i.ri
728
B
-rw-r--r--
2023-07-26 17:26
to_a-i.ri
270
B
-rw-r--r--
2023-07-26 17:26
to_hash-i.ri
276
B
-rw-r--r--
2023-07-26 17:26
update-i.ri
380
B
-rw-r--r--
2023-07-26 17:26
value%3f-i.ri
353
B
-rw-r--r--
2023-07-26 17:26
values-i.ri
258
B
-rw-r--r--
2023-07-26 17:26
values_at-i.ri
302
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalClass[iI" GDBM:ET@I"Object;Fo:RDoc::Markup::Document:@parts[o;;[S:RDoc::Markup::Heading: leveli: textI"Summary;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph;[I"NRuby extension for GNU dbm (gdbm) -- a simple database engine for storing;TI"key-value pairs on disk.;T@S; ; i;I"Description;T@o; ;[I"PGNU dbm is a library for simple databases. A database is a file that stores;TI"Qkey-value pairs. Gdbm allows the user to store, retrieve, and delete data by;TI"Nkey. It furthermore allows a non-sorted traversal of all key-value pairs.;TI"GA gdbm database thus provides the same functionality as a hash. As;TI"Owith objects of the Hash class, elements can be accessed with <tt>[]</tt>.;TI"PFurthermore, GDBM mixes in the Enumerable module, thus providing convenient;TI"0methods such as #find, #collect, #map, etc.;T@o; ;[ I"OA process is allowed to open several different databases at the same time.;TI"PA process can open a database as a "reader" or a "writer". Whereas a reader;TI"Ohas only read-access to the database, a writer has read- and write-access.;TI"QA database can be accessed either by any number of readers or by exactly one;TI"writer at the same time.;T@S; ; i;I" Examples;T@o:RDoc::Markup::List: @type:NUMBER:@items[o:RDoc::Markup::ListItem:@label0;[o; ;[I"COpening/creating a database, and filling it with some entries:;T@o:RDoc::Markup::Verbatim;[I"require 'gdbm' ;FI" ;FI"&gdbm = GDBM.new("fruitstore.db") ;FI"gdbm["ananas"] = "3" ;FI"gdbm["banana"] = "8" ;FI" gdbm["cranberry"] = "4909" ;FI"gdbm.close ;Fo;;0;[o; ;[I"Reading out a database:;T@o;;[I"require 'gdbm' ;FI" ;FI"&gdbm = GDBM.new("fruitstore.db") ;FI"$gdbm.each_pair do |key, value| ;FI"" print "#{key}: #{value}\n" ;FI" end ;FI"gdbm.close ;Fo; ;[I" produces;T@o;;[I"banana: 8 ;FI"ananas: 3 ;FI"cranberry: 4909 ;FS; ; i;I" Links;T@o;;:BULLET;[o;;0;[o; ;[I"&http://www.gnu.org/software/gdbm/;T: @fileI"ext/gdbm/gdbm.c;T;0[ [ [I"READER;To;;[o; ;[I"!open database as a reader ;T;0@W[I"WRITER;To;;[o; ;[I"!open database as a writer ;T;0@W[I"WRCREAT;To;;[o; ;[I"Sopen database as a writer; if the database does not exist, create a new one ;T;0@W[I" NEWDB;To;;[o; ;[I"Dopen database as a writer; overwrite any existing databases ;T;0@W[I" FAST;To;;[o; ;[I"Fflag for #new and #open. this flag is obsolete for gdbm >= 1.8 ;T;0@W[I" SYNC;To;;[o; ;[I"5flag for #new and #open. only for gdbm >= 1.8 ;T;0@W[I"NOLOCK;To;;[o; ;[I"flag for #new and #open ;T;0@W[I"VERSION;To;;[o; ;[I""version of the gdbm library ;T;0@W[[I"Enumerable;Fo;;[ ;0@W[[I" class;F[[:public[[I"new;F@W[I" open;T@W[:protected[ [:private[ [I" instance;F[[;[-[I"[];T@W[I"[]=;T@W[I"cachesize=;T@W[I" clear;T@W[I" close;T@W[I"closed?;T@W[I"delete;T@W[I"delete_if;T@W[I" each;T@W[I" each_key;T@W[I"each_pair;T@W[I"each_value;T@W[I"empty?;T@W[I"fastmode=;T@W[I" fetch;T@W[I" has_key?;T@W[I"has_value?;T@W[I" include?;T@W[I"invert;T@W[I"key;T@W[I" key?;T@W[I" keys;T@W[I"length;T@W[I"member?;T@W[I"reject;T@W[I"reject!;T@W[I"reorganize;T@W[I"replace;T@W[I"select;T@W[I" shift;T@W[I" size;T@W[I" store;T@W[I" sync;T@W[I"syncmode=;T@W[I" to_a;T@W[I"to_hash;T@W[I"update;T@W[I"value?;T@W[I"values;T@W[I"values_at;T@W[;[ [;[