task
stringlengths
12
101
input
stringlengths
0
90.2k
output
stringlengths
1
139k
options
sequence
pageTitle
stringlengths
0
1.11k
outputColName
stringlengths
1
3.1k
url
stringlengths
14
585
wdcFile
stringlengths
65
76
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @DecimalMin yes [Apply on] field/property. Supported types are BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. [Hibernate Metadata impact] none [Use]
The annotated element must be a number whose value must be higher or equal to the specified minimum. The parameter value is the string representation of the min value according to the BigDecimal string representation.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Digits(integer=, fraction=) yes [Apply on] field/property. Supported types are BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. [Hibernate Metadata impact] Define column precision and scale. [Use]
Check whether the property is a number having up to integer digits and fraction fractional digits.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Email no [Apply on] field/property. Needs to be a string. [Hibernate Metadata impact] none [Use]
Check whether the specified string is a valid email address.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Future yes [Apply on] field/property. Supported types are java.util.Date and java.util.Calendar. [Hibernate Metadata impact] none [Use]
Checks whether the annotated date is in the future.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Length(min=, max=) no [Apply on] field/property. Needs to be a string. [Hibernate Metadata impact] none [Use]
Validate that the annotated string is between min and max included.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Max yes [Apply on] field/property. Supported types are BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. [Hibernate Metadata impact] Add a check constraint on the column. [Use]
Checks whether the annotated value is less than or equal to the specified maximum.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Min yes [Apply on] field/property. Supported types are BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. [Hibernate Metadata impact] Add a check constraint on the column. [Use]
Check whether the annotated value is higher than or equal to the specified minimum.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @NotNull yes [Apply on] field/property [Hibernate Metadata impact] Column(s) are not null. [Use]
Check that the annotated value is not null.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @NotEmpty no [Apply on] field/property. Needs to be a string. [Hibernate Metadata impact] none [Use]
Check if the string is not null nor empty.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Null yes [Apply on] field/property [Hibernate Metadata impact] none [Use]
Check that the annotated value is null.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Past yes [Apply on] field/property. Supported types are java.util.Date and java.util.Calendar. [Hibernate Metadata impact] none [Use]
Checks whether the annotated date is in the past.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Pattern(regex=, flag=) yes [Apply on] field/property. Needs to be a string. [Hibernate Metadata impact] none [Use]
Check if the annotated string match the regular expression regex.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Range(min=, max=) no [Apply on] field/property. Supported types are BigDecimal, BigInteger, String, byte, short, int, long and the respective wrappers of the primitive types. [Hibernate Metadata impact] none [Use]
Check whether the annotated value lies between (inclusive) the specified minimum and maximum.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Size(min=, max=) yes [Apply on] field/property. Supported types are String, Collection, Map and arrays. [Hibernate Metadata impact] Column length will be set to max. [Use]
Check if the annotated element size is between min and max (inclusive).
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
96908bf9_ter_2__Validation_step_by_step__Use
[Annotation] @Valid yes [Apply on] field/property [Hibernate Metadata impact] none [Use]
Perform validation recursively on the associated object.
[]
Chapter 2. Validation step by step
Use
http://docs.jboss.org/hibernate/validator/4.0.1/reference/en/html/validator-usingvalidator.html
6/1438042987135.9_20150728002307-00249-ip-10-236-191-2_76467119_1.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 535 [Source] Horridon [Difficulty] Heroic [Name]
Bindings of Multiplicative Strikes
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 535 [Source] Twin Consorts [Difficulty] Heroic [Name]
Bracers of the Midnight Comet
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 522 [Source] Friendly with Shadow-Pan Assault [Difficulty] N/A [Name]
Willow-Weave Armbands
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 522 [Source] Horridon [Difficulty] Normal [Name]
Bindings of Multiplicative Strikes
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 522 [Source] Twin Consorts [Difficulty] Normal [Name]
Bracers of the Midnight Comet
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 509 [Source] Blade Lord Ta’yak, Heart of Fear [Difficulty] Heroic [Name]
Bracers of Unseen Strikes
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 509 [Source] Boss Drop, HoF/ToES [Difficulty] Heroic [Name]
Smooth Beetle Wristbands
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 502 [Source] Spirit Kings, Mogu’shan Vaults [Difficulty] Heroic [Name]
Bracers of Violent Meditation
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 502 [Source] Horridon [Difficulty] LFR [Name]
Bindings of Multiplicative Strikes
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 502 [Source] Twin Consorts [Difficulty] LFR [Name]
Bracers of the Midnight Comet
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 496 [Source] Blade Lord Ta’yak, Heart of Fear [Difficulty] Normal [Name]
Bracers of Unseen Strikes
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 496 [Source] Boss Drop, HoF/ToES [Difficulty] Normal [Name]
Smooth Beetle Wristbands
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 489 [Source] Spirit Kings, Mogu’shan Vaults [Difficulty] Normal [Name]
Bracers of Violent Meditation
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 489 [Source] Revered with August Celestials [Difficulty] N/A [Name]
Quillpaw Family Bracers
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 483 [Source] Blade Lord Ta’yak, Heart of Fear [Difficulty] LFR [Name]
Bracers of Unseen Strikes
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 483 [Source] Boss Drop, HoF/ToES [Difficulty] LFR [Name]
Smooth Beetle Wristbands
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 476 [Source] Spirit Kings, Mogu’shan Vaults [Difficulty] LFR [Name]
Bracers of Violent Meditation
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 463 [Source] Saboteur Kip’tilak, Gate of the Setting Sun [Difficulty] H 5-man [Name]
Saboteur’s Stabilizing Bracers
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
f418279a_r__Gear_List___The_Fluid_Druid__Name
[ILvl] 463 [Source] Armsmaster Harlan, Scarlet Halls [Difficulty] H 5-man [Name]
Lightblade Bracer
[]
Feral Druid 5.2 (Throne of Thunder) Gear List » The Fluid Druid
Name
http://www.fluiddruid.net/feral-druid-5-2-throne-of-thunder-gear-list/comment-page-1/
6/1438042981576.7_20150728002301-00003-ip-10-236-191-2_453343680_6.json
1d5e5c85_Prime___Phone_specs_comparison__Hardware
[2] NVIDIA Tegra 3 [Hardware]
System chip System chip - Most modern handsets use an advanced chip that includes many of the device’s hardware modules like the processor, Wi-Fi, Bluetooth and sometimes even the wireless radio. This field shows what particular system chip (or System-on-a-Chip) is used in the phone.
[]
Motorola XOOM vs Asus Transformer Prime - Phone specs comparison
Hardware
http://www.phonearena.com/phones/compare/Motorola-XOOM,Asus-Transformer-Prime/phones/5221,6517
6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_660964833_3.json
1d5e5c85_Prime___Phone_specs_comparison__Hardware
[1] Dual core, 1000 MHz [2] Quad core, 1300 MHz, ARM Cortex-A9 [Hardware]
Processor Processor - The processor is the main computing component of a phone and is a major factor when it comes to the overall speed of the device. Some more powerful smartphones use dual-core and quad-core processors designed to deliver greater performance.
[]
Motorola XOOM vs Asus Transformer Prime - Phone specs comparison
Hardware
http://www.phonearena.com/phones/compare/Motorola-XOOM,Asus-Transformer-Prime/phones/5221,6517
6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_660964833_3.json
1d5e5c85_Prime___Phone_specs_comparison__Hardware
[1] Yes [2] 12-core GeForce GPU [Hardware]
Graphics processor
[]
Motorola XOOM vs Asus Transformer Prime - Phone specs comparison
Hardware
http://www.phonearena.com/phones/compare/Motorola-XOOM,Asus-Transformer-Prime/phones/5221,6517
6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_660964833_3.json
1d5e5c85_Prime___Phone_specs_comparison__Hardware
[1] 1024 MB RAM [2] 1024 MB RAM [Hardware]
System memory System memory - System memory, or RAM memory is the type of memory that the device uses to temporarily store data from the OS or currently-running apps. The more RAM available to the device, the better the performance will be when multiple or heavier programs are running.
[]
Motorola XOOM vs Asus Transformer Prime - Phone specs comparison
Hardware
http://www.phonearena.com/phones/compare/Motorola-XOOM,Asus-Transformer-Prime/phones/5221,6517
6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_660964833_3.json
1d5e5c85_Prime___Phone_specs_comparison__Hardware
[1] 32 GB [2] 64 GB [Hardware]
Built-in storage
[]
Motorola XOOM vs Asus Transformer Prime - Phone specs comparison
Hardware
http://www.phonearena.com/phones/compare/Motorola-XOOM,Asus-Transformer-Prime/phones/5221,6517
6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_660964833_3.json
1d5e5c85_Prime___Phone_specs_comparison__Hardware
[1] microSD, microSDHC up to 32 GB [2] microSD, microSDHC up to 32 GB [Hardware]
Storage expansion
[]
Motorola XOOM vs Asus Transformer Prime - Phone specs comparison
Hardware
http://www.phonearena.com/phones/compare/Motorola-XOOM,Asus-Transformer-Prime/phones/5221,6517
6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_660964833_3.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] farm laborer [Column 18_2] commercial traveler [Column 19_3] dry goods [Column 19]
working out
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] farm laborer [Column 18_2] salesman [Column 19_3] department store [Column 19]
home farm
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] laborer [Column 18_2] bookkeeper [Column 19_3] department store [Column 19]
odd jobs
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] laborer [Column 18_2] cash girl [Column 19_3] department store [Column 19]
street work
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] laborer [Column 18_2] cashier [Column 19_3] department store [Column 19]
garden
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] laborer [Column 18_2] cashier [Column 19_3] bank [Column 19]
nursery
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] laborer [Column 18_2] conductor [Column 19_3] steam railroad [Column 19]
railroad
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] brakeman [Column 18_2] conductor [Column 19_3] street car [Column 19]
railroad
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] weaver [Column 18_2] farmer [Column 19_3] general farm [Column 19]
cotton mill
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] laborer [Column 18_2] farmer [Column 19_3] truck farm [Column 19]
cotton mill
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] doffer [Column 18_2] gardener [Column 19_3] private estates [Column 19]
cotton mill
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] engineer [Column 18_2] lawyer [Column 19_3] general practice [Column 19]
locomotive
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] engineer [Column 18_2] manager [Column 19_3] general farm [Column 19]
lumber mill
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] fireman [Column 18_2] overseer [Column 19_3] truck farm [Column 19]
lumber mill
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] fireman [Column 18_2] president [Column 19_3] life insurance co. [Column 19]
fire department
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] civil engineer [Column 18_2] president [Column 19_3] bank [Column 19]
general practice
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] electrical engineer [Column 18_2] superintendent steel works [Column 19_3] cotton mill [Column 19]
street railway
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] carpenter [Column 18_2] foreman [Column 19_3] street [Column 19]
car factory
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] carpenter [Column 18_2] newsboy [Column 19_3] store [Column 19]
ship yard
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] carpenter [Column 18_2] newsdealer [Column 19_3] groceries [Column 19]
house
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] blacksmith [Column 18_2] wagon driver [Column 19_3] express [Column 19]
carriage factory
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] blacksmith [Column 18_2] wagon driver [Column 19_3] express wagon [Column 19]
own shop
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] agent [Column 18_2] chauffeur [Column 19_3] private family [Column 19]
real estate
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] agent [Column 18_2] chauffeur [Column 19_3] coal miner [Column 19]
insurance
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] cook [Column 18_2] miner [Column 19_3] coal mine [Column 19]
hotel
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] servant [Column 18_2] laborer [Column 19_3] marble [Column 19]
private family
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] retail merchant [Column 18_2] quarryman [Column 19_3] house [Column 19]
groceries
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
db51fcd5__Census_1860___Social_Explorer__Column_19
[Column 18] wholesale merchant [Column 18_2] janitor [Column 19]
leather
[]
Census Questionnaires and Instructions: 1790 to 2000 - Measuring America: The Decennial Censuses From 1790 to 2000 - Survey Census 1860 - Social Explorer
Column 19
http://www.socialexplorer.com/data/Census1860/documentation/828a479e-89ca-4e0b-b0ad-70632d90a963
6/1438042988860.4_20150728002308-00003-ip-10-236-191-2_708066584_4.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] accelerate [1] advise [2] analyze [3] approve [4] arrange [5] assemble [7] build [8] collect [9] complete [6]
assist
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] conceive [1] conduct [2] control [3] coordinate [4] create [5] delegate [7] develop [8] direct [9] discover [6]
detect
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] distribute [1] edit [2] deliver [3] demonstrate [4] design [5] eliminate [7] evaluate [8] examine [9] expand [6]
establish
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] expedite [1] formulate [2] generate [3] implement [4] improve [5] increase [7] install [8] instruct [9] lead [6]
influence
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] maintain [1] manage [2] motivate [3] obtain [4] operate [5] order [7] originate [8] oversee [9] participate [6]
organize
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] perform [1] pinpoint [2] plan [3] prepare [4] present [5] process [7] program [8] promote [9] propose [6]
produce
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] protest [1] prove [2] provide [3] purchase [4] receive [5] recommend [7] reduce [8] reinforce [9] reorganize [6]
record
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] represent [1] research [2] revamp [3] review [4] revise [5] schedule [7] sell [8] setup [9] solve [6]
select
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
d07760dd__Resume_Samples___ResumeBucket__6
[0] streamline [1] structure [2] study [3] supervise [4] support [5] teach [7] train [8] write [6]
test
[ [ "a", "s", "s", "i", "s", "t" ], [ "d", "e", "t", "e", "c", "t" ], [ "e", "s", "t", "a", "b", "l", "i", "s", "h" ], [ "i", "n", "f", "l", "u", "e", "n", "c", "e" ], [ "o", "r", "g", "a", "n", "i", "z", "e" ], [ "p", "r", "o", "d", "u", "c", "e" ], [ "r", "e", "c", "o", "r", "d" ], [ "s", "e", "l", "e", "c", "t" ], [ "t", "e", "s", "t" ] ]
Attorney Resumes | Resume Samples | ResumeBucket
6
http://www.resumebucket.com/sample-resumes/Attorney/
6/1438042987135.9_20150728002307-00121-ip-10-236-191-2_680486982_2.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 60 [UMUC Degree] Bachelor of Science in Criminal Justice [AU-ABC Degrees]
Associate of Applied Science in Criminal Justice
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 60 [UMUC Degree] Bachelor of Science in Finance [AU-ABC Degrees]
Associate of Applied Science in Financial Management
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 60 [UMUC Degree] Bachelor of Science in Human Resource Management [AU-ABC Degrees]
Associate of Applied Science in Human Resource Management
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 60 [UMUC Degree] Bachelor of Science in Management Studies [AU-ABC Degrees]
Associate of Applied Science in Human Resources
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 60 [UMUC Degree] Bachelor of Science in Cybersecurity [AU-ABC Degrees]
Associate of Applied Science in Information Systems Technology
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 60 [UMUC Degree] Bachelor of Science in Psychology [AU-ABC Degrees]
Associate of Applied Science in Mental Health Services
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 61 [UMUC Degree] Bachelor of Science in Legal Studies [AU-ABC Degrees]
Associate of Applied Science, Paralegal
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
472feb5b__Education_and_Training___UMUC__AU_ABC_Degrees
[Credits Applied] Up to 64 [UMUC Degree] Bachelor of Science in Psychology [AU-ABC Degrees]
Associate of Applied Science in Social Services
[]
Credit for Military Education and Training | UMUC
AU-ABC Degrees
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
6/1438042988860.4_20150728002308-00076-ip-10-236-191-2_822055332_3.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Campus Safety [Comments]
although the campus is located in a not-so-safe location, safety and security really patrol the area and do their job well. especially on weekends when students are coming in from clubs and parties along with the local crowd.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Greek Life [Comments]
as in every school, all the cool kids are in frats and sororities. if you're not cool you won't be allowed into the frat and sorority apartments. to be honest, their really full of people who had to pay to have friends. a lot of people don't like them up here.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Clubs and Activities [Comments]
this university doesn't feature a football team. we also don't have a homecoming, which is quite disappointing. if you're really big on going to school games, this school doesn't really have it.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Great for these types of students [Comments]
johnson and wales is great for social, easy going, outgoing people. this school is a big party school. anyone who wants to start their social life over again is given the opportunity here.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Share any unusual traditions or locations on campus [Comments]
the halls always have cute little events. snowden once gave the students the opportunity to pie an ra for $2, and an rd for $3. all the money went to a local fundraiser.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Bang for the buck [Comments]
johnson and wales is really for people who are social. the classes are really hands on, you work in groups a lot. the culinary program is fantastic, there's a lot of on campus jobs in the dining halls that will hire you if you qualify!
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] What to do for fun [Comments]
go to the providence place mall, there is a ton of shopping there! there's also waterfire, which is fun to see in september with your new friends! also, i love going to thayer st. near brown university to go out to eat!
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Food and Dining [Comments]
the food in the dining halls are really far from what i expected from a culinary school. the food is really disgusting sometimes, but i would say marketplace, located in the downcity campus, is my favorite.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Dorm Life [Comments]
so much fun! for culinary students, i suggest you dorm in harborside. all other majors, dorm in the downcity campus. always a party in the dorms, but beware of the ra's!
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Academic Rigor [Comments]
the academic classes are pretty easy. although, someone may also find the classes hard. the professors are really flexible and relaxed.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] Tips for prospective students [Comments]
providence isn't the safest area. i suggest to always walk in groups of people. since there are a lot of robberies, shootings and stabbings around the campus, i wouldn't stay out too late or walk on any not well lit streets. always take precaution.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
38f98b50_t_Reviews_and_Ratings___Cappex__Comments
[Categories] In three sentences [Comments]
johnson & wales university attracts a huge party crowd. since providence is mostly populated of college kids, there is a lot going on. you really learn who you are up here, meet people who you'll never forget, and you'll make the best decisions you will ever make.
[]
Johnson & Wales University (JWU) Reviews: Student Reviews and Ratings | Cappex
Comments
https://www.cappex.com/colleges/Johnson-Wales-University/reviews?_escaped_fragment_=/show/90499
6/1438042987135.9_20150728002307-00194-ip-10-236-191-2_905475557_9.json
4eb34a1a_Grand_Theft_Wiki__the_GTA_wiki__Description
[Identifier] ID [Description]
Unique model ID.
[]
CARS (IDE Section) - Grand Theft Wiki, the GTA wiki
Description
http://www.grandtheftwiki.com/CARS_(IDE_Section)
6/1438042981576.7_20150728002301-00193-ip-10-236-191-2_472407357_4.json
4eb34a1a_Grand_Theft_Wiki__the_GTA_wiki__Description
[Identifier] ModelName [Description]
Name of the .dff model file, without extension.
[]
CARS (IDE Section) - Grand Theft Wiki, the GTA wiki
Description
http://www.grandtheftwiki.com/CARS_(IDE_Section)
6/1438042981576.7_20150728002301-00193-ip-10-236-191-2_472407357_4.json
4eb34a1a_Grand_Theft_Wiki__the_GTA_wiki__Description
[Identifier] TxdName [Description]
Name of the .txd texture dictionary, without extension.
[]
CARS (IDE Section) - Grand Theft Wiki, the GTA wiki
Description
http://www.grandtheftwiki.com/CARS_(IDE_Section)
6/1438042981576.7_20150728002301-00193-ip-10-236-191-2_472407357_4.json