task
stringlengths
12
101
input
stringlengths
0
88.4k
output
stringlengths
1
139k
options
list
pageTitle
stringlengths
0
1.11k
outputColName
stringlengths
1
1.13k
url
stringlengths
14
440
wdcFile
stringlengths
66
76
14439d23_terate_through_the_grid_s_rows__Description
[Collection] GridControl.FixedFooterRows [Description]
A list of all the fixed footer rows of the grid. The fixed footer rows are the rows found in the non-scrollable footer section of the grid. This section will not scroll with the grid body.
[]
How to iterate through the grid's rows
Description
http://doc.xceedsoft.com/products/Xceedgrid/How_to_iterate_through_the_grid_s_rows.html
17/1438042987228.91_20150728002307-00023-ip-10-236-191-2_74241206_1.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 2 [Climb name] YG Pull On [Grade]
f5
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 3 [Climb name] YG Up For Sloper [Grade]
f6B
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 4 [Climb name] YG Up For Jam [Grade]
f5
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 5 [Climb name] YG Up Right Side [Grade]
f6A
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 6 [Climb name] YG Sit Start Power [Grade]
f6B
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 7 [Climb name] YG One Move Wonder [Grade]
f7A
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
1e4da353_KC_Logbook___Ilkley_Buckstones__Grade
[0] 8 [Climb name] YG Hanging Slab [Grade]
f7B
[ [ "f", "5" ], [ "f", "6", "B" ], [ "f", "6", "A" ], [ "f", "7", "A" ], [ "f", "7", "B" ] ]
UKC Logbook - Ilkley Buckstones
Grade
http://www.ukclimbing.com/logbook/crag.php?id=12114
17/1438042987228.91_20150728002307-00215-ip-10-236-191-2_796174849_0.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] INCREMENT BY [Example] INCREMENT BY 1 [Description]
Specify the interval between sequence numbers. This integer value can be any positive or negative integer, but it cannot be 0. This value can have 28 or fewer digits. The absolute of this value must be less than the difference of MAXVALUE and MINVALUE. If this value is negative, then the sequence descends. If the incre...
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] START WITH [Example] START WITH 1000 [Description]
Specify the first sequence number to be generated. Use this clause to start an ascending sequence at a value greater than its minimum or to start a descending sequence at a value less than its maximum. For ascending sequences, the default value is the minimum value of the sequence. For descending sequences, the default...
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] MAXVALUE [Example] MAXVALUE 99999999 [Description]
Specify the maximum value the sequence can generate. This integer value can have 28 or fewer digits. MAXVALUE must be equal to or greater than START WITH and must be greater than MINVALUE.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOMAXVALUE [Example] NOMAXVALUE [Description]
Specify NOMAXVALUE to indicate a maximum value of 1 with 27 zeros for an ascending sequence or -1 for a descending sequence. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] MINVALUE [Example] MINVALUE=1 [Description]
Specify the minimum value of the sequence. This integer value can have 28 or fewer digits. MINVALUE must be less than or equal to START WITH and must be less than MAXVALUE.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOMINVALUE [Example] NOMINVALUE [Description]
Specify NOMINVALUE to indicate a minimum value of 1 for an ascending sequence or -1026 for a descending sequence. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] CYCLE [Example] CYCLE [Description]
Specify CYCLE to indicate that the sequence continues to generate values after reaching either its maximum or minimum value. After an ascending sequence reaches its maximum value, it generates its minimum value. After a descending sequence reaches its minimum, it generates its maximum.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOCYCLE [Example] NOCYCLE [Description]
Specify NOCYCLE to indicate that the sequence cannot generate more values after reaching its maximum or minimum value. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] CACHE [Example] CACHE 10 [Description]
Specify how many values of the sequence Oracle preallocates and keeps in memory for faster access. This integer value can have 28 or fewer digits. The minimum value for this parameter is 2. For sequences that cycle, this value must be less than the number of values in the cycle. You cannot cache more values than will f...
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOCACHE [Example] NOCACHE [Description]
Specify NOCACHE to indicate that values of the sequence are not preallocated. If you omit both CACHE and NOCACHE, Oracle caches 20 sequence numbers by default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] ORDER [Example] ORDER [Description]
Specify ORDER to guarantee that sequence numbers are generated in order of request. You may want to use this clause if you are using the sequence numbers as timestamps. Guaranteeing order is usually not important for sequences used to generate primary keys. ORDER is necessary only to guarantee ordered generation if you...
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
f499a1c0_quences_in_Oracle__autonumber___Description
[Parameter] NOORDER [Example] NOORDER [Description]
Specify NOORDER if you do not want to guarantee sequence numbers are generated in order of request. This is the default.
[]
How to use sequences in Oracle (autonumber)
Description
http://www.oradev.com/oracle_sequence.jsp
17/1438042987402.78_20150728002307-00261-ip-10-236-191-2_617530152_7.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Appbackr [Web Site] www.appbackr.com [Application]
App marketplace
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] BCCThis [Web Site] www.bccthis.com [Application]
Sticky notes for email
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] BioVantage [Web Site] www.biovantageresources.com [Application]
Water reclamation
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Breakthrough [Web Site] www.breakthrough.com [Application]
On line mental health counceling
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Jungle Cents [Web Site] www.junglecents.com [Application]
Auction
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Convergence CT [Web Site] www.@convergencect.com [Application]
Healthcare data
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Digital Sun [Web Site] www.digitalsun.com [Application]
Water Management
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Electradrive [Web Site] www.electradrive.net [Application]
Electric Drivetrain
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Evolver [Web Site] www.darwindimensions.com [Application]
3D characters
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] GreenPlatform [Web Site] www.greenplatformcorp.com [Application]
Data center storage
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Highflex [Web Site] www.highflexsolar.com [Application]
Flexible photovoltaics
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] jMango [Web Site] www.jmango.net [Application]
build once, deploy all, app platform
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Laster [Web Site] www.laster.fr [Application]
Augmented reality glasses
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Linqto [Web Site] www.linqto.com [Application]
Many to many collaberation
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Micello [Web Site] www.micello.com [Application]
Indoor maps
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] NMBI [Application]
Painless Injections
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Optic Lanes [Web Site] www.opticlanes.com [Application]
Active traffic management
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Pilus Energy [Web Site] www.pilusenergy.com [Application]
bacteria energy cell
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] RiverMuse [Web Site] www.rivermuse.com [Application]
It management platform
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] ScanAvert [Web Site] www.scanavert.com [Application]
Food ingredient detection
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] SDK BioTech [Application]
Cell platform
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] SocialAmp [Web Site] www.socialamp.com [Application]
see what friends are buying
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] STI-Medical [Web Site] www.sti-hawaii.com [Application]
medical imaging
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Taggstr [Web Site] www.taggstr.com [Application]
Location tagging – Make your Mark
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] TenCube [Web Site] www.tencube.com [Application]
cell phone security
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] TrueDomain [Web Site] www.truedomain.net [Application]
Anti Phishing
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Vizibility [Web Site] www.vizibility.com [Application]
Presearch
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Youi Labs [Web Site] www.youilabs.com [Application]
Reduced cost phones
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
d1bd4672_working_Archives___Zoli_s_Blog__Application
[Company] Zikon [Web Site] www.zikon.com [Application]
Electronic Ink
[]
Social Networking Archives - Zoli's Blog
Application
https://www.zoliblog.com/category/social-networking/
17/1438042987402.78_20150728002307-00257-ip-10-236-191-2_944344527_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] XTRN_MINIMIZED [Description]
External program windows are automatically minimized (Windows)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] AUTO_LOGON [Description]
Enable automatic login based on IP address (not recommended)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] DEBUG_TELNET [Description]
Log Telnet commands and responses (with Debug log level)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] SYSOP_AVAILABLE [Description]
Sysop is available to be paged for chat
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] ALLOW_RLOGIN [Description]
Enable the RLogin protocol for incoming connections
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] USE_2ND_RLOGIN [Description]
Use the 2nd RLogin string as the user name to login with (DEPRECATED: this behavior is now hard-coded and non-optional)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_QWK_EVENTS [Description]
Disable QWK networking events
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_TELNET_GA [Description]
Disable periodic transmissions of the Telnet “Go Ahead” command (Telnet only)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_EVENTS [Description]
Disable the Events thread (all timed events)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_HOST_LOOKUP [Description]
Do not attempt hostname look-ups on incomming connections (log IP addresses only)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_SPY_SOCKETS [Description]
Disable node spying (on *nix)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] ALLOW_SSH [Description]
Enable the Secure Shell (SSH) protocol for incoming connections
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_RECYCLE [Description]
Disable the ability for the terminal server to be recycled
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] GET_IDENT [Description]
Use the IDENT protocol on incoming connections
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_JAVASCRIPT [Description]
Disable JavaScript support (not recommended)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] NO_DOS [Description]
Disable DOS Program support (eliminate the potential for modal error dialogs in 64-bit editions of Windows)
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
c4640cde_sbbs_ini___Synchronet__Description
[Option] MUTE [Description]
Disable all local sound output
[]
sbbs.ini - Synchronet
Description
http://wiki.synchro.net/config:sbbs.ini
17/1438042987866.61_20150728002307-00159-ip-10-236-191-2_255432752_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Text.Whitespace [for any type of text data] for specially highlighted whitespace [Text]
Whitespace
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Error [for any type of text data] represents lexer errors [Text]
Error
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Other [for any type of text data] special token for data not matched by a parser (e.g. HTML markup in PHP code) [Text]
Other
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Keyword [for any type of text data] any kind of keywords [Text]
Keyword
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Name [for any type of text data] variable/function names [Text]
Name
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Literal [for any type of text data] Any literals [Text]
Literal
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Literal.String [for any type of text data] string literals [Text]
String
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Literal.Number [for any type of text data] number literals [Text]
Number
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Operator [for any type of text data] operators (+, not...) [Text]
Operator
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Punctuation [for any type of text data] punctuation ([, (...) [Text]
Punctuation
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Comment [for any type of text data] any kind of comments [Text]
Comment
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
858ea6a2_Builtin_Tokens___Pygments__Text
[Token.Text] Token.Generic [for any type of text data] generic tokens (have a look at the explanation below) [Text]
Generic
[]
Builtin Tokens — Pygments
Text
http://pygments.org/docs/tokens/
17/1438042987228.91_20150728002307-00123-ip-10-236-191-2_199526691_0.json
8e27de02_lls_in_Unconsolidated_Aquifers__1
[0] Drilling Method [2] Preferred CMT Installation Technique [3] Comments [1]
Advantages
[]
Summary of Drilling Methods & Techniques for Installing CMT wells in Unconsolidated Aquifers
1
http://www.solinst.com/products/multilevel-systems-and-remediation/403-cmt-multilevel-system/403addon/403sop.php
32/1438042990603.54_20150728002310-00020-ip-10-236-191-2_709077409_1.json
8e27de02_lls_in_Unconsolidated_Aquifers__1
[0] Sonic [2] Place CMT tubing into casing with anchor plate attached to bottom of tubing. Use tubing centralizers to center tubing inside of sonic casing. Add alternating lifts of sand and bentonite pellets* as casing is withdrawn, either by gravity placement, tremie methods. [3] Depths up to 300 feet. Use casing with...
Advancing casing during drilling minimizes redistribution of contaminants in borehole. Steel casing prevents borehole from collapsing as CMT well is being built. Vibrating casing during removal reduces likelihood of bridging annular materials.
[]
Summary of Drilling Methods & Techniques for Installing CMT wells in Unconsolidated Aquifers
1
http://www.solinst.com/products/multilevel-systems-and-remediation/403-cmt-multilevel-system/403addon/403sop.php
32/1438042990603.54_20150728002310-00020-ip-10-236-191-2_709077409_1.json
8e27de02_lls_in_Unconsolidated_Aquifers__1
[0] Hollow stem auger (HSA) [2] Place CMT tubing with anchor plate into borehole inside of hollow stem augers. Add alternating lifts of bentonite pellets and sand pack from surface as augers are removed. CMT tubing centralizers may be needed to keep annular space open during well construction. [3] Generally limited to ...
Rigs widely available. Augers provide temporary casing that can be withdrawn as CMT well is constructed.
[]
Summary of Drilling Methods & Techniques for Installing CMT wells in Unconsolidated Aquifers
1
http://www.solinst.com/products/multilevel-systems-and-remediation/403-cmt-multilevel-system/403addon/403sop.php
32/1438042990603.54_20150728002310-00020-ip-10-236-191-2_709077409_1.json
8e27de02_lls_in_Unconsolidated_Aquifers__1
[0] Direct-Push (DP) [2] Insert CMT tubing into DP casing, then withdraw casing. [3] Best for shallow installations where sand collapses around CMT tubing. May be difficult to tremie sand and bentonite due to small annular space between CMT tubing and DP casing. [1]
Rigs are widely available.
[]
Summary of Drilling Methods & Techniques for Installing CMT wells in Unconsolidated Aquifers
1
http://www.solinst.com/products/multilevel-systems-and-remediation/403-cmt-multilevel-system/403addon/403sop.php
32/1438042990603.54_20150728002310-00020-ip-10-236-191-2_709077409_1.json
8e27de02_lls_in_Unconsolidated_Aquifers__1
[0] Air rotary with casing advance [2] Place CMT tubing into casing with anchor plate. CMT tubing centralizers should be used to center tubing in borehole. Add alternating lifts of sand and bentonite pellets* as casing is withdrawn, either by gravity placement, tremie methods. [3] Select casing with at least a 4-inch I...
Casing prevents borehole from collapsing as CMT well is being built. Consistent-diameter borehole. Prevents redistribution of contaminants along borehole wall during drilling.
[]
Summary of Drilling Methods & Techniques for Installing CMT wells in Unconsolidated Aquifers
1
http://www.solinst.com/products/multilevel-systems-and-remediation/403-cmt-multilevel-system/403addon/403sop.php
32/1438042990603.54_20150728002310-00020-ip-10-236-191-2_709077409_1.json
8e27de02_lls_in_Unconsolidated_Aquifers__1
[0] Mud rotary [2] Place CMT tubing directly into borehole with anchor plate attached to bottom of tubing. CMT tubing centralizers should be used to center CMT tubing in borehole. Place sand pack and bentonite with a tremie tube and grout pump. [3] Thin drilling fluid as much as possible prior to installing annular mat...
Widely available.
[]
Summary of Drilling Methods & Techniques for Installing CMT wells in Unconsolidated Aquifers
1
http://www.solinst.com/products/multilevel-systems-and-remediation/403-cmt-multilevel-system/403addon/403sop.php
32/1438042990603.54_20150728002310-00020-ip-10-236-191-2_709077409_1.json
3a322a99___Stamped_Concrete_Specialists__Natural_Stone
[0] Available in an array of patterns and colors With countless color combinations and hundreds of patterns available, stamped concrete offers unlimited design possibilities (see Pattern and Color Options). [Asphalt] No [Precast Pavers] Yes [Stamped Concrete] Unlimited [Natural Stone]
No
[]
Products - Greystone Masonry - Stamped Concrete Specialists
Natural Stone
http://greystonemasonry.org/products.php
32/1438042990603.54_20150728002310-00329-ip-10-236-191-2_113750664_0.json
3a322a99___Stamped_Concrete_Specialists__Natural_Stone
[0] Longevity and performance Like conventional concrete, stamped concrete will provide decades of service when properly installed and maintained, even when exposed to harsh winter weather. Adding steel reinforcement or wire mesh will augment the strength and help to control cracking. [Asphalt] Poor [Precast Pavers] Go...
Good
[]
Products - Greystone Masonry - Stamped Concrete Specialists
Natural Stone
http://greystonemasonry.org/products.php
32/1438042990603.54_20150728002310-00329-ip-10-236-191-2_113750664_0.json
3a322a99___Stamped_Concrete_Specialists__Natural_Stone
[0] Speed of installation Unlike stone or precast pavers, stamped concrete can be poured or pumped into place without the need to lift and place individual units. It takes about five days to install a 2,000-square-foot stamped concrete driveway vs. 10 to 12 days to install natural stone or pavers.* [Asphalt] Fast [Prec...
Slow
[]
Products - Greystone Masonry - Stamped Concrete Specialists
Natural Stone
http://greystonemasonry.org/products.php
32/1438042990603.54_20150728002310-00329-ip-10-236-191-2_113750664_0.json
3a322a99___Stamped_Concrete_Specialists__Natural_Stone
[0] Ability to customize Some manufacturers produce custom stamps that allow you to imprint logos or other one-of-a-kind designs. [Asphalt] No [Precast Pavers] No [Stamped Concrete] Yes [Natural Stone]
No
[]
Products - Greystone Masonry - Stamped Concrete Specialists
Natural Stone
http://greystonemasonry.org/products.php
32/1438042990603.54_20150728002310-00329-ip-10-236-191-2_113750664_0.json
3a322a99___Stamped_Concrete_Specialists__Natural_Stone
[0] Special maintenance requirements All of these paving materials, including concrete, will require removal of dirt or stains when necessary by scrubbing or pressure washing (see How to Protect and Maintain Stamped Concrete.) [Asphalt] Annual seal coating [Precast Pavers] Removal of weeds and moss that grow in the joi...
Removal of weeds and moss that grow in the joints; refilling joints with sand as needed.
[]
Products - Greystone Masonry - Stamped Concrete Specialists
Natural Stone
http://greystonemasonry.org/products.php
32/1438042990603.54_20150728002310-00329-ip-10-236-191-2_113750664_0.json
3a322a99___Stamped_Concrete_Specialists__Natural_Stone
[0] Average cost per square foot installed* Depends on the complexity of the job. More elaborate stamped concrete installations will cost more (see Stamped Concrete Cost). [Asphalt] $2 - $2.50 [Precast Pavers] $4 - $20 [Stamped Concrete] $8 - $20 [Natural Stone]
$25 and up
[]
Products - Greystone Masonry - Stamped Concrete Specialists
Natural Stone
http://greystonemasonry.org/products.php
32/1438042990603.54_20150728002310-00329-ip-10-236-191-2_113750664_0.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Yogurt - Natural Ferment [Application] For the preparation of yogurt with a traditional yogurt flavor. Also appropriate for the fermentation of goat's milk. [Remarks] 1 liter of milk per packet of starter [Use]
Use Milk May re-use 5-7 times
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Yogurt - Mild Ferment [Application] Mild Yogurt Can also be used with Soy, Coconut, Almond and Rice milks and well as cow's milk. This yogurt contains the probiotic culture "Bifidobacterium longum BB536." [Remarks] 1 liter of milk per packet of starter [Use]
May use with or without the addition of sugar May use with cow's milk or milk substitutes such as soy, rice, almond and coconut milk May re-use up to 14 times
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Kefir Starter [Application] For the preparation of a sparkling kefir drink rich in tradition without the use of kefir grains which require intensive care. [Remarks] 1 liter of milk per packet of starter [Use]
Use milk (may transfer up to 7 times) Use with coconut juice or other fruit (may transfer an indefinite number of times as long as beginning juice does not contain microorganisms and there is no contamination)
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Veggie Culture Starter [Application] Fermenting, culturing or pickling vegetables to make products such as sauerkraut and pickled cucumbers. Making cultured butter or cultured sour cream. [Remarks] See instructions included with starter packets [Use]
Use with cabbage or other chopped vegetables Use with cream (dairy) to make butter or sour cream
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Fromase® 50 [Application] Rennet for home cheese making and for making "quark" (sour curd cheese) and whey. [Remarks] Instructions included [Use]
Use 1 tablet for 50 liters of milk (13 gallons plus 3 cups) Use 1/4 tablet for 12 liters of milk (3 gallons plus 3 cups) Use 1/2 tablet for 25 liters (6 gallons plus 6 cups) Dissolve tablet completely in water and let set for 20 minutes prior to adding to milk.
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Set Milk [Application] For the preparation of fermented milk, the oldest form of an acidified milk product. For making "quark" (sour curd cheese) and fresh cheese and their by-product (whey) when used in conjunction with Rennet. Also for buttermilk, sour cream, gouda, etc. May also be used to ferment Soy, Almond...
Add one packet to 1 liter/quart of milk May use milk or milk alternatives such as soy, rice, almond and coconut milk After milk has fermented for 24 hours at room temperature this "bulk culture" can be added to 10 Liters of milk
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Automatic Yogurt Maker - Model YM100 (Seven 6 oz. glass jars) [Application] For making all types of yogurt 42 oz total (1.3 liters) per tier [Remarks] Instructions included [Use]
Has a 15 hour timer 3 year warranty Comes with one tier and 7 jars May add one more tier to double capacity (see Top Tier and replacement jars below)
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Automatic Yogurt Maker - Model YM260 (2 Quart/Liter) [Application] For making yogurt of all types. One large jar makes 2 quarts/liters at a time. [Remarks] Instructions included [Use]
Contains the following: One serving bowl One thermometer One cotton bag for making yogurt cheese One 2 quart container One base
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Yogurt Maker - Model YM80(Seven 6 ounce glass jars) [Application] For making all types of yogurt 42 oz total (1.3 liters) per tier [Remarks] Instructions included [Use]
Has a time indicator but does not shut off automatically 3 year warranty Comes with one tier and 7 jars May add one more tier to double capacity (see Top Tier and replacement jars below)
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json
a1f19d5e_s___Wilderness_Family_Naturals__Use
[Name] Top Tier - Model GY4 [Application] Allows you to double the capacity of your yogurt maker. [Remarks] Instructions included [Use]
A tray to add 7 additional slots for 7 new jars (another tier) to the above yogurt makers Glass jars sold separately
[]
Culturing Products » Wilderness Family Naturals
Use
http://www.wildernessfamilynaturals.com/category/culturing-products.php
32/1438042988650.53_20150728002308-00046-ip-10-236-191-2_820260312_4.json